He didnt mean which is right he said whats the difference jackass.
Originally Posted by ipwnuuaal5
What is the difference between
Code:
if(GetAsyncKeyState(VK_DELETE)<0){
and
Code:
if(GetAsyncKeyState(VK_DELETE)&1){
<0 means its getting pushed Constantly.Non stop.&1 means its only getting pushed once unlike <0 getting pushed multiple times.<0 is used for controllable fly hack and what not.