Page 1 of 6 123 ... LastLast
Results 1 to 15 of 77
  1. #1
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love

    [UNDETECTED] World of Tanks hack Source!

    Hey, I've decided I really can not be bothered to keep up with WOT, and it's fucked up way of updating. (have to reinstall each fucking time).

    So i've decided to give you users, a simple headstart in hacking this game.

    Chams (Tank):
    Code:
    if(bHack[CHAMS] && Stride == 36) //Tank Chams
    Chams (Flag):
    Code:
    if(bHack[FCHAMS] && Stride == 12) //Flag Chams
    DIP Hook:
    Code:
    DIP_HOOK = VTable[82] + 0x2D;
    DIP_RET   = DIP_HOOK + 0x07;
    Endscene Hook:
    Code:
    ENDSCENE_HOOK = VTable[42] + 0x2A;
    ENDSCENE_RET = ENDSCENE_RET + 0x6;
    If you use Stride 8, you get wallhack!!! (I think )
    You do NOT need a Midfunction hook for hooking Reset!!
    (I think the same applies to DIP but I did DIP just incase).

    If you need detours (which you WILL not need but for you noobs)
    Code:
    #define SIZEOF_JMP_REL 5
    DWORD Detours::DetourCreateE9( DWORD  SrcVA, DWORD  DstVA, DWORD  Size )
    {
    	DWORD DetourVA, dwProtect, i;
    	if ( SrcVA && DstVA && Size >= SIZEOF_JMP_REL )
    	{
    		DetourVA = (DWORD) VirtualAlloc( NULL, Size + SIZEOF_JMP_REL, MEM_COMMIT, PAGE_EXECUTE_READWRITE );
    
    		if ( DetourVA && VirtualProtect( (VOID*)SrcVA, Size, PAGE_EXECUTE_READWRITE, &dwProtect ) )
    		{
    			for ( i=0; i < Size; i++ ) {
    				*(BYTE*)( DetourVA + i ) = *(BYTE*)( SrcVA + i );
    			}
    			
    			*(BYTE*)( DetourVA + Size + 0 ) = 0xE9;
    			*(DWORD*)( DetourVA + Size + 1 ) = ( SrcVA - DetourVA - SIZEOF_JMP_REL );
    			*(BYTE*)( SrcVA + 0 ) = 0xE9;
    			*(DWORD*)( SrcVA + 1 ) = ( DstVA - SrcVA - SIZEOF_JMP_REL );
    			VirtualProtect( (VOID*)SrcVA, Size, dwProtect, &dwProtect );
    			VirtualProtect( (VOID*)DetourVA, Size + SIZEOF_JMP_REL, PAGE_EXECUTE_READ, &dwProtect );
    			return DetourVA;
    		}
    	}
    	return (0);
    }
    Remember, if you want to use these codes, please credit + rep + thank me!!.
    Last edited by flameswor10; 12-13-2011 at 03:12 AM.
    No I do not make game hacks anymore, please stop asking.

  2. The Following 134 Users Say Thank You to flameswor10 For This Useful Post:

    -MakeItRain- (12-12-2011),0_cheater (01-21-2013),11223344556 (03-22-2013),6a6kawwh (08-06-2016),aalexx624 (08-17-2012),abcd1232 (05-04-2013),abdelrazek (12-24-2015),Aerostar (09-24-2012),AESEDE (12-23-2011),AleksSa (07-09-2016),Artus383 (06-20-2013),Avlarion (05-13-2015),AzraelX (12-04-2014),badboyfb (10-01-2012),bonnafon (07-20-2014),Boss5 (03-10-2012),Bruailen (01-11-2015),Cedrichoang (04-18-2012),coder3000 (09-12-2012),Cross31070 (01-16-2012),csepisaco (12-08-2012),dadjapascha (02-27-2012),danniboy90 (12-18-2011),darkevilapie (01-21-2012),darkspartan (10-17-2013),deadlove01 (03-10-2013),Deezenuts (04-09-2012),denizaydemir (07-31-2014),denolelli (08-06-2014),devald (02-29-2016),devilarts (06-02-2013),DimosaurX (12-27-2011),Dodoe (02-12-2013),drgnj (05-15-2013),DrPrank (01-21-2013),ductan112 (09-02-2015),eccador (01-18-2014),eFlourick (08-25-2012),ElectricxD (12-28-2012),EltonSetan (02-18-2015),ericksate434 (12-02-2013),exile42032 (03-18-2014),Falloutboy11 (10-03-2012),familotel (11-19-2012),fxpboss (05-16-2014),GhostWarrior (04-16-2012),Gnawseus (04-29-2015),Gumi224 (04-22-2014),HACKANATOR-T1000 (07-23-2012),hacker133 (12-26-2014),IEATPOOP (02-14-2012),IgelRM (05-14-2013),infpower (12-18-2011),ionas (02-24-2012),ivhan8172 (02-04-2013),javva89 (04-06-2013),jessrussel (06-19-2012),Jester1337 (01-12-2014),jkm702 (02-13-2012),johnny1984 (03-16-2013),johnnyking997 (03-03-2013),jokerzs2014 (04-26-2014),JustRuthlessOG (04-12-2015),kastorami (11-13-2015),katarinica (04-21-2014),KatsumiYT (08-24-2016),kauknochen (07-04-2012),killkill727 (05-09-2014),Kingtiger1 (12-29-2013),KlimS (03-03-2012),krisi100 (02-19-2013),Krochabua (05-03-2012),LatiNKinG (09-17-2012),Lionel1232 (04-06-2012),Maggkollin (07-11-2015),Maki711 (11-11-2014),martinv2 (03-24-2013),mefisto00 (02-21-2014),Methodiical (02-06-2014),mhmt_zsy (03-18-2013),michaelzhang (10-05-2015),microsoftv (03-28-2014),mjerard69 (09-29-2012),mokus78 (06-22-2013),muharrem545 (09-02-2014),muusaa86 (02-16-2015),nappo (11-10-2012),NB81 (10-29-2013),Nicklez (08-19-2012),obamachicken (06-23-2013),object704 (09-28-2012),Oriann (08-22-2015),Paid-Tokill (11-04-2012),peeral (07-15-2012),pelmen974 (11-30-2013),Pelsh (09-26-2014),pisko333 (09-25-2014),pomitroni (06-18-2013),psycom (06-17-2013),qax123 (02-28-2013),Ramonen (08-20-2012),razdar (12-31-2011),remarqueqiqi (08-18-2012),Risenair (04-13-2012),roci75 (07-10-2012),sammy9860064 (08-25-2012),scaniaman500 (02-03-2013),Seb (01-22-2012),septumguy (08-24-2013),Siem_Artoo (10-23-2013),SilentKarma (03-24-2015),Sizar150 (09-07-2012),terror4444 (04-11-2012),ThereIsNoLogic (04-30-2015),thryebac (08-16-2012),tolol09 (10-03-2012),tom_62 (08-12-2015),udebude (08-25-2013),UltraMan (08-09-2012),usiha (02-18-2013),vad168 (03-21-2014),Vadalma69 (12-31-2013),valkhorn (04-15-2015),Waines2002 (01-07-2016),wildanrgz (01-15-2013),winlinman (08-19-2012),wolfen (02-24-2012),wtfdissux (01-25-2012),xrxr55 (02-17-2013),xX8HeadShot8Xx (01-04-2015),Zebra3000 (03-10-2013),Zeracks (09-18-2012),zJester (05-28-2015),zxcvvbb (05-27-2014)

  3. #2
    flameswor10`'s Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    3
    55 views 1 thanks?
    LEECHAAAA

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

    peeral (07-16-2012)

  5. #3
    IceGuru's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Posts
    197
    Reputation
    10
    Thanks
    13
    My Mood
    Sick
    View = curious
    Thank = can do something with it

    I would love to change the world they just wont give me the source code



    My Gaming Clan

  6. The Following 3 Users Say Thank You to IceGuru For This Useful Post:

    bomboa (02-11-2016),eewww1 (12-25-2011),pelmen974 (11-30-2013)

  7. #4
    kja8872's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    how can i use this?

  8. #5
    IceGuru's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Posts
    197
    Reputation
    10
    Thanks
    13
    My Mood
    Sick
    Quote Originally Posted by kja8872 View Post
    how can i use this?
    My point made

    Not that this isn't great I'm just saying view:thank ratio doesn't mean much.

    I would love to change the world they just wont give me the source code



    My Gaming Clan

  9. #6
    kja8872's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    I said how to use this code

  10. #7
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Quote Originally Posted by kja8872 View Post
    I said how to use this code
    We heard you.
    You gotta know C++ and a bit of reversing
    No I do not make game hacks anymore, please stop asking.

  11. The Following 2 Users Say Thank You to flameswor10 For This Useful Post:

    bonnafon (07-20-2014),krisi100 (02-19-2013)

  12. #8
    kja8872's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by flameswor10 View Post
    We heard you.
    You gotta know C++ and a bit of reversing
    hmm i need to study C++

    thanks flameswor10

  13. #9
    danniboy90's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    Isn't it just making some events to fire the functions (code), compiling your code and injecting? o.O
    Last edited by danniboy90; 12-18-2011 at 02:23 PM.

  14. #10
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Quote Originally Posted by danniboy90 View Post
    Isn't it just making some events to fire the functions (code), compiling your code and injecting? o.O
    Uh, rephrase it please?
    No I do not make game hacks anymore, please stop asking.

  15. The Following User Says Thank You to flameswor10 For This Useful Post:

    KlimS (03-03-2012)

  16. #11
    MOOMO's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    My Mood
    Angry
    how can I use it where I but this note?????!!!!!

  17. #12
    needahack2's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    sry but ive no clue how to do that!?
    why cant you do this for us?

  18. #13
    Lehsyrus's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Jersey
    Posts
    10,893
    Reputation
    1281
    Thanks
    3,130
    Quote Originally Posted by nee******2 View Post
    sry but ive no clue how to do that!?
    why cant you do this for us?
    He's giving us the tools to do it ourselves. Also, chams and such have no effect on the gameplay. It just lags the game.

  19. #14
    CSI[UA]'s Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    [MPGH]flameswor10,can you send full source code?whith engine world of tanks

  20. #15
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Quote Originally Posted by CSI[UA] View Post
    [MPGH]flameswor10,can you send full source code?whith engine world of tanks
    What I gave was basically all you needed
    No I do not make game hacks anymore, please stop asking.

  21. The Following 2 Users Say Thank You to flameswor10 For This Useful Post:

    bonnafon (07-20-2014),kastorami (09-23-2015)

Page 1 of 6 123 ... LastLast

Similar Threads

  1. WOT:World Of Tanks hack
    By lallop in forum Hack Requests
    Replies: 9
    Last Post: 03-03-2015, 03:35 AM
  2. WOT,world of tanks "rank hack"
    By lallop in forum General Game Hacking
    Replies: 2
    Last Post: 01-11-2011, 06:36 AM
  3. I trade a Undetected V.I.P hack for a Warrock acc lvl 13+
    By M.A.S in forum WarRock - International Hacks
    Replies: 9
    Last Post: 05-17-2007, 01:07 PM
  4. World of warcraft hacks
    By shakib in forum Hack Requests
    Replies: 23
    Last Post: 09-12-2006, 10:35 AM
  5. Warrock Emblem Tank Hack
    By Zededarian in forum Game Hacking Tutorials
    Replies: 0
    Last Post: 01-01-2006, 09:26 PM