|
|
|
|||
|
GameHacking Competitions
|
| CES and GameHacking.com will have tools and levels for you to reach. These levels will set your standards and reputation as a gamehacker. Groups all over the world should be looking in the results section. Crackme's and Keygenme's are coming soon ! |
|
||||||
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
(#1 (permalink))
|
|
Member
|
Farcry2 Trainer Crackme -
06-25-2009, 12:03 AM
Ok people so I've been creating a trainer for Farcry2 and I'm going to ask you just a little favor
Can you get the source code from it, Addresses, Handy Source Code If you can crack it so getting some addresses, source code out of it just post it and I know enough If you can't crack it because it's protected just say it It will say an error because it needs my injection .dll file but the main source code is in the file at the attachment so... get the address,source code :D |
|
(#3 (permalink))
|
(#4 (permalink))
|
|
Member
![]() Posts: 35
Join Date: Jun 2009
Last Online: 03-08-2010 08:24 PM Reputation:
![]() User is Offline
|
06-25-2009, 10:53 AM
Trainer crashes in WinXP 64 before startup and is not recognized as a valid Win32 executable in Windows 7. Both operating system have .Net-Framework 2.0, 3.0 and 3.5 installed.
|
|
(#5 (permalink))
|
(#6 (permalink))
|
|
Member
![]() Posts: 35
Join Date: Jun 2009
Last Online: 03-08-2010 08:24 PM Reputation:
![]() User is Offline
|
06-26-2009, 11:10 AM
Sure it does not work... Read man READ lol
The goal is to get some source code from the program or atleast try to get the source code and some addresses Values are: Code:
Infinity Ammo Address: 0x1012E4C5 Bytes patched: 90 90 90 (3xNOP) Bytes original: 89 4A 20 (MOV DWORD PTR DS:[EDX+20],ECX) Code:
Infinity Health Injections Address: 0x1014453A Bytes patched: 90 90 90 (3xNOP) Bytes original: 89 71 14 (MOV DWORD PTR DS:[ECX+14],ESI) Code:
Infinity Grenades / Molotov cocktails Address: 0x10148B2B Bytes patched: 90 90 90 (3xNOP) Bytes original: 89 4A 7C (MOV DWORD PTR DS:[EDX+7C],ECX) Code:
Everything for free Address: 0x10655CB1 Bytes patched: 90 90 90 (3xNOP) Bytes original: 89 43 10 (MOV DWORD PTR DS:[EBX+10],EAX) Code:
public class l
{
public l()
{
MessageBox.Show("ctor");
}
public void a(string a, int b, byte[] c)
{
string s;
s = a;
s += Environment.NewLine + b.ToString("X") + Environment.NewLine;
foreach (Byte byt in c)
{
s += byt.ToString("X2") + " ";
}
MessageBox.Show(s);
}
}
![]() The MultiHax.dll exposes a class named "l" as seen here (Reflected source of Trainer): Code:
.field private class [MultiHax]l m Code:
L_00ee: callvirt instance void [MultiHax]l::a(string, int32, uint8[]) If you want to have a fully working trainer just write the real code needed for writing into the memory of the FarCry2-process into the "a"-method. The trainer now also runs in WinXP 64 and Windows 7. |
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
|
| New To Site? | Need Help? |