Isaiah20Yt

Jailbreak gui ppppp

Apr 11th, 2021
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.85 KB | None | 0 0
  1. --Isaiah20Yt
  2.  
  3. -- Gui to Lua
  4. -- Version: 3.2
  5.  
  6. -- Instances:
  7.  
  8. local JailbreakGUI = Instance.new("ScreenGui")
  9. local Main = Instance.new("Frame")
  10. local Title = Instance.new("TextLabel")
  11. local Buttons = Instance.new("Frame")
  12. local MapEdit = Instance.new("TextButton")
  13. local TeleportMenu = Instance.new("TextButton")
  14. local MegaBullshitMenu = Instance.new("TextButton")
  15. local BullshitMenu = Instance.new("TextButton")
  16. local MapEditor = Instance.new("Frame")
  17. local Title_2 = Instance.new("TextLabel")
  18. local Buttons_2 = Instance.new("ScrollingFrame")
  19. local RemoveCells = Instance.new("TextButton")
  20. local RemoveBuildings = Instance.new("TextButton")
  21. local RemoveTrees = Instance.new("TextButton")
  22. local RemoveBushes = Instance.new("TextButton")
  23. local RemoveDoors = Instance.new("TextButton")
  24. local RemoveBankLasers = Instance.new("TextButton")
  25. local RemoveBankDoors = Instance.new("TextButton")
  26. local RemoveBankVault = Instance.new("TextButton")
  27. local RemoveJewelryLasers = Instance.new("TextButton")
  28. local RemoveJewelryDoors = Instance.new("TextButton")
  29. local TeleportMenu_2 = Instance.new("Frame")
  30. local Title_3 = Instance.new("TextLabel")
  31. local Buttons_3 = Instance.new("ScrollingFrame")
  32. local BankOut = Instance.new("TextButton")
  33. local BankIn = Instance.new("TextButton")
  34. local Prison = Instance.new("TextButton")
  35. local PoliceStation1 = Instance.new("TextButton")
  36. local PoliceStation2 = Instance.new("TextButton")
  37. local GasStation = Instance.new("TextButton")
  38. local DonutShop = Instance.new("TextButton")
  39. local CriminalStation1 = Instance.new("TextButton")
  40. local TrainSpawn = Instance.new("TextButton")
  41. local CriminalStation2 = Instance.new("TextButton")
  42. local JewelryOut = Instance.new("TextButton")
  43. local JewelryIn = Instance.new("TextButton")
  44. local MegaBullshitMenu_2 = Instance.new("Frame")
  45. local Title_4 = Instance.new("TextLabel")
  46. local Buttons_4 = Instance.new("ScrollingFrame")
  47. local AimbotToggle = Instance.new("TextButton")
  48. local BullshitMenu_2 = Instance.new("Frame")
  49. local Title_5 = Instance.new("TextLabel")
  50. local Buttons_5 = Instance.new("ScrollingFrame")
  51. local SpawnInGuns = Instance.new("TextButton")
  52. local JewelryNotif = Instance.new("TextButton")
  53. local BankNotif = Instance.new("TextButton")
  54. local ESP = Instance.new("TextButton")
  55. local Chams = Instance.new("TextButton")
  56. local TrainNotif = Instance.new("TextButton")
  57.  
  58. --Properties:
  59.  
  60. JailbreakGUI.Name = "Jailbreak GUI"
  61. JailbreakGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  62.  
  63. Main.Name = "Main"
  64. Main.Parent = JailbreakGUI
  65. Main.Active = true
  66. Main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  67. Main.Draggable = true
  68. Main.Position = UDim2.new(0.150000006, 0, 0.100000001, 0)
  69. Main.Size = UDim2.new(0, 250, 0, 250)
  70. Main.Style = Enum.FrameStyle.RobloxSquare
  71.  
  72. Title.Name = "Title"
  73. Title.Parent = Main
  74. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  75. Title.BackgroundTransparency = 1.000
  76. Title.Size = UDim2.new(1, 0, 0, 25)
  77. Title.Font = Enum.Font.SciFi
  78. Title.Text = "Jailbreak GUI"
  79. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  80. Title.TextSize = 25.000
  81.  
  82. Buttons.Name = "Buttons"
  83. Buttons.Parent = Main
  84. Buttons.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  85. Buttons.BackgroundTransparency = 1.000
  86. Buttons.Position = UDim2.new(0, 0, 0, 30)
  87. Buttons.Size = UDim2.new(1, 0, 1, -30)
  88.  
  89. MapEdit.Name = "MapEdit"
  90. MapEdit.Parent = Buttons
  91. MapEdit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  92. MapEdit.Size = UDim2.new(1, 0, 0, 25)
  93. MapEdit.Style = Enum.ButtonStyle.RobloxButton
  94. MapEdit.Font = Enum.Font.Fantasy
  95. MapEdit.Text = "Map Editor"
  96. MapEdit.TextColor3 = Color3.fromRGB(255, 255, 255)
  97. MapEdit.TextSize = 20.000
  98.  
  99. TeleportMenu.Name = "TeleportMenu"
  100. TeleportMenu.Parent = Buttons
  101. TeleportMenu.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  102. TeleportMenu.Position = UDim2.new(0, 0, 0, 30)
  103. TeleportMenu.Size = UDim2.new(1, 0, 0, 25)
  104. TeleportMenu.Style = Enum.ButtonStyle.RobloxButton
  105. TeleportMenu.Font = Enum.Font.Fantasy
  106. TeleportMenu.Text = "Teleport Menu"
  107. TeleportMenu.TextColor3 = Color3.fromRGB(255, 255, 255)
  108. TeleportMenu.TextSize = 20.000
  109.  
  110. MegaBullshitMenu.Name = "MegaBullshitMenu"
  111. MegaBullshitMenu.Parent = Buttons
  112. MegaBullshitMenu.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  113. MegaBullshitMenu.Position = UDim2.new(0, 0, 0, 90)
  114. MegaBullshitMenu.Size = UDim2.new(1, 0, 0, 25)
  115. MegaBullshitMenu.Style = Enum.ButtonStyle.RobloxButton
  116. MegaBullshitMenu.Font = Enum.Font.Fantasy
  117. MegaBullshitMenu.Text = "Mega Bullshit Menu"
  118. MegaBullshitMenu.TextColor3 = Color3.fromRGB(255, 255, 255)
  119. MegaBullshitMenu.TextSize = 20.000
  120.  
  121. BullshitMenu.Name = "BullshitMenu"
  122. BullshitMenu.Parent = Buttons
  123. BullshitMenu.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  124. BullshitMenu.Position = UDim2.new(0, 0, 0, 60)
  125. BullshitMenu.Size = UDim2.new(1, 0, 0, 25)
  126. BullshitMenu.Style = Enum.ButtonStyle.RobloxButton
  127. BullshitMenu.Font = Enum.Font.Fantasy
  128. BullshitMenu.Text = "Bullshit Menu"
  129. BullshitMenu.TextColor3 = Color3.fromRGB(255, 255, 255)
  130. BullshitMenu.TextSize = 20.000
  131.  
  132. MapEditor.Name = "MapEditor"
  133. MapEditor.Parent = JailbreakGUI
  134. MapEditor.Active = true
  135. MapEditor.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  136. MapEditor.Draggable = true
  137. MapEditor.Position = UDim2.new(0.349999994, 0, 0.100000001, 0)
  138. MapEditor.Size = UDim2.new(0, 250, 0, 250)
  139. MapEditor.Visible = false
  140. MapEditor.Style = Enum.FrameStyle.RobloxSquare
  141.  
  142. Title_2.Name = "Title"
  143. Title_2.Parent = MapEditor
  144. Title_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  145. Title_2.BackgroundTransparency = 1.000
  146. Title_2.Size = UDim2.new(1, 0, 0, 25)
  147. Title_2.Font = Enum.Font.SciFi
  148. Title_2.Text = "Map Editor"
  149. Title_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  150. Title_2.TextSize = 25.000
  151.  
  152. Buttons_2.Name = "Buttons"
  153. Buttons_2.Parent = MapEditor
  154. Buttons_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  155. Buttons_2.BackgroundTransparency = 1.000
  156. Buttons_2.BorderSizePixel = 0
  157. Buttons_2.Position = UDim2.new(0, 0, 0, 30)
  158. Buttons_2.Size = UDim2.new(1, 0, 1, -30)
  159. Buttons_2.CanvasSize = UDim2.new(0, 0, 3, 0)
  160. Buttons_2.ScrollBarThickness = 9
  161.  
  162. RemoveCells.Name = "RemoveCells"
  163. RemoveCells.Parent = Buttons_2
  164. RemoveCells.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  165. RemoveCells.Size = UDim2.new(1, -15, 0, 25)
  166. RemoveCells.Style = Enum.ButtonStyle.RobloxButton
  167. RemoveCells.Font = Enum.Font.Fantasy
  168. RemoveCells.Text = "Remove Jail Cells"
  169. RemoveCells.TextColor3 = Color3.fromRGB(255, 255, 255)
  170. RemoveCells.TextSize = 20.000
  171.  
  172. RemoveBuildings.Name = "RemoveBuildings"
  173. RemoveBuildings.Parent = Buttons_2
  174. RemoveBuildings.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  175. RemoveBuildings.Position = UDim2.new(0, 0, 0, 30)
  176. RemoveBuildings.Size = UDim2.new(1, -15, 0, 25)
  177. RemoveBuildings.Style = Enum.ButtonStyle.RobloxButton
  178. RemoveBuildings.Font = Enum.Font.Fantasy
  179. RemoveBuildings.Text = "Remove Buildings"
  180. RemoveBuildings.TextColor3 = Color3.fromRGB(255, 255, 255)
  181. RemoveBuildings.TextSize = 20.000
  182.  
  183. RemoveTrees.Name = "RemoveTrees"
  184. RemoveTrees.Parent = Buttons_2
  185. RemoveTrees.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  186. RemoveTrees.Position = UDim2.new(0, 0, 0, 60)
  187. RemoveTrees.Size = UDim2.new(1, -15, 0, 25)
  188. RemoveTrees.Style = Enum.ButtonStyle.RobloxButton
  189. RemoveTrees.Font = Enum.Font.Fantasy
  190. RemoveTrees.Text = "Remove Trees"
  191. RemoveTrees.TextColor3 = Color3.fromRGB(255, 255, 255)
  192. RemoveTrees.TextSize = 20.000
  193.  
  194. RemoveBushes.Name = "RemoveBushes"
  195. RemoveBushes.Parent = Buttons_2
  196. RemoveBushes.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  197. RemoveBushes.Position = UDim2.new(0, 0, 0, 90)
  198. RemoveBushes.Size = UDim2.new(1, -15, 0, 25)
  199. RemoveBushes.Style = Enum.ButtonStyle.RobloxButton
  200. RemoveBushes.Font = Enum.Font.Fantasy
  201. RemoveBushes.Text = "Remove Bushes"
  202. RemoveBushes.TextColor3 = Color3.fromRGB(255, 255, 255)
  203. RemoveBushes.TextSize = 20.000
  204.  
  205. RemoveDoors.Name = "RemoveDoors"
  206. RemoveDoors.Parent = Buttons_2
  207. RemoveDoors.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  208. RemoveDoors.Position = UDim2.new(0, 0, 0, 120)
  209. RemoveDoors.Size = UDim2.new(1, -15, 0, 25)
  210. RemoveDoors.Style = Enum.ButtonStyle.RobloxButton
  211. RemoveDoors.Font = Enum.Font.Fantasy
  212. RemoveDoors.Text = "Remove All Doors"
  213. RemoveDoors.TextColor3 = Color3.fromRGB(255, 255, 255)
  214. RemoveDoors.TextSize = 20.000
  215.  
  216. RemoveBankLasers.Name = "RemoveBankLasers"
  217. RemoveBankLasers.Parent = Buttons_2
  218. RemoveBankLasers.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  219. RemoveBankLasers.Position = UDim2.new(0, 0, 0, 150)
  220. RemoveBankLasers.Size = UDim2.new(1, -15, 0, 25)
  221. RemoveBankLasers.Style = Enum.ButtonStyle.RobloxButton
  222. RemoveBankLasers.Font = Enum.Font.Fantasy
  223. RemoveBankLasers.Text = "Remove Bank Lasers"
  224. RemoveBankLasers.TextColor3 = Color3.fromRGB(255, 255, 255)
  225. RemoveBankLasers.TextSize = 20.000
  226.  
  227. RemoveBankDoors.Name = "RemoveBankDoors"
  228. RemoveBankDoors.Parent = Buttons_2
  229. RemoveBankDoors.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  230. RemoveBankDoors.Position = UDim2.new(0, 0, 0, 180)
  231. RemoveBankDoors.Size = UDim2.new(1, -15, 0, 25)
  232. RemoveBankDoors.Style = Enum.ButtonStyle.RobloxButton
  233. RemoveBankDoors.Font = Enum.Font.Fantasy
  234. RemoveBankDoors.Text = "Remove Bank Doors"
  235. RemoveBankDoors.TextColor3 = Color3.fromRGB(255, 255, 255)
  236. RemoveBankDoors.TextSize = 20.000
  237.  
  238. RemoveBankVault.Name = "RemoveBankVault"
  239. RemoveBankVault.Parent = Buttons_2
  240. RemoveBankVault.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  241. RemoveBankVault.Position = UDim2.new(0, 0, 0, 210)
  242. RemoveBankVault.Size = UDim2.new(1, -15, 0, 25)
  243. RemoveBankVault.Style = Enum.ButtonStyle.RobloxButton
  244. RemoveBankVault.Font = Enum.Font.Fantasy
  245. RemoveBankVault.Text = "Remove Bank Vault"
  246. RemoveBankVault.TextColor3 = Color3.fromRGB(255, 255, 255)
  247. RemoveBankVault.TextSize = 20.000
  248.  
  249. RemoveJewelryLasers.Name = "RemoveJewelryLasers"
  250. RemoveJewelryLasers.Parent = Buttons_2
  251. RemoveJewelryLasers.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  252. RemoveJewelryLasers.Position = UDim2.new(0, 0, 0, 240)
  253. RemoveJewelryLasers.Size = UDim2.new(1, -15, 0, 25)
  254. RemoveJewelryLasers.Style = Enum.ButtonStyle.RobloxButton
  255. RemoveJewelryLasers.Font = Enum.Font.Fantasy
  256. RemoveJewelryLasers.Text = "Remove Jewelry Store Lasers"
  257. RemoveJewelryLasers.TextColor3 = Color3.fromRGB(255, 255, 255)
  258. RemoveJewelryLasers.TextSize = 16.000
  259.  
  260. RemoveJewelryDoors.Name = "RemoveJewelryDoors"
  261. RemoveJewelryDoors.Parent = Buttons_2
  262. RemoveJewelryDoors.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  263. RemoveJewelryDoors.Position = UDim2.new(0, 0, 0, 270)
  264. RemoveJewelryDoors.Size = UDim2.new(1, -15, 0, 25)
  265. RemoveJewelryDoors.Style = Enum.ButtonStyle.RobloxButton
  266. RemoveJewelryDoors.Font = Enum.Font.Fantasy
  267. RemoveJewelryDoors.Text = "Remove Jewelry Store Windows"
  268. RemoveJewelryDoors.TextColor3 = Color3.fromRGB(255, 255, 255)
  269. RemoveJewelryDoors.TextSize = 16.000
  270.  
  271. TeleportMenu_2.Name = "TeleportMenu"
  272. TeleportMenu_2.Parent = JailbreakGUI
  273. TeleportMenu_2.Active = true
  274. TeleportMenu_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  275. TeleportMenu_2.Draggable = true
  276. TeleportMenu_2.Position = UDim2.new(0.349999994, 0, 0.100000001, 0)
  277. TeleportMenu_2.Size = UDim2.new(0, 250, 0, 250)
  278. TeleportMenu_2.Visible = false
  279. TeleportMenu_2.Style = Enum.FrameStyle.RobloxSquare
  280.  
  281. Title_3.Name = "Title"
  282. Title_3.Parent = TeleportMenu_2
  283. Title_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  284. Title_3.BackgroundTransparency = 1.000
  285. Title_3.Size = UDim2.new(1, 0, 0, 25)
  286. Title_3.Font = Enum.Font.SciFi
  287. Title_3.Text = "Teleport Menu"
  288. Title_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  289. Title_3.TextSize = 25.000
  290.  
  291. Buttons_3.Name = "Buttons"
  292. Buttons_3.Parent = TeleportMenu_2
  293. Buttons_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  294. Buttons_3.BackgroundTransparency = 1.000
  295. Buttons_3.BorderSizePixel = 0
  296. Buttons_3.Position = UDim2.new(0, 0, 0, 30)
  297. Buttons_3.Size = UDim2.new(1, 0, 1, -30)
  298. Buttons_3.CanvasSize = UDim2.new(0, 0, 3, 0)
  299. Buttons_3.ScrollBarThickness = 9
  300.  
  301. BankOut.Name = "BankOut"
  302. BankOut.Parent = Buttons_3
  303. BankOut.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  304. BankOut.Size = UDim2.new(1, -15, 0, 25)
  305. BankOut.Style = Enum.ButtonStyle.RobloxButton
  306. BankOut.Font = Enum.Font.Fantasy
  307. BankOut.Text = "Bank (Out)"
  308. BankOut.TextColor3 = Color3.fromRGB(255, 255, 255)
  309. BankOut.TextSize = 20.000
  310.  
  311. BankIn.Name = "BankIn"
  312. BankIn.Parent = Buttons_3
  313. BankIn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  314. BankIn.Position = UDim2.new(0, 0, 0, 30)
  315. BankIn.Size = UDim2.new(1, -15, 0, 25)
  316. BankIn.Style = Enum.ButtonStyle.RobloxButton
  317. BankIn.Font = Enum.Font.Fantasy
  318. BankIn.Text = "Bank (In)"
  319. BankIn.TextColor3 = Color3.fromRGB(255, 255, 255)
  320. BankIn.TextSize = 20.000
  321.  
  322. Prison.Name = "Prison"
  323. Prison.Parent = Buttons_3
  324. Prison.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  325. Prison.Position = UDim2.new(0, 0, 0, 60)
  326. Prison.Size = UDim2.new(1, -15, 0, 25)
  327. Prison.Style = Enum.ButtonStyle.RobloxButton
  328. Prison.Font = Enum.Font.Fantasy
  329. Prison.Text = "Prison"
  330. Prison.TextColor3 = Color3.fromRGB(255, 255, 255)
  331. Prison.TextSize = 20.000
  332.  
  333. PoliceStation1.Name = "PoliceStation1"
  334. PoliceStation1.Parent = Buttons_3
  335. PoliceStation1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  336. PoliceStation1.Position = UDim2.new(0, 0, 0, 90)
  337. PoliceStation1.Size = UDim2.new(1, -15, 0, 25)
  338. PoliceStation1.Style = Enum.ButtonStyle.RobloxButton
  339. PoliceStation1.Font = Enum.Font.Fantasy
  340. PoliceStation1.Text = "Police Staton 1"
  341. PoliceStation1.TextColor3 = Color3.fromRGB(255, 255, 255)
  342. PoliceStation1.TextSize = 20.000
  343.  
  344. PoliceStation2.Name = "PoliceStation2"
  345. PoliceStation2.Parent = Buttons_3
  346. PoliceStation2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  347. PoliceStation2.Position = UDim2.new(0, 0, 0, 120)
  348. PoliceStation2.Size = UDim2.new(1, -15, 0, 25)
  349. PoliceStation2.Style = Enum.ButtonStyle.RobloxButton
  350. PoliceStation2.Font = Enum.Font.Fantasy
  351. PoliceStation2.Text = "Police Staton 2"
  352. PoliceStation2.TextColor3 = Color3.fromRGB(255, 255, 255)
  353. PoliceStation2.TextSize = 20.000
  354.  
  355. GasStation.Name = "GasStation"
  356. GasStation.Parent = Buttons_3
  357. GasStation.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  358. GasStation.Position = UDim2.new(0, 0, 0, 150)
  359. GasStation.Size = UDim2.new(1, -15, 0, 25)
  360. GasStation.Style = Enum.ButtonStyle.RobloxButton
  361. GasStation.Font = Enum.Font.Fantasy
  362. GasStation.Text = "Gas Station"
  363. GasStation.TextColor3 = Color3.fromRGB(255, 255, 255)
  364. GasStation.TextSize = 20.000
  365.  
  366. DonutShop.Name = "DonutShop"
  367. DonutShop.Parent = Buttons_3
  368. DonutShop.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  369. DonutShop.Position = UDim2.new(0, 0, 0, 180)
  370. DonutShop.Size = UDim2.new(1, -15, 0, 25)
  371. DonutShop.Style = Enum.ButtonStyle.RobloxButton
  372. DonutShop.Font = Enum.Font.Fantasy
  373. DonutShop.Text = "Donut Shop"
  374. DonutShop.TextColor3 = Color3.fromRGB(255, 255, 255)
  375. DonutShop.TextSize = 20.000
  376.  
  377. CriminalStation1.Name = "CriminalStation1"
  378. CriminalStation1.Parent = Buttons_3
  379. CriminalStation1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  380. CriminalStation1.Position = UDim2.new(0, 0, 0, 210)
  381. CriminalStation1.Size = UDim2.new(1, -15, 0, 25)
  382. CriminalStation1.Style = Enum.ButtonStyle.RobloxButton
  383. CriminalStation1.Font = Enum.Font.Fantasy
  384. CriminalStation1.Text = "Criminal Station 1"
  385. CriminalStation1.TextColor3 = Color3.fromRGB(255, 255, 255)
  386. CriminalStation1.TextSize = 20.000
  387.  
  388. TrainSpawn.Name = "TrainSpawn"
  389. TrainSpawn.Parent = Buttons_3
  390. TrainSpawn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  391. TrainSpawn.Position = UDim2.new(0, 0, 0, 270)
  392. TrainSpawn.Size = UDim2.new(1, -15, 0, 25)
  393. TrainSpawn.Style = Enum.ButtonStyle.RobloxButton
  394. TrainSpawn.Font = Enum.Font.Fantasy
  395. TrainSpawn.Text = "Train Spawn"
  396. TrainSpawn.TextColor3 = Color3.fromRGB(255, 255, 255)
  397. TrainSpawn.TextSize = 20.000
  398.  
  399. CriminalStation2.Name = "CriminalStation2"
  400. CriminalStation2.Parent = Buttons_3
  401. CriminalStation2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  402. CriminalStation2.Position = UDim2.new(0, 0, 0, 240)
  403. CriminalStation2.Size = UDim2.new(1, -15, 0, 25)
  404. CriminalStation2.Style = Enum.ButtonStyle.RobloxButton
  405. CriminalStation2.Font = Enum.Font.Fantasy
  406. CriminalStation2.Text = "Criminal Station 2"
  407. CriminalStation2.TextColor3 = Color3.fromRGB(255, 255, 255)
  408. CriminalStation2.TextSize = 20.000
  409.  
  410. JewelryOut.Name = "JewelryOut"
  411. JewelryOut.Parent = Buttons_3
  412. JewelryOut.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  413. JewelryOut.Position = UDim2.new(0, 0, 0, 300)
  414. JewelryOut.Size = UDim2.new(1, -15, 0, 25)
  415. JewelryOut.Style = Enum.ButtonStyle.RobloxButton
  416. JewelryOut.Font = Enum.Font.Fantasy
  417. JewelryOut.Text = "Jewelry Store (Out)"
  418. JewelryOut.TextColor3 = Color3.fromRGB(255, 255, 255)
  419. JewelryOut.TextSize = 20.000
  420.  
  421. JewelryIn.Name = "JewelryIn"
  422. JewelryIn.Parent = Buttons_3
  423. JewelryIn.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  424. JewelryIn.Position = UDim2.new(0, 0, 0, 330)
  425. JewelryIn.Size = UDim2.new(1, -15, 0, 25)
  426. JewelryIn.Style = Enum.ButtonStyle.RobloxButton
  427. JewelryIn.Font = Enum.Font.Fantasy
  428. JewelryIn.Text = "Jewelry Store (In)"
  429. JewelryIn.TextColor3 = Color3.fromRGB(255, 255, 255)
  430. JewelryIn.TextSize = 20.000
  431.  
  432. MegaBullshitMenu_2.Name = "MegaBullshitMenu"
  433. MegaBullshitMenu_2.Parent = JailbreakGUI
  434. MegaBullshitMenu_2.Active = true
  435. MegaBullshitMenu_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  436. MegaBullshitMenu_2.Draggable = true
  437. MegaBullshitMenu_2.Position = UDim2.new(0.349999994, 0, 0.100000001, 0)
  438. MegaBullshitMenu_2.Size = UDim2.new(0, 250, 0, 250)
  439. MegaBullshitMenu_2.Visible = false
  440. MegaBullshitMenu_2.Style = Enum.FrameStyle.RobloxSquare
  441.  
  442. Title_4.Name = "Title"
  443. Title_4.Parent = MegaBullshitMenu_2
  444. Title_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  445. Title_4.BackgroundTransparency = 1.000
  446. Title_4.Size = UDim2.new(1, 0, 0, 25)
  447. Title_4.Font = Enum.Font.SciFi
  448. Title_4.Text = "Mega Bullshit Menu"
  449. Title_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  450. Title_4.TextSize = 25.000
  451.  
  452. Buttons_4.Name = "Buttons"
  453. Buttons_4.Parent = MegaBullshitMenu_2
  454. Buttons_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  455. Buttons_4.BackgroundTransparency = 1.000
  456. Buttons_4.BorderSizePixel = 0
  457. Buttons_4.Position = UDim2.new(0, 0, 0, 30)
  458. Buttons_4.Size = UDim2.new(1, 0, 1, -30)
  459. Buttons_4.CanvasSize = UDim2.new(0, 0, 3, 0)
  460. Buttons_4.ScrollBarThickness = 9
  461.  
  462. AimbotToggle.Name = "AimbotToggle"
  463. AimbotToggle.Parent = Buttons_4
  464. AimbotToggle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  465. AimbotToggle.Size = UDim2.new(1, -15, 0, 25)
  466. AimbotToggle.Style = Enum.ButtonStyle.RobloxButton
  467. AimbotToggle.Font = Enum.Font.Fantasy
  468. AimbotToggle.Text = "Enable Aimbot"
  469. AimbotToggle.TextColor3 = Color3.fromRGB(255, 0, 0)
  470. AimbotToggle.TextSize = 20.000
  471.  
  472. BullshitMenu_2.Name = "BullshitMenu"
  473. BullshitMenu_2.Parent = JailbreakGUI
  474. BullshitMenu_2.Active = true
  475. BullshitMenu_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  476. BullshitMenu_2.Draggable = true
  477. BullshitMenu_2.Position = UDim2.new(0.349999994, 0, 0.100000001, 0)
  478. BullshitMenu_2.Size = UDim2.new(0, 250, 0, 250)
  479. BullshitMenu_2.Visible = false
  480. BullshitMenu_2.Style = Enum.FrameStyle.RobloxSquare
  481.  
  482. Title_5.Name = "Title"
  483. Title_5.Parent = BullshitMenu_2
  484. Title_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  485. Title_5.BackgroundTransparency = 1.000
  486. Title_5.Size = UDim2.new(1, 0, 0, 25)
  487. Title_5.Font = Enum.Font.SciFi
  488. Title_5.Text = "Bullshit Menu"
  489. Title_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  490. Title_5.TextSize = 25.000
  491.  
  492. Buttons_5.Name = "Buttons"
  493. Buttons_5.Parent = BullshitMenu_2
  494. Buttons_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  495. Buttons_5.BackgroundTransparency = 1.000
  496. Buttons_5.BorderSizePixel = 0
  497. Buttons_5.Position = UDim2.new(0, 0, 0, 30)
  498. Buttons_5.Size = UDim2.new(1, 0, 1, -30)
  499. Buttons_5.CanvasSize = UDim2.new(0, 0, 3, 0)
  500. Buttons_5.ScrollBarThickness = 9
  501.  
  502. SpawnInGuns.Name = "SpawnInGuns"
  503. SpawnInGuns.Parent = Buttons_5
  504. SpawnInGuns.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  505. SpawnInGuns.Size = UDim2.new(1, -15, 0, 25)
  506. SpawnInGuns.Style = Enum.ButtonStyle.RobloxButton
  507. SpawnInGuns.Font = Enum.Font.Fantasy
  508. SpawnInGuns.Text = "Spawn In Guns"
  509. SpawnInGuns.TextColor3 = Color3.fromRGB(255, 255, 255)
  510. SpawnInGuns.TextSize = 20.000
  511.  
  512. JewelryNotif.Name = "JewelryNotif"
  513. JewelryNotif.Parent = Buttons_5
  514. JewelryNotif.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  515. JewelryNotif.Position = UDim2.new(0, 0, 0, 30)
  516. JewelryNotif.Size = UDim2.new(1, -15, 0, 25)
  517. JewelryNotif.Style = Enum.ButtonStyle.RobloxButton
  518. JewelryNotif.Font = Enum.Font.Fantasy
  519. JewelryNotif.Text = "Jewelry Notification"
  520. JewelryNotif.TextColor3 = Color3.fromRGB(255, 255, 255)
  521. JewelryNotif.TextSize = 20.000
  522.  
  523. BankNotif.Name = "BankNotif"
  524. BankNotif.Parent = Buttons_5
  525. BankNotif.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  526. BankNotif.Position = UDim2.new(0, 0, 0, 60)
  527. BankNotif.Size = UDim2.new(1, -15, 0, 25)
  528. BankNotif.Style = Enum.ButtonStyle.RobloxButton
  529. BankNotif.Font = Enum.Font.Fantasy
  530. BankNotif.Text = "Bank Notification"
  531. BankNotif.TextColor3 = Color3.fromRGB(255, 255, 255)
  532. BankNotif.TextSize = 20.000
  533.  
  534. ESP.Name = "ESP"
  535. ESP.Parent = Buttons_5
  536. ESP.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  537. ESP.Position = UDim2.new(0, 0, 0, 120)
  538. ESP.Size = UDim2.new(1, -15, 0, 25)
  539. ESP.Style = Enum.ButtonStyle.RobloxButton
  540. ESP.Font = Enum.Font.Fantasy
  541. ESP.Text = "ESP"
  542. ESP.TextColor3 = Color3.fromRGB(255, 255, 255)
  543. ESP.TextSize = 20.000
  544.  
  545. Chams.Name = "Chams"
  546. Chams.Parent = Buttons_5
  547. Chams.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  548. Chams.Position = UDim2.new(0, 0, 0, 150)
  549. Chams.Size = UDim2.new(1, -15, 0, 25)
  550. Chams.Style = Enum.ButtonStyle.RobloxButton
  551. Chams.Font = Enum.Font.Fantasy
  552. Chams.Text = "Chams"
  553. Chams.TextColor3 = Color3.fromRGB(255, 255, 255)
  554. Chams.TextSize = 20.000
  555.  
  556. TrainNotif.Name = "TrainNotif"
  557. TrainNotif.Parent = Buttons_5
  558. TrainNotif.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  559. TrainNotif.Position = UDim2.new(0, 0, 0, 90)
  560. TrainNotif.Size = UDim2.new(1, -15, 0, 25)
  561. TrainNotif.Style = Enum.ButtonStyle.RobloxButton
  562. TrainNotif.Font = Enum.Font.Fantasy
  563. TrainNotif.Text = "Train Notification"
  564. TrainNotif.TextColor3 = Color3.fromRGB(255, 255, 255)
  565. TrainNotif.TextSize = 20.000
  566.  
  567. -- Scripts:
  568.  
  569. local function SVJORBU_fake_script() -- MapEdit.
  570. local script = Instance.new('Script', MapEdit)
  571.  
  572.  
  573. --[[ Last synced 4/11/2021 04:27 ����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������]] require(5355299916) --[[ ]]--
  574. end
  575. coroutine.wrap(SVJORBU_fake_script)()
  576.  
Add Comment
Please, Sign In to add comment