Meliodas0_0

Jailbreak Bad GUI

Sep 15th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.71 KB | None | 0 0
  1. local JailbreakGui = Instance.new("ScreenGui")
  2. local MainFrame = Instance.new("Frame")
  3. local jetpack = Instance.new("TextButton")
  4. local donutbackup = Instance.new("TextButton")
  5. local building = Instance.new("TextButton")
  6. local Title = Instance.new("TextLabel")
  7. local jewel = Instance.new("TextButton")
  8. local bank = Instance.new("TextButton")
  9. local cell = Instance.new("TextButton")
  10. local bwire = Instance.new("TextButton")
  11. local airdrop = Instance.new("TextButton")
  12. local donut = Instance.new("TextButton")
  13. local Floatingcars = Instance.new("TextButton")
  14. local X = Instance.new("TextButton")
  15. local more = Instance.new("TextButton")
  16. local museum = Instance.new("TextButton")
  17. local otherFrame = Instance.new("Frame")
  18. local death = Instance.new("TextButton")
  19. local hide = Instance.new("TextButton")
  20. local grenade = Instance.new("TextButton")
  21. local ak47 = Instance.new("TextButton")
  22. local shotgun = Instance.new("TextButton")
  23. local uzi = Instance.new("TextButton")
  24. local rocketlauncher = Instance.new("TextButton")
  25. local rockets = Instance.new("TextButton")
  26. local Visibleplrs = Instance.new("TextButton")
  27. --Properties:
  28. JailbreakGui.Name = "JailbreakGui"
  29. JailbreakGui.Parent = game.CoreGui
  30. JailbreakGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  31.  
  32. MainFrame.Name = "MainFrame"
  33. MainFrame.Parent = JailbreakGui
  34. MainFrame.Active = true
  35. MainFrame.BackgroundColor3 = Color3.new(0.172549, 1, 0.933333)
  36. MainFrame.Position = UDim2.new(0.709302187, 0, -5.96046448e-08, 0)
  37. MainFrame.Size = UDim2.new(0, 318, 0, 240)
  38.  
  39. jetpack.Name = "jetpack"
  40. jetpack.Parent = MainFrame
  41. jetpack.BackgroundColor3 = Color3.new(1, 1, 1)
  42. jetpack.Position = UDim2.new(0.015576249, 0, 0.2198883, 0)
  43. jetpack.Size = UDim2.new(0, 111, 0, 43)
  44. jetpack.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  45. jetpack.Font = Enum.Font.Highway
  46. jetpack.Text = "Get Jetpack"
  47. jetpack.TextColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  48. jetpack.TextScaled = true
  49. jetpack.TextSize = 14
  50. jetpack.TextWrapped = true
  51.  
  52. donutbackup.Name = "donutbackup"
  53. donutbackup.Parent = MainFrame
  54. donutbackup.BackgroundColor3 = Color3.new(1, 1, 1)
  55. donutbackup.Position = UDim2.new(0.0113111138, 0, 0.764259815, 0)
  56. donutbackup.Size = UDim2.new(0, 112, 0, 43)
  57. donutbackup.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  58. donutbackup.Font = Enum.Font.Highway
  59. donutbackup.Text = "Donut Backup"
  60. donutbackup.TextColor3 = Color3.new(0.917647, 0.443137, 0.729412)
  61. donutbackup.TextScaled = true
  62. donutbackup.TextSize = 14
  63. donutbackup.TextWrapped = true
  64.  
  65. building.Name = "building"
  66. building.Parent = MainFrame
  67. building.BackgroundColor3 = Color3.new(1, 1, 1)
  68. building.Position = UDim2.new(0.697502315, 0, 0.2229781, 0)
  69. building.Size = UDim2.new(0, 90, 0, 44)
  70. building.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  71. building.Font = Enum.Font.Highway
  72. building.Text = "Invisible city buildings"
  73. building.TextColor3 = Color3.new(0, 0, 0)
  74. building.TextScaled = true
  75. building.TextSize = 14
  76. building.TextWrapped = true
  77.  
  78. Title.Name = "Title"
  79. Title.Parent = MainFrame
  80. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  81. Title.BackgroundTransparency = 1
  82. Title.Position = UDim2.new(0.0186191779, 0, 1.34438665e-07, 0)
  83. Title.Size = UDim2.new(0, 282, 0, 50)
  84. Title.Font = Enum.Font.Highway
  85. Title.Text = "RedWire's Jailbreak GUI"
  86. Title.TextColor3 = Color3.new(1, 1, 1)
  87. Title.TextScaled = true
  88. Title.TextSize = 14
  89. Title.TextStrokeColor3 = Color3.new(0.52549, 0.290196, 0.796079)
  90. Title.TextStrokeTransparency = 0
  91. Title.TextWrapped = true
  92.  
  93. jewel.Name = "jewel"
  94. jewel.Parent = MainFrame
  95. jewel.BackgroundColor3 = Color3.new(1, 1, 1)
  96. jewel.Position = UDim2.new(0.012388601, 0, 0.406311423, 0)
  97. jewel.Size = UDim2.new(0, 112, 0, 41)
  98. jewel.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  99. jewel.Font = Enum.Font.Highway
  100. jewel.Text = "Delete Jewellery Floors"
  101. jewel.TextColor3 = Color3.new(0.478431, 0.741176, 0.917647)
  102. jewel.TextScaled = true
  103. jewel.TextSize = 14
  104. jewel.TextWrapped = true
  105.  
  106. bank.Name = "bank"
  107. bank.Parent = MainFrame
  108. bank.BackgroundColor3 = Color3.new(1, 1, 1)
  109. bank.Position = UDim2.new(0.359037578, 0, 0.416810721, 0)
  110. bank.Size = UDim2.new(0, 109, 0, 39)
  111. bank.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  112. bank.Font = Enum.Font.Highway
  113. bank.Text = "Delete Bank Lasers"
  114. bank.TextColor3 = Color3.new(0.917647, 0.87451, 0.235294)
  115. bank.TextScaled = true
  116. bank.TextSize = 14
  117. bank.TextWrapped = true
  118.  
  119. cell.Name = "cell"
  120. cell.Parent = MainFrame
  121. cell.BackgroundColor3 = Color3.new(1, 1, 1)
  122. cell.Position = UDim2.new(0.693805397, 0, 0.420977384, 0)
  123. cell.Size = UDim2.new(0, 93, 0, 39)
  124. cell.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  125. cell.Font = Enum.Font.Highway
  126. cell.Text = "Delete Cell doors"
  127. cell.TextColor3 = Color3.new(0, 0, 0)
  128. cell.TextScaled = true
  129. cell.TextSize = 14
  130. cell.TextWrapped = true
  131.  
  132. bwire.Name = "bwire"
  133. bwire.Parent = MainFrame
  134. bwire.BackgroundColor3 = Color3.new(1, 1, 1)
  135. bwire.Position = UDim2.new(0.0217637978, 0, 0.584792733, 0)
  136. bwire.Size = UDim2.new(0, 109, 0, 43)
  137. bwire.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  138. bwire.Font = Enum.Font.Highway
  139. bwire.Text = "Shrink Barbed Wires"
  140. bwire.TextColor3 = Color3.new(0.403922, 0.403922, 0.403922)
  141. bwire.TextScaled = true
  142. bwire.TextSize = 14
  143. bwire.TextWrapped = true
  144.  
  145. airdrop.Name = "airdrop"
  146. airdrop.Parent = MainFrame
  147. airdrop.BackgroundColor3 = Color3.new(1, 1, 1)
  148. airdrop.Position = UDim2.new(0.69077611, 0, 0.58563894, 0)
  149. airdrop.Size = UDim2.new(0, 96, 0, 41)
  150. airdrop.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  151. airdrop.Font = Enum.Font.Highway
  152. airdrop.Text = "Locate Airdrops"
  153. airdrop.TextColor3 = Color3.new(0.403922, 0.0784314, 0.290196)
  154. airdrop.TextScaled = true
  155. airdrop.TextSize = 14
  156. airdrop.TextWrapped = true
  157.  
  158. donut.Name = "donut"
  159. donut.Parent = MainFrame
  160. donut.BackgroundColor3 = Color3.new(1, 1, 1)
  161. donut.Position = UDim2.new(0.363770306, 0, 0.222978085, 0)
  162. donut.Size = UDim2.new(0, 106, 0, 43)
  163. donut.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  164. donut.Font = Enum.Font.Highway
  165. donut.Text = "Infinite Donuts"
  166. donut.TextColor3 = Color3.new(0.917647, 0.443137, 0.729412)
  167. donut.TextScaled = true
  168. donut.TextSize = 14
  169. donut.TextWrapped = true
  170.  
  171. Floatingcars.Name = "Floatingcars"
  172. Floatingcars.Parent = MainFrame
  173. Floatingcars.BackgroundColor3 = Color3.new(1, 1, 1)
  174. Floatingcars.Position = UDim2.new(0.363291383, 0, 0.760661662, 0)
  175. Floatingcars.Size = UDim2.new(0, 108, 0, 44)
  176. Floatingcars.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  177. Floatingcars.Font = Enum.Font.Highway
  178. Floatingcars.Text = "Floating/Flying Cars (Gravity Toggle)"
  179. Floatingcars.TextColor3 = Color3.new(0.780392, 0, 0.917647)
  180. Floatingcars.TextScaled = true
  181. Floatingcars.TextSize = 14
  182. Floatingcars.TextWrapped = true
  183.  
  184. X.Name = "X"
  185. X.Parent = MainFrame
  186. X.BackgroundColor3 = Color3.new(1, 1, 1)
  187. X.BackgroundTransparency = 1
  188. X.Position = UDim2.new(0.881547511, 0, 0, 0)
  189. X.Size = UDim2.new(0, 37, 0, 38)
  190. X.Font = Enum.Font.GothamSemibold
  191. X.Text = "X"
  192. X.TextColor3 = Color3.new(1, 0, 0)
  193. X.TextScaled = true
  194. X.TextSize = 14
  195. X.TextWrapped = true
  196.  
  197. more.Name = "more"
  198. more.Parent = MainFrame
  199. more.BackgroundColor3 = Color3.new(1, 1, 1)
  200. more.Position = UDim2.new(0.703239322, 0, 0.760276198, 0)
  201. more.Size = UDim2.new(0, 93, 0, 44)
  202. more.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  203. more.Font = Enum.Font.Highway
  204. more.Text = "More.."
  205. more.TextColor3 = Color3.new(0.635294, 0.309804, 0.156863)
  206. more.TextSize = 28
  207. more.TextWrapped = true
  208.  
  209. museum.Name = "museum"
  210. museum.Parent = MainFrame
  211. museum.BackgroundColor3 = Color3.new(1, 1, 1)
  212. museum.Position = UDim2.new(0.370059609, 0, 0.579879999, 0)
  213. museum.Size = UDim2.new(0, 102, 0, 44)
  214. museum.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  215. museum.Font = Enum.Font.Highway
  216. museum.Text = "Shrink museum lasers & delete doors"
  217. museum.TextColor3 = Color3.new(0.635294, 0.309804, 0.156863)
  218. museum.TextScaled = true
  219. museum.TextSize = 28
  220. museum.TextWrapped = true
  221.  
  222. otherFrame.Name = "otherFrame"
  223. otherFrame.Parent = JailbreakGui
  224. otherFrame.Active = true
  225. otherFrame.BackgroundColor3 = Color3.new(0.211765, 0.784314, 0.764706)
  226. otherFrame.Position = UDim2.new(0.410963058, 0, 0, 0)
  227. otherFrame.Size = UDim2.new(0, 325, 0, 183)
  228. otherFrame.Visible = false
  229.  
  230. death.Name = "death"
  231. death.Parent = otherFrame
  232. death.BackgroundColor3 = Color3.new(1, 1, 1)
  233. death.Position = UDim2.new(0.0170853287, 0, -0.00475115329, 0)
  234. death.Size = UDim2.new(0, 84, 0, 44)
  235. death.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  236. death.Font = Enum.Font.Highway
  237. death.Text = "Emergency death button (escape cops)"
  238. death.TextColor3 = Color3.new(0.909804, 0, 0.0117647)
  239. death.TextScaled = true
  240. death.TextSize = 28
  241. death.TextWrapped = true
  242.  
  243. hide.Name = "hide"
  244. hide.Parent = otherFrame
  245. hide.BackgroundColor3 = Color3.new(1, 1, 1)
  246. hide.Position = UDim2.new(0.31862399, 0, 0.754811764, 0)
  247. hide.Size = UDim2.new(0, 107, 0, 44)
  248. hide.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  249. hide.Font = Enum.Font.Highway
  250. hide.Text = "Hide Frame"
  251. hide.TextColor3 = Color3.new(0, 0, 0)
  252. hide.TextScaled = true
  253. hide.TextSize = 28
  254. hide.TextWrapped = true
  255.  
  256. grenade.Name = "grenade"
  257. grenade.Parent = otherFrame
  258. grenade.BackgroundColor3 = Color3.new(1, 1, 1)
  259. grenade.Position = UDim2.new(0.512469947, 0, 0.000713327434, 0)
  260. grenade.Size = UDim2.new(0, 77, 0, 44)
  261. grenade.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  262. grenade.Font = Enum.Font.Highway
  263. grenade.Text = "Bring Grenade"
  264. grenade.TextColor3 = Color3.new(0.0470588, 0.494118, 0)
  265. grenade.TextScaled = true
  266. grenade.TextSize = 28
  267. grenade.TextWrapped = true
  268.  
  269. ak47.Name = "ak47"
  270. ak47.Parent = otherFrame
  271. ak47.BackgroundColor3 = Color3.new(1, 1, 1)
  272. ak47.Position = UDim2.new(0.749393046, 0, 0.000713327434, 0)
  273. ak47.Size = UDim2.new(0, 77, 0, 44)
  274. ak47.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  275. ak47.Font = Enum.Font.Highway
  276. ak47.Text = "Bring AK47"
  277. ak47.TextColor3 = Color3.new(0.494118, 0.262745, 0)
  278. ak47.TextScaled = true
  279. ak47.TextSize = 28
  280. ak47.TextWrapped = true
  281.  
  282. shotgun.Name = "shotgun"
  283. shotgun.Parent = otherFrame
  284. shotgun.BackgroundColor3 = Color3.new(1, 1, 1)
  285. shotgun.Position = UDim2.new(0.0170853734, 0, 0.241150498, 0)
  286. shotgun.Size = UDim2.new(0, 77, 0, 44)
  287. shotgun.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  288. shotgun.Font = Enum.Font.Highway
  289. shotgun.Text = "Bring Shotgun"
  290. shotgun.TextColor3 = Color3.new(0.494118, 0.494118, 0.494118)
  291. shotgun.TextScaled = true
  292. shotgun.TextSize = 28
  293. shotgun.TextWrapped = true
  294.  
  295. uzi.Name = "uzi"
  296. uzi.Parent = otherFrame
  297. uzi.BackgroundColor3 = Color3.new(1, 1, 1)
  298. uzi.Position = UDim2.new(0.275546908, 0, -0.00475113466, 0)
  299. uzi.Size = UDim2.new(0, 77, 0, 44)
  300. uzi.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  301. uzi.Font = Enum.Font.Highway
  302. uzi.Text = "Bring Uzi"
  303. uzi.TextColor3 = Color3.new(0, 0.0431373, 0.337255)
  304. uzi.TextScaled = true
  305. uzi.TextSize = 28
  306. uzi.TextWrapped = true
  307.  
  308. rocketlauncher.Name = "rocketlauncher"
  309. rocketlauncher.Parent = otherFrame
  310. rocketlauncher.BackgroundColor3 = Color3.new(1, 1, 1)
  311. rocketlauncher.Position = UDim2.new(0.275546908, 0, 0.235686019, 0)
  312. rocketlauncher.Size = UDim2.new(0, 77, 0, 44)
  313. rocketlauncher.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  314. rocketlauncher.Font = Enum.Font.Highway
  315. rocketlauncher.Text = "Bring Rocket Launcher"
  316. rocketlauncher.TextColor3 = Color3.new(0, 0.705882, 0.705882)
  317. rocketlauncher.TextScaled = true
  318. rocketlauncher.TextSize = 28
  319. rocketlauncher.TextWrapped = true
  320.  
  321. rockets.Name = "rockets"
  322. rockets.Parent = otherFrame
  323. rockets.BackgroundColor3 = Color3.new(1, 1, 1)
  324. rockets.Position = UDim2.new(0.512470007, 0, 0.235686019, 0)
  325. rockets.Size = UDim2.new(0, 77, 0, 44)
  326. rockets.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  327. rockets.Font = Enum.Font.Highway
  328. rockets.Text = "Bring Rockets"
  329. rockets.TextColor3 = Color3.new(0, 0.705882, 0.705882)
  330. rockets.TextScaled = true
  331. rockets.TextSize = 28
  332. rockets.TextWrapped = true
  333.  
  334. Visibleplrs.Name = "Visibleplrs"
  335. Visibleplrs.Parent = otherFrame
  336. Visibleplrs.BackgroundColor3 = Color3.new(1, 1, 1)
  337. Visibleplrs.Position = UDim2.new(0.749393046, 0, 0.241150498, 0)
  338. Visibleplrs.Size = UDim2.new(0, 77, 0, 44)
  339. Visibleplrs.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  340. Visibleplrs.Font = Enum.Font.Highway
  341. Visibleplrs.Text = "MiniMap Visible players"
  342. Visibleplrs.TextColor3 = Color3.new(0.494118, 0, 0.494118)
  343. Visibleplrs.TextScaled = true
  344. Visibleplrs.TextSize = 28
  345. Visibleplrs.TextWrapped = true
  346. -- Scripts:
  347. function SCRIPT_XZUM86_FAKESCRIPT() -- jetpack.LocalScript
  348. local script = Instance.new('LocalScript')
  349. script.Parent = jetpack
  350. script.Parent.MouseButton1Down:connect(function()
  351. game.Workspace.TouchTrigger.JetPackGiver.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  352. end)
  353.  
  354. end
  355. coroutine.resume(coroutine.create(SCRIPT_XZUM86_FAKESCRIPT))
  356. function SCRIPT_LEKF83_FAKESCRIPT() -- donutbackup.LocalScript
  357. local script = Instance.new('LocalScript')
  358. script.Parent = donutbackup
  359. script.Parent.MouseButton1Down:connect(function()
  360. local backup = game:FindFirstChild("Backup Donut")
  361. if not backup then
  362. local makebackup = Instance.new("Folder", game)
  363. makebackup.Name = "Backup Donut"
  364. end
  365. local backupdonut = game.Workspace.TouchTrigger:FindFirstChild("Donut")
  366. if backupdonut then
  367. local makebackup = backupdonut:Clone()
  368. makebackup.Parent = game["Backup Donut"]
  369. else
  370. print("Ur fucked")
  371. end
  372. local checkdonut = game.Workspace.TouchTrigger:FindFirstChild("Donut")
  373. if checkdonut then
  374. print("Donut is secure.")
  375. else
  376. local getdonut = game["Backup Donut"]
  377. local createdonut = getdonut:Clone()
  378. createdonut.Parent = game.Workspace.TouchTrigger
  379. end
  380. end)
  381.  
  382. end
  383. coroutine.resume(coroutine.create(SCRIPT_LEKF83_FAKESCRIPT))
  384. function SCRIPT_WPCA90_FAKESCRIPT() -- building.LocalScript
  385. local script = Instance.new('LocalScript')
  386. script.Parent = building
  387. script.Parent.MouseButton1Down:connect(function()
  388. for i, b in ipairs(game.Workspace.Buildings:GetChildren()) do
  389. b.Transparency = 1
  390. b.CanCollide = false
  391. for i, t in ipairs(b:GetChildren()) do
  392. if t.ClassName == "Texture" then
  393. t.Transparency = 1
  394. end
  395. end
  396. end
  397. end)
  398.  
  399. end
  400. coroutine.resume(coroutine.create(SCRIPT_WPCA90_FAKESCRIPT))
  401. function SCRIPT_PFAS83_FAKESCRIPT() -- MainFrame.LocalScript
  402. local script = Instance.new('LocalScript')
  403. script.Parent = MainFrame
  404. MainFrame.Draggable = true
  405.  
  406. end
  407. coroutine.resume(coroutine.create(SCRIPT_PFAS83_FAKESCRIPT))
  408. function SCRIPT_KJAG72_FAKESCRIPT() -- jewel.LocalScript
  409. local script = Instance.new('LocalScript')
  410. script.Parent = jewel
  411. script.Parent.MouseButton1Down:connect(function()
  412. local Jewel = game.Workspace.Jewelrys:FindFirstChildOfClass("Model")
  413. Jewel.Floors:ClearAllChildren()
  414. end)
  415.  
  416. end
  417. coroutine.resume(coroutine.create(SCRIPT_KJAG72_FAKESCRIPT))
  418. function SCRIPT_SGQN80_FAKESCRIPT() -- bank.LocalScript
  419. local script = Instance.new('LocalScript')
  420. script.Parent = bank
  421. script.Parent.MouseButton1Down:connect(function()
  422. local Bank = game.Workspace.Banks:FindFirstChildOfClass("Model")
  423. local Layout = Bank.Layout:FindFirstChildOfClass("Model")
  424. Layout.Lasers:Destroy()
  425. end)
  426.  
  427. end
  428. coroutine.resume(coroutine.create(SCRIPT_SGQN80_FAKESCRIPT))
  429. function SCRIPT_DHVQ77_FAKESCRIPT() -- cell.LocalScript
  430. local script = Instance.new('LocalScript')
  431. script.Parent = cell
  432. script.Parent.MouseButton1Down:connect(function()
  433. for i, cell in ipairs(workspace:GetChildren()) do
  434. if cell.Name == "Cell" then
  435. cell.Door:Destroy()
  436. end
  437. end
  438. end)
  439.  
  440. end
  441. coroutine.resume(coroutine.create(SCRIPT_DHVQ77_FAKESCRIPT))
  442. function SCRIPT_YAFN70_FAKESCRIPT() -- bwire.LocalScript
  443. local script = Instance.new('LocalScript')
  444. script.Parent = bwire
  445. script.Parent.MouseButton1Down:connect(function()
  446. for i, child in ipairs(workspace:GetDescendants()) do
  447. if child.Name == "BarbedWire" then
  448. child.Size = Vector3.new(1, 1, 1)
  449. end
  450. end
  451. end)
  452.  
  453. end
  454. coroutine.resume(coroutine.create(SCRIPT_YAFN70_FAKESCRIPT))
  455. function SCRIPT_VJVN90_FAKESCRIPT() -- airdrop.LocalScript
  456. local script = Instance.new('LocalScript')
  457. script.Parent = airdrop
  458. script.Parent.MouseButton1Down:connect(function()
  459. function dropgui(drop)
  460. local AirdropGui = Instance.new("BillboardGui")
  461. local Text = Instance.new("TextLabel")
  462. --Properties:
  463. AirdropGui.Name = "AirdropGui"
  464. AirdropGui.Parent = drop.Briefcase
  465. AirdropGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  466. AirdropGui.Active = true
  467. AirdropGui.LightInfluence = 1
  468. AirdropGui.Size = UDim2.new(0, 200, 0, 50)
  469. AirdropGui.StudsOffset = Vector3.new(0, 2, 0)
  470. AirdropGui.AlwaysOnTop = true
  471.  
  472. Text.Name = "Text"
  473. Text.Parent = AirdropGui
  474. Text.BackgroundColor3 = Color3.new(1, 1, 1)
  475. Text.BackgroundTransparency = 1
  476. Text.Size = UDim2.new(0, 200, 0, 50)
  477. Text.Font = Enum.Font.GothamBold
  478. Text.Text = "Briefcase"
  479. Text.TextColor3 = Color3.new(1, 1, 1)
  480. Text.TextScaled = false
  481. Text.TextSize = 20
  482. Text.TextStrokeTransparency = 0
  483. Text.TextWrapped = true
  484. game.RunService.RenderStepped:connect(function()
  485. local f = drop:FindFirstChild("Briefcase")
  486. if f then
  487. local dis = math.floor((game.Players.LocalPlayer.Character.HumanoidRootPart.Position - drop.Briefcase.Position).Magnitude)
  488. Text.Text = "Briefcase | Distance: "..dis
  489. end
  490. end)
  491. end
  492. local GetBriefcases = game.Workspace:GetChildren()
  493. for i, Drop in ipairs(GetBriefcases) do
  494. if Drop.Name == "Drop" then
  495. dropgui(Drop)
  496. end
  497. end
  498. game.Workspace.ChildAdded:connect(function(Drop)
  499. if Drop.Name == "Drop" then
  500. dropgui(Drop)
  501. end
  502. end)
  503. end)
  504.  
  505. end
  506. coroutine.resume(coroutine.create(SCRIPT_VJVN90_FAKESCRIPT))
  507. function SCRIPT_KFCH90_FAKESCRIPT() -- donut.LocalScript
  508. local script = Instance.new('LocalScript')
  509. script.Parent = donut
  510. script.Parent.MouseButton1Down:connect(function()
  511. local plrname = game.Players.LocalPlayer.Name
  512. local function GetDonuts()
  513. local player = workspace:FindFirstChild(plrname)
  514. if player then
  515. while wait() do
  516. local player = workspace:FindFirstChild(plrname)
  517. if player then --Prevents errors from being posted in the Dev Log when you die
  518. game.Workspace.TouchTrigger.Donut.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  519. end
  520. end
  521. else
  522. repeat
  523. wait()
  524. until workspace:FindFirstChild(plrname)
  525. end
  526. end
  527. while wait() do
  528. GetDonuts()
  529. end
  530. end)
  531.  
  532. end
  533. coroutine.resume(coroutine.create(SCRIPT_KFCH90_FAKESCRIPT))
  534. function SCRIPT_ZFVP86_FAKESCRIPT() -- Floatingcars.LocalScript
  535. local script = Instance.new('LocalScript')
  536. script.Parent = Floatingcars
  537. script.Parent.MouseButton1Down:connect(function()
  538. local getgrav = math.floor(workspace.Gravity)
  539. if getgrav == 196 then
  540. workspace.Gravity = 115
  541. elseif getgrav == 115 then
  542. workspace.Gravity = 70
  543. elseif getgrav == 70 then
  544. workspace.Gravity = 196
  545. end
  546. end)
  547.  
  548. end
  549. coroutine.resume(coroutine.create(SCRIPT_ZFVP86_FAKESCRIPT))
  550. function SCRIPT_DASJ78_FAKESCRIPT() -- X.LocalScript
  551. local script = Instance.new('LocalScript')
  552. script.Parent = X
  553. script.Parent.MouseButton1Down:connect(function()
  554. script.Parent.Parent.Parent:Destroy()
  555. end)
  556.  
  557. end
  558. coroutine.resume(coroutine.create(SCRIPT_DASJ78_FAKESCRIPT))
  559. function SCRIPT_DSIH75_FAKESCRIPT() -- more.LocalScript
  560. local script = Instance.new('LocalScript')
  561. script.Parent = more
  562. script.Parent.MouseButton1Down:connect(function()
  563. script.Parent.Parent.Parent.otherFrame.Visible = true
  564. end)
  565.  
  566. end
  567. coroutine.resume(coroutine.create(SCRIPT_DSIH75_FAKESCRIPT))
  568. function SCRIPT_TZVY81_FAKESCRIPT() -- museum.LocalScript
  569. local script = Instance.new('LocalScript')
  570. script.Parent = museum
  571. script.Parent.MouseButton1Down:connect(function()
  572. for i, part in ipairs(workspace.Museum.Lights:GetChildren()) do
  573. local sl = part.Light
  574. sl.Size = Vector3.new(1, 1, 1)
  575. end
  576. workspace.Museum.Doors:Destroy()
  577. end)
  578.  
  579. end
  580. coroutine.resume(coroutine.create(SCRIPT_TZVY81_FAKESCRIPT))
  581. function SCRIPT_RIBJ85_FAKESCRIPT() -- otherFrame.lscript
  582. local script = Instance.new('LocalScript')
  583. script.Parent = otherFrame
  584. script.Parent.Draggable = true
  585.  
  586. end
  587. coroutine.resume(coroutine.create(SCRIPT_RIBJ85_FAKESCRIPT))
  588. function SCRIPT_SKQI84_FAKESCRIPT() -- death.LocalScript
  589. local script = Instance.new('LocalScript')
  590. script.Parent = death
  591. script.Parent.MouseButton1Down:connect(function()
  592. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  593. end)
  594.  
  595. end
  596. coroutine.resume(coroutine.create(SCRIPT_SKQI84_FAKESCRIPT))
  597. function SCRIPT_HPEW78_FAKESCRIPT() -- hide.LocalScript
  598. local script = Instance.new('LocalScript')
  599. script.Parent = hide
  600. script.Parent.MouseButton1Down:connect(function()
  601. script.Parent.Parent.Visible = false
  602. end)
  603.  
  604. end
  605. coroutine.resume(coroutine.create(SCRIPT_HPEW78_FAKESCRIPT))
  606. function SCRIPT_QZRM70_FAKESCRIPT() -- grenade.LocalScript
  607. local script = Instance.new('LocalScript')
  608. script.Parent = grenade
  609. script.Parent.MouseButton1Down:connect(function()
  610. local weapon = workspace.GunShop.Grenade
  611. weapon.BoundingBox.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(8, 0, 0)
  612. weapon.BoundingBox.Transparency = 0
  613. end)
  614.  
  615. end
  616. coroutine.resume(coroutine.create(SCRIPT_QZRM70_FAKESCRIPT))
  617. function SCRIPT_NXPF67_FAKESCRIPT() -- ak47.LocalScript
  618. local script = Instance.new('LocalScript')
  619. script.Parent = ak47
  620. script.Parent.MouseButton1Down:connect(function()
  621. local weapon = workspace.GunShop.AK47
  622. weapon.BoundingBox.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(8, 0, 0)
  623. weapon.BoundingBox.Transparency = 0
  624. end)
  625.  
  626. end
  627. coroutine.resume(coroutine.create(SCRIPT_NXPF67_FAKESCRIPT))
  628. function SCRIPT_NRHJ74_FAKESCRIPT() -- shotgun.LocalScript
  629. local script = Instance.new('LocalScript')
  630. script.Parent = shotgun
  631. script.Parent.MouseButton1Down:connect(function()
  632. local weapon = workspace.GunShop.Shotgun
  633. weapon.BoundingBox.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(8, 0, 0)
  634. weapon.BoundingBox.Transparency = 0
  635. end)
  636.  
  637. end
  638. coroutine.resume(coroutine.create(SCRIPT_NRHJ74_FAKESCRIPT))
  639. function SCRIPT_VACC74_FAKESCRIPT() -- uzi.LocalScript
  640. local script = Instance.new('LocalScript')
  641. script.Parent = uzi
  642. script.Parent.MouseButton1Down:connect(function()
  643. local weapon = workspace.GunShop.Uzi
  644. weapon.BoundingBox.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(8, 0, 0)
  645. weapon.BoundingBox.Transparency = 0
  646. end)
  647.  
  648. end
  649. coroutine.resume(coroutine.create(SCRIPT_VACC74_FAKESCRIPT))
  650. function SCRIPT_IRKE85_FAKESCRIPT() -- rocketlauncher.LocalScript
  651. local script = Instance.new('LocalScript')
  652. script.Parent = rocketlauncher
  653. script.Parent.MouseButton1Down:connect(function()
  654. local weapon = workspace.GunShop.RocketLauncher
  655. weapon.BoundingBox.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(8, 0, 0)
  656. weapon.BoundingBox.Transparency = 0
  657. end)
  658.  
  659. end
  660. coroutine.resume(coroutine.create(SCRIPT_IRKE85_FAKESCRIPT))
  661. function SCRIPT_GZOO72_FAKESCRIPT() -- rockets.LocalScript
  662. local script = Instance.new('LocalScript')
  663. script.Parent = rockets
  664. script.Parent.MouseButton1Down:connect(function()
  665. local weapon = workspace.GunShop.Rockets
  666. weapon.BoundingBox.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(8, 0, 0)
  667. weapon.BoundingBox.Transparency = 0
  668. end)
  669.  
  670. end
  671. coroutine.resume(coroutine.create(SCRIPT_GZOO72_FAKESCRIPT))
  672. function SCRIPT_PSEL73_FAKESCRIPT() -- Visibleplrs.LocalScript
  673. local script = Instance.new('LocalScript')
  674. script.Parent = Visibleplrs
  675. script.Parent.MouseButton1Down:connect(function()
  676. local players = game.Players.LocalPlayer.PlayerGui.MainGui.Minimap.Players
  677. function visible(player)
  678. player.Changed:connect(function()
  679. if player.Visible == false then
  680. player.Visible = true
  681. end
  682. end)
  683. end
  684. for i, plrframe in ipairs(players:GetChildren()) do
  685. visible(plrframe)
  686. end
  687. players.ChildAdded:connect(function(added)
  688. visible(added)
  689. end)
  690. end)
  691.  
  692. end
  693. coroutine.resume(coroutine.create(SCRIPT_PSEL73_FAKESCRIPT))
Add Comment
Please, Sign In to add comment