Search:

Type: Posts; User: Steb.

Search: Search took 0.08 seconds.

  1. Replies
    13
    Views
    14,300

    [Source Code] Wanna join our development group ? pm me

    Wanna join our development group ? pm me
  2. Replies
    13
    Views
    14,300

    [Source Code] What's the stride?

    What's the stride?
  3. Replies
    1
    Views
    2,313

    [Source Code] C# AssaultCube Simple Memory Hacking

    AssaultCube Memory Hacking
    credits : Steb, Solaire(for the offsets), Fleep (for the memory class)
    find your own class ;P ALso use timers if u want for the writing part .

    Header:


    public int...
  4. Thread: Memory Hacking

    by Steb.
    Replies
    2
    Views
    1,032

    [Help] Memory Hacking

    IDK why this doesnt work.

    https://snag.gy/AJl0uv.jpg

    MyCode :
  5. Replies
    0
    Views
    845

    [Help] D3D Hooking Crashes

    IDK why but whenver I inject the dll I compiled. It makes the game crash.
    I'm using JoshRose's Hook + added some crosshair drawings, color codes.
    Here is the fullcode.



    main.h
  6. Replies
    9
    Views
    1,103

    [Help] I will try to, I'm not that good but not that...

    I will try to, I'm not that good but not that bad.

    - - - Updated - - -



    just make a thread
  7. Replies
    9
    Views
    1,103

    [Help] pm me what you've done

    pm me what you've done
  8. Replies
    9
    Views
    1,103

    [Help] Aight, about what.

    Aight, about what.
  9. Replies
    9
    Views
    1,103

    [Help] Convert C++ To C# #2

    #define FHost 0x824075
    void Host(int MyIndex, int HostIndex, int ServerLoad)
    {
    typedef void (__cdecl *SendToServer)(int Index, int host, int load);
    SendToServer _ForceHost =...
  10. Replies
    1
    Views
    1,233

    How to find offset and baseaddress

    How do you find offsets and baseaddress n sf. ??
    please comment down below. Iknow how to load it (memory hacking) just dont know how to search for the offsets
  11. Replies
    1
    Views
    620

    [Discussion] List of easy games to hack for Beginners

    Comment down below.

    List :
    -Assaultcube
    -Gunz
    -
    -
    -
    -
    -
  12. Replies
    7
    Views
    1,766

    [Source Code] Oh thanks I get it know.

    Oh thanks I get it know.
  13. Replies
    7
    Views
    1,766

    [Source Code] specialforce.exe

    specialforce.exe
  14. Replies
    7
    Views
    1,766

    [Source Code] Convert C++ To C#

    Can someone convert this, I dont have experience with C++

    DWORD SF = (DWORD)GetModuleHnalde("game.exe");
    Dword Speed = SF + 0x798F80;

    DWORD WINAPI SpeedHack(void*)
    {
    while (true)
    {...
  15. Thread: Hotkey Problem

    by Steb.
    Replies
    1
    Views
    523

    [Solved] Hotkey Problem

    Anyone can help me ?

    Whenever I press f11 the timer doesnt start. Putting the writeprocessmemory in the ...
    Works but putting the timer.Start(); doesnt work.
    if ((GetAsyncKeyState(Keys.F10) ==...
  16. Thread: Global Hotkeys

    by Steb.
    Replies
    3
    Views
    714

    [Help] Global Hotkeys

    I need a code that toggles something even though the form is not focused.
Results 1 to 16 of 20