Hey guys, I just downloaded rapid knife v2 and It works great, I was wondering whether it is possible to edit the .ahk script to make the knife animation a bit longer, as I get called a hacker and cheater when I use it.
Also, I know that to suspend the script, this command has to be used; ~NumLock::Suspend, toggle
However the Rapid knife doesn't have it and I was wonder where to put it in order for it to work
Here is the to the script but it is only for tact knife:
E::
Send, {E down}
sleep 001
Send, {E up}
sleep 100
Send, {G down}
sleep 50
Send,{1 down}
sleep 001
Send,{1 up}
Sleep 50
Send, {G up}
sleep 400
return
you may have to contact the creator of it, and im surprised that still works, was released like last year lol!
Thank you very much, I would request that you keep this open for 1 more day, if there are no more responses, then I'll mark it as solved and you can lock it.
Just increase the Sleep amounts? Trial and error. Then just compile with AHK2EXE or install AHK so you can run scripts without compiling them.
Thank you for the reply, but should I increase all the sleep amounts?
Also, after add the ~NumLock::Suspend, toggle part to be able to disble the script, the compiled.exe gives me an error.