Results 1 to 5 of 5
  1. #1
    Insomniace's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    I Don't Know . Can You Tell Me !!
    Posts
    83
    Reputation
    11
    Thanks
    4
    My Mood
    Pensive

    Fix My Code Please

    Please Fix My code
    Code:
    #include <windows.h>
    #include <iostream>
    
    using namespace std;
    
    DWORD dwCShell = (DWORD)GetModuleHandleA("CShell.dll");
    
    DWORD WINAPI Hacks(LPVOID param) {
        while(GetModuleHandleA("CShell.dll") == NULL ) {
        Sleep(7000);
    }
    
    bool OneHit = true;
            
    while(1) {
    
            
             DWORD CShellBase = (DWORD)GetModuleHandleA("CShell.dll");
    
         
               if(OneHit) 
                 {
                       for(int i=0 ; i<445 ; i++)
                      {
                       *(int*)( (*(DWORD*)((*(DWORD*)(CShellBase + 0xA0B280))+(4*i))) + 0x7F8) = 999999999 ;
                    }
            }
        }
    }
    
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
        DisableThreadLibraryCalls(hDll);
        if ( dwReason == DLL_PROCESS_ATTACH )
        {
            MessageBoxA(0, "Coded By Insomniace's", "Injected", 0);
            CreateThread(NULL, NULL,Hacks, NULL, NULL, NULL);
        }
        return TRUE;
    }

  2. #2
    sh_z_sektor's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Olly
    Posts
    1,505
    Reputation
    63
    Thanks
    1,633
    My Mood
    Amused
    Weird cuz i see "My" you just changed the value and no one will fix this for you cuz you need to hook it and those bases are patched not working anymore -.-

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

  4. #4
    Victoria's Avatar
    Join Date
    Feb 2011
    Gender
    female
    Location
    Everywhere where love is♥
    Posts
    1,154
    Reputation
    -20
    Thanks
    94
    My Mood
    In Love
    The LTclient is wrong.
    Search for a new LTclient.

  5. #5
    A$IAN's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Germany
    Posts
    5,654
    Reputation
    274
    Thanks
    2,010
    My Mood
    Amused
    U have to update LTC and set Onehit to false. Ingame it will be activated but u leeched that code so u dont understand anything of that code
    ~Donater since 19th October 2011~
    ~Ex-Crossfire Minion || Resigned on 4th February 2012 ~
    Da fuck