Results 1 to 9 of 9
  1. #1
    JhonnyWalker's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    2
    My Mood
    Devilish

    Maybe speedhack?

    Found this too:
    #include <windows.h>
    #include <stdio.h>

    int Speedhack=0;

    DWORD CShellBase = (DWORD) GetModuleHandle("cshell.dll");
    DWORD SpeedHack = CShellBase + 0x5BE458;

    void Speed()
    {
    while(1){
    if(GetAsyncKeyState(VK_NUMPAD1)&1){
    Speedhack++;
    if(Speedhack > 2){Speedhack=1;};
    }
    if (Speedhack==1){ // Faster
    *(DWORD*)(*(DWORD*)SpeedHack) = 0x46A29CE8;
    *(DWORD*)((*(DWORD*)SpeedHack) + 0x20) = 0x46A29CE8;
    }
    if(Speedhack==2){ // Normal Speed Value
    *(DWORD*)(*(DWORD*)SpeedHack) = 0x45938DF8;
    *(DWORD*)((*(DWORD*)SpeedHack) + 0x20) = 0x45938DF8;
    }
    Sleep(100);
    }
    }

    BOOL WINAPI DllMain(HINSTANCE module, DWORD dwReason, LPVOID lpvReserved)
    {
    if(dwReason == DLL_PROCESS_ATTACH)
    {
    CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Speed, NULL, NULL, NULL);
    }
    return TRUE;
    }

  2. #2
    [C]hosen-1's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    In my house >.>
    Posts
    729
    Reputation
    11
    Thanks
    50
    My Mood
    Psychedelic
    wtf. words limit.




    Respect List:
    - [RIP] тιмє
    - ReZaJwZ
    - Ghost
    - Coke
    - [MPGH]Omega
    - Shaunc
    - [MPGH] Petey Piranha

  3. #3
    Voltage552's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    252
    Reputation
    10
    Thanks
    135
    It is speed hack that's patched and it'll never work in your entire little life.
    [img]https://www.steliar*****m/images/star1.gif[/img][img]https://www.steliar*****m/images/star2.gif[/img][img]https://www.steliar*****m/images/star3.gif[/img][img]https://www.steliar*****m/images/star2.gif[/img][img]https://www.steliar*****m/images/star1.gif[/img]


    Don't expect any more public hacks from me.

    [SA Public]Voltage552 Hook! UNDETECTED - ALL OS

  4. #4
    InHuman's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    somewhere with alot of girls
    Posts
    10,684
    Reputation
    655
    Thanks
    1,812
    My Mood
    Stressed
    speedhack is perma patched brah

  5. #5
    X David X's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    aus
    Posts
    165
    Reputation
    10
    Thanks
    31
    Just wondering, but how do they prevent speed hack and ghost and weapon hack?

  6. #6
    Voltage552's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    252
    Reputation
    10
    Thanks
    135
    They do a server-side patch. Meaning... In their source they do stuff like...

    Code:
    if(Char.isGhost()){
    if(Char.getSpeed() > 140){
    Char.setSpeed(140);
    }
    }
    that's just the basic concept of how they would do it.
    [img]https://www.steliar*****m/images/star1.gif[/img][img]https://www.steliar*****m/images/star2.gif[/img][img]https://www.steliar*****m/images/star3.gif[/img][img]https://www.steliar*****m/images/star2.gif[/img][img]https://www.steliar*****m/images/star1.gif[/img]


    Don't expect any more public hacks from me.

    [SA Public]Voltage552 Hook! UNDETECTED - ALL OS

  7. #7
    yoel169's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Mpgh.net 24/7
    Posts
    386
    Reputation
    10
    Thanks
    98
    My Mood
    Amused
    i mever knew u did public hacks so haha idc Voltage

  8. #8
    Time's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    26,497
    Reputation
    3714
    Thanks
    4,530
    My Mood
    Mellow
    Yea like inhuman said speed hack is gone forever.

  9. #9
    Ghost's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Under your bed, watching you sleep.
    Posts
    24,790
    Reputation
    3851
    Thanks
    3,662
    you got your answer
    /closed
    R.I.P beloved speed hack
    Do not go gentle into that good night,
    Old age should burn and rave at close of day;
    Rage, rage against the dying of the light.