Page 1 of 2 12 LastLast
Results 1 to 15 of 26
  1. #1
    amas123's Avatar
    Join Date
    Aug 2007
    Gender
    male
    Location
    in a good place
    Posts
    82
    Reputation
    10
    Thanks
    13
    My Mood
    Cool

    the new warrock addresses

    i knew these 1 were needed

    OPK:
    0050E93C
    0050E946
    0050E950

    Invisable:
    00517342
    0051734C

    circles: 00AC4A8D
    anti-kick: 004FC3C5
    fast as ...: 00516C99


    Player Pointer:
    12A8560

    SuperJump:
    Pointer+179

    No Fall Damage:
    Pointer+264

    Swim:
    Pointer+276

    Weapons:
    Pointer+4C

    Scope:
    AC4A66

    No Recoil:
    AC4AB0

    No Spread:
    AC4AA8

    Stamina:
    8C4AFC

    Full Bright:
    ADFB88
    ADFB8C
    ADFB90

    Glass Walls:
    ADFB04

    No Fog:
    ADFB08

    Crosshair:
    00AC4A8C - freeze to 1

    Fast Flag:
    00AC4AA8 - freeze to 1092779973

    Fast Health:
    00AC4A74 - freeze to 1092779973

    Fast Ammo:
    00AC4A70 - freeze to 1092779973

    No Bounds:
    00D1C2CC - freeze to 0

    5th Slot:
    00CEF9C0 - freeze to 4

    Instant Spawn:
    00CFA150 - Value = Freeze to 0
    0101016C - Value = Freeze to 0


    No Fall Damage:
    Pointer+264

    Swim:
    Pointer+276

    Weapons:
    Pointer+4C

    Scope:
    AC4A66

    No Recoil:
    AC4AB0

    No Spread:
    AC4AA8

    Stamina:
    8C4AFC

    Full Bright:
    ADFB88
    ADFB8C
    ADFB90

    Glass Walls:
    ADFB04

    No Fog:
    ADFB08


    Superjump Code:

    Dim NFD As Long
    Dim NFD1 As Long
    Call ReadALong("Warrock", &H111111, NFD)
    NFD1 = SJ + &H264
    Call WriteAFloat("Warrock", NFD1, -9999)

  2. The Following 10 Users Say Thank You to amas123 For This Useful Post:

    CyberStrikeX3 (12-29-2007),fisher789 (12-31-2007),Herbal (12-30-2007),icaro900 (01-09-2008),K2 Nemico (12-29-2007),Kadetti (01-01-2008),lemonguy (12-29-2007),matthijs289 (01-05-2008),pilot16 (01-08-2008),poon hacker (12-27-2007)

  3. #2
    Dave84311's Avatar
    Join Date
    Dec 2005
    Gender
    male
    Location
    The Wild Wild West
    Posts
    35,837
    Reputation
    5782
    Thanks
    41,292
    My Mood
    Devilish
    These were posted in the WarRock section.

    *Moved*





    THE EYE OF AN ADMINISTRATOR IS UPON YOU. ANY WRONG YOU DO IM GONNA SEE, WHEN YOU'RE ON MPGH, LOOK BEHIND YOU, 'CAUSE THATS WHERE IM GONNA BE


    "First they ignore you. Then they laugh at you. Then they fight you. Then you lose.” - Dave84311

    HAVING VIRTUAL DETOX

  4. #3
    skumy's Avatar
    Join Date
    Sep 2007
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    2
    superjump is +178

  5. #4
    CyberStrikeX3's Avatar
    Join Date
    Dec 2007
    Posts
    3
    Reputation
    10
    Thanks
    2
    How do you use the ones that have pointer in them? Do you have to find the pointer yourself?

  6. #5
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    Quote Originally Posted by CyberStrikeX3 View Post
    How do you use the ones that have pointer in them? Do you have to find the pointer yourself?
    Don't bump

    With pointers

    LPVOID Pointers_Address = (void*) 0xSomeAddress;
    LPVOID SomeOtherAddress;
    int TempRead;
    ReadProcessMemory(WRs Process,Pointers_Address,&TempRead,4,0);
    SomeOtherAddress= TempRead + 0xOffSetAddress;


    SomeOtherAddress is the one you write\read too. Sorry if thats not clear.



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


  7. #6
    K2 Nemico's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Posts
    160
    Reputation
    8
    Thanks
    29
    hey! Thanks for addies! but how many bytes is antikick, fast as minigun, and opk??? i really need it because i know how to do invisible, but not just three of those. Thanks guys!

  8. #7
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    Quote Originally Posted by K2 Nemico View Post
    hey! Thanks for addies! but how many bytes is antikick, fast as minigun, and opk??? i really need it because i know how to do invisible, but not just three of those. Thanks guys!
    My tutorial explained this, so you would be able to find that out by yourself...but

    No Kick : NOP 6 Bytes
    OPK : NOP 6 Bytes

    Invisible :
    00517342 = NOP 7 bytes
    0051734C = NOP 6 bytes

    Fast As = NOP 4 bytes



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


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

    K2 Nemico (01-01-2008)

  10. #8
    ferrar1000's Avatar
    Join Date
    Dec 2005
    Gender
    male
    Posts
    80
    Reputation
    11
    Thanks
    3
    At what value i need to set this adresses?:
    -OPK
    -Invisable
    -circles
    -anti-kik
    -Full Bright
    -Glass Walls
    -No Fog

    And what is 'No Bounds'?
    Last edited by ferrar1000; 01-01-2008 at 05:11 AM.




  11. #9
    shotgun195's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Posts
    103
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by ferrar1000 View Post
    At what value i need to set this adresses?:
    -OPK - Change asm code eax and edi i think to esp.
    -Invisable -NOP
    -circles - 1
    -anti-kik - NOP
    -Full Bright 5 on float i think.
    -Glass Walls - 0
    -No Fog - Not sure never use xD

    And what is 'No Bounds'?
    No Bounds is when you go out too far in a map then you get the mini field shit and die, no bounds prevents that.
    Last edited by shotgun195; 01-01-2008 at 06:10 AM.

  12. #10
    K2 Nemico's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Posts
    160
    Reputation
    8
    Thanks
    29
    Quote Originally Posted by jetamay View Post
    My tutorial explained this, so you would be able to find that out by yourself...but

    No Kick : NOP 6 Bytes
    OPK : NOP 6 Bytes

    Invisible :
    00517342 = NOP 7 bytes
    0051734C = NOP 6 bytes

    Fast As = NOP 4 bytes
    Wow! Thanks alot dude! But you know when I nop the fast as famas or Minigun addie, I cant soot. Why? Am i missing something? Thanks.

  13. #11
    vescovo's Avatar
    Join Date
    Sep 2007
    Location
    Hitlers Grave
    Posts
    1,403
    Reputation
    11
    Thanks
    145
    Quote Originally Posted by K2 Nemico View Post
    Wow! Thanks alot dude! But you know when I nop the fast as famas or Minigun addie, I cant soot. Why? Am i missing something? Thanks.
    Either Didnt set it make it the right amount of bytes
    or
    Didnt code it right in another way
    so double check

  14. #12
    Kadetti's Avatar
    Join Date
    Dec 2007
    Posts
    21
    Reputation
    10
    Thanks
    0
    could some1 make me hack where would be anti kick,opk,superjump,no fall damage,instant spawn,no recoil,no spread,no bounds,fast flag,fast health,fast ammo,unl.ammo,invisible. i can give 66lvl rs acc for it Xfire: jaqqi

  15. #13
    Kadetti's Avatar
    Join Date
    Dec 2007
    Posts
    21
    Reputation
    10
    Thanks
    0
    oh and fast as famas and minigun if can weapon shop hack and not have to do a bybass and good hotkeys

  16. #14
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    Quote Originally Posted by vescovo View Post
    Either Didnt set it make it the right amount of bytes
    or
    Didnt code it right in another way
    so double check
    *edit* don't double post please.

    If it was the incorrect amount of bytes, it most likely would have crashed. The Fast as function is going to be vary close to that address in the debugger, maby i'll take a look at it later.
    Last edited by radnomguywfq3; 01-01-2008 at 10:54 PM.



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


  17. #15
    K2 Nemico's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Posts
    160
    Reputation
    8
    Thanks
    29
    ok i nopped the addie 4 bytes. (only 4 bytes works because if I nop to more or less bytes, wr crahes.) Now I can't shoot, roll, crawl, prone, etc. Is the addie wrong?

    PS: OPK Won't work for me... I nopped 3 addies to 6 bytes... no luck...

Page 1 of 2 12 LastLast