Page 1 of 3 123 LastLast
Results 1 to 15 of 45
  1. #1
    [Hectic]'s Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    49
    Reputation
    10
    Thanks
    33
    My Mood
    Cool

    Smile How to create simple hack (for noobies)

    This hack is for people who want to start off with coding. I only made this because im bored so.. Yeah. (Please note; Find your own addys)
    This hack will contain;
    1 shot kill
    no change delay.
    So first things first. start c++ . Go to new projects. And click win 32 console application . Click empty project and click DLL. Then click finish. Then go to source files and add new item and click cpp(code file). Then you should have a white screen. So lets start off with the coding.
    Code:
    #include <windows.h>
    then click enter a few times
    Code:
    bool change = false;
    One Hit Kill = false;
    click enter a few more times.
    Code:
    while(1) {
    		DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
    		DWORD pLtClient = *(DWORD*)(CShell + Your addy here
    enter a few times.
    Code:
    if(GetAsyncKeyState(VK_F1) || GetAsyncKeyState(VK_F1) &1) { OneHitKill = true; Beep(550, 120); }
    that is 1 shot kill this is below no change delay;
    Code:
    if(GetAsyncKeyState(VK_F2) || GetAsyncKeyState(VK_F2) &1) {Change = true; Beep(550, 120); }
    the hotkeys here are f1 and f2.
    Now enter again..
    Code:
    if(Change) {
    			if (Addy) {
    				for(int i=0; i<445; i++) {
    					if((*(DWORD*)((*(DWORD*)(CShell+addy))+(4*i))) != NULL)
    					*(float*)((*(DWORD*)((*(DWORD*)(CShell+0xA287A8))+(4*i) )) + addy) = 9999;
    				}
    			}
    		}
    again enter a few times.
    Code:
    if(OneHitKill) {
    			if (addy) {
    				for(int i=0; i<445; i++) {
    					if((*(DWORD*)((*(DWORD*)(CShell+addy))+(4*i))) != NULL)
    					*(float*)((*(DWORD*)((*(DWORD*)(CShell+addy))+(4* i))) + addy) = 99999;
    				}
    			}
    		
    		
    }
    	
    	}
    
    
    }
    now we are done with the serious coding. This is for when the hack is injected;
    Code:
    DWORD WINAPI loadddd(LPVOID) {
    	while(GetModuleHandleA("CShell.dll") == NULL) { 
    		Sleep(150); 
    	}
    
    	Sleep(100); 
    	CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Hacks, NULL, NULL, NULL); 
        return 0;
    }
    
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved ) {
        DisableThreadLibraryCalls(hDll);
        
        if ( dwReason == DLL_PROCESS_ATTACH ) {
            MessageBoxA(0,"Coded by ...","Injected", 0); 
    		CreateThread(0,0,(LPTHREAD_START_ROUTINE)loadddd,0,0,0);
        }
    
        return true;
    }
    Happy hacking
    if this helped click thanks.

  2. The Following 4 Users Say Thank You to [Hectic] For This Useful Post:

    dant12 (07-29-2011),dllbaseII (07-27-2011),kipzonderkop (07-29-2011),Thunder36 (07-22-2011)

  3. #2
    Machida .'s Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    9
    My Mood
    Sad
    ahahahahahh Leeeecher spoted.

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

    Codder (07-24-2011)

  5. #3
    [Hectic]'s Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    49
    Reputation
    10
    Thanks
    33
    My Mood
    Cool
    Quote Originally Posted by Machida . View Post
    ahahahahahh Leeeecher spoted.
    what does it say underneath ur name?

  6. The Following User Says Thank You to [Hectic] For This Useful Post:

    markO1O8 (07-21-2011)

  7. #4
    cfkillermax's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    646
    Reputation
    11
    Thanks
    50
    My Mood
    Angelic
    Lol it's his second account and his main account has like 3k posts+

  8. The Following User Says Thank You to cfkillermax For This Useful Post:

    Machida . (07-21-2011)

  9. #5
    [Hectic]'s Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    49
    Reputation
    10
    Thanks
    33
    My Mood
    Cool
    Quote Originally Posted by cfkillermax View Post
    Lol it's his second account and his main account has like 3k posts+
    Does not make a diffrence to me. (Cuz it was not leeched. What is the point of leeching then releasing it?)

  10. #6

  11. The Following User Says Thank You to Machida . For This Useful Post:

    junioleo (03-20-2014)

  12. #7
    cfkillermax's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    646
    Reputation
    11
    Thanks
    50
    My Mood
    Angelic
    Guys which c++ do you use? how do i download it

  13. #8
    [Hectic]'s Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    49
    Reputation
    10
    Thanks
    33
    My Mood
    Cool
    Quote Originally Posted by cfkillermax View Post
    Guys which c++ do you use? how do i download it
    I use c++ 2010

  14. #9
    cfkillermax's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    646
    Reputation
    11
    Thanks
    50
    My Mood
    Angelic
    Yay i got it thanks
    @machida Hey dude take it easy man it's not worth it C:

  15. #10
    [Hectic]'s Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    49
    Reputation
    10
    Thanks
    33
    My Mood
    Cool
    ok...
    but the point is im not a leecher.

  16. #11
    cfkillermax's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    646
    Reputation
    11
    Thanks
    50
    My Mood
    Angelic
    were did you get it from
    -.-

  17. #12
    A7med.love's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Egypt
    Posts
    308
    Reputation
    18
    Thanks
    511
    My Mood
    Dead
    leecher leecher
    leecher leecher

    lern c++ insted of leeching
    if u keep leeching u won't make good hack and all u will get is "leecher" replies

  18. The Following User Says Thank You to A7med.love For This Useful Post:

    Code[VB] (07-21-2011)

  19. #13
    [Hectic]'s Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    49
    Reputation
    10
    Thanks
    33
    My Mood
    Cool
    Quote Originally Posted by A7med.love View Post
    leecher leecher
    leecher leecher

    lern c++ insted of leeching
    if u keep leeching u won't make good hack and all u will get is "leecher" replies
    Can i ask something? How do ppl know if u are a leecher. people just randomly say it .?
    oh yes and by the way i am learning c++ !

  20. #14
    Machida .'s Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    9
    My Mood
    Sad
    Quote Originally Posted by [Hectic] View Post
    Can i ask something? How do ppl know if u are a leecher. people just randomly say it .?
    oh yes and by the way i am learning c++ !
    1º There is many sintax errors
    2º Swiftdude base looking
    3º Wrong values and stuff that i wont tell you :P

    Just dont leech, we know when you do

  21. #15
    A7med.love's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Egypt
    Posts
    308
    Reputation
    18
    Thanks
    511
    My Mood
    Dead
    Quote Originally Posted by [Hectic] View Post
    Can i ask something? How do ppl know if u are a leecher. people just randomly say it .?
    oh yes and by the way i am learning c++ !
    @[Hectic]
    if u aren't leecher
    tell me what is : for(int i=0; i<445; i++)

  22. The Following User Says Thank You to A7med.love For This Useful Post:

    Machida . (07-21-2011)

Page 1 of 3 123 LastLast

Similar Threads

  1. how to create a hack for combat arms eu?
    By d4n13l in forum Combat Arms Help
    Replies: 2
    Last Post: 05-12-2010, 05:59 AM
  2. Complete tutorial on how to download CA hacks for vista
    By hooter222 in forum Combat Arms Hacks & Cheats
    Replies: 5
    Last Post: 06-02-2009, 09:52 AM
  3. How do i download hacks for sticky?
    By shadower in forum Combat Arms Hacks & Cheats
    Replies: 2
    Last Post: 04-09-2009, 08:09 AM
  4. Small simple hack for the cho0bs
    By Grim09 in forum WarRock - International Hacks
    Replies: 25
    Last Post: 07-16-2007, 10:30 PM
  5. All what we need simple hack for now.
    By sieko in forum WarRock - International Hacks
    Replies: 10
    Last Post: 05-24-2007, 11:08 AM