crouch spam [no mouse needed]

Posts 1–15 of 18 · Page 1 of 2
crouch spam [no mouse needed]
press Z to activate , sprinting etc. will break the script



proof:
R6ScrouchSpam_mpgh.net.zip668 KB · 538 downloads Clean
video-1547569176_mpgh.net.zip3.1 MB · 552 downloads Clean
dont know if i am doing something wrong!
started the game...went lone wolf thunt..........run the batch file (something popped for 1 second)....went in game...pressed c...didnt work....am i doing something wrong ??
Quote Originally Posted by Orphic. View Post
started the game...went lone wolf thunt..........run the batch file (something popped for 1 second)....went in game...pressed c...didnt work....am i doing something wrong ??
yes, press Z.

Shift, escape, ctrl and space breaks the script. Also dont forget it is a .jar file. You will need JRE.
Not working for me
I installed .jre batch pops up and spams down. But ingame nothing happens?

What else could be a problem to this?
Quote Originally Posted by evothesnake View Post
I installed .jre batch pops up and spams down. But ingame nothing happens?

What else could be a problem to this?
you may have other key than C for crouch. Also set it for hold when crouching. I will make an update in the weekend, so you can set your own keys.
Not working for me
Quote Originally Posted by Rmzn0 View Post
you may have other key than C for crouch. Also set it for hold when crouching. I will make an update in the weekend, so you can set your own keys.
It pushed Button 80, this Button is on my Keyboard "P". Even though im setting crouch to "P" on my Rainbow settings it wont work.

So im getting out of ideas how this works.

On "C" it's not working either.
Quote Originally Posted by Rmzn0 View Post
press Z to activate , sprinting etc. will break the script



proof:
Works if the crouch key is set to P for some reason. I set P to secondary for crouch and it began working. Also, it's very noticeable. It makes your whole character "vibrate", but does seem to make you hard to hit. People notice it, and call you out for scripting or using a macro.

Thanks for the script, it's appreciated! as a suggestion, maybe edit to have a delay between key presses, something normal like 200ms, which would make it seem a lot more natural.

Thanks!
Source please?
Hey I saw that you have methods for qeSpam, and to activate it the second time you hit z, but I couldn't 100% decompile your jar. Would you be able to post the source so I can finish implementing it myself? I can also be contacted at Dokai#4705. Thanks!
Quote Originally Posted by Bleedout View Post
Hey I saw that you have methods for qeSpam, and to activate it the second time you hit z, but I couldn't 100% decompile your jar. Would you be able to post the source so I can finish implementing it myself? I can also be contacted at Dokai#4705. Thanks!
if (event.getVirtualKeyCode() == GlobalKeyEvent.VK_Z) {
System.out.println("Z pressed");
if(zPressed)
{
qeSpam=true;

}
else
{
zPressed=true;
}


}

then check if that bool is true/false

private void pressE() throws AWTException, InterruptedException {
r = new Robot();
r.keyPress(80);
Thread.sleep(1);
r.keyRelease(80);
}

same but with Q
Would it be possible to get the full source?
Quote Originally Posted by Rmzn0 View Post
if (event.getVirtualKeyCode() == GlobalKeyEvent.VK_Z) {
System.out.println("Z pressed");
if(zPressed)
{
qeSpam=true;

}
else
{
zPressed=true;
}


}

then check if that bool is true/false

private void pressE() throws AWTException, InterruptedException {
r = new Robot();
r.keyPress(80);
Thread.sleep(1);
r.keyRelease(80);
}

same but with Q
Hey I already understood this part, but I used JDF to decompile and certain parts of it just straight up didn't get decompiled, so I can't recompile it back together since syntax errors are caused by this. Could you post the source of the R6_crouchSpam.class file please?


Patch note: added option to set sleep time, and start key.
R6ScrouchSpam1.1_mpgh.net.zip675 KB · 63 downloads Clean
Quote Originally Posted by Rmzn0 View Post


Patch note: added option to set sleep time, and start key.
//Approved
I think it got patched
Posts 1–15 of 18 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?