Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- First thing is to Read this Carefully!
- This GUI Has A Lot Of Features Such As:
- -Btools
- -Vehicle Speed
- -Infinite Ammo
- -Teleport Keybinds (Jewelry (J) Bank (B) CrimBase (X) )
- -Remove All (Removes All Doors And GateWays And Cells)
- -Player Teleports
- -Location Teleports
- -Teleport To Dropped Cash
- -God Mode
- -Noclip
- -Get Coordinates (Used For Making Your Own TP location for Buttons (CustomTP1) & (CustomTP2) )
- Walkspeed (Hold Q To Run Fast)
- -Low Gravity
- -High Jump
- -Spam Arrest (Teleports To Every Criminal So You Can Arrest Them)
- -ClickTP
- -Bypass (Bypassed Jailbreak's "Anti-Cheat")
- Last Update v0.4:
- -Added Notifier (Pop Up Comes Up Saying Jewelry Or Bank is Open And Has A Goto Button If You Want To Go There)
- -Added Settings Tab (This Settings Tab Is For Customization)
- -Added Keycard (Acts Like You Have A Keycard So You Can Go Through Doors Without Removing Them Nor NoClipping)
- -Added Custom KeyBinds (In The Settings Tab You Can Set Your Own Keybind By Typing The Key You Want To Assign In The TextBox And Then Clicking The Button Assigned To It)
- -Added Transparency (You Can Make The Gui Transparent Or Non Transparent In Settings)
- -Added Vehicle Teleports
- The New Features For Version v0.5 Are:
- -Unjailbreak Now Supports Monitors Smaller Than 1920x1080!
- -Added Gun Spawning (AK47, SHOTGUN, FLASHLIGHT)
- -Added Annoy Server (Spams Death Sound Around The Whole Server (Reverse Button Is Broken!) )
- -Added Custom Transparency
- -Fixed Some Bugs
- If You Want More Added Or A Change In The GUI. Feel Free To DM Me On Discord @Air / Unlisting#0179
- Here Is A Video Of The GUI In Action But Thats One Of The Previous Versions! Credit To Him For The Video!
- Video Link: https://www.youtube.com/watch?v=9idpFK7ir2c
- Steps On How To Make Your Own Custom TP For CustomTP1 And CustomTP2:
- -Go to a location you want to make a TP.
- -Open Console(Press F9) and ClickThe Coords Button On Local Player Section.
- -Copy This Script And Put The Coordinates You Found in the console and replace the "PUTCOORDSHERE" with it
- Code:
- game.CoreGui.Motherboard.MainGUI.TeleportsGUI.CustomTP1.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(PUTCOORDSHERE) + Vector3.new(1,0,0)
- end)
- Then Execute And CustomTP1 Should Have Your Own TP! Redo This For CustomTP2 But Change The CustomTP1 To CustomTP2
- MUCH LOVE TO SLEEPYSTELLA FOR MAKING THE BYPASSER/RETURNING BANK AND JEWELRY ETC. BACK TO NORMAL NAMES!
- Loadstring For Monitors, 1920x1080 And Higher!
- Code:
- loadstring(game:GetObjects("rbxassetid://1001880072")[1].Source)()
- Loadstring For Monitors Lower Than 1920x1080!
- Code:
- loadstring(game:GetObjects("rbxassetid://1001688142")[1].Source)()
- ENJOY THE GUI!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement