Results 1 to 7 of 7
  1. #1
    CyberRazzer's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    32
    Reputation
    10
    Thanks
    32

    Cool ////~~How make a SpeedRollHack for WarRock~\\\\\

    Wie viele Wissen ist der addy für speedroll patched...
    mit deer version könnt ihr spedd roll ganz einfach mit dem normalen spedrol machen

    Code:
    #include <windows.h>
    #include <stdio.h>
    #define SPEED 0x00984924
    #define StandartSpeed 97.0f
    #define SpeedHackDrei 300.0f;
    #define FLOAT *(float*)
    void SpeedRoll ()
    {
    if(GetAsyncKeyState(VK_SHIFT) &1<< 0xF)
    {
    FLOAT(SPEED) = SpeedHackDrei;
    }else{
    FLOAT(SPEED) = StandartSpeed;
    }}
    void Hacks()
    {
    for(;; )
    {
    SpeedRoll();
    Sleep(0);
    }
    }
    
    BOOL WINAPI DllMain(HINSTANCE mod, DWORD DWORD_GRUND, LPVOID res)
    {
    switch(DWORD_GRUND)
    {
    case 1:
    
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)Hacks , 0, 0, 0);
    break;
    case 2:
    break;
    }
    return TRUE;
    }
    me by CyberRazzer

  2. The Following 2 Users Say Thank You to CyberRazzer For This Useful Post:

    TGH Zero. (11-14-2010),The Dark Apocalypse (11-14-2010)

  3. #2
    TheCamels8's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Israel :D
    Posts
    2,945
    Reputation
    174
    Thanks
    1,376
    My Mood
    Cheeky
    Nice
    Thanks..

  4. #3
    4l3ghi's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Italy
    Posts
    35
    Reputation
    10
    Thanks
    8
    My Mood
    Angelic
    it's for a nomenu or a D3D?

  5. #4
    Zithium's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    UK
    Posts
    2,996
    Reputation
    103
    Thanks
    438
    My Mood
    Psychedelic
    Quote Originally Posted by 4l3ghi View Post
    it's for a nomenu or a D3D?
    Nomenu.

    Nice job man

  6. #5
    TGH Zero.'s Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Behind you!
    Posts
    854
    Reputation
    35
    Thanks
    628
    My Mood
    Cool
    english at begginning? Thanks anyway ^^.


  7. #6
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,294
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy
    nice, but stdio must not be included, why ppl always do that?
    Copy paste? or they just unknown?

  8. #7
    TheCamels8's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Israel :D
    Posts
    2,945
    Reputation
    174
    Thanks
    1,376
    My Mood
    Cheeky
    Quote Originally Posted by 4l3ghi View Post
    it's for a nomenu or a D3D?
    No menu..
    You can see he added hotkey + "void" = for no menu..