Quote:
void MakeFloat(int Adress , float Value)
{
unsigned long size;
VirtualProtect((void*)Adress, sizeof(Value), PAGE_READWRITE, &size);
memcpy((void*)Adress, &Value , sizeof(Value));
VirtualProtect((void*)Adress, sizeof(Value), size, 0);
}
|
Anskel-Base?
Nein danke, aus der Base neheme ich nichts.
1. Ich habe es aus der Willi27 v2.0 D3D Base...
2. Kann ich das auch aleine schreiben :rolleyes:
3. Ich Verstehe unter Protect Methode - VirtualProtect
Kleiner Tipp noch:
Hacks erst dann Aktivieren wenn man sie braucht.
Beispiel: NoSpread erst Ingame wenn man Rechte maustaste drückt und eine Waffe bzw Items in der Hand hat.
Oder 5 Slot geht nur an ingame und im shop...
oder supermaster nur ingame und im room somit ist auch der premium umrandungs fehler weg...
Ihr könnt ganz einfach mit Cheat Engine sachen wie ADR_INSHOP oder ADR_INGAME suchen...
PS:
NOT LOGGED IN: Server|Room|Maploading|Game = 0
LOGGED IN: Server = 1 ,Room,MapLoading,Game = 0
ROOM: Server|Room = 1, MapLoading|Game = 0;
MAPLOADING: Server|Maploading = 1, Game|Room = 0;
INGAME: Server|Game = 1,Room|Maploading = 0;
ADR_STATE_SERVER 0x00B02A60
ADR_STATE_ROOM 0x00BB8420
ADR_STATE_MAPLOADING 0x00B088F8
ADR_STATE_GAME 0x00B088F4
by CyberRazzor aka CyberRazzer