DIR Return Create A Forum - Home
---------------------------------------------------------
Hack Community
HTML https://roshacks.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: Codes
*****************************************************
#Post#: 121--------------------------------------------------
[C#] GraveMode
DIR By: pipo1337
Date: April 8, 2018, 12:05 pm
---------------------------------------------------------
This is written in VB.NET i just convert it to C# because of
request
Declaration:
--- Code ---
bool GraveMode;
public static float g = 0f;
int IsInGame = 0x1E1DF20;
--- End Code ---
Form_Load:
--- Code ---
if ((IsInGame == 1)) {
g =
Mem.ReadMemory<float>(Mem.ReadMemory<int>(Mem.ReadMemory<int>(Mem.ReadMemory<int>(Mem.ReadMemory<int>(Mem.ReadMemory<int>(Mem.ReadMemory<int>(Mem.BaseAddress
+ Offsets.Physics) + 0x14) + 0x0) + 0x40) + 0x0) + 0x10) +
0xE0);
}
--- End Code ---
Function:
--- Code ---
if (GraveMode)
{
Mem.WriteMemory<float>(Mem.ReadMemory<int>(Mem.ReadMemory<int>(Mem.ReadMemory<int>(Mem.ReadMemory<int>(Mem.ReadMemory<int>(Mem.ReadMemory<int>(Mem.BaseAddress
+ Offsets.Physics) + 0x14) + 0x0) + 0x40) + 0x0) + 0x10) + 0xE0,
g);
}
--- End Code ---
HotKey:
--- Code ---
if (GetAsyncKeyState(Keys.G)) {
if ((GraveMode == true)) {
GraveMode = false;
Thread.Sleep(100);
}
else {
GraveMode = true;
Thread.Sleep(100);
}
}
--- End Code ---
*****************************************************
Page 1 of 1