Advertisement
Pro_Pastebin_Person1

Untitled

Mar 25th, 2020
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.29 KB | None | 0 0
  1. local API = loadstring(game:HttpGet("https://pastebin.com/raw/xKuLuK1D"))()
  2. local NewAPI = API:Load()
  3.  
  4. local jailbreakgui = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local Close = Instance.new("TextButton")
  7. local titlename1 = Instance.new("TextLabel")
  8. local titlename2 = Instance.new("TextLabel")
  9. local credits1 = Instance.new("TextLabel")
  10. local credits2 = Instance.new("TextLabel")
  11. local background = Instance.new("Frame")
  12. local tpsname = Instance.new("TextLabel")
  13. local line1 = Instance.new("Frame")
  14. local donutshop = Instance.new("TextButton")
  15. local jewerlystore = Instance.new("TextButton")
  16. local bank = Instance.new("TextButton")
  17. local crimbase = Instance.new("TextButton")
  18. local batcave = Instance.new("TextButton")
  19. local line2 = Instance.new("Frame")
  20. local extrasname = Instance.new("TextLabel")
  21. local line3 = Instance.new("Frame")
  22. local godmode = Instance.new("TextButton")
  23. local speedgrav = Instance.new("TextButton")
  24.  
  25. --Properties:
  26.  
  27. jailbreakgui.Name = "jailbreakgui"
  28. jailbreakgui.Parent = game.CoreGui
  29. jailbreakgui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  30.  
  31. Main.Name = "Main"
  32. Main.Parent = jailbreakgui
  33. Main.BackgroundColor3 = Color3.fromRGB(116, 116, 116)
  34. Main.BorderSizePixel = 0
  35. Main.Position = UDim2.new(0.127610207, 0, 0.115749523, 0)
  36. Main.Size = UDim2.new(0, 477, 0, 62)
  37. spawn(function()
  38. while wait() do
  39. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  40. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  41. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  42.  
  43. Main.BackgroundColor3 = Color3.new(r, g, b)
  44. end
  45. end)
  46.  
  47. NewAPI:CustomDrag(Main, 0)
  48.  
  49. Close.Name = "Close"
  50. Close.Parent = Main
  51. Close.BackgroundColor3 = Color3.fromRGB(223, 0, 0)
  52. Close.BorderSizePixel = 0
  53. Close.Position = UDim2.new(0.937106907, 0, 0, 0)
  54. Close.Size = UDim2.new(0, 30, 0, 30)
  55. Close.Font = Enum.Font.SourceSansSemibold
  56. Close.Text = "X"
  57. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  58. Close.TextScaled = true
  59. Close.TextSize = 14.000
  60. Close.TextWrapped = true
  61. Close.MouseButton1Down:connect(function()
  62. Main.Visible = false
  63. end)
  64.  
  65. titlename1.Name = "titlename1"
  66. titlename1.Parent = Main
  67. titlename1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  68. titlename1.BackgroundTransparency = 1.000
  69. titlename1.Position = UDim2.new(0.285115331, 0, 0.193548381, 0)
  70. titlename1.Size = UDim2.new(0, 126, 0, 38)
  71. titlename1.Font = Enum.Font.GothamBold
  72. titlename1.Text = "JailBreak"
  73. titlename1.TextColor3 = Color3.fromRGB(255, 255, 255)
  74. titlename1.TextScaled = true
  75. titlename1.TextSize = 14.000
  76. titlename1.TextWrapped = true
  77.  
  78. titlename2.Name = "titlename2"
  79. titlename2.Parent = Main
  80. titlename2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  81. titlename2.BackgroundTransparency = 1.000
  82. titlename2.Position = UDim2.new(0.492662519, 0, 0.193548381, 0)
  83. titlename2.Size = UDim2.new(0, 120, 0, 38)
  84. titlename2.Font = Enum.Font.GothamBold
  85. titlename2.Text = "GUI"
  86. titlename2.TextColor3 = Color3.fromRGB(0, 0, 0)
  87. titlename2.TextScaled = true
  88. titlename2.TextSize = 14.000
  89. titlename2.TextWrapped = true
  90.  
  91. credits1.Name = "credits1"
  92. credits1.Parent = Main
  93. credits1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  94. credits1.BackgroundTransparency = 1.000
  95. credits1.BorderSizePixel = 0
  96. credits1.Position = UDim2.new(0, 0, 0.548387051, 0)
  97. credits1.Size = UDim2.new(0, 79, 0, 28)
  98. credits1.Font = Enum.Font.SourceSans
  99. credits1.Text = "Credits:"
  100. credits1.TextColor3 = Color3.fromRGB(156, 156, 156)
  101. credits1.TextScaled = true
  102. credits1.TextSize = 14.000
  103. credits1.TextWrapped = true
  104.  
  105. credits2.Name = "credits2"
  106. credits2.Parent = Main
  107. credits2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  108. credits2.BackgroundTransparency = 1.000
  109. credits2.BorderSizePixel = 0
  110. credits2.Position = UDim2.new(0.165618449, 0, 0.483870953, 0)
  111. credits2.Size = UDim2.new(0, 93, 0, 38)
  112. credits2.Font = Enum.Font.SourceSans
  113. credits2.Text = "Aydan#7726"
  114. credits2.TextColor3 = Color3.fromRGB(156, 156, 156)
  115. credits2.TextScaled = true
  116. credits2.TextSize = 14.000
  117. credits2.TextWrapped = true
  118.  
  119. background.Name = "background"
  120. background.Parent = Main
  121. background.BackgroundColor3 = Color3.fromRGB(83, 83, 83)
  122. background.BorderSizePixel = 0
  123. background.Position = UDim2.new(0, 0, 1, 0)
  124. background.Size = UDim2.new(0, 477, 0, 208)
  125.  
  126. tpsname.Name = "tpsname"
  127. tpsname.Parent = Main
  128. tpsname.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  129. tpsname.BackgroundTransparency = 1.000
  130. tpsname.BorderSizePixel = 0
  131. tpsname.Position = UDim2.new(0.28930819, 0, 0.806451678, 0)
  132. tpsname.Size = UDim2.new(0, 200, 0, 50)
  133. tpsname.Font = Enum.Font.SourceSans
  134. tpsname.Text = "Telaports:"
  135. tpsname.TextColor3 = Color3.fromRGB(0, 0, 0)
  136. tpsname.TextSize = 25.000
  137. tpsname.TextWrapped = true
  138.  
  139. line1.Name = "line1"
  140. line1.Parent = Main
  141. line1.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  142. line1.BorderSizePixel = 0
  143. line1.Position = UDim2.new(0.404612154, 0, 1.4193548, 0)
  144. line1.Size = UDim2.new(0, 91, 0, 3)
  145.  
  146. donutshop.Name = "donutshop"
  147. donutshop.Parent = Main
  148. donutshop.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  149. donutshop.BorderSizePixel = 0
  150. donutshop.Position = UDim2.new(0.014675051, 0, 1.61290324, 0)
  151. donutshop.Size = UDim2.new(0, 147, 0, 34)
  152. donutshop.Font = Enum.Font.SourceSans
  153. donutshop.Text = "Donut Shop"
  154. donutshop.TextColor3 = Color3.fromRGB(255, 255, 255)
  155. donutshop.TextSize = 20.000
  156. donutshop.MouseButton1Down:connect(function()
  157. loadstring(game:HttpGet("https://pastebin.com/raw/gFiTtkD7",true))()
  158. end)
  159.  
  160. jewerlystore.Name = "jewerlystore"
  161. jewerlystore.Parent = Main
  162. jewerlystore.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  163. jewerlystore.BorderSizePixel = 0
  164. jewerlystore.Position = UDim2.new(0.34591195, 0, 1.61290324, 0)
  165. jewerlystore.Size = UDim2.new(0, 147, 0, 34)
  166. jewerlystore.Font = Enum.Font.SourceSans
  167. jewerlystore.Text = "Jewerly Store"
  168. jewerlystore.TextColor3 = Color3.fromRGB(255, 255, 255)
  169. jewerlystore.TextSize = 20.000
  170. jewerlystore.MouseButton1Down:connect(function()
  171. loadstring(game:HttpGet("https://pastebin.com/raw/uPZhUMMz",true))()
  172. end)
  173.  
  174. bank.Name = "bank"
  175. bank.Parent = Main
  176. bank.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  177. bank.BorderSizePixel = 0
  178. bank.Position = UDim2.new(0.67295599, 0, 1.61290324, 0)
  179. bank.Size = UDim2.new(0, 147, 0, 34)
  180. bank.Font = Enum.Font.SourceSans
  181. bank.Text = "Bank"
  182. bank.TextColor3 = Color3.fromRGB(255, 255, 255)
  183. bank.TextSize = 20.000
  184. bank.MouseButton1Down:connect(function()
  185. loadstring(game:HttpGet("https://pastebin.com/raw/P8RLLVTz",true))()
  186. end)
  187.  
  188. crimbase.Name = "crimbase"
  189. crimbase.Parent = Main
  190. crimbase.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  191. crimbase.BorderSizePixel = 0
  192. crimbase.Position = UDim2.new(0.165618479, 0, 2.29032254, 0)
  193. crimbase.Size = UDim2.new(0, 147, 0, 34)
  194. crimbase.Font = Enum.Font.SourceSans
  195. crimbase.Text = "Crim Base"
  196. crimbase.TextColor3 = Color3.fromRGB(255, 255, 255)
  197. crimbase.TextSize = 20.000
  198. crimbase.MouseButton1Down:connect(function()
  199. loadstring(game:HttpGet("https://pastebin.com/raw/xEmsd9nr",true))()
  200. end)
  201.  
  202. batcave.Name = "batcave"
  203. batcave.Parent = Main
  204. batcave.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  205. batcave.BorderSizePixel = 0
  206. batcave.Position = UDim2.new(0.492662519, 0, 2.29032254, 0)
  207. batcave.Size = UDim2.new(0, 147, 0, 34)
  208. batcave.Font = Enum.Font.SourceSans
  209. batcave.Text = "Bat Cave"
  210. batcave.TextColor3 = Color3.fromRGB(255, 255, 255)
  211. batcave.TextSize = 20.000
  212. batcave.MouseButton1Down:connect(function()
  213. loadstring(game:HttpGet("https://pastebin.com/raw/2905MxTa",true))()
  214. end)
  215.  
  216. line2.Name = "line2"
  217. line2.Parent = Main
  218. line2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  219. line2.BorderSizePixel = 0
  220. line2.Position = UDim2.new(0, 0, 2.96774197, 0)
  221. line2.Size = UDim2.new(0, 477, 0, 3)
  222.  
  223. extrasname.Name = "extrasname"
  224. extrasname.Parent = Main
  225. extrasname.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  226. extrasname.BackgroundTransparency = 1.000
  227. extrasname.BorderSizePixel = 0
  228. extrasname.Position = UDim2.new(0.285115331, 0, 2.83870983, 0)
  229. extrasname.Size = UDim2.new(0, 200, 0, 50)
  230. extrasname.Font = Enum.Font.SourceSans
  231. extrasname.Text = "Extras:"
  232. extrasname.TextColor3 = Color3.fromRGB(0, 0, 0)
  233. extrasname.TextSize = 25.000
  234. extrasname.TextWrapped = true
  235.  
  236. line3.Name = "line3"
  237. line3.Parent = Main
  238. line3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  239. line3.BorderSizePixel = 0
  240. line3.Position = UDim2.new(0.429769397, 0, 3.45161295, 0)
  241. line3.Size = UDim2.new(0, 64, 0, 3)
  242.  
  243. godmode.Name = "godmode"
  244. godmode.Parent = Main
  245. godmode.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  246. godmode.BorderSizePixel = 0
  247. godmode.Position = UDim2.new(0.165618435, 0, 3.64516115, 0)
  248. godmode.Size = UDim2.new(0, 147, 0, 34)
  249. godmode.Font = Enum.Font.SourceSans
  250. godmode.Text = "God Mode"
  251. godmode.TextColor3 = Color3.fromRGB(255, 255, 255)
  252. godmode.TextSize = 20.000
  253. godmode.MouseButton1Down:connect(function()
  254. loadstring(game:HttpGet("https://pastebin.com/raw/Xe7EinEe",true))()
  255. end)
  256.  
  257. speedgrav.Name = "speedgrav"
  258. speedgrav.Parent = Main
  259. speedgrav.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  260. speedgrav.BorderSizePixel = 0
  261. speedgrav.Position = UDim2.new(0.492662489, 0, 3.64516115, 0)
  262. speedgrav.Size = UDim2.new(0, 147, 0, 34)
  263. speedgrav.Font = Enum.Font.SourceSans
  264. speedgrav.Text = "Speed and Gravity Bypass"
  265. speedgrav.TextColor3 = Color3.fromRGB(255, 255, 255)
  266. speedgrav.TextSize = 15.000
  267. speedgrav.MouseButton1Down:connect(function()
  268. loadstring(game:HttpGet("https://pastebin.com/raw/WZCVrprx",true))()
  269. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement