need a hack writer
sup, iam writing my first hack and want to have some things automaticly on!
for example:
if(GetAsyncKeyState(VK_F2)&1) {
PlayerGlow = !PlayerGlow;
what do i need to put there is i want it automaticly on?
for example:
if(GetAsyncKeyState(VK_F2)&1) {
PlayerGlow = !PlayerGlow;
what do i need to put there is i want it automaticly on?

make ur own