Search found 6 matches
- 14 Aug 2020, 19:26
- Forum: Gaming
- Topic: need help with my multi script
- Replies: 4
- Views: 2218
Re: need help with my multi script
how would i combine the rapid fire script with the norecoil script? i tried but it works but slows the rapidfire and makes the mouse move down go skippy like its clicking in between each time it moves the mouse down
- 14 Aug 2020, 19:12
- Forum: Gaming
- Topic: need help with my multi script
- Replies: 4
- Views: 2218
Re: need help with my multi script
awesome thank you very much for you help, i appreciate it alot, worked perfectly same with the color
- 12 Aug 2020, 19:32
- Forum: Gaming
- Topic: need help with my multi script
- Replies: 4
- Views: 2218
Re: need help with my multi script
i got it sorted out other then the tool tip part i have to either hold down the hotkey or click it twice for the tooltip to pop up if someone could help me figure it out that be awesome thanks, also how can i make the tool tip color green and red rather then black and white #NoEnv SetWorkingDir %A_S...
- 11 Aug 2020, 18:19
- Forum: Gaming
- Topic: help with auto crouch
- Replies: 2
- Views: 1139
Re: help with auto crouch
got it nevermind
[Mod edit: [code][/code] tags added.]
Code: Select all
#If, A_IsPaused
`::
suspend
pause
return
#If
`::
suspend
pause
return
*~$LButton::
KeyWait, LButton, T0.40
If (ErrorLevel)
{
while GetKeyState("LButton")
{
; if not GetKeyState("q")
Send q
sleep,200
}
}
return
- 11 Aug 2020, 18:17
- Forum: Gaming
- Topic: need help with my multi script
- Replies: 4
- Views: 2218
need help with my multi script
i built a script with mulitlple modes, 1-4 so far. i need help with my tooltip when i press say 1 i gotta press it twice for my tooltip to show up and same thing thru 1-4, and also if someone could look at my adjustable no recoil script, it works fine on its own but since i have everything in one sc...
- 06 Jul 2020, 10:49
- Forum: Gaming
- Topic: help with auto crouch
- Replies: 2
- Views: 1139
help with auto crouch
i need help i have searched and found some auto crouches but it either spams the crouch too fast and does auto rapid fire which i dont want... i would like to make a script that when i hold down the left mouse button or shoot in apex legends it auto spams crouches for me until i let go of the shoot ...