Results 1 to 9 of 9
  1. #1
    arun823's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Los Angeles, California
    Posts
    523
    Reputation
    151
    Thanks
    1,899
    My Mood
    Amused

    Test this Telekill Class?

    Hey guys I got this telekill class, but it crashes when turned on. Detected class?

    Code:
    DWORD posptr, posy;
    	if(Pl0x && Crack) {
    		GetPlayerByIndex2 = (lpGetPlayerByIndex2)PlayerByIndex;
    		unsigned long ulThis = *(unsigned long *)ClientInfoMgr;
    		GetLocalPlayer2 = (lpGetLocalPlayer2)(LocalPlayer);
    		for(INT i = 0; i < 16; i++) {			
    			PlayerInfo *pPlayer = GetPlayerByIndex2(ulThis, i, 0);
    			PlayerInfo *pLocal = GetLocalPlayer2(ulThis);
    			if(pPlayer != 0 && pPlayer->obj != 0 && pPlayer->IsDead == 0) {			
    				posptr = (DWORD)GetModuleHandle("ClientFX.fxd");
    				posptr += 0x00066F34;
    				WriteOpCode(&posy,(VOID *)(posptr), 4);
    				if(Pl0x) {
    					if(pPlayer->Team != pLocal->Team) {
    						*(FLOAT *)(posy + 0xC8) = (pPlayer->obj->origin.x + 100.0f);
    						*(FLOAT *)(posy + 0xCC) = (pPlayer->obj->origin.y + 100.0f);
    						*(FLOAT *)(posy + 0xD0) = (pPlayer->obj->origin.z);
    					}
    				}
    			}
    		}
    	}
    If it's detected how would I go about updating it?

  2. #2
    demtrios's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    MPGH.Net
    Posts
    870
    Reputation
    10
    Thanks
    1,056
    My Mood
    Amused
    I think you already do not check the addresses that can be ;D


    Cock CS since 26•03•2013

  3. #3
    Ch40zz-C0d3r's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    831
    Reputation
    44
    Thanks
    401
    My Mood
    Twisted
    1. the set camera pos function is detected by HS, just pack your dll with UPX
    2. Check for more invalid addresses
    3. Update old addys

    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

  4. #4
    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 Ch40zz-C0d3r View Post
    1. the set camera pos function is detected by HS, just pack your dll with UPX
    2. Check for more invalid addresses
    3. Update old addys
    I already tried packing it with UPX and I byte ciphered it. I even encrypted the strings with XOR, still crashing. Did the class change from the last patch?

  5. #5
    MGKing1's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    81
    Reputation
    10
    Thanks
    94
    the addies PlayerByIndex, localplayer, ClientInfoMgr.

    If those are from the addies in the source code section by Xipher they are wrong. Cause he didnt update the patterns for thea ddie logger and put the wrong addies

  6. The Following User Says Thank You to MGKing1 For This Useful Post:

    Xipher (06-26-2012)

  7. #6
    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 MGKing1 View Post
    the addies PlayerByIndex, localplayer, ClientInfoMgr.

    If those are from the addies in the source code section by Xipher they are wrong. Cause he didnt update the patterns for thea ddie logger and put the wrong addies
    Damn, I'll use my addy logger instead then.

  8. #7
    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
    arun, new coder?


    - 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

  9. #8
    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 Mafiascared View Post
    arun, new coder?
    Lol, more like a coder who was in the closet, but decided to come out of now where

  10. #9
    Ch40zz-C0d3r's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    831
    Reputation
    44
    Thanks
    401
    My Mood
    Twisted
    I couldnt find ClientInfoMgr -_-
    Please, just say me addy, I will make a new sigscan for EU...

    EDIT: Just got it...

    Sigscan:

    \x8B\x0D\x00\x00\x00\x00\x50\xE8\x00\x00\x00\x00\x 84\xC0\x0F\x85\x00\x00\x00\x00\x8B\xCF\xE8\x00\x00 \x00\x00
    xx????xx????xxxx????xxx????

    Its copying the ClientInfoMgr aka ulThis into the stack. Hope you enjoy!!! This will get updated ClientInfoMgr!
    Last edited by Ch40zz-C0d3r; 06-26-2012 at 08:56 AM.

    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

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

    NotRealPro (06-26-2012)

Similar Threads

  1. Easy Bypass (tested this time) (with installer)
    By nog_lorp in forum Combat Arms Hacks & Cheats
    Replies: 266
    Last Post: 08-13-2008, 10:56 PM
  2. test this
    By Synns in forum WarRock - International Hacks
    Replies: 4
    Last Post: 10-08-2007, 12:12 AM
  3. Who wants to test this hack?
    By sidnietje in forum WarRock - International Hacks
    Replies: 18
    Last Post: 10-02-2007, 08:56 PM
  4. Someone Test This Please
    By Synns in forum WarRock - International Hacks
    Replies: 8
    Last Post: 09-30-2007, 01:15 AM
  5. can someone test this and see if it is ulim ammo for k2
    By cjg333 in forum WarRock - International Hacks
    Replies: 6
    Last Post: 07-10-2007, 06:14 PM