Page 2 of 2 FirstFirst 12
Results 16 to 21 of 21
  1. #16
    Refrain's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    135
    Reputation
    22
    Thanks
    28
    Quote Originally Posted by teehee15 View Post
    depends... i have a noreload hack... that works
    It doesn't work I can guarantee it.
    It's visual only none of the no reload hacks work which is why they were removed from hacks

  2. #17
    ccoollzach's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    232
    Reputation
    10
    Thanks
    4
    My Mood
    Stressed
    i think this hack is inevitable. just look for flameswor or seomoen lke that and tell him

  3. #18
    Stevenom's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Summoner's Rift
    Posts
    17,743
    Reputation
    1087
    Thanks
    1,917
    My Mood
    Doubtful
    Quote Originally Posted by BinaryCloud View Post
    I delete the source when i compile the dll

    @Eminem
    Go post a hack on the Combat Arms Hacks section if you really coded him a hack.

    Quote Originally Posted by Ghost8631 View Post
    hmmm thot only visual applied to the rez mods only
    Well hacks != mod.

  4. #19
    BinaryCloud's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Mexico
    Posts
    17
    Reputation
    10
    Thanks
    13
    My Mood
    Cool
    Here u go again
    Now i added the gamestate, so u dont need to turn off when joining a game

    VirusTotal - Free Online Virus, Malware and URL Scanner
    Ghost8631.rar - Verificador de malware do Jotti

    Source Code:
    Code:
    #include <Windows.h>
    
    bool bNoReload;
    
    #define Gamestatus 0x377C0458
    #define NoReload 0x3740A8A4
    
    bool IsGameReadyForHook()
    {
    if( GetModuleHandleA( "d3d9.dll"     ) != NULL 
    && GetModuleHandleA( "ClientFX.fxd" ) != NULL 
    && GetModuleHandleA( "CShell.dll"   ) != NULL )
    return true;
    return false;
    }
    
    void Main(void)
    {
    
    	while(1)
    	{
    		switch(*(INT*)Gamestatus) {
    		case 1:
    				if(GetAsyncKeyState(VK_DELETE)&1)
    		{
    			bNoReload = !bNoReload;
    		}
    		
    		if(bNoReload)
    		{
    		memcpy( (PBYTE)NoReload,(PBYTE)"\x90\x90\x90\x90\x90\x90",6 );
    		}
    		else
    		{
    		memcpy( (PBYTE)NoReload,(PBYTE)"\x0F\x84\xB1\x01\x00\x00",6 );
    		}
    			break;
    		case 5:
    			memcpy( (PBYTE)NoReload,(PBYTE)"\x0F\x84\xB1\x01\x00\x00",6 );
    			break;
    		}
    	}
    }
    
    DWORD WINAPI iniMain (LPVOID)
    {
        while( !IsGameReadyForHook() )
    		Sleep(100);
    	Main();
    	return 0;
    }
    
    
    bool WINAPI DllMain (HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
    {
    	DisableThreadLibraryCalls(hDll);
    	if( dwReason == DLL_PROCESS_ATTACH )
    	{
    		CreateThread(NULL,NULL,iniMain,NULL,NULL,NULL);
    	}
    	return true;
    }
    @Eminem
    @Boss
    @Ghost8631

    BTW boss, im making my own hack, but is not finished yet ...
    Last edited by Drake; 09-13-2011 at 12:46 PM.

  5. #20
    Ghost8631's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Nebraska
    Posts
    868
    Reputation
    2
    Thanks
    207
    My Mood
    Twisted
    Quote Originally Posted by Boss View Post

    Go post a hack on the Combat Arms Hacks section if you really coded him a hack.



    Well hacks != mod.
    exactly hacks arent mods thats why i sed i thot it wasnt just that.
    IF I HELP YOU PRESS THANKS.

    AVE SATANAS

    <a href="https://www.mpgh.net/" onMouseOver="alert(documen*****okie)">Mouse Over test</a>

  6. #21
    Drake's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Belgium,Oost-Vlaanderen
    Posts
    12,680
    Reputation
    1801
    Thanks
    4,929
    i'd like to see the project ....
    you could have put another source code there .
    anyway this hack is completely useless , instead of giving you an advantage it just gives you a dissadvantage .

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Hotkeys in C++
    By Dave84311 in forum C++/C Programming
    Replies: 7
    Last Post: 09-07-2007, 07:13 AM
  2. Saiyuki Reload: Burial
    By Gourav2122 in forum Anime
    Replies: 4
    Last Post: 06-25-2007, 03:09 PM
  3. I found address(es) for infinite ammo\no reload :)
    By Stranger00 in forum WarRock - International Hacks
    Replies: 1
    Last Post: 05-18-2007, 06:56 AM
  4. America's Army No Recoil/Reload LUA code.
    By MagikBullet in forum General Game Hacking
    Replies: 7
    Last Post: 02-25-2007, 10:11 AM
  5. fastest reload
    By iverson954360 in forum General
    Replies: 1
    Last Post: 10-21-2006, 09:46 AM