Noob in coding hacks
Need some help here.
I learned c++ and WINapi to progam hacks and want to start progamming hacks for warrock.
Is this good? What do I need to add? Some tips?
Pls no flaming reactions, I am just learning how to code.
I learned c++ and WINapi to progam hacks and want to start progamming hacks for warrock.
Code:
#include <windows.h>
#define Addr_Speed 0x008F2F3C
void source_codes(){ // We define our 'Source Codes' in here.
if(CH_Speed == 1){
if(GetAsyncKeyState(VK_HOME) &1){
DWORD *dwPlayer1Ptr = *(DWORD*)Addr_Speed;
*(float*)(dwPlayerPtr+OFS_Z) = 2000;}}
Pls no flaming reactions, I am just learning how to code.


