DebateFort - Where Warriors Come To Debate
RAGECRY - Funny, Amusing, Interesting, Trending & Viral Videos and Images
GameOrc - Free Flash Games Online
Results 1 to 4 of 4
  1. #1
    Member ObserverJLin's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0

    Crysis 2 ME trainer plz

    Hello fellow readers:

    I know this is kind of an old game (2011) and abandoned by it's developers, (no patch since version 1.9) but it is still quite enjoyable.
    Currently there are no trainers for Maximum Edition of Crysis 2 and C2's standard edition trainers don't work with ME.

    This link has the source codes for the standard edition of Crysis 2. A user from that website said a person who knows these kinds of things needs copy & paste the mem patches from ME into the source code and it'll work.

    As a guidance This is the same trainer that works with the standard edition of C2.
    If you could make this trainer that would be great. But please only use the 3 hacks that are in the source codes. I.e. Infinite energy & ammo + tag hack.

    Thanks in advance.
    Last edited by ObserverJLin; 09-25-2012 at 01:24 AM.

  2. #2
    In the immortal words of Clark Whatsisname -- up, up and away!
    MPGH Member
    ZReal's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    In My T-90 tank
    Posts
    1,334
    Reputation
    10
    Thanks
    867
    My Mood
    Goofy
    Quote Originally Posted by ObserverJLin View Post
    Hello fellow readers:

    I know this is kind of an old game (2011) and abandoned by it's developers, (no patch since version 1.9) but it is still quite enjoyable.
    Currently there are no trainers for Maximum Edition of Crysis 2 and C2's standard edition trainers don't work with ME.

    This link has the source codes for the standard edition of Crysis 2. A user from that website said a person who knows these kinds of things needs copy & paste the mem patches from ME into the source code and it'll work.

    As a guidance This is the same trainer that works with the standard edition of C2.
    If you could make this trainer that would be great. But please only use the 3 hacks that are in the source codes. I.e. Infinite energy & ammo + tag hack.

    Thanks in advance.
    wheres the source and crysis 2 trainers were made with cheat engine and using the disassembler to find more values like shoot while cloacked and stuff
    its pretty easy game to hack since ammo is easy to hack energy is easy and its all client sided . i would make it for you if only i knew how to find nametags sadly i dont know the general way to go about searching for those
    Last edited by ZReal; 09-26-2012 at 01:03 PM.

  3. The Following User Says Thank You to ZReal For This Useful Post:

    ObserverJLin (09-26-2012)

  4. #3
    Threadstarter
    Member
    ObserverJLin's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    Thank you for your reply Praxeus.
    Sorry I meant to add a link in the original post for all the source codes.

    The links I'm posting are all messed up by the forum. Can you PM me and I'll send you the link via your email or something? As I'm not allow to PM either.

    Or I'll just copy and paste them in here. These are all from the working trainer for Crysis 2 standard edition.

    The codes below are for version 1.1 and updated 1.9 codes are at the bottom of the page.


    ; ENERGY
    0115CBF9 /75 07 JNZ SHORT Crysis2.0115CC02 <---
    0115CBFB |E8 01FEFFFF CALL Crysis2.0115CA01
    0115CC00 |EB 05 JMP SHORT Crysis2.0115CC07
    0115CC02 \E8 20FFFFFF CALL Crysis2.0115CB27

    ; NAMETAGS
    01317471 E8 E2F8FFFF CALL Crysis2.01316D58 <---
    01317476 8AD8 MOV BL,AL
    01317478 885D FC MOV BYTE PTR SS:[EBP-4],BL
    0131747B FF75 FC PUSH DWORD PTR SS:[EBP-4]
    0131747E 8BCE MOV ECX,ESI
    01317480 889E 38010000 MOV BYTE PTR DS:[ESI+138],BL

    ; AMMO
    01139BC6 /74 0A JE SHORT Crysis2.01139BD2 <---
    01139BC8 |8B4D 10 MOV ECX,DWORD PTR SS:[EBP+10]
    01139BCB |8948 04 MOV DWORD PTR DS:[EAX+4],ECX
    01139BCE |B0 01 MOV AL,1
    01139BD0 |EB 17 JMP SHORT Crysis2.01139BE9
    01139BD2 \8B45 10 MOV EAX,DWORD PTR SS:[EBP+10]


    source:

    #include <windows.h>
    #include <stdio.h>

    bool writemem(unsigned int addr, const char* data, unsigned int size)
    {
    bool ret = false;

    if (HWND hwnd = FindWindowA(NULL, "Crysis 2 (TM)"))
    {
    DWORD procid;
    if (GetWindowThreadProcessId(hwnd, &procid))
    {
    if (HANDLE hproc = OpenProcess(PROCESS_VM_OPERATION | PROCESS_VM_WRITE, FALSE, procid))
    {
    if (WriteProcessMemory(hproc, (void*)addr, data, size, NULL))
    ret = true;
    CloseHandle(hproc);
    }
    }
    }
    return ret;
    }

    void main(void)
    {
    bool ammo = false, energy = false, nametags = false;

    SetConsoleTitleA("crysis 2 mp trainer 1.1");

    printf("crysis 2 mp trainer 1.1\n\nby batfitch - www.*************.me\n\n");
    printf("F1 - toggle unlimited ammo / no reload\nF2 - toggle unlimited energy\nF3 - toggle nametags\n\n");

    while (true)
    {
    if (GetAsyncKeyState(VK_F1))
    {
    Beep(512, 100);
    printf("%s", writemem(0x01139BC6, ammo ? "\x74" : "\xEB", 1) ? "ammo toggled\n" : "something went wrong. game running?\n");
    ammo = !ammo;
    }
    else if(GetAsyncKeyState(VK_F2))
    {
    Beep(512, 100);
    printf("%s", writemem(0x0115CBF9, energy ? "\x75" : "\xEB", 1) ? "energy toggled\n" : "something went wrong. game running?\n");
    energy = !energy;
    }
    else if (GetAsyncKeyState(VK_F3))
    {
    Beep(512, 100);
    printf("%s", writemem(0x01317476, nametags ? "\x8A\xD8" : "\xB3\x01", 2) ? "nametags toggled\n" : "something went wrong. game running?\n");
    nametags = !nametags;
    }
    Sleep(100);
    }
    }


    Updated 1.9

    DWORD pInfAmmo = 0xFF1CB2;
    DWORD pInfNRG = 0x101685B;
    DWORD pNameTag = 0x11D3EB7;

    pSSystemGlobalEnvironment = *(SSystemGlobalEnvironment**)0x1724340;
    PHP Code:


    If you could make this trainer will it work for both Origin & Steam version of MaxE?

    Thx in advance.
    Last edited by ObserverJLin; 09-26-2012 at 08:25 PM.

  5. #4
    New Member thexmadxgalioth's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    yea i need this to. are u guys gona make it into a trainer?

Similar Threads

  1. sudden attack and you making Trainer. Plz
    By w5321369w in forum Visual Basic Programming
    Replies: 6
    Last Post: 01-16-2010, 11:27 PM
  2. [REQUEST]Halo 1 Trainer/hack/mod tool
    By JakDG in forum Hack Requests
    Replies: 0
    Last Post: 01-21-2009, 07:58 AM
  3. [Request] Korea Warrock Trainer
    By june8071 in forum WarRock Korea Hacks
    Replies: 7
    Last Post: 08-14-2007, 11:27 AM
  4. [request] any opk trainers
    By prox32 in forum WarRock - International Hacks
    Replies: 5
    Last Post: 05-29-2007, 07:27 AM