Results 1 to 12 of 12
  1. #1
    amoda1's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    2

    Cool steps to hack a game

    hello friends i think if we teach each others how to hack a game it will be better i think these are the steps to hack and if someone have another thing he should put it in comments thanks

    step 1: use cheat engine to know the adresse of the thing which u wana cheat

    step 2 : make a dll to change that adresse to another one

    step 3 : use injector to inject your dll in the game

    thanks guys and i wish if u have another steps to say it here

  2. #2
    ScorpionVenom789's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    In Your Mind
    Posts
    731
    Reputation
    10
    Thanks
    1,418
    My Mood
    Cheerful
    Maybe need to add learn basic C++ before create dll

  3. #3
    amoda1's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by ScorpionVenom789 View Post
    Maybe need to add learn basic C++ before create dll
    yes or we can make an example for each game the beginner hacker should only change adresse like this one

    #include <windows.h>

    bool TeamESP = false;

    void Start()
    {
    while(1)
    {
    if(GetAsyncKeyState(VK_INSERT)&1)
    {
    if(TeamESP = !TeamESP)
    {
    TeamESP = true;
    }
    else
    {
    TeamESP = false;
    }

    }

    if(TeamESP == true)
    {
    *(BYTE*)(*(DWORD*)(0x00471678)+0x14)= 01;
    *(BYTE*)(*(DWORD*)(0x0099A25C)+0x61)= 01;
    }
    else if(TeamESP == false)
    {
    *(BYTE*)(*(DWORD*)(0x00471678)+0x14)= 00;
    *(BYTE*)(*(DWORD*)(0x0099A25C)+0x61)= 00;

    }
    }

    BOOL WINAPI DllMain ( HMODULE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    if (dwReason == DLL_PROCESS_ATTACH ) {
    CreateThread (0,0, ( LPTHREAD_START_ROUTINE ) Start, 0,0,0);
    }
    return 1;
    }

  4. #4
    MafiaBoy BlackShit's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Location
    Secret
    Posts
    629
    Reputation
    10
    Thanks
    2,434
    My Mood
    Amazed
    U must learn basic C++ in Youtube andd u will know how to find the address
    We're Anonymous
    We're Hacker, We're Not Going To Stop!
    Bcaus We're Hacker!

    AOA Music

  5. #5
    amoda1's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by MafiaBoy BlackShit View Post
    U must learn basic C++ in Youtube andd u will know how to find the address
    yes c++ is very important

  6. #6
    Miaolaw's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Location
    Someren
    Posts
    27
    Reputation
    10
    Thanks
    127
    Looks good

  7. #7
    aboodfull.2's Avatar
    Join Date
    Jul 2016
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    10
    Are you making Hack difficult?

  8. #8
    amoda1's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    2
    salam akhi i'm just learning c++ to make a hack

  9. #9
    mouadmlk's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    36
    Reputation
    10
    Thanks
    19
    My Mood
    Flirty
    Quote Originally Posted by amoda1 View Post
    salam akhi i'm just learning c++ to make a hack
    Mathderch barbiya English ok? xD

  10. #10
    amoda1's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    2
    afin alghzal cv ? add me in fb https://www.facebook.com/rogger.federer.3538

  11. #11
    Aiman's Avatar
    Join Date
    Oct 2015
    Gender
    male
    Location
    Rainbow ¬_¬
    Posts
    924
    Reputation
    10
    Thanks
    1,604
    My Mood
    In Love
    After learning the basic, the easiest hack you can try to learn is TeamESP.
    Last edited by Aiman; 07-12-2016 at 03:06 AM.

    My Achievements

    Get 100 thanks ✔
    Get 200 thanks ✔
    Get 300 thanks ✔
    Get 400 thanks ✔
    Get 500 thanks ✔
    Get 1000 thanks ✔
    Get 2000 thanks ✘
    Get 5000 thanks ✘

  12. #12
    amoda1's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    2
    Quote Originally Posted by astron52 View Post
    After learning the basic, the easiest hack you can try to learn is TeamESP.
    i will try

Similar Threads

  1. Rune; Hack & Slash Game FREE DOWNLOAD!
    By cigoth in forum General
    Replies: 0
    Last Post: 07-27-2007, 05:18 AM
  2. Report all Issues. w/ hacks and game here
    By Grim09 in forum WarRock - International Hacks
    Replies: 9
    Last Post: 07-19-2007, 07:58 AM
  3. Hack this game ShatteredGalaxy
    By cangri27 in forum Hack Requests
    Replies: 0
    Last Post: 05-23-2007, 12:19 PM
  4. Try to hack this game
    By PKDragon in forum General
    Replies: 4
    Last Post: 02-21-2006, 07:46 AM
  5. [SEARCH]SHOT-Online Hack(golf game)
    By ryan5458 in forum Hack Requests
    Replies: 2
    Last Post: 01-18-2006, 07:57 AM