Last active
April 9, 2024 18:32
-
-
Save BubbuDert249/39448261f1b12a1a5a26466446962b89 to your computer and use it in GitHub Desktop.
made in roblox gamescript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rdh() | |
robloxgame=doors | |
hackmenu=true | |
orgin-hackmenu=true | |
if hackmenu or orgin-hackmenu =false then | |
set true | |
if then end | |
hackmenu.data start{ | |
"Noclip" id=noclip type=toggle | |
"Speed" id=speed type=slider | |
"Spawn/Despawn all" id=spawn" list=Rush%Ambush%Seek%Figure%Screech%Halt | |
end} | |
ids: start{ | |
noclip=robloxgame.wallhack | |
speed=setspeed.slider | |
spawn=spawndespawn.robloxgame.list/data | |
end} | |
return rdh() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment