Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Note: Do not look down and delete, your character will bug out and you cannot move.
- Also, don't remove the 'surf_' or 'bhop_'.
- Another thing, don't capitalize the surf name.
- --]]
- _G.surfMap = "surf_" --// say "/map" in chat, then put the map name inside of the quotations. (dont delete the "surf_" part.)
- _G.surf = true --// if you're on a surf map, change to true. -- Surf: https://www.roblox.com/games/272689493/surf-171-MAPS
- _G.bhopMap = "bhop_" --// say "/map" in chat, then put the map name inside of the quotations. (dont delete the "bhop_" part.)
- _G.bhop = false --// if you're on a bhop map, change to true. -- Bhop: https://www.roblox.com/games/252877716/bhop-327-MAPS
- loadstring(game:HttpGet(('https://pastebin.com/raw/qyTmjMef'),true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement