Page 1 of 4 123 ... LastLast
Results 1 to 15 of 47
  1. #1
    GTFO2014's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    33

    Playtrickster hacks

    playtrickster.com

    Fast Drill v1 (May DC if depth is too much)
    004EBE72 - SF[X][ ] OF[x][ ]
    7C 12 D9 44 24 14 83 C0 88 D8 C9 89 46 38 D8 46

    Fast Drill v2 (May DC if depth is too much)
    004EBF41 - SF[X][ ] OF[x][ ]
    7C 16 D9 44 24 14 83 C0 88 DC 0D B0 5B AD 00 89

    Never go down drill v1 (pass line and it will continue drilling afterwards)
    004ebf79 - ZF[X][X]
    75 12 6A 01 8B CE C7 46 24 04 00 00 00 E8 E5 FA

    Never go down drill v2
    004ebf91 - ZF[X][ ]
    74 07 C7 46 24 05 00 00 00 D9 46 1C 01 7E 3C D9

    Swear Hack Bypass language filter~
    00705ACA - Z[X][ ]
    75 F6 8D 44 24 10 50 8B CE E8 68 FE FF FF 8B 4E

    Will update as I find more. Share what you find guys.
    Last edited by GTFO2014; 08-18-2014 at 03:21 PM.

  2. The Following 4 Users Say Thank You to GTFO2014 For This Useful Post:

    HypdUp (08-19-2014),juniorstz (08-22-2014),jwfanor (03-20-2016),ZXCSDWQ (01-29-2021)

  3. #2
    HypdUp's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    0
    Hey Can you please tell me how to use these, did you use cheat engine, or what kind of packet editor?

  4. #3
    GTFO2014's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    33
    Cheat Engine

  5. The Following User Says Thank You to GTFO2014 For This Useful Post:

    HypdUp (08-19-2014)

  6. #4
    HypdUp's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    0
    Ok, I used cheat engine, what I did was do Array of Bytes and copy and paste those numbers, then I locked them in, I dont know what like ZF [X] or the other ones mean, how do I do those? because when I locked the thing that came up, nothing happened it was the same, also the swear bypass, when I search for it, nothing comes up, please do a tutorial if possible, or just tell me the basics.

  7. #5
    HypdUp's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    0
    Aha! I got it to work, found out what those ticks meant, but it DC's a lot but thats fine, Im going to try the other ones now

  8. #6
    GTFO2014's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    33
    Quote Originally Posted by HypdUp View Post
    Ok, I used cheat engine, what I did was do Array of Bytes and copy and paste those numbers, then I locked them in, I dont know what like ZF [X] or the other ones mean, how do I do those? because when I locked the thing that came up, nothing happened it was the same, also the swear bypass, when I search for it, nothing comes up, please do a tutorial if possible, or just tell me the basics.


    Pretty much what you need to do is find addresses whose value when changes actually alters the game, find out what writes to it and search nearby jumps. If you need any more information cheatengine forums are a great place to research.

    EDIT2: old but still relevant:
    Code:
    Jxx - Jump Instructions Table 
            Mnemonic              Meaning                    Jump Condition 
              JA     Jump if Above                         CF=0 and ZF=0 
              JAE    Jump if Above or Equal                CF=0 
              JB     Jump if Below                         CF=1 
              JBE    Jump if Below or Equal                CF=1 or ZF=1 
              JC     Jump if Carry                         CF=1 
    
              JCXZ   Jump if CX Zero                       CX=0 
              JE     Jump if Equal                         ZF=1 
              JG     Jump if Greater (signed)              ZF=0 and SF=OF 
              JGE    Jump if Greater or Equal (signed)     SF=OF 
              JL     Jump if Less (signed)                 SF != OF 
              JLE    Jump if Less or Equal (signed)        ZF=1 or SF != OF 
              JMP    Unconditional Jump                    unconditional 
    
              JNA    Jump if Not Above                     CF=1 or ZF=1 
              JNAE   Jump if Not Above or Equal            CF=1 
              JNB    Jump if Not Below                     CF=0 
              JNBE   Jump if Not Below or Equal            CF=0 and ZF=0 
              JNC    Jump if Not Carry                     CF=0 
              JNE    Jump if Not Equal                     ZF=0 
              JNG    Jump if Not Greater (signed)          ZF=1 or SF != OF 
    
              JNGE   Jump if Not Greater or Equal (signed) SF != OF 
              JNL    Jump if Not Less (signed)             SF=OF 
              JNLE   Jump if Not Less or Equal (signed)    ZF=0 and SF=OF 
              JNO    Jump if Not Overflow (signed)         OF=0 
              JNP    Jump if No Parity                     PF=0 
              JNS    Jump if Not Signed (signed)           SF=0 
              JNZ    Jump if Not Zero                      ZF=0 
    
              JO     Jump if Overflow (signed)             OF=1 
              JP     Jump if Parity                        PF=1 
              JPE    Jump if Parity Even                   PF=1 
              JPO    Jump if Parity Odd                    PF=0 
              JS     Jump if Signed (signed)               SF=1 
              JZ     Jump if Zero                          ZF=1
    EDIT: It won't let me post links so replace the "_" with "." -- oi62.tinypic_com/2h4gqdi.jpg
    Attached Thumbnails Attached Thumbnails
    Image2.png  

    Last edited by GTFO2014; 08-20-2014 at 08:42 AM.

  9. The Following User Says Thank You to GTFO2014 For This Useful Post:

    FaithWorks (10-26-2018)

  10. #7
    HypdUp's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    0
    Yep got it to work, I got it working if you find anymore please post it

  11. #8
    GTFO2014's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    33
    No Reload for gunners. Don't click too fast or you will DC.
    NOP 0050f10f
    C7 46 0C 02 00 00 00 5E C3 CC CC CC CC CC CC CC

    No reload for Gunners. v2 Don't click too fast or you will DC.
    0050f86a PF - [X][X]
    0F 8A A6 00 00 00 8B 4E 08 8B 91 70 05 00 00 8B
    Last edited by GTFO2014; 08-22-2014 at 07:23 PM.

  12. #9
    juniorstz's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    1
    Hey man, you have hacker NO COOLTIME ?
    Tks~


    EDIT: Hey have one bug in HACKER NO RELOAD!

    Tutorial for No reload~

    Code:
    - With a full bar look for the value 4 - Exact Value 
    
    - Once you have found the values​​, change to Exact Value (Value Decreasced) but seek not yet. 
    
    - Shoot and quickly click next search. 
    
    - You will find almost the same values ​​of many, however, this one with value 4 will change when shooting, going 1 2 3 until you reach the number 4. 
    
    - If you've found this value add it to your address list and freeze the address 4. 
    
    - BE CAREFUL TO USE, VERY FAST IF YOU CLICK IS UNPLUGGED
    EXCUSE ME FOR ENGLISH IS WHY I AM BRAZILIAN.
    Last edited by juniorstz; 08-23-2014 at 12:07 PM.

  13. The Following User Says Thank You to juniorstz For This Useful Post:

    GTFO2014 (08-24-2014)

  14. #10
    GTFO2014's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    33
    Quote Originally Posted by juniorstz View Post
    Hey man, you have hacker NO COOLTIME ?
    Tks~


    EDIT: Hey have one bug in HACKER NO RELOAD!

    Tutorial for No reload~

    Code:
    - With a full bar look for the value 4 - Exact Value 
    
    - Once you have found the values​​, change to Exact Value (Value Decreasced) but seek not yet. 
    
    - Shoot and quickly click next search. 
    
    - You will find almost the same values ​​of many, however, this one with value 4 will change when shooting, going 1 2 3 until you reach the number 4. 
    
    - If you've found this value add it to your address list and freeze the address 4. 
    
    - BE CAREFUL TO USE, VERY FAST IF YOU CLICK IS UNPLUGGED
    To add to this guide you
    Code:
    -Find out what writes to the address,
    -Shoot ur gun,
    -Whichever adds 05 is the address u want, 
    -Show in dissasembler,  
    -Scroll up to your first JP located at #####11C and tick PF[X][X] this is your always crit with gun.
    -Scroll all the way up to ######0A and tick ZF[X][X] this is your no reload.  
    -And the JNE located under the always crit is your first shot to be critical strike ZF[X][ ].
    Can't seem to find the pointers for these but enjoy guys.

    EDIT: To find no reload address quicker, search when gun is fully loaded at 4, unequip gun spam search 0, re-equip gun search for 4 when it is fully loaded, should have address quicker.
    Last edited by GTFO2014; 08-24-2014 at 09:14 AM.

  15. The Following User Says Thank You to GTFO2014 For This Useful Post:

    FaithWorks (10-26-2018)

  16. #11
    HypdUp's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    0
    Awesome job bro, keep em coming C::::

  17. #12
    Zimmycakes's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    1
    I still dont understand how to use the addresses/Arrays even after looking at the attached thumbnail by GTFO T_T Although I did get the No reload hack to work, that was pretty easy just doing what Junior said.

  18. #13
    GTFO2014's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    33
    Force full mini-map
    008A1520 - Z[X][ ]
    0F 85 D8 00 00 00 0F BF 96 24 DF 00 00 89 54 24

    This will always allow you to view the full map even in dungeons. Needs to be enabled in a map that allows map size reduction.

  19. #14
    HypdUp's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    0
    Awesome Job! If you can find a Drop Rate Hack or Item Hack pleaseeee share!!!

  20. #15
    Zimmycakes's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    1
    I agree with HypdUp. That'd be sick, questing would be 10x easyier/faster.

  21. The Following User Says Thank You to Zimmycakes For This Useful Post:

    HypdUp (08-28-2014)

Page 1 of 4 123 ... LastLast

Similar Threads

  1. Hacks for mmorpg?
    By suppaman in forum General Game Hacking
    Replies: 6
    Last Post: 10-17-2010, 11:04 AM
  2. Warrock Hack - Tutorial
    By Dave84311 in forum WarRock - International Hacks
    Replies: 667
    Last Post: 10-09-2007, 10:10 AM
  3. In-Depth Tut. to hacking in War Rock (Conc. to Dave)
    By fl0 in forum WarRock - International Hacks
    Replies: 15
    Last Post: 01-18-2006, 02:49 PM
  4. WarRock Auto Vehicle Repair Hack
    By mortis123 in forum WarRock - International Hacks
    Replies: 12
    Last Post: 01-17-2006, 08:40 PM
  5. i need short icq number pls and hack to wr..
    By BoneXDBreaker in forum WarRock - International Hacks
    Replies: 1
    Last Post: 12-26-2005, 05:08 PM