Advertisement
StarAdminGamesCheat

Jailbreak

Jun 28th, 2019
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.14 KB | None | 0 0
  1.  
  2. -- By Sky Hacks
  3. -- Update Coming Soon!
  4. -- Instances:
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Main = Instance.new("Frame")
  7. local Teleports = Instance.new("Frame")
  8. local TpTopic = Instance.new("Frame")
  9. local TTOPC = Instance.new("TextLabel")
  10. local Jewelry = Instance.new("TextButton")
  11. local Bank = Instance.new("TextButton")
  12. local Crim1 = Instance.new("TextButton")
  13. local Crim2 = Instance.new("TextButton")
  14. local Donut = Instance.new("TextButton")
  15. local Gas = Instance.new("TextButton")
  16. local Museum = Instance.new("TextButton")
  17. local Lambo = Instance.new("TextButton")
  18. local Bugatti = Instance.new("TextButton")
  19. local Stuff = Instance.new("Frame")
  20. local StufTopic = Instance.new("Frame")
  21. local STFTopic = Instance.new("TextLabel")
  22. local Pistol = Instance.new("TextButton")
  23. local Esp = Instance.new("TextButton")
  24. local RmvAll = Instance.new("TextButton")
  25. local Btools = Instance.new("TextButton")
  26. local HBE = Instance.new("TextButton")
  27. local ShotGun = Instance.new("TextButton")
  28. local LocalPlayer = Instance.new("Frame")
  29. local LocalTopic = Instance.new("Frame")
  30. local Ltopic = Instance.new("TextLabel")
  31. local WALKSPEED = Instance.new("TextButton")
  32. local nfJump = Instance.new("TextButton")
  33. local Nitro = Instance.new("TextButton")
  34. local Credits = Instance.new("Frame")
  35. local CreditsTopic = Instance.new("Frame")
  36. local CrTopic = Instance.new("TextLabel")
  37. local SkyHack = Instance.new("TextButton")
  38. local Playing = Instance.new("ImageLabel")
  39. local basad = Instance.new("TextLabel")
  40. local Open = Instance.new("TextButton")
  41. --Properties:
  42. ScreenGui.Parent = game.CoreGui
  43.  
  44. Main.Name = "Main"
  45. Main.Parent = ScreenGui
  46. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  47. Main.BackgroundTransparency = 1
  48. Main.Position = UDim2.new(0.288751096, 0, 0, 0)
  49. Main.Size = UDim2.new(0, 415, 0, 260)
  50. Main.Active = true
  51. Main.Visible = false
  52. Main.Draggable = true
  53.  
  54. Teleports.Name = "Teleports"
  55. Teleports.Parent = Main
  56. Teleports.BackgroundColor3 = Color3.new(0, 0, 0)
  57. Teleports.BackgroundTransparency = 0.5
  58. Teleports.BorderSizePixel = 0
  59. Teleports.Position = UDim2.new(-0.00210791826, 0, 0.0434780121, 0)
  60. Teleports.Size = UDim2.new(0, 109, 0, 247)
  61.  
  62. TpTopic.Name = "TpTopic"
  63. TpTopic.Parent = Teleports
  64. TpTopic.BackgroundColor3 = Color3.new(0, 1, 1)
  65. TpTopic.Size = UDim2.new(0, 109, 0, 20)
  66.  
  67. TTOPC.Name = "TTOPÝC"
  68. TTOPC.Parent = TpTopic
  69. TTOPC.BackgroundColor3 = Color3.new(1, 1, 1)
  70. TTOPC.BackgroundTransparency = 1
  71. TTOPC.Size = UDim2.new(0, 109, 0, 20)
  72. TTOPC.Font = Enum.Font.SciFi
  73. TTOPC.Text = "Teleports"
  74. TTOPC.TextColor3 = Color3.new(0, 0, 0)
  75. TTOPC.TextSize = 14
  76.  
  77. Jewelry.Name = "Jewelry"
  78. Jewelry.Parent = Teleports
  79. Jewelry.BackgroundColor3 = Color3.new(1, 1, 1)
  80. Jewelry.BackgroundTransparency = 1.0099999904633
  81. Jewelry.Position = UDim2.new(0, 0, 0.105263159, 0)
  82. Jewelry.Size = UDim2.new(0, 109, 0, 14)
  83. Jewelry.Font = Enum.Font.SciFi
  84. Jewelry.Text = "Jewelry"
  85. Jewelry.TextColor3 = Color3.new(0, 0, 0)
  86. Jewelry.TextSize = 17
  87. Jewelry.TextStrokeColor3 = Color3.new(0, 1, 1)
  88. Jewelry.TextStrokeTransparency = 0
  89. Jewelry.TextWrapped = true
  90. Jewelry.MouseButton1Down:connect(function()
  91. for i=1,1 do
  92. wait()
  93. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0)
  94. end
  95. end)
  96.  
  97. Bank.Name = "Bank"
  98. Bank.Parent = Teleports
  99. Bank.BackgroundColor3 = Color3.new(1, 1, 1)
  100. Bank.BackgroundTransparency = 1.0099999904633
  101. Bank.Position = UDim2.new(0, 0, 0.202429146, 0)
  102. Bank.Size = UDim2.new(0, 109, 0, 14)
  103. Bank.Font = Enum.Font.SciFi
  104. Bank.Text = "BankOut"
  105. Bank.TextColor3 = Color3.new(0, 0, 0)
  106. Bank.TextSize = 17
  107. Bank.TextStrokeColor3 = Color3.new(0, 1, 1)
  108. Bank.TextStrokeTransparency = 0
  109. Bank.TextWrapped = true
  110. Bank.MouseButton1Down:connect(function()
  111. for i=1,1 do
  112. wait()
  113. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(10, 18, 784) + Vector3.new(1,0,0)
  114. end
  115. end)
  116.  
  117. Crim1.Name = "Crim1"
  118. Crim1.Parent = Teleports
  119. Crim1.BackgroundColor3 = Color3.new(1, 1, 1)
  120. Crim1.BackgroundTransparency = 1.0099999904633
  121. Crim1.Position = UDim2.new(0, 0, 0.307692289, 0)
  122. Crim1.Size = UDim2.new(0, 109, 0, 14)
  123. Crim1.Font = Enum.Font.SciFi
  124. Crim1.Text = "Criminal1"
  125. Crim1.TextColor3 = Color3.new(0, 0, 0)
  126. Crim1.TextSize = 17
  127. Crim1.TextStrokeColor3 = Color3.new(0, 1, 1)
  128. Crim1.TextStrokeTransparency = 0
  129. Crim1.TextWrapped = true
  130. Crim1.MouseButton1Down:connect(function()
  131. for i=1,1 do
  132. wait()
  133. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  134. end
  135. end)
  136.  
  137. Crim2.Name = "Crim2"
  138. Crim2.Parent = Teleports
  139. Crim2.BackgroundColor3 = Color3.new(1, 1, 1)
  140. Crim2.BackgroundTransparency = 1.0099999904633
  141. Crim2.Position = UDim2.new(0, 0, 0.404858291, 0)
  142. Crim2.Size = UDim2.new(0, 109, 0, 14)
  143. Crim2.Font = Enum.Font.SciFi
  144. Crim2.Text = "Criminal2"
  145. Crim2.TextColor3 = Color3.new(0, 0, 0)
  146. Crim2.TextSize = 17
  147. Crim2.TextStrokeColor3 = Color3.new(0, 1, 1)
  148. Crim2.TextStrokeTransparency = 0
  149. Crim2.TextWrapped = true
  150. Crim2.MouseButton1Down:connect(function()
  151. for i=1,1 do
  152. wait()
  153. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1579.4823, 49.787693, -1759.61438) + Vector3.new(1,0,0)
  154. end
  155. end)
  156.  
  157. Donut.Name = "Donut"
  158. Donut.Parent = Teleports
  159. Donut.BackgroundColor3 = Color3.new(1, 1, 1)
  160. Donut.BackgroundTransparency = 1.0099999904633
  161. Donut.Position = UDim2.new(0, 0, 0.510121465, 0)
  162. Donut.Size = UDim2.new(0, 109, 0, 14)
  163. Donut.Font = Enum.Font.SciFi
  164. Donut.Text = "DonutOut"
  165. Donut.TextColor3 = Color3.new(0, 0, 0)
  166. Donut.TextSize = 17
  167. Donut.TextStrokeColor3 = Color3.new(0, 1, 1)
  168. Donut.TextStrokeTransparency = 0
  169. Donut.TextWrapped = true
  170. Donut.MouseButton1Down:connect(function()
  171. for i=1,1 do
  172. wait()
  173. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(267.315552, 17.6180038, -1796.33093) + Vector3.new(1,0,0)
  174. end
  175. end)
  176.  
  177. Gas.Name = "Gas"
  178. Gas.Parent = Teleports
  179. Gas.BackgroundColor3 = Color3.new(1, 1, 1)
  180. Gas.BackgroundTransparency = 1.0099999904633
  181. Gas.Position = UDim2.new(0, 0, 0.619433224, 0)
  182. Gas.Size = UDim2.new(0, 109, 0, 14)
  183. Gas.Font = Enum.Font.SciFi
  184. Gas.Text = "GasStatOut"
  185. Gas.TextColor3 = Color3.new(0, 0, 0)
  186. Gas.TextSize = 17
  187. Gas.TextStrokeColor3 = Color3.new(0, 1, 1)
  188. Gas.TextStrokeTransparency = 0
  189. Gas.TextWrapped = true
  190. Gas.MouseButton1Down:connect(function()
  191. for i=1,1 do
  192. wait()
  193. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1548.20093, 17.7475166, 701.546997) + Vector3.new(1,0,0)
  194. end
  195. end)
  196.  
  197. Museum.Name = "Museum"
  198. Museum.Parent = Teleports
  199. Museum.BackgroundColor3 = Color3.new(1, 1, 1)
  200. Museum.BackgroundTransparency = 1.0099999904633
  201. Museum.Position = UDim2.new(0, 0, 0.720647812, 0)
  202. Museum.Size = UDim2.new(0, 109, 0, 14)
  203. Museum.Font = Enum.Font.SciFi
  204. Museum.Text = "MuseumFront"
  205. Museum.TextColor3 = Color3.new(0, 0, 0)
  206. Museum.TextSize = 17
  207. Museum.TextStrokeColor3 = Color3.new(0, 1, 1)
  208. Museum.TextStrokeTransparency = 0
  209. Museum.TextWrapped = true
  210. Museum.MouseButton1Down:connect(function()
  211. for i=1,1 do
  212. wait()
  213. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1108.02576, 101.16066, 1295.74146) + Vector3.new(1,0,0)
  214. end
  215. end)
  216.  
  217.  
  218. Lambo.Name = "Lambo"
  219. Lambo.Parent = Teleports
  220. Lambo.BackgroundColor3 = Color3.new(1, 1, 1)
  221. Lambo.BackgroundTransparency = 1.0099999904633
  222. Lambo.Position = UDim2.new(0, 0, 0.817813814, 0)
  223. Lambo.Size = UDim2.new(0, 109, 0, 14)
  224. Lambo.Font = Enum.Font.SciFi
  225. Lambo.Text = "Lamborghini"
  226. Lambo.TextColor3 = Color3.new(0, 0, 0)
  227. Lambo.TextSize = 17
  228. Lambo.TextStrokeColor3 = Color3.new(0, 1, 1)
  229. Lambo.TextStrokeTransparency = 0
  230. Lambo.TextWrapped = true
  231. Lambo.MouseButton1Down:connect(function()
  232. for i=1,1 do
  233. wait()
  234. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(144.794067, 17.6189003, 768.572693) + Vector3.new(1,0,0)
  235. end
  236. end)
  237.  
  238. Bugatti.Name = "Bugatti"
  239. Bugatti.Parent = Teleports
  240. Bugatti.BackgroundColor3 = Color3.new(1, 1, 1)
  241. Bugatti.BackgroundTransparency = 1.0099999904633
  242. Bugatti.Position = UDim2.new(0, 0, 0.91093123, 0)
  243. Bugatti.Size = UDim2.new(0, 109, 0, 14)
  244. Bugatti.Font = Enum.Font.SciFi
  245. Bugatti.Text = "Bugatti"
  246. Bugatti.TextColor3 = Color3.new(0, 0, 0)
  247. Bugatti.TextSize = 17
  248. Bugatti.TextStrokeColor3 = Color3.new(0, 1, 1)
  249. Bugatti.TextStrokeTransparency = 0
  250. Bugatti.TextWrapped = true
  251. Bugatti.MouseButton1Down:connect(function()
  252. for i=1,20 do
  253. wait()
  254. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(245.938766, 17.6064777, 1372.15076) + Vector3.new(1,0,0)
  255. end
  256.  
  257. end)
  258.  
  259.  
  260. Stuff.Name = "Stuff"
  261. Stuff.Parent = Main
  262. Stuff.BackgroundColor3 = Color3.new(0, 0, 0)
  263. Stuff.BackgroundTransparency = 0.5
  264. Stuff.BorderSizePixel = 0
  265. Stuff.Position = UDim2.new(0.279317886, 0, 0.0434780121, 0)
  266. Stuff.Size = UDim2.new(0, 95, 0, 167)
  267.  
  268. StufTopic.Name = "StufTopic"
  269. StufTopic.Parent = Stuff
  270. StufTopic.BackgroundColor3 = Color3.new(0, 1, 1)
  271. StufTopic.Size = UDim2.new(0, 95, 0, 20)
  272.  
  273. STFTopic.Name = "STFTopic"
  274. STFTopic.Parent = StufTopic
  275. STFTopic.BackgroundColor3 = Color3.new(1, 1, 1)
  276. STFTopic.BackgroundTransparency = 1
  277. STFTopic.Size = UDim2.new(0, 95, 0, 20)
  278. STFTopic.Font = Enum.Font.SciFi
  279. STFTopic.Text = "Stuff"
  280. STFTopic.TextColor3 = Color3.new(0, 0, 0)
  281. STFTopic.TextSize = 14
  282.  
  283. Pistol.Name = "Pistol"
  284. Pistol.Parent = Stuff
  285. Pistol.BackgroundColor3 = Color3.new(1, 1, 1)
  286. Pistol.BackgroundTransparency = 1.0099999904633
  287. Pistol.Position = UDim2.new(-0.0842105299, 0, 0.152003661, 0)
  288. Pistol.Size = UDim2.new(0, 109, 0, 14)
  289. Pistol.Font = Enum.Font.SciFi
  290. Pistol.Text = "Pistol"
  291. Pistol.TextColor3 = Color3.new(0, 0, 0)
  292. Pistol.TextSize = 17
  293. Pistol.TextStrokeColor3 = Color3.new(0, 1, 1)
  294. Pistol.TextStrokeTransparency = 0
  295. Pistol.TextWrapped = true
  296. Pistol.MouseButton1Down:connect(function()
  297. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  298.  
  299. a = Instance.new("Part", workspace)
  300. a.Anchored = true
  301. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  302. a.CanCollide = false
  303.  
  304. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  305. if v.Name == "Station" then
  306. for a, b in pairs(v:GetChildren()) do
  307. if b:IsA("StringValue") then
  308. if b.Value == "Pistol" then
  309. v.CFrame = CFrame.new(hit)
  310. end
  311. end
  312. end
  313. end
  314. end
  315. end)
  316.  
  317.  
  318. Esp.Name = "Esp"
  319. Esp.Parent = Stuff
  320. Esp.BackgroundColor3 = Color3.new(1, 1, 1)
  321. Esp.BackgroundTransparency = 1.0099999904633
  322. Esp.Position = UDim2.new(-0.0736842155, 0, 0.295716226, 0)
  323. Esp.Size = UDim2.new(0, 109, 0, 14)
  324. Esp.Font = Enum.Font.SciFi
  325. Esp.Text = "Esp"
  326. Esp.TextColor3 = Color3.new(0, 0, 0)
  327. Esp.TextSize = 17
  328. Esp.TextStrokeColor3 = Color3.new(0, 1, 1)
  329. Esp.TextStrokeTransparency = 0
  330. Esp.TextWrapped = true
  331. Esp.MouseButton1Down:connect(function()
  332. local gui = Instance.new("BillboardGui");
  333. gui.Name = "";
  334. gui.AlwaysOnTop = true;
  335. gui.LightInfluence = 0;
  336. gui.Size = UDim2.new(1.75, 0, 1.75, 0);
  337. local frame = Instance.new("Frame", gui);
  338. frame.BackgroundColor3 = Color3.fromRGB(170, 0, 0);
  339. frame.Size = UDim2.new(1, 0, 1, 0);
  340. frame.BorderSizePixel = 4;
  341. frame.BorderColor3 = Color3.fromRGB(0, 0, 0);
  342. local gi = gui:Clone();
  343. local body = frame:Clone();
  344. body.Parent = gi;
  345. body.BackgroundColor3 = Color3.fromRGB(0, 170, 170);
  346.  
  347. for _, v in pairs(game:GetService("Players"):GetPlayers()) do
  348. if v.Name ~= game:GetService("Players").LocalPlayer.Name and v.Character and v.Character:FindFirstChild("Head") then
  349. gui:Clone().Parent = v.Character.Head;
  350. end
  351. end
  352. end)
  353.  
  354. RmvAll.Name = "RmvAll"
  355. RmvAll.Parent = Stuff
  356. RmvAll.BackgroundColor3 = Color3.new(1, 1, 1)
  357. RmvAll.BackgroundTransparency = 1.0099999904633
  358. RmvAll.Position = UDim2.new(-0.0736842155, 0, 0.45140487, 0)
  359. RmvAll.Size = UDim2.new(0, 109, 0, 14)
  360. RmvAll.Font = Enum.Font.SciFi
  361. RmvAll.Text = "RmvAll"
  362. RmvAll.TextColor3 = Color3.new(0, 0, 0)
  363. RmvAll.TextSize = 17
  364. RmvAll.TextStrokeColor3 = Color3.new(0, 1, 1)
  365. RmvAll.TextStrokeTransparency = 0
  366. RmvAll.TextWrapped = true
  367. RmvAll.MouseButton1Down:connect(function()
  368. game.Workspace.Cells:Remove()
  369.  
  370. game.Workspace.Museum.CaseLasers:Remove()
  371.  
  372. game.Workspace.Museum.Lights:Remove()
  373.  
  374. game.Workspace.Museum.Doors:Remove()
  375.  
  376. game.Workspace.EscapeRoutes:Remove()
  377.  
  378. for i,v in pairs(workspace.Doors:GetChildren()) do
  379. v:Destroy()
  380.  
  381. end
  382. end)
  383.  
  384. Btools.Name = "Btools"
  385. Btools.Parent = Stuff
  386. Btools.BackgroundColor3 = Color3.new(1, 1, 1)
  387. Btools.BackgroundTransparency = 1.0099999904633
  388. Btools.Position = UDim2.new(-0.0842105299, 0, 0.59511745, 0)
  389. Btools.Size = UDim2.new(0, 109, 0, 14)
  390. Btools.Font = Enum.Font.SciFi
  391. Btools.Text = "BTools"
  392. Btools.TextColor3 = Color3.new(0, 0, 0)
  393. Btools.TextSize = 17
  394. Btools.TextStrokeColor3 = Color3.new(0, 1, 1)
  395. Btools.TextStrokeTransparency = 0
  396. Btools.TextWrapped = true
  397. Btools.MouseButton1Down:connect(function()
  398. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  399. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  400. if child.ClassName == "Part" then
  401. child.Locked = false
  402. end
  403. if child.ClassName == "MeshPart" then
  404. child.Locked = false
  405. end
  406. if child.ClassName == "UnionOperation" then
  407. child.Locked = false
  408. end
  409. if child.ClassName == "Model" then
  410. for index, chil in pairs(child:GetChildren()) do
  411. if chil.ClassName == "Part" then
  412. chil.Locked = false
  413. end
  414. if chil.ClassName == "MeshPart" then
  415. chil.Locked = false
  416. end
  417. if chil.ClassName == "UnionOperation" then
  418. chil.Locked = false
  419. end
  420. if chil.ClassName == "Model" then
  421. for index, childe in pairs(chil:GetChildren()) do
  422. if childe.ClassName == "Part" then
  423. childe.Locked = false
  424. end
  425. if childe.ClassName == "MeshPart" then
  426. childe.Locked = false
  427. end
  428. if childe.ClassName == "UnionOperation" then
  429. childe.Locked = false
  430. end
  431. if childe.ClassName == "Model" then
  432. for index, childeo in pairs(childe:GetChildren()) do
  433. if childeo.ClassName == "Part" then
  434. childeo.Locked = false
  435. end
  436. if childeo.ClassName == "MeshPart" then
  437. childeo.Locked = false
  438. end
  439. if childeo.ClassName == "UnionOperation" then
  440. childeo.Locked = false
  441. end
  442. if childeo.ClassName == "Model" then
  443. end
  444. end
  445. end
  446. end
  447. end
  448. end
  449. end
  450. end
  451. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  452. c.BinType = Enum.BinType.Hammer
  453. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  454. c.BinType = Enum.BinType.Clone
  455. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  456. c.BinType = Enum.BinType.Grab
  457. end)
  458.  
  459. HBE.Name = "HBE"
  460. HBE.Parent = Stuff
  461. HBE.BackgroundColor3 = Color3.new(1, 1, 1)
  462. HBE.BackgroundTransparency = 1.0099999904633
  463. HBE.Position = UDim2.new(-0.0842105299, 0, 0.750806093, 0)
  464. HBE.Size = UDim2.new(0, 109, 0, 14)
  465. HBE.Font = Enum.Font.SciFi
  466. HBE.Text = "HBE"
  467. HBE.TextColor3 = Color3.new(0, 0, 0)
  468. HBE.TextSize = 17
  469. HBE.TextStrokeColor3 = Color3.new(0, 1, 1)
  470. HBE.TextStrokeTransparency = 0
  471. HBE.TextWrapped = true
  472. HBE.MouseButton1Down:connect(function()
  473. local Player = game:GetService("Players").LocalPlayer
  474. game:GetService("RunService").Stepped:connect(function()
  475. for i,v in pairs (game:GetService("Players"):GetChildren()) do
  476. if v.TeamColor ~= Player.TeamColor and v.Name ~= Player.Name then
  477. v.Character.HumanoidRootPart.Size = Vector3.new(5,8,5)
  478. v.Character.HumanoidRootPart.Material = "Neon"
  479. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really red")
  480. v.Character.HumanoidRootPart.Transparency = 0.5
  481. elseif v.TeamColor ~= Player.TeamColor and v.Name == "Pet_AtorAltAccount" then
  482. v.Character.HumanoidRootPart.Size = Vector3.new(3,5,3)
  483. v.Character.HumanoidRootPart.Material = "Neon"
  484. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("New Yeller")
  485. v.Character.HumanoidRootPart.Transparency = 0.5
  486. end
  487. end
  488. end)
  489. end)
  490.  
  491. ShotGun.Name = "ShotGun"
  492. ShotGun.Parent = Stuff
  493. ShotGun.BackgroundColor3 = Color3.new(1, 1, 1)
  494. ShotGun.BackgroundTransparency = 1.0099999904633
  495. ShotGun.Position = UDim2.new(-0.0736842155, 0, 0.876554608, 0)
  496. ShotGun.Size = UDim2.new(0, 109, 0, 14)
  497. ShotGun.Font = Enum.Font.SciFi
  498. ShotGun.Text = "Shotgun"
  499. ShotGun.TextColor3 = Color3.new(0, 0, 0)
  500. ShotGun.TextSize = 17
  501. ShotGun.TextStrokeColor3 = Color3.new(0, 1, 1)
  502. ShotGun.TextStrokeTransparency = 0
  503. ShotGun.TextWrapped = true
  504. ShotGun.MouseButton1Down:connect(function()
  505. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  506.  
  507. a = Instance.new("Part", workspace)
  508. a.Anchored = true
  509. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  510. a.CanCollide = false
  511.  
  512. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  513. if v.Name == "Station" then
  514. for a, b in pairs(v:GetChildren()) do
  515. if b:IsA("StringValue") then
  516. if b.Value == "Shotgun" then
  517. v.CFrame = CFrame.new(hit)
  518. end
  519. end
  520. end
  521. end
  522. end
  523. end)
  524.  
  525. LocalPlayer.Name = "LocalPlayer"
  526. LocalPlayer.Parent = Main
  527. LocalPlayer.BackgroundColor3 = Color3.new(0, 0, 0)
  528. LocalPlayer.BackgroundTransparency = 0.5
  529. LocalPlayer.BorderSizePixel = 0
  530. LocalPlayer.Position = UDim2.new(0.523133337, 0, 0.0434780121, 0)
  531. LocalPlayer.Size = UDim2.new(0, 104, 0, 100)
  532.  
  533. LocalTopic.Name = "LocalTopic"
  534. LocalTopic.Parent = LocalPlayer
  535. LocalTopic.BackgroundColor3 = Color3.new(0, 1, 1)
  536. LocalTopic.Size = UDim2.new(0, 104, 0, 20)
  537.  
  538. Ltopic.Name = "Ltopic"
  539. Ltopic.Parent = LocalTopic
  540. Ltopic.BackgroundColor3 = Color3.new(1, 1, 1)
  541. Ltopic.BackgroundTransparency = 1
  542. Ltopic.Size = UDim2.new(0, 104, 0, 20)
  543. Ltopic.Font = Enum.Font.SciFi
  544. Ltopic.Text = "LocalPlayer"
  545. Ltopic.TextColor3 = Color3.new(0, 0, 0)
  546. Ltopic.TextSize = 14
  547.  
  548. WALKSPEED.Name = "WALKSPEED"
  549. WALKSPEED.Parent = LocalPlayer
  550. WALKSPEED.BackgroundColor3 = Color3.new(1, 1, 1)
  551. WALKSPEED.BackgroundTransparency = 1.0099999904633
  552. WALKSPEED.Position = UDim2.new(-0.028846154, 0, 0.247692287, 0)
  553. WALKSPEED.Size = UDim2.new(0, 109, 0, 14)
  554. WALKSPEED.Font = Enum.Font.SciFi
  555. WALKSPEED.Text = "WalkSpeed(T)"
  556. WALKSPEED.TextColor3 = Color3.new(0, 0, 0)
  557. WALKSPEED.TextSize = 17
  558. WALKSPEED.TextStrokeColor3 = Color3.new(0, 1, 1)
  559. WALKSPEED.TextStrokeTransparency = 0
  560. WALKSPEED.TextWrapped = true
  561. WALKSPEED.MouseButton1Down:connect(function()
  562. local walkspeedplayer = game:GetService("Players").LocalPlayer
  563. local walkspeedmouse = walkspeedplayer:GetMouse()
  564.  
  565. local walkspeedenabled = false
  566.  
  567. function x_walkspeed(key)
  568. if (key == "t") then
  569. if walkspeedenabled == false then
  570. _G.WS = 200;
  571. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  572. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  573. Humanoid.WalkSpeed = _G.WS;
  574. end)
  575. Humanoid.WalkSpeed = _G.WS;
  576.  
  577. walkspeedenabled = true
  578. elseif walkspeedenabled == true then
  579. _G.WS = 20;
  580. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  581. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  582. Humanoid.WalkSpeed = _G.WS;
  583. end)
  584. Humanoid.WalkSpeed = _G.WS;
  585.  
  586. walkspeedenabled = false
  587. end
  588. end
  589. end
  590.  
  591. walkspeedmouse.KeyDown:connect(x_walkspeed)
  592. end)
  593.  
  594. nfJump.Name = "nfJump"
  595. nfJump.Parent = LocalPlayer
  596. nfJump.BackgroundColor3 = Color3.new(1, 1, 1)
  597. nfJump.BackgroundTransparency = 1.0099999904633
  598. nfJump.Position = UDim2.new(0, 0, 0.497692287, 0)
  599. nfJump.Size = UDim2.new(0, 109, 0, 14)
  600. nfJump.Font = Enum.Font.SciFi
  601. nfJump.Text = "ÝnfJump"
  602. nfJump.TextColor3 = Color3.new(0, 0, 0)
  603. nfJump.TextSize = 17
  604. nfJump.TextStrokeColor3 = Color3.new(0, 1, 1)
  605. nfJump.TextStrokeTransparency = 0
  606. nfJump.TextWrapped = true
  607. nfJump.MouseButton1Down:connect(function()
  608. game:GetService("UserInputService").JumpRequest:connect(function()
  609. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  610. end)
  611. end)
  612.  
  613. Nitro.Name = "Nitro"
  614. Nitro.Parent = LocalPlayer
  615. Nitro.BackgroundColor3 = Color3.new(1, 1, 1)
  616. Nitro.BackgroundTransparency = 1.0099999904633
  617. Nitro.Position = UDim2.new(0, 0, 0.757692277, 0)
  618. Nitro.Size = UDim2.new(0, 109, 0, 14)
  619. Nitro.Font = Enum.Font.SciFi
  620. Nitro.Text = "ÝnfNitro"
  621. Nitro.TextColor3 = Color3.new(0, 0, 0)
  622. Nitro.TextSize = 17
  623. Nitro.TextStrokeColor3 = Color3.new(0, 1, 1)
  624. Nitro.TextStrokeTransparency = 0
  625. Nitro.TextWrapped = true
  626. Nitro.MouseButton1Down:connect(function()
  627. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "6969696969"
  628. game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro:ClearAllChildren()
  629. end)
  630.  
  631.  
  632. Credits.Name = "Credits"
  633. Credits.Parent = Main
  634. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  635. Credits.BackgroundTransparency = 0.5
  636. Credits.BorderSizePixel = 0
  637. Credits.Position = UDim2.new(0.785783947, 0, 0.0396318585, 0)
  638. Credits.Size = UDim2.new(0, 104, 0, 51)
  639.  
  640. CreditsTopic.Name = "CreditsTopic"
  641. CreditsTopic.Parent = Credits
  642. CreditsTopic.BackgroundColor3 = Color3.new(0, 1, 1)
  643. CreditsTopic.Size = UDim2.new(0, 104, 0, 20)
  644.  
  645. CrTopic.Name = "CrTopic"
  646. CrTopic.Parent = CreditsTopic
  647. CrTopic.BackgroundColor3 = Color3.new(1, 1, 1)
  648. CrTopic.BackgroundTransparency = 1
  649. CrTopic.Size = UDim2.new(0, 104, 0, 20)
  650. CrTopic.Font = Enum.Font.SciFi
  651. CrTopic.Text = "Credits"
  652. CrTopic.TextColor3 = Color3.new(0, 0, 0)
  653. CrTopic.TextSize = 14
  654.  
  655. SkyHack.Name = "SkyHack"
  656. SkyHack.Parent = Credits
  657. SkyHack.BackgroundColor3 = Color3.new(1, 1, 1)
  658. SkyHack.BackgroundTransparency = 1.0099999904633
  659. SkyHack.Position = UDim2.new(0, 0, 0.495731533, 0)
  660. SkyHack.Size = UDim2.new(0, 109, 0, 14)
  661. SkyHack.Font = Enum.Font.SciFi
  662. SkyHack.Text = "Sky Hacks"
  663. SkyHack.TextColor3 = Color3.new(0, 0, 0)
  664. SkyHack.TextSize = 17
  665. SkyHack.TextStrokeColor3 = Color3.new(0, 1, 1)
  666. SkyHack.TextStrokeTransparency = 0
  667. SkyHack.TextWrapped = true
  668.  
  669. Playing.Name = "Playing"
  670. Playing.Parent = ScreenGui
  671. Playing.BackgroundColor3 = Color3.new(1, 1, 1)
  672. Playing.BackgroundTransparency = 1
  673. Playing.Position = UDim2.new(0.362002313, 0, 0.404174566, 0)
  674. Playing.Size = UDim2.new(0, 311, 0, 100)
  675. Playing.Image = "rbxassetid://2851926732"
  676. Playing.ImageColor3 = Color3.new(0, 1, 1)
  677. Playing.ScaleType = Enum.ScaleType.Slice
  678. Playing.SliceCenter = Rect.new(12, 12, 12, 12)
  679.  
  680. basad.Name = "basad"
  681. basad.Parent = Playing
  682. basad.BackgroundColor3 = Color3.new(0, 1, 1)
  683. basad.BorderSizePixel = 0
  684. basad.Position = UDim2.new(0.135048226, 0, 0, 0)
  685. basad.Size = UDim2.new(0, 227, 0, 50)
  686. basad.Font = Enum.Font.SciFi
  687. basad.Text = "Welcome To SkyJail "
  688. basad.TextColor3 = Color3.new(0, 0, 0)
  689. basad.TextScaled = true
  690. basad.TextSize = 14
  691. basad.TextWrapped = true
  692.  
  693. Open.Name = "Open "
  694. Open.Parent = Playing
  695. Open.BackgroundColor3 = Color3.new(0, 0.333333, 0)
  696. Open.Position = UDim2.new(0.228295833, 0, 0.670000017, 0)
  697. Open.Size = UDim2.new(0, 168, 0, 33)
  698. Open.Font = Enum.Font.GothamBold
  699. Open.Text = "Open"
  700. Open.TextColor3 = Color3.new(0, 0, 0)
  701. Open.TextSize = 17
  702. Open.TextWrapped = true
  703. Open.MouseButton1Down:connect(function()
  704. Main.Visible = true
  705. Playing.Visible = false
  706. end)
  707. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement