Thema: IN GAME MENÜ ERSTELLEN?` | ||
Anmeldungsdatum: Apr 2010 Beiträge: 126 |
also ich kenn mich damit nicht aus aber für mich fällt auf dass 3 { klammern und nur 2 } klammern sind ? theoretisch is eine funktion dann noch offen sry falls das so soll ^^ Code: void Speed(); { if(CH_Speed_Hack == 5) { if(GetAsyncKeyState(VK_Numpad3)) { float value = 500; DWORD Protection; VirtualProtect((void*)Address_Speed_Hack, sizeof(value), PAGE_READWRITE, &Protection); memcpy((void*)Address_Speed_Hack, &value , sizeof(value)); VirtualProtect((void*)Address_Speed_Hack, sizeof(value), Protection, 0); } } } |
|
ShoTaXx ist offline |