Results 1 to 6 of 6
  1. #1
    GiggleBush2012's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0

    Speed Hack Not Working

    Hello everybody im a new programmer and im making a simple DLL hack for warrock, Well I have Premium hack, and 5th slot hack currently and am trying to Incorporate Speed hack. this is my current source code 100% credits to me.

    Code:
    //////////////////////////INCLUDES////////////////////
    #include <Windows.h>
    ///////////////////////////INCLUDES//////////////////////
    //////////////DEFINES//////////////////////////////////
    #define ADR_PLAYERPOINTER 0xA01808
    #define ADR_SERVERPOINTER 0xA017A4
    #define OFS_SLOT5 0x1021BC
    #define OFS_PREM 0x58C
    #define ADR_SPEED 0x864A48
    /////////////////////////DEFINES///////////////////////
    /////////////////////INGAME/OUTGAME Defines////////////////
    DWORD *ingame = (DWORD*)ADR_PLAYERPOINTER;
    DWORD *outgame = (DWORD*)ADR_SERVERPOINTER;
    ////////////////////////////////////////////////////
    
    /////////////////////////////SLOT 5////////////////////////////
    void SLOT_5()
    {
    DWORD wrServerPtr = *(DWORD*)ADR_SERVERPOINTER;
    if(wrServerPtr != 0)
    {
    *(long*)(wrServerPtr + OFS_SLOT5) = 1;
    }
    }
    ///////////////////////////////////////////////////////////////
    ////////////////////PREMIUM/////////////////////////////
    void PREM()
    {
    DWORD wrServerPtr = *(DWORD*)ADR_SERVERPOINTER;
    if(wrServerPtr != 0)
    {
    *(long*)(wrServerPtr + OFS_PREM) = 4;
    }
    }
    /////////////////////////////////////////////////////
    //////////////////SPEED////////////////////////////
    void SPEED()
    {
    *(float*)(ADR_SPEED) = 300;
    }
    
    //////////////////FOR LOOP////////////////
    void myloop()
    {
    for(;;)
    {
    if(*ingame)
    {
    	SPEED();
    }
    if(*outgame)
    {
    	SLOT_5();
    	PREM();
    }
    }
    Sleep(200);
    }
    //////////////////////////////////////////////////////////
    
    //////////////////CREATE DLL THREAD////////////////////////////
    BOOL WINAPI DllMain(HINSTANCE mod, DWORD GIGGLE_BASE, LPVOID res)
    {
    switch(GIGGLE_BASE)
    {
    case 1:
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)myloop, 0, 0, 0); 
    break;
    }
    return TRUE;
    }
    /////////////////////////////////////////////////////////
    And the Speed hack is not working, any tips on making it work?

  2. #2
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    "this is my current source code 100% credits to me."

    Burn in hell, leeching ******.
    Ah we-a blaze the fyah, make it bun dem!

  3. The Following 3 Users Say Thank You to Hell_Demon For This Useful Post:

    Hassan (03-19-2012),Jason (03-18-2012),t7ancients (03-18-2012)

  4. #3
    Variant's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    7
    The player pointer address is most likely wrong since the functions that is being called while you are "out of the game" works and looks exactly the same.
    Last edited by Variant; 03-18-2012 at 02:57 PM.

  5. #4
    kibbles18's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    US
    Posts
    860
    Reputation
    5
    Thanks
    127
    GIGGLE_BASE
    creative never heard of that before in dll main
    Way she fuckin goes boys

  6. #5
    s0n1k.'s Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0

    Red face

    Quote Originally Posted by GiggleBush2012 View Post
    this is my current source code 100% credits to me.
    GiggleBush2012
    Quote Originally Posted by s0n1k
    Here simple move speed dll code.....
    Code:
    #include <windows.h>
    #define DRC_vMovimiento 0x864a48
    #define DRC_Jugador 0x9edd6c
    
    float vMovimiento=300;
    
    void _dontleechgiggle(){for(;;){
    	if((DWORD*)DRC_Jugador){
    		*(float*)DRC_vMovimiento = vMovimiento;}
    }}
    BOOL WINAPI DllMain(HINSTANCE mdl, DWORD razon, LPVOID RSV)
    {if(razon == 1){
    	CreateThread(0, 0, (LPTHREAD_START_ROUTINE)_dontleechgiggle, 0, 0, 0);
    }return TRUE;}
    ..........

  7. #6
    Null::Void's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    47
    Reputation
    6
    Thanks
    7
    My Mood
    Relaxed
    Code:
    #include <iostream> //Noobz beware this has magic powers also it helps us output stuff
    #include <windows.h> // Win32API (For Functions like FindWindow(0, "NullVoid")
    using namespace std; // Ill kill you if you are trying to make hacks and still dont know what that is
    
    int main(int argc, char *argv[])
    {
    
        
        int nVal = 1237; // Declaring an int (Integer) that were going to use for changing the value of an address
    
        HWND hWND = FindWindow(0, "Calculator"); // Ok liek this totaly finds the Application with the name Calculator
    
        if(hWND == 0){ // Checking to see if hWnd == 0 (THis would mean that its not found)
            cerr << "Application not found" << endl; // Sending an error message telling the user App not found
        } else { //Else is basicly a function that says if 1 statement didn't occur then this one must (If you can't tell im mocking you GiggleBush2012)
            DWORD pID; // Im not even going to bother explaining a DWORD LOOK IT UP PLEASE (ill say raise the 8 bit flags)
            GetWindowThreadProcessId(hWND, &pID); // some more handles and stuff
            HANDLE hProc = OpenProcess(PROCESS_ALL_ACCESS, FALSE,pID); // Open the process for penetration (hehe pentration)
        }
    
        if(hProc) { // that says if its false  then cerr a messsage
    
            cerr << "Process not detected please open it and try again" << endl;
        } else { //ZOMG THE 1337 hacks are injected into the main frame for leet winning ability
           int DidiInject =  WriteProcessMemory(hProc, (LPVOID)0x00380FE4, &nVal, (DWORD)sizeof(nVal),NULL); //Im sure you allready know this but in c++ all addys start with 0x (Saying its a hex address)
        }
    
        if(DidiInject > 0) {
            clog << "Yo Dawg we injected into the bank" << endl;
    
        }else{
            cerr << "Shit failed at the point of penetration" << endl;
        }
    
        return a.exec();
    }
    Found this when i was learning stuff back in the day so creditz to who ever made it and i just commented it and made a few tweaks. Its a basic memory injector that should work for most things, (LULZ its pointed at calculator)

Similar Threads

  1. All Weapons and Speed Hack not work
    By assoedo99 in forum CrossFire Hacks & Cheats
    Replies: 6
    Last Post: 06-22-2009, 06:29 PM
  2. My speed hack dont work :/
    By karlong in forum Combat Arms Hacks & Cheats
    Replies: 16
    Last Post: 08-21-2008, 04:56 PM
  3. Money Hack not working?
    By SundeStorm in forum Combat Arms Hacks & Cheats
    Replies: 3
    Last Post: 08-07-2008, 08:43 AM
  4. [Help] My hacks not working
    By ilovepie21 in forum Visual Basic Programming
    Replies: 4
    Last Post: 03-09-2008, 07:13 AM
  5. Hacks not working
    By crazy4her in forum WarRock - International Hacks
    Replies: 12
    Last Post: 06-07-2007, 03:25 AM