Search found 1 match

by dogs
04 Aug 2022, 08:34
Forum: Gaming Help (v1)
Topic: Roblox: i cant use my script while im sprinting/holding shift
Replies: 0
Views: 453

Roblox: i cant use my script while im sprinting/holding shift

Code: Select all

#IfWinActive Roblox

x::

While GetKeyState("x","P")

 sleep 0
 sendEvent {SC039}{ctrl}
 sleep 0
sendEvent {SC039}{ctrl}


sleep 0

return
+w::SendInput _
*XButton1::
shifty := GetKeyState("Shift", "P")
SendInput % "0" (shifty ? "{Shift down}" : "")
Return
[Mod edit: [code][/code] tags added.]

Go to advanced search