Thread: Zm Esp

Page 1 of 3 123 LastLast
Results 1 to 15 of 43
  1. #1
    I2espect's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Location
    On Other Planet
    Posts
    641
    Reputation
    28
    Thanks
    870
    My Mood
    Devilish

    Talking Zm Esp

    Code:
    hookZombie(){
    	zombie_hook_fx = FindPattern(CShell, 0x1FFFFFF, (PBYTE)"\xD9\xEE\xC7\x06\x00\x00\x00\x00\xD9\x96\x00\x00\x00\x00\xD9\x96\x00\x00\x00\x00\x89\x5C\x24\x24", "xxxx????xx????xx????xxxx");
    	zombie_hook_fx += 2;
    	zombie_hook_fx += 0x6C;
    	dwJMPback = zombie_hook_fx + 6;
    	PlaceJMP((PBYTE)zombie_hook_fx, (DWORD)hkZombiefx, 6);
    }
    
    __declspec(naked) void hkZombiefx() {
    	
    
    	__asm {
    		 MOV DWORD PTR DS : [ESI + 0x4FF10], EBX
    	}
    	
    	__asm PUSHAD
    	__asm PUSHFD
    
    	DWORD _esi;
    
    	__asm {
    		MOV _esi, ESI
    	}
    		
    	addToObjects(_esi);	
    	
    	__asm POPFD
    	__asm POPAD
    	
    	__asm JMP [dwJMPback]
    
    }
    Code:
    cObject  => ESI + 0xA4
    I will post more about it later
    @dreek1

  2. The Following 8 Users Say Thank You to I2espect For This Useful Post:

    abyan (12-18-2018),aS1an1Sm (12-25-2018),gaerGAERHGaerherh (01-09-2019),malfac009 (12-14-2018),mamo007 (12-14-2018),ronjeffrey123 (01-06-2019),vaisefud3 (12-14-2018),[K]akashi (12-14-2018)

  3. #2
    DEiseL's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    99
    Reputation
    10
    Thanks
    6
    Quote Originally Posted by I2espect View Post
    Code:
    hookZombie(){
    	zombie_hook_fx = FindPattern(CShell, 0x1FFFFFF, (PBYTE)"\xD9\xEE\xC7\x06\x00\x00\x00\x00\xD9\x96\x00\x00\x00\x00\xD9\x96\x00\x00\x00\x00\x89\x5C\x24\x24", "xxxx????xx????xx????xxxx");
    	zombie_hook_fx += 2;
    	zombie_hook_fx += 0x6C;
    	dwJMPback = zombie_hook_fx + 6;
    	PlaceJMP((PBYTE)zombie_hook_fx, (DWORD)hkZombiefx, 6);
    }
    
    __declspec(naked) void hkZombiefx() {
    	
    
    	__asm {
    		 MOV DWORD PTR DS : [ESI + 0x4FF10], EBX
    	}
    	
    	__asm PUSHAD
    	__asm PUSHFD
    
    	DWORD _esi;
    
    	__asm {
    		MOV _esi, ESI
    	}
    		
    	addToObjects(_esi);	
    	
    	__asm POPFD
    	__asm POPAD
    	
    	__asm JMP [dwJMPback]
    
    }
    Code:
    cObject  => ESI + 0xA4
    I will post more about it later
    @dreek1

    Great Work
    Thx For Sharing
    Can u share ur Facebook/ d i s c o r d
    Last edited by DEiseL; 12-14-2018 at 12:39 PM.

  4. #3
    [K]akashi's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    213
    Reputation
    10
    Thanks
    583
    My Mood
    Bored
    Quote Originally Posted by DEiseL View Post


    Why !!!!!
    Ibeen working for it for two weeks and when i found the func u share it !!
    Qnyway great work
    Can u share ur Facebook/ d i s c o r d
    I think these SC not yours
    and i'm sure that you're don't know how to use this SC
    So stop saying " Why why why " and just say Thanks


    - - - Updated - - -

    Quote Originally Posted by I2espect View Post
    Code:
    hookZombie(){
    	zombie_hook_fx = FindPattern(CShell, 0x1FFFFFF, (PBYTE)"\xD9\xEE\xC7\x06\x00\x00\x00\x00\xD9\x96\x00\x00\x00\x00\xD9\x96\x00\x00\x00\x00\x89\x5C\x24\x24", "xxxx????xx????xx????xxxx");
    	zombie_hook_fx += 2;
    	zombie_hook_fx += 0x6C;
    	dwJMPback = zombie_hook_fx + 6;
    	PlaceJMP((PBYTE)zombie_hook_fx, (DWORD)hkZombiefx, 6);
    }
    
    __declspec(naked) void hkZombiefx() {
    	
    
    	__asm {
    		 MOV DWORD PTR DS : [ESI + 0x4FF10], EBX
    	}
    	
    	__asm PUSHAD
    	__asm PUSHFD
    
    	DWORD _esi;
    
    	__asm {
    		MOV _esi, ESI
    	}
    		
    	addToObjects(_esi);	
    	
    	__asm POPFD
    	__asm POPAD
    	
    	__asm JMP [dwJMPback]
    
    }
    Code:
    cObject  => ESI + 0xA4
    I will post more about it later
    @dreek1
    Thanks for sharing this ♥
    Tslm ya abu 3ammo
    To become a successful coder you should become a leecher first
    .CHROME -DeV HACK.





  5. #4
    DEiseL's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    99
    Reputation
    10
    Thanks
    6
    [FONT="Arial Black"][COLOR="Red"][B]
    Quote Originally Posted by [K]akashi View Post




    - - - Updated - - -



    Thanks for sharing this ♥
    Tslm ya abu 3ammo


    I dont say that this mine
    Thats not mine
    I say i just found the func
    Not the code too
    I just know class name
    Btw thx u for ur opinion About me
    Last edited by DEiseL; 12-15-2018 at 09:57 AM.

  6. #5
    [K]akashi's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    213
    Reputation
    10
    Thanks
    583
    My Mood
    Bored
    Quote Originally Posted by DEiseL View Post


    I dont say that this mine
    Thats not mine
    I say i just found the func
    Not the code too
    I just know class name
    Btw thx u for ur opinion About me
    I Mean it's not your Business to say " Why you share it "
    He wants to share , so he shared it
    Just personal freedom
    Do not make him regret what he shared
    Last edited by [K]akashi; 12-14-2018 at 11:39 AM.
    To become a successful coder you should become a leecher first
    .CHROME -DeV HACK.





  7. #6
    O conhecimento é o caminho para liberdade.
    MPGH Member
    dreek1's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    localhost
    Posts
    1,175
    Reputation
    74
    Thanks
    1,263
    My Mood
    In Love
    Quote Originally Posted by I2espect View Post
    Code:
    hookZombie(){
    	zombie_hook_fx = FindPattern(CShell, 0x1FFFFFF, (PBYTE)"\xD9\xEE\xC7\x06\x00\x00\x00\x00\xD9\x96\x00\x00\x00\x00\xD9\x96\x00\x00\x00\x00\x89\x5C\x24\x24", "xxxx????xx????xx????xxxx");
    	zombie_hook_fx += 2;
    	zombie_hook_fx += 0x6C;
    	dwJMPback = zombie_hook_fx + 6;
    	PlaceJMP((PBYTE)zombie_hook_fx, (DWORD)hkZombiefx, 6);
    }
    
    __declspec(naked) void hkZombiefx() {
    	
    
    	__asm {
    		 MOV DWORD PTR DS : [ESI + 0x4FF10], EBX
    	}
    	
    	__asm PUSHAD
    	__asm PUSHFD
    
    	DWORD _esi;
    
    	__asm {
    		MOV _esi, ESI
    	}
    		
    	addToObjects(_esi);	
    	
    	__asm POPFD
    	__asm POPAD
    	
    	__asm JMP [dwJMPback]
    
    }
    Code:
    cObject  => ESI + 0xA4
    I will post more about it later
    @dreek1
    Wrong way to do it, but work
    Public Hack:
    Jun 2012 / Dec 2017

  8. #7
    DEiseL's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    99
    Reputation
    10
    Thanks
    6
    Quote Originally Posted by [K]akashi View Post


    I Mean it's not your Business to say " Why you share it "
    He wants to share , so he shared it
    Just personal freedom
    Do not make him regret what he shared

    Iam Very Angry From U Broo !!!

  9. #8
    I2espect's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Location
    On Other Planet
    Posts
    641
    Reputation
    28
    Thanks
    870
    My Mood
    Devilish
    Quote Originally Posted by dreek1 View Post
    Wrong way to do it, but work
    yeah remember XD how we got first esp in zm XD
    it was a good start anyway

    BTW Bonus Hints :
    Code:
    Remote kill works in Zm mode without client error :)
    objects can be null :) check before u access
    if an object became a non null and returned to null then u wont need the object again
    careful with memory XD can get messy if u are not cleaning up XD

  10. #9
    DEiseL's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    99
    Reputation
    10
    Thanks
    6
    Quote Originally Posted by I2espect View Post
    yeah remember XD how we got first esp in zm XD
    it was a good start anyway

    BTW Bonus Hints :
    Code:
    Remote kill works in Zm mode without client error :)
    objects can be null :) check before u access
    if an object became a non null and returned to null then u wont need the object again
    careful with memory XD can get messy if u are not cleaning up XD
    Hey Bro
    Can u share ur Facebook/ d i s c o r d

  11. #10

  12. #11
    DEiseL's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    99
    Reputation
    10
    Thanks
    6
    Quote Originally Posted by I2espect View Post
    u can ask here if u want
    i dont open *****/facebook alot anyway
    I Cant Here Is Private Code

    Just Share

  13. #12
    O conhecimento é o caminho para liberdade.
    MPGH Member
    dreek1's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    localhost
    Posts
    1,175
    Reputation
    74
    Thanks
    1,263
    My Mood
    In Love
    Quote Originally Posted by I2espect View Post
    yeah remember XD how we got first esp in zm XD
    it was a good start anyway

    BTW Bonus Hints :
    Code:
    Remote kill works in Zm mode without client error :)
    objects can be null :) check before u access
    if an object became a non null and returned to null then u wont need the object again
    careful with memory XD can get messy if u are not cleaning up XD
    Yeah! You can use this way to do weapon esp too but i used SFXMgr it's more easy
    Public Hack:
    Jun 2012 / Dec 2017

  14. #13
    I love myself
    나도 너를 사랑해

    Former Staff
    Premium Member
    Jhem's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    167,646,447
    Posts
    5,150
    Reputation
    1220
    Thanks
    7,395
    My Mood
    Stressed
    great share, i'll take a note of it.

  15. #14
    aS1an1Sm's Avatar
    Join Date
    Apr 2015
    Gender
    female
    Posts
    20
    Reputation
    10
    Thanks
    3
    @I2espect thanks for sharing...

    Anyway to check for object if hp drop to zero?

  16. #15
    I2espect's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Location
    On Other Planet
    Posts
    641
    Reputation
    28
    Thanks
    870
    My Mood
    Devilish
    Quote Originally Posted by aS1an1Sm View Post
    @I2espect thanks for sharing...

    Anyway to check for object if hp drop to zero?
    i dont know if my offsets are old or not but :
    Code:
    char pad_0000[164];
    cObject* Object;
    char pad_0001[348];
    int8_t bIsDead;
    char pad_0002[15];
    int8_t SpawnShield;
    char pad_0003[326947];
    __int32 fHealth;

Page 1 of 3 123 LastLast

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