Advertisement
Pro_Pastebin_Person1

Untitled

Mar 26th, 2020
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.84 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. local keycard = Instance.new("TextButton")
  25. local version1 = Instance.new("TextLabel")
  26. local line4 = Instance.new("Frame")
  27. local changelogname = Instance.new("TextLabel")
  28. local line5 = Instance.new("Frame")
  29. local round = Instance.new("ImageLabel")
  30. local version2 = Instance.new("TextLabel")
  31. local line6 = Instance.new("Frame")
  32. local EDITMEIMTHELOG = Instance.new("TextLabel")
  33. local autofarm = Instance.new("TextButton")
  34. local btoolsgui = Instance.new("TextButton")
  35. local EDITMEIMTHELOG2 = Instance.new("TextLabel")
  36.  
  37. --Properties:
  38.  
  39. jailbreakgui.Name = "jailbreakgui"
  40. jailbreakgui.Parent = game.CoreGui
  41.  
  42. Main.Name = "Main"
  43. Main.Parent = jailbreakgui
  44. Main.BackgroundColor3 = Color3.fromRGB(116, 116, 116)
  45. Main.BorderSizePixel = 0
  46. Main.Position = UDim2.new(0.0324825943, 0, 0.0474383309, 0)
  47. Main.Size = UDim2.new(0, 477, 0, 62)
  48. spawn(function()
  49. while wait() do
  50. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  51. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  52. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  53.  
  54. Main.BackgroundColor3 = Color3.new(r, g, b)
  55. end
  56. end)
  57.  
  58. NewAPI:CustomDrag(Main, 0)
  59.  
  60. Close.Name = "Close"
  61. Close.Parent = Main
  62. Close.BackgroundColor3 = Color3.fromRGB(223, 0, 0)
  63. Close.BorderSizePixel = 0
  64. Close.Position = UDim2.new(0.937106907, 0, 0, 0)
  65. Close.Size = UDim2.new(0, 30, 0, 30)
  66. Close.Font = Enum.Font.SourceSansSemibold
  67. Close.Text = "X"
  68. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  69. Close.TextScaled = true
  70. Close.TextSize = 14.000
  71. Close.TextWrapped = true
  72. Close.MouseButton1Down:connect(function()
  73. Main.Visible = false
  74. end)
  75.  
  76. titlename1.Name = "titlename1"
  77. titlename1.Parent = Main
  78. titlename1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  79. titlename1.BackgroundTransparency = 1.000
  80. titlename1.Position = UDim2.new(0.285115331, 0, 0.193548381, 0)
  81. titlename1.Size = UDim2.new(0, 126, 0, 38)
  82. titlename1.Font = Enum.Font.GothamBold
  83. titlename1.Text = "JailBreak"
  84. titlename1.TextColor3 = Color3.fromRGB(255, 255, 255)
  85. titlename1.TextScaled = true
  86. titlename1.TextSize = 14.000
  87. titlename1.TextWrapped = true
  88.  
  89. titlename2.Name = "titlename2"
  90. titlename2.Parent = Main
  91. titlename2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  92. titlename2.BackgroundTransparency = 1.000
  93. titlename2.Position = UDim2.new(0.492662519, 0, 0.193548381, 0)
  94. titlename2.Size = UDim2.new(0, 120, 0, 38)
  95. titlename2.Font = Enum.Font.GothamBold
  96. titlename2.Text = "GUI"
  97. titlename2.TextColor3 = Color3.fromRGB(0, 0, 0)
  98. titlename2.TextScaled = true
  99. titlename2.TextSize = 14.000
  100. titlename2.TextWrapped = true
  101.  
  102. credits1.Name = "credits1"
  103. credits1.Parent = Main
  104. credits1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  105. credits1.BackgroundTransparency = 1.000
  106. credits1.BorderSizePixel = 0
  107. credits1.Position = UDim2.new(0, 0, 0.548387051, 0)
  108. credits1.Size = UDim2.new(0, 79, 0, 28)
  109. credits1.Font = Enum.Font.SourceSans
  110. credits1.Text = "Credits:"
  111. credits1.TextColor3 = Color3.fromRGB(156, 156, 156)
  112. credits1.TextScaled = true
  113. credits1.TextSize = 14.000
  114. credits1.TextWrapped = true
  115.  
  116. credits2.Name = "credits2"
  117. credits2.Parent = Main
  118. credits2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  119. credits2.BackgroundTransparency = 1.000
  120. credits2.BorderSizePixel = 0
  121. credits2.Position = UDim2.new(0.165618449, 0, 0.483870953, 0)
  122. credits2.Size = UDim2.new(0, 93, 0, 38)
  123. credits2.Font = Enum.Font.SourceSans
  124. credits2.Text = "Aydan#7726"
  125. credits2.TextColor3 = Color3.fromRGB(156, 156, 156)
  126. credits2.TextScaled = true
  127. credits2.TextSize = 14.000
  128. credits2.TextWrapped = true
  129.  
  130. background.Name = "background"
  131. background.Parent = Main
  132. background.BackgroundColor3 = Color3.fromRGB(83, 83, 83)
  133. background.BorderSizePixel = 0
  134. background.Position = UDim2.new(0, 0, 1, 0)
  135. background.Size = UDim2.new(0, 477, 0, 381)
  136.  
  137. tpsname.Name = "tpsname"
  138. tpsname.Parent = Main
  139. tpsname.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  140. tpsname.BackgroundTransparency = 1.000
  141. tpsname.BorderSizePixel = 0
  142. tpsname.Position = UDim2.new(0.28930819, 0, 0.806451678, 0)
  143. tpsname.Size = UDim2.new(0, 200, 0, 50)
  144. tpsname.Font = Enum.Font.SourceSans
  145. tpsname.Text = "Telaports:"
  146. tpsname.TextColor3 = Color3.fromRGB(0, 0, 0)
  147. tpsname.TextSize = 25.000
  148. tpsname.TextWrapped = true
  149.  
  150. line1.Name = "line1"
  151. line1.Parent = Main
  152. line1.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  153. line1.BorderSizePixel = 0
  154. line1.Position = UDim2.new(0.404612154, 0, 1.4193548, 0)
  155. line1.Size = UDim2.new(0, 91, 0, 3)
  156.  
  157. donutshop.Name = "donutshop"
  158. donutshop.Parent = Main
  159. donutshop.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  160. donutshop.BorderSizePixel = 0
  161. donutshop.Position = UDim2.new(0.014675051, 0, 1.61290324, 0)
  162. donutshop.Size = UDim2.new(0, 147, 0, 34)
  163. donutshop.Font = Enum.Font.SourceSans
  164. donutshop.Text = "Donut Shop"
  165. donutshop.TextColor3 = Color3.fromRGB(255, 255, 255)
  166. donutshop.TextSize = 20.000
  167. donutshop.MouseButton1Down:connect(function()
  168. loadstring(game:HttpGet("https://pastebin.com/raw/gFiTtkD7",true))()
  169. end)
  170.  
  171. jewerlystore.Name = "jewerlystore"
  172. jewerlystore.Parent = Main
  173. jewerlystore.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  174. jewerlystore.BorderSizePixel = 0
  175. jewerlystore.Position = UDim2.new(0.34591195, 0, 1.61290324, 0)
  176. jewerlystore.Size = UDim2.new(0, 147, 0, 34)
  177. jewerlystore.Font = Enum.Font.SourceSans
  178. jewerlystore.Text = "Jewerly Store"
  179. jewerlystore.TextColor3 = Color3.fromRGB(255, 255, 255)
  180. jewerlystore.TextSize = 20.000
  181. jewerlystore.MouseButton1Down:connect(function()
  182. loadstring(game:HttpGet("https://pastebin.com/raw/uPZhUMMz",true))()
  183. end)
  184.  
  185. bank.Name = "bank"
  186. bank.Parent = Main
  187. bank.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  188. bank.BorderSizePixel = 0
  189. bank.Position = UDim2.new(0.67295599, 0, 1.61290324, 0)
  190. bank.Size = UDim2.new(0, 147, 0, 34)
  191. bank.Font = Enum.Font.SourceSans
  192. bank.Text = "Bank"
  193. bank.TextColor3 = Color3.fromRGB(255, 255, 255)
  194. bank.TextSize = 20.000
  195. bank.MouseButton1Down:connect(function()
  196. loadstring(game:HttpGet("https://pastebin.com/raw/P8RLLVTz",true))()
  197. end)
  198.  
  199. crimbase.Name = "crimbase"
  200. crimbase.Parent = Main
  201. crimbase.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  202. crimbase.BorderSizePixel = 0
  203. crimbase.Position = UDim2.new(0.165618479, 0, 2.29032254, 0)
  204. crimbase.Size = UDim2.new(0, 147, 0, 34)
  205. crimbase.Font = Enum.Font.SourceSans
  206. crimbase.Text = "Crim Base"
  207. crimbase.TextColor3 = Color3.fromRGB(255, 255, 255)
  208. crimbase.TextSize = 20.000
  209. crimbase.MouseButton1Down:connect(function()
  210. loadstring(game:HttpGet("https://pastebin.com/raw/xEmsd9nr",true))()
  211. end)
  212.  
  213. batcave.Name = "batcave"
  214. batcave.Parent = Main
  215. batcave.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  216. batcave.BorderSizePixel = 0
  217. batcave.Position = UDim2.new(0.492662519, 0, 2.29032254, 0)
  218. batcave.Size = UDim2.new(0, 147, 0, 34)
  219. batcave.Font = Enum.Font.SourceSans
  220. batcave.Text = "Bat Cave"
  221. batcave.TextColor3 = Color3.fromRGB(255, 255, 255)
  222. batcave.TextSize = 20.000
  223. batcave.MouseButton1Down:connect(function()
  224. loadstring(game:HttpGet("https://pastebin.com/raw/2905MxTa",true))()
  225. end)
  226.  
  227.  
  228. line2.Name = "line2"
  229. line2.Parent = Main
  230. line2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  231. line2.BorderSizePixel = 0
  232. line2.Position = UDim2.new(0, 0, 2.96774197, 0)
  233. line2.Size = UDim2.new(0, 477, 0, 3)
  234.  
  235. extrasname.Name = "extrasname"
  236. extrasname.Parent = Main
  237. extrasname.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  238. extrasname.BackgroundTransparency = 1.000
  239. extrasname.BorderSizePixel = 0
  240. extrasname.Position = UDim2.new(0.285115331, 0, 2.83870983, 0)
  241. extrasname.Size = UDim2.new(0, 200, 0, 50)
  242. extrasname.Font = Enum.Font.SourceSans
  243. extrasname.Text = "Extras:"
  244. extrasname.TextColor3 = Color3.fromRGB(0, 0, 0)
  245. extrasname.TextSize = 25.000
  246. extrasname.TextWrapped = true
  247.  
  248. line3.Name = "line3"
  249. line3.Parent = Main
  250. line3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  251. line3.BorderSizePixel = 0
  252. line3.Position = UDim2.new(0.429769397, 0, 3.45161295, 0)
  253. line3.Size = UDim2.new(0, 64, 0, 3)
  254.  
  255. godmode.Name = "godmode"
  256. godmode.Parent = Main
  257. godmode.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  258. godmode.BorderSizePixel = 0
  259. godmode.Position = UDim2.new(0.0146750361, 0, 3.64516115, 0)
  260. godmode.Size = UDim2.new(0, 147, 0, 34)
  261. godmode.Font = Enum.Font.SourceSans
  262. godmode.Text = "God Mode"
  263. godmode.TextColor3 = Color3.fromRGB(255, 255, 255)
  264. godmode.TextSize = 20.000
  265. godmode.MouseButton1Down:connect(function()
  266. loadstring(game:HttpGet("https://pastebin.com/raw/Xe7EinEe",true))()
  267. end)
  268.  
  269. speedgrav.Name = "speedgrav"
  270. speedgrav.Parent = Main
  271. speedgrav.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  272. speedgrav.BorderSizePixel = 0
  273. speedgrav.Position = UDim2.new(0.67295599, 0, 3.64516115, 0)
  274. speedgrav.Size = UDim2.new(0, 147, 0, 34)
  275. speedgrav.Font = Enum.Font.SourceSans
  276. speedgrav.Text = "Speed and Gravity Bypass"
  277. speedgrav.TextColor3 = Color3.fromRGB(255, 255, 255)
  278. speedgrav.TextSize = 15.000
  279. speedgrav.MouseButton1Down:connect(function()
  280. loadstring(game:HttpGet("https://pastebin.com/raw/WZCVrprx",true))()
  281. end)
  282.  
  283. keycard.Name = "keycard"
  284. keycard.Parent = Main
  285. keycard.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  286. keycard.BorderSizePixel = 0
  287. keycard.Position = UDim2.new(0.34591195, 0, 3.64516115, 0)
  288. keycard.Size = UDim2.new(0, 147, 0, 34)
  289. keycard.Font = Enum.Font.SourceSans
  290. keycard.Text = "Keycard"
  291. keycard.TextColor3 = Color3.fromRGB(255, 255, 255)
  292. keycard.TextSize = 15.000
  293. keycard.MouseButton1Down:connect(function()
  294. loadstring(game:HttpGet("https://pastebin.com/raw/VuqVGyqr",true))()
  295. end)
  296.  
  297. version1.Name = "version1"
  298. version1.Parent = Main
  299. version1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  300. version1.BackgroundTransparency = 1.000
  301. version1.BorderSizePixel = 0
  302. version1.Position = UDim2.new(0.67295599, 0, 0.483870953, 0)
  303. version1.Size = UDim2.new(0, 212, 0, 50)
  304. version1.Font = Enum.Font.SourceSans
  305. version1.Text = "Version: 0.3"
  306. version1.TextColor3 = Color3.fromRGB(0, 0, 0)
  307. version1.TextSize = 25.000
  308. version1.TextWrapped = true
  309.  
  310. line4.Name = "line4"
  311. line4.Parent = Main
  312. line4.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  313. line4.BorderSizePixel = 0
  314. line4.Position = UDim2.new(-0.00209643599, 0, 4.98387146, 0)
  315. line4.Size = UDim2.new(0, 477, 0, 3)
  316.  
  317. changelogname.Name = "changelogname"
  318. changelogname.Parent = Main
  319. changelogname.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  320. changelogname.BackgroundTransparency = 1.000
  321. changelogname.BorderSizePixel = 0
  322. changelogname.Position = UDim2.new(0.28930819, 0, 4.83870983, 0)
  323. changelogname.Size = UDim2.new(0, 200, 0, 50)
  324. changelogname.Font = Enum.Font.SourceSans
  325. changelogname.Text = "Change Log:"
  326. changelogname.TextColor3 = Color3.fromRGB(0, 0, 0)
  327. changelogname.TextSize = 25.000
  328. changelogname.TextWrapped = true
  329.  
  330. line5.Name = "line5"
  331. line5.Parent = Main
  332. line5.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  333. line5.BorderSizePixel = 0
  334. line5.Position = UDim2.new(0.375262022, 0, 5.43548393, 0)
  335. line5.Size = UDim2.new(0, 113, 0, 3)
  336.  
  337. round.Name = "round"
  338. round.Parent = Main
  339. round.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  340. round.BackgroundTransparency = 1.000
  341. round.Position = UDim2.new(0.0167714879, 0, 5.62903309, 0)
  342. round.Size = UDim2.new(0, 461, 0, 86)
  343. round.Image = "rbxassetid://3570695787"
  344. round.ImageColor3 = Color3.fromRGB(124, 124, 124)
  345. round.ScaleType = Enum.ScaleType.Slice
  346. round.SliceCenter = Rect.new(100, 100, 100, 100)
  347. round.SliceScale = 0.120
  348.  
  349. version2.Name = "version2"
  350. version2.Parent = Main
  351. version2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  352. version2.BackgroundTransparency = 1.000
  353. version2.BorderSizePixel = 0
  354. version2.Position = UDim2.new(-0.0587002113, 0, 5.43548393, 0)
  355. version2.Size = UDim2.new(0, 182, 0, 50)
  356. version2.Font = Enum.Font.SourceSans
  357. version2.Text = "Version: 0.3"
  358. version2.TextColor3 = Color3.fromRGB(0, 0, 0)
  359. version2.TextSize = 25.000
  360. version2.TextWrapped = true
  361.  
  362. line6.Name = "line6"
  363. line6.Parent = Main
  364. line6.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  365. line6.BorderSizePixel = 0
  366. line6.Position = UDim2.new(0.0146750519, 0, 6.03225803, 0)
  367. line6.Size = UDim2.new(0, 461, 0, 3)
  368.  
  369. EDITMEIMTHELOG.Name = "EDITMEIMTHELOG"
  370. EDITMEIMTHELOG.Parent = Main
  371. EDITMEIMTHELOG.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  372. EDITMEIMTHELOG.BackgroundTransparency = 1.000
  373. EDITMEIMTHELOG.BorderSizePixel = 0
  374. EDITMEIMTHELOG.Position = UDim2.new(-0.0146750212, 0, 5.87096786, 0)
  375. EDITMEIMTHELOG.Size = UDim2.new(0, 233, 0, 50)
  376. EDITMEIMTHELOG.Font = Enum.Font.SourceSans
  377. EDITMEIMTHELOG.Text = "[^] Added an Autofarm"
  378. EDITMEIMTHELOG.TextColor3 = Color3.fromRGB(0, 0, 0)
  379. EDITMEIMTHELOG.TextSize = 25.000
  380. EDITMEIMTHELOG.TextWrapped = true
  381.  
  382. autofarm.Name = "autofarm"
  383. autofarm.Parent = Main
  384. autofarm.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  385. autofarm.BorderSizePixel = 0
  386. autofarm.Position = UDim2.new(0.165618449, 0, 4.30645132, 0)
  387. autofarm.Size = UDim2.new(0, 147, 0, 34)
  388. autofarm.Font = Enum.Font.SourceSans
  389. autofarm.Text = "Autofarm GUI"
  390. autofarm.TextColor3 = Color3.fromRGB(255, 255, 255)
  391. autofarm.TextSize = 15.000
  392. autofarm.MouseButton1Down:connect(function()
  393. loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
  394. end)
  395.  
  396. btoolsgui.Name = "btoolsgui"
  397. btoolsgui.Parent = Main
  398. btoolsgui.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
  399. btoolsgui.BorderSizePixel = 0
  400. btoolsgui.Position = UDim2.new(0.49266246, 0, 4.30645132, 0)
  401. btoolsgui.Size = UDim2.new(0, 147, 0, 34)
  402. btoolsgui.Font = Enum.Font.SourceSans
  403. btoolsgui.Text = "Btools GUI"
  404. btoolsgui.TextColor3 = Color3.fromRGB(255, 255, 255)
  405. btoolsgui.TextSize = 15.000
  406. keycard.MouseButton1Down:connect(function()
  407. loadstring(game:HttpGet("https://pastebin.com/raw/0ujbKGws",true))()
  408. end)
  409.  
  410. EDITMEIMTHELOG2.Name = "EDITMEIMTHELOG2"
  411. EDITMEIMTHELOG2.Parent = Main
  412. EDITMEIMTHELOG2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  413. EDITMEIMTHELOG2.BackgroundTransparency = 1.000
  414. EDITMEIMTHELOG2.BorderSizePixel = 0
  415. EDITMEIMTHELOG2.Position = UDim2.new(-0.0146750212, 0, 6.33870983, 0)
  416. EDITMEIMTHELOG2.Size = UDim2.new(0, 233, 0, 50)
  417. EDITMEIMTHELOG2.Font = Enum.Font.SourceSans
  418. EDITMEIMTHELOG2.Text = "[^] Added a Btools GUI"
  419. EDITMEIMTHELOG2.TextColor3 = Color3.fromRGB(0, 0, 0)
  420. EDITMEIMTHELOG2.TextSize = 25.000
  421. EDITMEIMTHELOG2.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement