Page 1 of 3 123 LastLast
Results 1 to 15 of 42
  1. #1
    Pagn's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    WarRock and C++ section
    Posts
    1,505
    Reputation
    32
    Thanks
    302
    My Mood
    Relaxed

    How to find addies in WarRock

    I will just show you how to find addies in WarRock with "IDA Pro" and an "Unpacked WarRock (Latest one)", which can be downloaded in Google. If you don't know where to get it, go to the source code section and their should be one.

    Firstoff, open IDA Pro and Click File -> Open and search for the unpacked WarRock (or Dumped /).

    Now we are ready to find the addies.

    PlayerPointer:
    -Search for "DX01" and go up twice or three times.


    So it's dword_A547A0. Just take out "dword_" and add 0x00 to it [Prefix].
    It should be like this in C++: #define Addr_PlayerPointer 0x00A547A0

    ServerPointer:
    -Same processus, but you got to search for "CF01" now and go up three times.


    It's dword_94F7C0.

    So, it's gonna be this in C++: #define Addr_ServerPointer 0x0094F7C0

    FastAmmo:

    Search for "ammo_base".
    [php]___:0042B2A6 mov eax, [esi+8]
    ___:0042B2A9 cmp dword ptr [eax+18h], 0
    ___:0042B2AD jnz loc_42B368
    ___:0042B2B3 mov eax, [eax+1Ch]
    ___:0042B2B6 mov eax, [eax+0E8h]
    ___:0042B2BC add eax, 8
    ___:0042B2BF push offset aAmmo_base ; "ammo_base"
    ___:0042B2C4 push eax
    ___:0042B2C5 call sub_68DAED
    ___:0042B2CA test eax, eax
    ___:0042B2CC pop ecx
    ___:0042B2CD pop ecx
    ___:0042B2CE jnz short loc_42B316
    ___:0042B2D0 fld [ebp+var_4]
    ___:0042B2D3 fcomp flt_76BE84
    ___:0042B2D9 fnstsw ax
    ___:0042B2DB test ah, 5
    ___:0042B2DE jp loc_42B368
    ___:0042B2E4 cmp dword_7BFE10, 1Bh
    ___:0042B2EB jz short loc_42B30A
    ___:0042B2ED fld flt_89B048
    ___:0042B2F3 lea eax, [ebp+var_10]
    ___:0042B2F6 fmul flt_7615C0
    ___:0042B2FC push eax
    ___:0042B2FD mov ecx, offset dword_89E53C <--- FastAmmo
    ___:0042B302 fstp [ebp+var_10]
    ___:0042B305 call sub_42A28A[/php]

    So, it's 89E53C. In C++: #define Addr_FastAmmo 0x0089E53C


    FastRepair:
    Search for "repair_base".
    [php]___:0042B316 mov eax, [esi+8]
    ___:0042B319 mov eax, [eax+1Ch]
    ___:0042B31C mov eax, [eax+0E8h]
    ___:0042B322 add eax, 8
    ___:0042B325 push offset aRepair_base ; "repair_base"
    ___:0042B32A push eax
    ___:0042B32B call sub_68DAED
    ___:0042B330 test eax, eax
    ___:0042B332 pop ecx
    ___:0042B333 pop ecx
    ___:0042B334 jnz short loc_42B368
    ___:0042B336 fld [ebp+var_14]
    ___:0042B339 fcomp flt_76BE84
    ___:0042B33F fnstsw ax
    ___:0042B341 test ah, 5
    ___:0042B344 jp short loc_42B368
    ___:0042B346 cmp dword_7BFE14, 1Bh
    ___:0042B34D jz short loc_42B35E
    ___:0042B34F push offset flt_89B048
    ___:0042B354 mov ecx, offset dword_89E540
    ___:0042B359 call sub_42A28A[/php]
    So, it's 89E540. In C++: #define Addr_FastRepair 0x0089E540



    More to be add...

    Creditz: 100% MINE so don't leech you nub

    Bye Bye!
    Last edited by Pagn; 08-20-2010 at 06:15 AM.

  2. The Following 13 Users Say Thank You to Pagn For This Useful Post:

    D e a t h h a u n t S (01-24-2011),Dong'Rickz (07-31-2014),dungzkii (07-07-2012),fastdog493 (10-03-2010),hiddengravy (06-27-2011),nadz0090210 (04-17-2011),pongping88 (02-15-2011),Roflcopter420 (09-08-2010),rolandsh (08-28-2010),ryski123 (01-09-2011),SeptFicelle (11-02-2010),skulhead (02-14-2011),zinmin (10-11-2010)

  3. #2
    Krypton1x's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Tacoma
    Posts
    13,296
    Reputation
    1184
    Thanks
    1,196
    My Mood
    Brooding
    /Stickied

    Nice tut.

  4. #3
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,294
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy
    awsome tut nigga

  5. #4
    Pagn's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    WarRock and C++ section
    Posts
    1,505
    Reputation
    32
    Thanks
    302
    My Mood
    Relaxed
    Added more.

  6. #5
    Krypton1x's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Tacoma
    Posts
    13,296
    Reputation
    1184
    Thanks
    1,196
    My Mood
    Brooding
    Sweet. Thanks.

  7. #6
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,294
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy
    Awsome bro /
    But don't post them all, btw warrock updated so ur addies are gone now


    EDIT: 0x00 not is not nessecary.
    Its just a startup adress

  8. #7
    Pagn's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    WarRock and C++ section
    Posts
    1,505
    Reputation
    32
    Thanks
    302
    My Mood
    Relaxed
    Quote Originally Posted by ikke0147 View Post
    Awsome bro /
    btw warrock updated so ur addies are gone now
    Just find it again lol.

  9. #8
    Gegner's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    2
    Pls add more =)

  10. The Following User Says Thank You to Gegner For This Useful Post:

    rolandsh (08-28-2010)

  11. #9
    icebox2010's Avatar
    Join Date
    Mar 2010
    Gender
    female
    Posts
    53
    Reputation
    10
    Thanks
    38
    My Mood
    Brooding
    Can you TuT the OPK...

  12. #10
    icebox346's Avatar
    Join Date
    Oct 2009
    Gender
    female
    Location
    werfgdrgdfg
    Posts
    104
    Reputation
    10
    Thanks
    159
    Quote Originally Posted by icebox2010 View Post
    Can you TuT the OPK...
    hmmm icebox...

  13. #11
    icebox2010's Avatar
    Join Date
    Mar 2010
    Gender
    female
    Posts
    53
    Reputation
    10
    Thanks
    38
    My Mood
    Brooding
    Quote Originally Posted by icebox346 View Post
    hmmm icebox...
    na'h... It's FAMAS..

  14. #12
    icebox346's Avatar
    Join Date
    Oct 2009
    Gender
    female
    Location
    werfgdrgdfg
    Posts
    104
    Reputation
    10
    Thanks
    159
    Quote Originally Posted by icebox2010 View Post
    na'h... It's FAMAS..
    bat gamit mo icebox?

  15. #13
    icebox2010's Avatar
    Join Date
    Mar 2010
    Gender
    female
    Posts
    53
    Reputation
    10
    Thanks
    38
    My Mood
    Brooding
    Quote Originally Posted by icebox346 View Post
    bat gamit mo icebox?
    idol kc kita..

  16. #14
    pwner318's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    3
    My Mood
    Aggressive
    pls add more functions

  17. #15
    kip3300's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    C++ no-menu, menu
    Posts
    349
    Reputation
    18
    Thanks
    64
    My Mood
    Yeehaw
    opk is verry hard to code so...




    Respect:
    [MPGH]Coeus
    Aeroman (teacher)
    TheCamels8
    Flash
    Larta (teacher)
    Sh_z_sektor

Page 1 of 3 123 LastLast

Similar Threads

  1. [Assembly Tutorial] How to find addys with OllyDBG / Ida Pro
    By Flo$ter in forum Programming Tutorials
    Replies: 15
    Last Post: 08-08-2012, 02:31 AM
  2. How to find addys of warrock?
    By raul19 in forum WarRock Help
    Replies: 1
    Last Post: 07-11-2011, 06:01 AM
  3. [Tutorial] How to find addys? - In Depth tutorial
    By AeroMan in forum WarRock Hack Source Code
    Replies: 15
    Last Post: 06-18-2011, 08:32 AM
  4. [Request] How to Find Addys in Warrock Indonesia
    By myiveco in forum WarRock Hack Source Code
    Replies: 15
    Last Post: 03-23-2011, 05:51 AM
  5. Learn How to Find Addy On Warrock
    By Gh0sts~l1f3 in forum WarRock Hack Source Code
    Replies: 17
    Last Post: 11-14-2010, 02:42 PM