r6 crouch spam Topic is solved

Ask gaming related questions
yoticenits
Posts: 2
Joined: 17 May 2024, 08:16

r6 crouch spam

17 May 2024, 08:29

ive been looking everywhere for one but cant seem to find one that just crouches ALOT within a few seconds,
i understand this may come off as laziness but i genuinely dont have the slightest idea on how to use this even for such a simple task.
but basically i just want to crouch with the c key like 20 times within a second or 2 for when i get the last elimination and i get the killcam
Banaanae
Posts: 18
Joined: 19 Feb 2024, 04:08
Contact:

Re: r6 crouch spam  Topic is solved

20 May 2024, 23:47

Code: Select all

TimesPerSecond := 20
SpamLength := 2 ; In seconds

F5:: { ; The key which activates the character spammer
    Loop(SpamLength * TimesPerSecond) {
        Send("c")
        Sleep(1000 / TimesPerSecond)
    }
}
Press F5 to run
yoticenits
Posts: 2
Joined: 17 May 2024, 08:16

rainbow 6 wont let ahk work

24 May 2024, 07:58

i have a crouch spam script from a kind member who replied to my previous post but the thing is it works fine off game on my browsers and stuff but not in game which is confusing
Last edited by gregster on 24 May 2024, 09:22, edited 1 time in total.
Reason: Merged from a separate topic since the question is about the code above.
User avatar
Noitalommi_2
Posts: 294
Joined: 16 Aug 2023, 10:58

Re: r6 crouch spam

24 May 2024, 19:03

Hi.

It should work if you change Send("c") to SendEvent("{c}").

Return to “Gaming”

Who is online

Users browsing this forum: Spikea, trashmail20 and 12 guests