this will get you banned?
Maybe, but i donīt think so:Quote:
this will get you banned?
It kills nobody :)Quote:
Do not cheat: do not use third party programs, macros, client-side hacks, edited game files or anything else that may give you an unfair advantage in the game. This includes promoting or posting links to websites that provide or promote cheats or hacks.
first pageQuote:
Does anybody know what the core function of this macro is? And would it be possible to achieve this using a razer synapse macro? Thanks!
Quote:
Exactly ;p
That's all what it does:
Code:while(true) { if (active) { keybd_event(0x57, 0, 0x1, 0); // press W await Task.Delay(300); keybd_event(0x57, 0, 0x2, 0); // release W } await Task.Delay(500); }
Hey, thanks, I saw that but I didn't understand how it worked.Quote:
first page