Results 1 to 6 of 6
  1. #1
    R4v0r's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    London
    Posts
    234
    Reputation
    11
    Thanks
    142
    My Mood
    Amazed

    Finding 2 address

    Sup y'all.

    I know how to find WeaponMgr thanks to R3d_L!n3, now I need to know how to find PlayerMgr & NoReload addresses.

    Thanks!

  2. #2
    Ch40zz-C0d3r's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    831
    Reputation
    44
    Thanks
    401
    My Mood
    Twisted
    PlayerMgr contains pitch and yaw. Try to find it with cheatengine.
    NoReload address is just visual, however just search for ammo count, set a breakpoint and reverse from there.

    Progress with my game - "Disbanded"
    • Fixed FPS lag on spawning entities due to the ent_preload buffer!
    • Edit the AI code to get some better pathfinding
    • Fixed the view bug within the sniper scope view. The mirror entity is invisible now!
    • Added a new silencer for ALL weapons. Also fixed the rotation bugs
    • Added a ton of new weapons and the choice to choose a silencer for every weapon
    • Created a simple AntiCheat, noobs will cry like hell xD
    • The name will be Disbanded, the alpha starts on the 18th august 2014



    Some new physics fun (Serversided, works on every client)



    My new AI
    https://www.youtube.com/watch?v=EMSB1GbBVl8

    And for sure my 8 months old gameplay with 2 friends
    https://www.youtube.com/watch?v=Na2kUdu4d_k

  3. #3
    R4v0r's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    London
    Posts
    234
    Reputation
    11
    Thanks
    142
    My Mood
    Amazed
    Quote Originally Posted by Ch40zz-C0d3r View Post
    PlayerMgr contains pitch and yaw. Try to find it with cheatengine.
    NoReload address is just visual, however just search for ammo count, set a breakpoint and reverse from there.
    You got any string for PlayerMgr? So I can do it with Olly..

  4. #4
    Ch40zz-C0d3r's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    831
    Reputation
    44
    Thanks
    401
    My Mood
    Twisted
    Quote Originally Posted by R4v0r View Post
    You got any string for PlayerMgr? So I can do it with Olly..
    Search for playermgr or try other things. Finding strings isnt that hard.

    Progress with my game - "Disbanded"
    • Fixed FPS lag on spawning entities due to the ent_preload buffer!
    • Edit the AI code to get some better pathfinding
    • Fixed the view bug within the sniper scope view. The mirror entity is invisible now!
    • Added a new silencer for ALL weapons. Also fixed the rotation bugs
    • Added a ton of new weapons and the choice to choose a silencer for every weapon
    • Created a simple AntiCheat, noobs will cry like hell xD
    • The name will be Disbanded, the alpha starts on the 18th august 2014



    Some new physics fun (Serversided, works on every client)



    My new AI
    https://www.youtube.com/watch?v=EMSB1GbBVl8

    And for sure my 8 months old gameplay with 2 friends
    https://www.youtube.com/watch?v=Na2kUdu4d_k

  5. #5
    R3d_L1n3's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    137
    Reputation
    10
    Thanks
    208
    playermgr should be related to something access player so

    Code:
    ___:3728B2B0                 mov     ecx, dword_3787E42C// Pointer
    ___:3728B2B6                 mov     edx, [ecx]
    ___:3728B2B8                 mov     eax, [edx+0B4h]
    ___:3728B2BE                 call    eax
    ___:3728B2C0                 push    7Fh
    ___:3728B2C2                 cmp     [edi+74h], eax
    ___:3728B2C5                 jnz     short loc_3728B2D3
    ___:3728B2C7                 lea     ecx, [esp+98h+var_84]
    ___:3728B2CB                 push    ecx
    ___:3728B2CC                 push    offset aSabotagebomb_t ; "SabotageBomb_TeamPickupBomb"
    Or
    Code:
    372D8CA0                 mov     ecx, dword_3787E42C // Pointer 
    ___:372D8CA6                 sub     esp, 0Ch
    ___:372D8CA9                 lea     eax, [esp]
    ___:372D8CAC                 push    eax
    ___:372D8CAD                 call    sub_374BD200
    ___:372D8CB2                 fld     dword ptr [esp+8]
    ___:372D8CB6                 mov     eax, dword_378206B8
    ___:372D8CBB                 mov     ecx, [eax]
    ___:372D8CBD                 mov     edx, [ecx+18h]
    ___:372D8CC0                 sub     esp, 18h
    ___:372D8CC3                 fstp    qword ptr [esp+10h]
    ___:372D8CC7                 fld     dword ptr [esp+1Ch]
    ___:372D8CCB                 fstp    qword ptr [esp+8]
    ___:372D8CCF                 fld     dword ptr [esp+18h]
    ___:372D8CD3                 fstp    qword ptr [esp]
    ___:372D8CD6                 push    offset aPlayerposFFF ; "playerPos <%f, %f, %f>"

  6. #6
    R4v0r's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    London
    Posts
    234
    Reputation
    11
    Thanks
    142
    My Mood
    Amazed
    Thanks bro, you again did it

Similar Threads

  1. [Question]How can i find addresses?
    By iNsaNe.eXe in forum WolfTeam Hacks
    Replies: 8
    Last Post: 11-06-2007, 10:00 AM
  2. [Service] Finding Addresses
    By phire in forum WarRock - International Hacks
    Replies: 7
    Last Post: 11-06-2007, 07:52 AM
  3. how do i find address
    By sukh13 in forum Visual Basic Programming
    Replies: 2
    Last Post: 11-01-2007, 10:00 AM
  4. [Tutorial] Finding addresses/pointers for warrock in CE
    By mains3rv3r in forum WarRock - International Hacks
    Replies: 7
    Last Post: 07-28-2007, 06:38 AM
  5. [Question] About finding address
    By yoni1993 in forum WarRock - International Hacks
    Replies: 7
    Last Post: 07-06-2007, 07:00 PM