Thread: a little info

Results 1 to 7 of 7
  1. #1
    NubKing's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    54
    Reputation
    10
    Thanks
    19
    My Mood
    Asleep

    a little info

    I'm not used to memory Hack I do D3D only

    but when i saw this thread speed hack First i compile got error but than using my brain i add in some masked jumpz and wow xtrap did not detected but i think this addy is outdated not the LTC but the speed hack addy it self
    I know the Engine LTC but which is

    Code:
    #include <windows.h>
    #include <stdio.h>
    
    int Speedhack=0;
    
    DWORD CShellBase = (DWORD) GetModuleHandle("cshell.dll"); 
    DWORD SpeedHack = CShellBase + 0x30845C;
    
    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;
    }
    ____________
    thanks if u can get me that u will have and speed hack

  2. #2
    skulhead's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    714
    Reputation
    0
    Thanks
    158
    My Mood
    Cheerful
    How can xtrap not detect this? It haves GetAsynceKeyState -.- And I see no bypass.

  3. #3
    NubKing's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    54
    Reputation
    10
    Thanks
    19
    My Mood
    Asleep
    do u think i would share my bypass code publicly to every one
    @hint u know me from some where hint *** hint admin hint forum down hint help whit warrock

  4. #4
    skulhead's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    714
    Reputation
    0
    Thanks
    158
    My Mood
    Cheerful
    I probaly know your old sig.

  5. #5
    NubKing's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    54
    Reputation
    10
    Thanks
    19
    My Mood
    Asleep
    Found it np

  6. #6
    FileCorrupt's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    658
    Reputation
    -2
    Thanks
    30
    My Mood
    Amazed
    Nice...
    Hey Nubking...Make A Hack Gosh!

  7. #7
    **HACKER**'s Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Outside Your House ;-0
    Posts
    645
    Reputation
    22
    Thanks
    228
    My Mood
    Yeehaw
    Hmm Im Not Sure Sorry But Like He Said ^ You Should Make A Public Hack !