Advertisement
Upscalefanatic3

Unjailbreak GUI v0.5 NEW FEATURES! (*UPDATED*)

Sep 15th, 2017
8,749
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. First thing is to Read this Carefully!
  2.  
  3.  
  4. This GUI Has A Lot Of Features Such As:
  5. -Btools
  6. -Vehicle Speed
  7. -Infinite Ammo
  8. -Teleport Keybinds (Jewelry (J) Bank (B) CrimBase (X) )
  9. -Remove All (Removes All Doors And GateWays And Cells)
  10. -Player Teleports
  11. -Location Teleports
  12. -Teleport To Dropped Cash
  13. -God Mode
  14. -Noclip
  15. -Get Coordinates (Used For Making Your Own TP location for Buttons (CustomTP1) & (CustomTP2) )
  16. Walkspeed (Hold Q To Run Fast)
  17. -Low Gravity
  18. -High Jump
  19. -Spam Arrest (Teleports To Every Criminal So You Can Arrest Them)
  20. -ClickTP
  21. -Bypass (Bypassed Jailbreak's "Anti-Cheat")
  22.  
  23. Last Update v0.4:
  24. -Added Notifier (Pop Up Comes Up Saying Jewelry Or Bank is Open And Has A Goto Button If You Want To Go There)
  25. -Added Settings Tab (This Settings Tab Is For Customization)
  26. -Added Keycard (Acts Like You Have A Keycard So You Can Go Through Doors Without Removing Them Nor NoClipping)
  27. -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)
  28. -Added Transparency (You Can Make The Gui Transparent Or Non Transparent In Settings)
  29. -Added Vehicle Teleports
  30.  
  31. The New Features For Version v0.5 Are:
  32. -Unjailbreak Now Supports Monitors Smaller Than 1920x1080!
  33. -Added Gun Spawning (AK47, SHOTGUN, FLASHLIGHT)
  34. -Added Annoy Server (Spams Death Sound Around The Whole Server (Reverse Button Is Broken!) )
  35. -Added Custom Transparency
  36. -Fixed Some Bugs
  37.  
  38. If You Want More Added Or A Change In The GUI. Feel Free To DM Me On Discord @Air / Unlisting#0179
  39. Here Is A Video Of The GUI In Action But Thats One Of The Previous Versions! Credit To Him For The Video!
  40.  
  41.  
  42. Video Link: https://www.youtube.com/watch?v=9idpFK7ir2c
  43.  
  44.  
  45. Steps On How To Make Your Own Custom TP For CustomTP1 And CustomTP2:
  46. -Go to a location you want to make a TP.
  47. -Open Console(Press F9) and ClickThe Coords Button On Local Player Section.
  48. -Copy This Script And Put The Coordinates You Found in the console and replace the "PUTCOORDSHERE" with it
  49. Code:
  50.  
  51. game.CoreGui.Motherboard.MainGUI.TeleportsGUI.CustomTP1.MouseButton1Down:connect(function()
  52. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(PUTCOORDSHERE) + Vector3.new(1,0,0)
  53. end)
  54.  
  55. Then Execute And CustomTP1 Should Have Your Own TP! Redo This For CustomTP2 But Change The CustomTP1 To CustomTP2
  56.  
  57. MUCH LOVE TO SLEEPYSTELLA FOR MAKING THE BYPASSER/RETURNING BANK AND JEWELRY ETC. BACK TO NORMAL NAMES!
  58.  
  59.  
  60.  
  61.  
  62. Loadstring For Monitors, 1920x1080 And Higher!
  63. Code:
  64.  
  65. loadstring(game:GetObjects("rbxassetid://1001880072")[1].Source)()
  66.  
  67.  
  68.  
  69. Loadstring For Monitors Lower Than 1920x1080!
  70. Code:
  71.  
  72. loadstring(game:GetObjects("rbxassetid://1001688142")[1].Source)()
  73.  
  74. ENJOY THE GUI!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement