Dead by roblox 360. First script that i made somehow works

Post gaming related scripts
Black404Error
Posts: 1
Joined: 29 Apr 2023, 19:28

Dead by roblox 360. First script that i made somehow works

19 May 2023, 09:32

Code: Select all

Gui +LastFound +AlwaysOnTop -Caption +ToolWindow +Resize
Gui, Add, Button, x10 y10 w100 h30 gEnableDisable, Enable/Disable
Gui, Add, Text,, Made by BlackV#8467 - first script that somehow works 
Gui, Show

EnableDisable:
Toggle := !Toggle
If (Toggle = 1)
{
    Hotkey, E, On
    return
}
Hotkey, E, Off
return

E:: -> Keybind you can change it
Send {Shift down}{w down} -> makes u sprint while 360
Sleep 300 ; Keep it down for (Amount in mileseconds).
Send {w up} ; Release the w key.
Sleep 50
Send {a down}
Sleep 250 ; Keep it down for (Amount in mileseconds).
Send {a up} ; Release the a key.
Sleep 50
Send {s down}
Sleep 160 ; Keep it down for (Amount in mileseconds).
Send {s up} ; Release the s key.
Sleep 50
Send {d down}
Sleep 245 ; Keep it down for (Amount in mileseconds).
Send {d up} ; Release the d key.
Send {Shift up} -> stops sprinting after 360
Return

[Mod edit: Added [code][/code] tags. Please use them yourself when posting code.]

Return to “Gaming Scripts (v1)”

Who is online

Users browsing this forum: No registered users and 22 guests