Thread: Hmmm, correct?

Results 1 to 4 of 4

Hybrid View

  1. #1
    D-Vid the DBag's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    146
    Reputation
    10
    Thanks
    13
    My Mood
    Lurking

    Hmmm, correct?

    Okay guys, I am making a hack and I have discovered that it will show up on CA, it doesn't D/C or anything, but the problem I've run into is the fact that the hacks will not enable when I tell them to in-game.
    I used the switch statement for my hacks, as I saw was already in there for the crosshairs, which work 100% in game.
    I am thinking that the addresses are possibly the issue.

    The only problem is, I have been trying diligently to dump CShell so I can get the new addresses, but that's proving to be VERY difficult for me to do, as just about every program I have tried that will dump the process to a file, including the modules(like CShell), will not dump it correctly, or it doesn't even find Engine.exe.

    Here's the current addies I have:
    [highlight=c++]
    //Weapon Addresses
    #define SuperBullets 0x374B65D6
    #define WeaponRange1 0x374BBB79
    #define WeaponRange2 0x374BBEF9
    #define RECOIL1 0x3746F630
    #define RECOIL2 0x3745F489
    #define RECOIL3 0x3746F644
    #define RECOIL4 0x3746F647
    #define RECOIL5 0x3746F650
    //#define NoReload 0x374BB8F4
    //ESP/Visual Addresses
    #define GlassWalls 0x57276A
    #define NameTags1 0x37374730
    #define NameTags2 0x373747AD
    [/highlight]
    Last edited by D-Vid the DBag; 03-15-2011 at 02:02 PM.

    [IMG]https://i33.photobucke*****m/albums/d55/y_owns_you/D-Vid665.png[/IMG]

  2. #2
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    u didn't see this?

    Code:
    #define ADDR_CSHELL_BASE		0x37100000							
    #define SFX_NADE			0x13
    #define SFX_PICKUP			0x17
    #define SFX_CHARACTER			0x18
    #define SFX_MAX			        0x3B							
    #define ADDR_MTBWCRET			0x37415467
    #define ADDR_WEAPONMGR			0x37856764 
    #define ADDR_LT CSBASE  //no space	0x3781BE38
    #define ADDR_LOCALPTR			0x3785FC38 
    #define ADDR_BUILDFONT			0x375B6CB0
    #define ADDR_FILLFONT			0x375B7910 
    #define ADDR_FONTECX			0x37858C14 
    #define ADDR_GETFONTHAND		0x3742D590 
    #define ADDR_GETCONSOLEINT		0x373F98D0 
    #define ADDR_LTCLIENT			0x3781BE50 
    #define ADDR_GCS			0x37858060
    #define ADDR_LTCOMMON			0x37854D10
    #define ADDR_FORCEFPS			0x3781BEE0
    #define OFF_FPS				0xDA00
    #define ADDR_D3D			0x90BF20
    #define ADDR_W2S			0x4913C0
    #define ADDR_DRAWPRIM			0x800010
    #define ADDR_CURSORCENTER		0x7EA43C
    #define ADDR_CONSOLEUNWRAPPED           0x485E10
    #define ADDR_CLIENTFX			0x66F34
    #define ADDR_WEAPON_RANGE1		0x374BBB79
    #define ADDR_WEAPON_RANGE2		0x374BBEF9
    #define ADDR_REMOTEKILL1		0x374B5861
    #define ADDR_REMOTEKILL2		0x374B5862 
    #define ADDR_REMOTEKILL3		0x374B5AB1
    #define ADDR_REMOTEKILL4		0x374B5AB2
    those should be the updated addies

    commando: You're probably the best non-coder coder I know LOL


  3. #3
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid
    The addresses are all right my friend.

  4. The Following User Says Thank You to Fabolous For This Useful Post:

    D-Vid the DBag (03-15-2011)

  5. #4
    D-Vid the DBag's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    146
    Reputation
    10
    Thanks
    13
    My Mood
    Lurking
    Quote Originally Posted by UnknownCoder View Post
    The addresses are all right my friend.
    Until the patch is over. :-/

    [IMG]https://i33.photobucke*****m/albums/d55/y_owns_you/D-Vid665.png[/IMG]