Red faceBHop in C#

Posts 13 of 3 · Page 1 of 1
BHop in C#
Hello there,

I am asking if someone could help me learn "Hacking". So I wanted to start Hacking and I thought Bunny Hop cheats would be
somewhat easier than ESP, Aimbot etc. I was thinking of doing a BHop for Counter-Strike Source or CS 1.6, CSGO would be great
too just to start it of. I am programing in C# for almost a year now so im a Newbie.

-dequ
Code:
while(true) {
     if(GetKeyState(' ') & 0x8000) {
          SendKeys.Send("{space}");
     }
     Thread.Sleep(10);
}
you need to dll import GetKeyState.
Posts 13 of 3 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?