Results 1 to 10 of 10
  1. #1
    _corn_'s Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    0x0C482BF2
    Posts
    673
    Reputation
    13
    Thanks
    294
    My Mood
    Brooding

    No Reload Hack Help

    I am going to make a NoReload hack

    I have got this from IHaxYou's addy list:
    10129EE7

    is this the right one to use?

    If it is, what value do i assign to it to make fast reload?

  2. #2
    A$IAN's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Germany
    Posts
    5,654
    Reputation
    274
    Thanks
    2,010
    My Mood
    Amused
    Whats 10129EE7
    ~Donater since 19th October 2011~
    ~Ex-Crossfire Minion || Resigned on 4th February 2012 ~
    Da fuck

  3. #3
    CheatCreatorzz's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    922
    Reputation
    18
    Thanks
    730
    My Mood
    Amused
    no
    Search for something different
    & i want troll with you here is addy 0x2424 & Pointer is 0xA2A7E8
    Value is 100, and there you go
    Sure you wont code it correct xD





    (_¸.•*´'`°¤¸'¸¤°´'`*•.¸_)

    Video Creator
    GFX Creator
    C++ Coder
    D3D Coder

    (¯`*•.¸,¤°´'`°¤,¸.•*´¯)




  4. #4
    _corn_'s Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    0x0C482BF2
    Posts
    673
    Reputation
    13
    Thanks
    294
    My Mood
    Brooding
    Thanks for your help.

    Is this correct?
    Code:
    #include "main.h"
    #include <windows.h>
    
    DWORD CShellBase = (DWORD) GetModuleHandle("cshell.dll");
    DWORD NoReload = CShellBase + 0xA2A7E8;
    void NoReloading()
    {
        *(DWORD*)(*(DWORD*)NoReload) = 100;
        *(DWORD*)((*(DWORD*)NoReload) + 0x2424) = 100;
    }
    
    
    extern "C" __declspec(dllexport) BOOL APIENTRY DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
    {
        switch (fdwReason)
        {
            case DLL_PROCESS_ATTACH:
                MessageBox(NULL, "NoReload hack by _corn_\nMade for MPGH", "Injected Successfully!", MB_OK);
                NoReloading();
                break;
        }
        return TRUE;
    }
    Last edited by _corn_; 08-28-2011 at 04:24 AM.

  5. #5
    [[SeXergy]]'s Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    417
    Reputation
    27
    Thanks
    130
    My Mood
    Sneaky
    Quote Originally Posted by _corn_ View Post
    Thanks for your help.

    Is this correct?
    Code:
    #include "main.h"
    #include <windows.h>
    
    DWORD CShellBase = (DWORD) GetModuleHandle("cshell.dll");
    DWORD NoReload = CShellBase + 0xA2A7E8;
    void NoReloading()
    {
        *(DWORD*)(*(DWORD*)NoReload) = 100;
        *(DWORD*)((*(DWORD*)NoReload) + 0x2424) = 100;
    }
    
    
    extern "C" __declspec(dllexport) BOOL APIENTRY DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
    {
        switch (fdwReason)
        {
            case DLL_PROCESS_ATTACH:
                MessageBox(NULL, "NoReload hack by _corn_\nMade for MPGH", "Injected Successfully!", MB_OK);
                NoReloading();
                break;
        }
        return TRUE;
    }


    Lool never seen it layed out like that. . Is the c#

  6. #6
    _corn_'s Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    0x0C482BF2
    Posts
    673
    Reputation
    13
    Thanks
    294
    My Mood
    Brooding
    Quote Originally Posted by [[SeXergy
    ];5018711]
    That is C++

  7. #7
    [Fetty]Alex's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    C:\Matrix\Users
    Posts
    68
    Reputation
    10
    Thanks
    7
    My Mood
    Sneaky
    lolz im confused

  8. #8
    giniyat202's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in my house
    Posts
    286
    Reputation
    9
    Thanks
    258
    My Mood
    Cheerful
    Code:
    void NoReload()
    {
    	DWORD CShell = NULL;
    	do
    	{
    		CShell = (DWORD)GetModuleHandle("CShell.dll");
    		Sleep(100);
    	} while (CShell == NULL);
    	
    	while (1)
    	{
    		for(int i=0; i<445; i++)
    		{	
    			if((*(DWORD*)((*(DWORD*)(CShell+0xA2A7E8))+(4*i)) ) != NULL)
    				*(float*)((*(DWORD*)((*(DWORD*)(CShell+0xA2A7E8)) +(4*i))) + 0x2424) = 100.0f;
    		}
    		Sleep(100);
    	}
    }
    
    BOOL WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
    {
    	DisableThreadLibraryCalls(hDll);
    	if (dwReason == DLL_PROCESS_ATTACH)
    	{
    		CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)NoReload, NULL, NULL, NULL);
    	}
    	return TRUE;
    }
    And please learn C++ @_corn_

  9. #9
    {Banned}**HACKER**'s Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    843
    Reputation
    8
    Thanks
    719
    My Mood
    Cheerful
    Good Luck @_corn_ All Codes Are Here Get Coding And Release Good Luck Again

  10. #10
    _corn_'s Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    0x0C482BF2
    Posts
    673
    Reputation
    13
    Thanks
    294
    My Mood
    Brooding
    Quote Originally Posted by {Banned}**HACKER** View Post
    Good Luck @_corn_ All Codes Are Here Get Coding And Release Good Luck Again
    Thanks

    Have released.

    Quote Originally Posted by giniyat202 View Post
    Code:
    void NoReload()
    {
    	DWORD CShell = NULL;
    	do
    	{
    		CShell = (DWORD)GetModuleHandle("CShell.dll");
    		Sleep(100);
    	} while (CShell == NULL);
    	
    	while (1)
    	{
    		for(int i=0; i<445; i++)
    		{	
    			if((*(DWORD*)((*(DWORD*)(CShell+0xA2A7E8))+(4*i)) ) != NULL)
    				*(float*)((*(DWORD*)((*(DWORD*)(CShell+0xA2A7E8)) +(4*i))) + 0x2424) = 100.0f;
    		}
    		Sleep(100);
    	}
    }
    
    BOOL WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
    {
    	DisableThreadLibraryCalls(hDll);
    	if (dwReason == DLL_PROCESS_ATTACH)
    	{
    		CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)NoReload, NULL, NULL, NULL);
    	}
    	return TRUE;
    }
    And please learn C++ @_corn_
    Thanks very much

    Can you help me a little. What does this do:
    Code:
    *(float*)((*(DWORD*)((*(DWORD*)
    And why do you do this:
    Code:
    +(4*i)
    Thanks
    Last edited by _corn_; 08-28-2011 at 09:53 PM.

Similar Threads

  1. [Help Request] Hack Help
    By Versa in forum Combat Arms Help
    Replies: 29
    Last Post: 06-30-2011, 05:40 AM
  2. [Help Request] Black Cipher / Flamesworth hack help.
    By GoGrandma in forum Combat Arms Help
    Replies: 7
    Last Post: 06-29-2011, 05:50 AM
  3. [Help Request] G-force hack help closes down
    By Paradox in forum CrossFire Help
    Replies: 9
    Last Post: 06-18-2011, 06:22 AM
  4. [Help Request] hacks help
    By x8xbcdhx8x in forum Combat Arms Help
    Replies: 9
    Last Post: 06-11-2011, 10:06 PM
  5. [Help Request] Making a hack help
    By elcamu987 in forum Combat Arms Help
    Replies: 5
    Last Post: 06-08-2011, 11:37 PM