Results 1 to 2 of 2

Hybrid View

  1. #1
    ongjx's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    56
    Reputation
    10
    Thanks
    3

    TotalItem bypass code

    Hi all, can anyone tell me whats wrong with my code?

    Cant seem to get it working.. my code is using the change in md5 hash

    Code:
    #include "Windows.h"
    
    void TotalBypass()
    {
    	{	
    		*(BYTE*)0x008E3471 = 0x6E;
    		*(BYTE*)0x008E3440 = 0x61, 0x35, 0x31, 0x34, 0x32, 0x61, 0x36, 0x36, 0x34, 0x33, 0x66, 0x36, 0x65, 0x62, 0x31, 0x39, 0x36,
    			0x33, 0x31, 0x64, 0x30, 0x62, 0x34, 0x37, 0x38, 0x37, 0x66, 0x62, 0x66, 0x33, 0x33, 0x33;
    	}
    }
    
    void TotalBypass2()
    {
    	{
    		*(BYTE*)0x008E3471 = 0x6D;
    		*(BYTE*)0x008E3440 = 0x38, 0x33, 0x39, 0x65, 0x30, 0x66, 0x37, 0x38, 0x66, 0x38, 0x30, 0x66, 0x63, 0x30, 0x37, 0x34,
    			0x63, 0x61, 0x38, 0x65, 0x36, 0x39, 0x36, 0x62, 0x36, 0x37, 0x35, 0x37, 0x37, 0x36, 0x37, 0x30;
    	}
    }
    
    VOID WINAPIV TotBypass(LPVOID)
    {
    	while (1)
    	{
    		//Paste Your code here.
    		if (GetKeyState(VK_HOME))
    		{
    			TotalBypass();
    		}
    		if (GetKeyState(VK_END))
    		{
    			TotalBypass2();
    		}
    	}
    }
    
    
    INT WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
    {
    	DisableThreadLibraryCalls(hDll);
    
    	if (dwReason == DLL_PROCESS_ATTACH)
    	{
    		CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)TotalBypass, NULL, NULL, NULL);
    		MessageBox(0, "TotalItem Bypass", "Coded By - Me", 0); //MessageBox..
    	}
    	return true;
    }

  2. #2
    Smoke's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Posts
    11,899
    Reputation
    2661
    Thanks
    4,610
    My Mood
    Amazed
    Moved to the right section.


    Been over a week since last update/bump, assuming solved.

    /Closed.


    CLICK TO BUY NOW!!


    Quote Originally Posted by Liz View Post
    This is my first vouch, ever. Rapidgator account worked perfectly. Would buy in the future.

Similar Threads

  1. [Help] TotalItem bypass code
    By ongjx in forum Blackshot Coding & Source Code
    Replies: 8
    Last Post: 11-26-2015, 05:31 AM
  2. Run 1 PC on 2 CrossFire (With VMware Workstation X-Trap Bypass Code)
    By djbadboys in forum CrossFire Discussions
    Replies: 234
    Last Post: 06-11-2010, 03:00 AM
  3. [Source] Bypass Code
    By scimmyboy in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 3
    Last Post: 03-23-2010, 09:33 PM
  4. CA Bypass Code
    By CAFlames in forum Combat Arms Help
    Replies: 10
    Last Post: 01-05-2010, 04:14 PM
  5. [Help] Need a bypass code for c + +
    By taylan13 in forum WarRock - International Hacks
    Replies: 3
    Last Post: 01-03-2010, 04:52 PM