Thread: Some Addresses

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    luizimloko's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    fs:[0]
    Posts
    1,879
    Reputation
    136
    Thanks
    10,137
    My Mood
    Yeehaw

    Some Addresses

    Code:
    	   ===================================
    	   =				     =
    	   =   luizimloko Search Addresses   =
    	   =				     =
    	   =	         [v1.0]              =
    	   ===================================
    
    
    	#define LTClientEXE		0x0424448B
    	#define LTClientDLL		0x37809570
    	#define WeaponRange1		0x37505F49
    	#define WeaponRange2		0x375062C9
    	#define SuperBullets		0x37500616
    	#define RapidFire		0x37506A45
    	#define WeaponManager		0x37808AB4
    	#define DrawPrimitive		0x0081AA38
    	#define ClientInfoMgr		0x37808AB4
    	#define LocalPlayer		0x372C51D0
    	#define PlayerManager		0x37867F98
    	#define GameClientShell		0x37851018
    	#define RemoteKill1		0x37506071
    	#define RemoteKill2		0x37506072
    	#define RemoteKill3		0x375063F1
    	#define RemoteKill4		0x375063F2
    	#define CameraUpdate		0x374B27DF
    	#define LTCSBase		0x37809558
    	#define DIPEngine		0x0067597A
    	#define EndSceneEngine		0x0057E6D3
    Last edited by luizimloko; 10-06-2012 at 02:25 PM.

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

    any8121 (10-15-2012),Madhor (03-29-2013),Nightmare (10-06-2012),pDevice (10-08-2012)

  3. #2
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,587
    Reputation
    5180
    Thanks
    14,177
    My Mood
    Inspired
    Your GameClientShell & ClientInfoMgr addresses are the same
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  4. #3
    arun823's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Los Angeles, California
    Posts
    523
    Reputation
    151
    Thanks
    1,899
    My Mood
    Amused
    Correct ClientInfoMgr
    Code:
    #define ClientInfoMgr 0x371739D7
    Reversing is the only way to move forward.

  5. #4
    luizimloko's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    fs:[0]
    Posts
    1,879
    Reputation
    136
    Thanks
    10,137
    My Mood
    Yeehaw
    Quote Originally Posted by arun823 View Post
    Correct ClientInfoMgr
    Code:
    #define ClientInfoMgr 0x371739D7
    i fixed my logger:

    Code:
    0x37808AB4

  6. #5
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,587
    Reputation
    5180
    Thanks
    14,177
    My Mood
    Inspired
    Quote Originally Posted by arun823 View Post
    Correct ClientInfoMgr
    Code:
    #define ClientInfoMgr 0x371739D7
    Yours is wrong

    Luizimloko posted the right one above. Your scan is wrong, if you used a scan.
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  7. #6
    wraithkilla's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    257
    Reputation
    10
    Thanks
    905
    My Mood
    Busy
    you dont even need clientinfomgr addy

  8. #7
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,587
    Reputation
    5180
    Thanks
    14,177
    My Mood
    Inspired
    Quote Originally Posted by wraithkilla View Post
    you dont even need clientinfomgr addy
    Code:
    pGameClientShell->GetClientInfoMgr();
    Is what you mean, I assume.
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  9. #8
    wraithkilla's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    257
    Reputation
    10
    Thanks
    905
    My Mood
    Busy
    Quote Originally Posted by Flengo View Post


    Code:
    pGameClientShell->GetClientInfoMgr();
    Is what you mean, I assume.
    yep you're right

  10. #9
    FR1GHT's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    Comendo Peru Pato Frango Burguer e Bebendo Whisky
    Posts
    1,633
    Reputation
    68
    Thanks
    987
    My Mood
    Yeehaw
    EndScene isn't different in others computers?



  11. #10
    Nightmare's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    North of Hell
    Posts
    2,396
    Reputation
    149
    Thanks
    6,601
    My Mood
    Worried
    Good job Luizim.

  12. #11
    kaskore's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    132
    Reputation
    10
    Thanks
    79
    My Mood
    Psychedelic
    Thanks for sharing Luizimiko!

  13. #12
    Ch40zz-C0d3r's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    831
    Reputation
    44
    Thanks
    401
    My Mood
    Twisted
    Quote Originally Posted by FR1GHT View Post
    EndScene isn't different in others computers?
    Endscene in D3D9.dll is different on WinXP and win7/vista.

    Also Why you dont use my sigscan method I released?
    My sigscans are right since last 7 patches on EU and NA....

    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

  14. The Following User Says Thank You to Ch40zz-C0d3r For This Useful Post:

    [MPGH]Flengo (10-07-2012)

  15. #13
    Mafiascared's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    You can find me somewhere in......
    Posts
    963
    Reputation
    20
    Thanks
    389
    My Mood
    Cheerful
    Its soo nice to see ppl know how to code ...
    Im just a stupid rez editor


    - Trusted TradeR -

    Succefully trades: 4 times (1 with MM)
    Scammed: 1 time by lolekxx and Mar33 https://www.mpgh.net/forum/165-scamme...-20-scamm.html

  16. #14
    arun823's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Los Angeles, California
    Posts
    523
    Reputation
    151
    Thanks
    1,899
    My Mood
    Amused
    Quote Originally Posted by Flengo View Post


    Yours is wrong

    Luizimloko posted the right one above. Your scan is wrong, if you used a scan.
    Meh, I dont even use the ClientInfo address, but i just tested mine and it works.
    Reversing is the only way to move forward.

  17. #15
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,587
    Reputation
    5180
    Thanks
    14,177
    My Mood
    Inspired
    Quote Originally Posted by arun823 View Post
    Meh, I dont even use the ClientInfo address, but i just tested mine and it works.
    That's weird. I was trying yours and I crashed.

    Oh well. I'll probably switch to getting it from GameClientShell anyway.
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


Page 1 of 2 12 LastLast

Similar Threads

  1. [Release] Some address -OverDrivejt-
    By [GM]Hpx in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 28
    Last Post: 06-22-2011, 08:32 AM
  2. [Source Code] Some addresses for supercaveopk etc. and aimbot!
    By jajarem64 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 51
    Last Post: 02-07-2011, 06:09 PM
  3. [Info] Some Addresses
    By Synns in forum WarRock Discussions
    Replies: 14
    Last Post: 10-10-2009, 08:14 AM
  4. guys need some addresses
    By killajones427 in forum WarRock - International Hacks
    Replies: 20
    Last Post: 06-30-2007, 08:22 PM
  5. Hi I got some addresses
    By allen81973 in forum WarRock - International Hacks
    Replies: 8
    Last Post: 05-13-2007, 10:16 AM