Thread: Esp

Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    Sneak84's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    88
    Reputation
    10
    Thanks
    18
    Does anyone have a correct value for DrawEngineString? Just want to draw some shit on the screen for now.

    Code:
    typedef void (__thiscall *lpDrawEngineString)(unsigned long ulBase, char *String, int x, int y, unsigned long Color, bool Shadow);
    lpDrawEngineString DrawEngineString;
    
    
    void ESP(LPDIRECT3DDEVICE9 pDevice)
    {
       CShellBase = (DWORD)GetModuleHandleW(L"CShell.dll");
       unsigned long Base = *(DWORD*)(CShellBase + 0x3CBFD0);
         
       if ( Base )
       {
          DrawEngineString = (lpDrawEngineString    )(CShellBase + 0xAC8980);
         DrawEngineString(Base, "fuck", 50, 50, D3DCOLOR_XRGB(255,0,0), true);
       }
    }
    -> crash!1 i put it in ES:
    Code:
    ESP(pDevice);

  2. #17
    UltraPGNoob's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    671
    Reputation
    15
    Thanks
    611
    My Mood
    Fine
    there's two more bool. one for underline and the other idk.
    My Threads:

    - CrossFire Mods:
    Wooden Knife

    - CrossFire Tutorials:
    How to make a logger
    Total number of guns in weaponmgr

    - CrossFire NA Addies:
    Video Settings (not useful but just wanted to share) OUTDATED

    - CrossFire NA Hacks:
    UltraPGNoob Public Hack v1 DETECTED (02-24-2011)
    UltraPGNoob Public Hack v2 DETECTED (06-22-2011)
    UltraPGNoob Public Hack v3 DETECTED (07-04-2011)

    - CrossFire EU Hacks:
    UltraPGNoob Public Hack - Special Edition (Knife Weapon Hack) DETECTED (02-26-2012)

Page 2 of 2 FirstFirst 12

Similar Threads

  1. HL2 Hack With Aimbot|ESP| And much, Much more.
    By quin123 in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 10
    Last Post: 04-03-2009, 12:57 PM
  2. ESP/Chams For BHD 1.5.0.5 Arugs 1.2m: Undetected
    By sf0d in forum General Game Hacking
    Replies: 1
    Last Post: 11-05-2008, 02:31 PM
  3. ESP
    By condor01 in forum WarRock - International Hacks
    Replies: 42
    Last Post: 09-29-2007, 04:19 PM
  4. esp
    By mopo in forum WarRock - International Hacks
    Replies: 5
    Last Post: 09-24-2007, 09:33 AM
  5. Replies: 16
    Last Post: 08-10-2007, 07:10 AM