Project_MAtrix_ZERGO

AW%NAW%N

Jun 22nd, 2019
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.64 KB | None | 0 0
  1. -- By Sky Hacks.
  2. -- SkyJail Version: 2.00
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local v = Instance.new("TextLabel")
  7. local TopFr = Instance.new("Frame")
  8. local Topic = Instance.new("TextLabel")
  9. local min = Instance.new("TextButton")
  10. local TpBut = Instance.new("TextButton")
  11. local StBut = Instance.new("TextButton")
  12. local CrBut = Instance.new("TextButton")
  13. local UpBut = Instance.new("TextButton")
  14. local Openf = Instance.new("Frame")
  15. local Open = Instance.new("TextButton")
  16. local Teleports = Instance.new("Frame")
  17. local TpTop = Instance.new("Frame")
  18. local Top1 = Instance.new("TextLabel")
  19. local ExTp = Instance.new("TextButton")
  20. local BFront = Instance.new("TextButton")
  21. local BVault = Instance.new("TextButton")
  22. local JTop = Instance.new("TextButton")
  23. local JIn = Instance.new("TextButton")
  24. local MIn = Instance.new("TextButton")
  25. local MOut = Instance.new("TextButton")
  26. local MTop = Instance.new("TextButton")
  27. local Crim1 = Instance.new("TextButton")
  28. local Crim2 = Instance.new("TextButton")
  29. local Dstore = Instance.new("TextButton")
  30. local GasS = Instance.new("TextButton")
  31. local TSpawn = Instance.new("TextButton")
  32. local HeliP2 = Instance.new("TextButton")
  33. local Lambo = Instance.new("TextButton")
  34. local Helipad = Instance.new("TextButton")
  35. local Dealer = Instance.new("TextButton")
  36. local PoliceB = Instance.new("TextButton")
  37. local Yard = Instance.new("TextButton")
  38. local Stuffs = Instance.new("Frame")
  39. local StTop = Instance.new("Frame")
  40. local T2 = Instance.new("TextLabel")
  41. local ExSt = Instance.new("TextButton")
  42. local SPD = Instance.new("TextButton")
  43. local noclp = Instance.new("TextButton")
  44. local Rmv = Instance.new("TextButton")
  45. local Pistol = Instance.new("TextButton")
  46. local Shtgn = Instance.new("TextButton")
  47. local Grvty = Instance.new("TextButton")
  48. local God = Instance.new("TextButton")
  49. local Ntro = Instance.new("TextButton")
  50. local NoBuild = Instance.new("TextButton")
  51. local cARr = Instance.new("TextButton")
  52. local btol = Instance.new("TextButton")
  53. local Jump = Instance.new("TextButton")
  54. local Soon = Instance.new("TextButton")
  55. local Goto = Instance.new("TextButton")
  56. local InputPlayer = Instance.new("TextBox")
  57. local cred = Instance.new("Frame")
  58. local CRTOP = Instance.new("Frame")
  59. local top6 = Instance.new("TextLabel")
  60. local ExCr = Instance.new("TextButton")
  61. local _1 = Instance.new("TextLabel")
  62. local _2 = Instance.new("TextLabel")
  63. local _3 = Instance.new("TextLabel")
  64. local Updat = Instance.new("Frame")
  65. local UpdTop = Instance.new("Frame")
  66. local top8 = Instance.new("TextLabel")
  67. local ExUpd = Instance.new("TextButton")
  68. local _1_2 = Instance.new("TextLabel")
  69. local _2_2 = Instance.new("TextLabel")
  70. local _3_2 = Instance.new("TextLabel")
  71. --Properties:
  72. ScreenGui.Parent = game.CoreGui
  73. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  74.  
  75. Main.Name = "Main"
  76. Main.Parent = ScreenGui
  77. Main.BackgroundColor3 = Color3.new(0, 0, 0.741176)
  78. Main.Position = UDim2.new(0.346878111, 0, 0.328273237, 0)
  79. Main.Size = UDim2.new(0, 309, 0, 181)
  80. Main.Active = true
  81. Main.Visible = false
  82. Main.Draggable = true
  83.  
  84. v.Name = "v"
  85. v.Parent = Main
  86. v.BackgroundColor3 = Color3.new(1, 1, 1)
  87. v.BackgroundTransparency = 1
  88. v.Position = UDim2.new(0.867313921, 0, 0.961325943, 0)
  89. v.Size = UDim2.new(0, 41, 0, 7)
  90. v.Font = Enum.Font.SciFi
  91. v.Text = "Version: 2.0"
  92. v.TextColor3 = Color3.new(1, 1, 1)
  93. v.TextScaled = true
  94. v.TextSize = 20
  95. v.TextWrapped = true
  96.  
  97. TopFr.Name = "TopFr"
  98. TopFr.Parent = Main
  99. TopFr.BackgroundColor3 = Color3.new(1, 1, 1)
  100. TopFr.BackgroundTransparency = 1
  101. TopFr.Size = UDim2.new(0, 309, 0, 24)
  102.  
  103. Topic.Name = "Topic"
  104. Topic.Parent = TopFr
  105. Topic.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  106. Topic.Size = UDim2.new(0, 309, 0, 24)
  107. Topic.Font = Enum.Font.SciFi
  108. Topic.Text = "SkyJailV2"
  109. Topic.TextColor3 = Color3.new(1, 1, 1)
  110. Topic.TextScaled = true
  111. Topic.TextSize = 14
  112. Topic.TextWrapped = true
  113.  
  114. min.Name = "min"
  115. min.Parent = Topic
  116. min.BackgroundColor3 = Color3.new(1, 1, 1)
  117. min.BackgroundTransparency = 1
  118. min.Position = UDim2.new(0.941747546, 0, 0.208333343, 0)
  119. min.Size = UDim2.new(0, 18, 0, 13)
  120. min.Font = Enum.Font.SciFi
  121. min.Text = "-"
  122. min.TextColor3 = Color3.new(1, 1, 1)
  123. min.TextSize = 14
  124. min.MouseButton1Down:connect(function()
  125. Main.Visible = false
  126. Openf.Visible = true
  127. end)
  128.  
  129. TpBut.Name = "TpBut"
  130. TpBut.Parent = Main
  131. TpBut.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  132. TpBut.Position = UDim2.new(0.0809061453, 0, 0.198895022, 0)
  133. TpBut.Size = UDim2.new(0, 257, 0, 24)
  134. TpBut.Font = Enum.Font.SciFi
  135. TpBut.Text = "Teleports"
  136. TpBut.TextColor3 = Color3.new(1, 1, 1)
  137. TpBut.TextScaled = true
  138. TpBut.TextSize = 28
  139. TpBut.TextWrapped = true
  140. TpBut.MouseButton1Down:connect(function()
  141. Main.Visible = false
  142. Teleports.Visible = true
  143. end)
  144.  
  145. StBut.Name = "StBut"
  146. StBut.Parent = Main
  147. StBut.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  148. StBut.Position = UDim2.new(0.0809061453, 0, 0.397790045, 0)
  149. StBut.Size = UDim2.new(0, 257, 0, 24)
  150. StBut.Font = Enum.Font.SciFi
  151. StBut.Text = "Stuffs"
  152. StBut.TextColor3 = Color3.new(1, 1, 1)
  153. StBut.TextScaled = true
  154. StBut.TextSize = 28
  155. StBut.TextWrapped = true
  156. StBut.MouseButton1Down:connect(function()
  157. Main.Visible = false
  158. Stuffs.Visible = true
  159. end)
  160.  
  161. CrBut.Name = "CrBut"
  162. CrBut.Parent = Main
  163. CrBut.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  164. CrBut.Position = UDim2.new(0.0809061453, 0, 0.596685112, 0)
  165. CrBut.Size = UDim2.new(0, 257, 0, 24)
  166. CrBut.Font = Enum.Font.SciFi
  167. CrBut.Text = "Credits/Info"
  168. CrBut.TextColor3 = Color3.new(1, 1, 1)
  169. CrBut.TextScaled = true
  170. CrBut.TextSize = 28
  171. CrBut.TextWrapped = true
  172. CrBut.MouseButton1Down:connect(function()
  173. Main.Visible = false
  174. cred.Visible = true
  175. end)
  176.  
  177. UpBut.Name = "UpBut"
  178. UpBut.Parent = Main
  179. UpBut.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  180. UpBut.Position = UDim2.new(0.0809061453, 0, 0.801104963, 0)
  181. UpBut.Size = UDim2.new(0, 257, 0, 24)
  182. UpBut.Font = Enum.Font.SciFi
  183. UpBut.Text = "Updates/News"
  184. UpBut.TextColor3 = Color3.new(1, 1, 1)
  185. UpBut.TextScaled = true
  186. UpBut.TextSize = 28
  187. UpBut.TextWrapped = true
  188. UpBut.MouseButton1Down:connect(function()
  189. Main.Visible = false
  190. Updat.Visible = true
  191. end)
  192.  
  193. Openf.Name = "Openf"
  194. Openf.Parent = ScreenGui
  195. Openf.BackgroundColor3 = Color3.new(1, 1, 1)
  196. Openf.BackgroundTransparency = 1
  197. Openf.Position = UDim2.new(0.906838477, 0, 0.525616705, 0)
  198. Openf.Size = UDim2.new(0, 85, 0, 22)
  199.  
  200. Open.Name = "Open"
  201. Open.Parent = Openf
  202. Open.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  203. Open.BorderColor3 = Color3.new(0, 0, 1)
  204. Open.Size = UDim2.new(0, 85, 0, 22)
  205. Open.Font = Enum.Font.SciFi
  206. Open.Text = "Open"
  207. Open.TextColor3 = Color3.new(1, 1, 1)
  208. Open.TextScaled = true
  209. Open.TextSize = 14
  210. Open.TextWrapped = true
  211. Open.MouseButton1Down:connect(function()
  212. Main.Visible = true
  213. Openf.Visible = false
  214. end)
  215.  
  216. Teleports.Name = "Teleports"
  217. Teleports.Parent = ScreenGui
  218. Teleports.BackgroundColor3 = Color3.new(0, 0, 0.741176)
  219. Teleports.Position = UDim2.new(0.346878082, 0, 0.328273237, 0)
  220. Teleports.Size = UDim2.new(0, 309, 0, 181)
  221. Teleports.Active = true
  222. Teleports.Visible = false
  223. Teleports.Draggable = true
  224.  
  225. TpTop.Name = "TpTop"
  226. TpTop.Parent = Teleports
  227. TpTop.BackgroundColor3 = Color3.new(1, 1, 1)
  228. TpTop.BackgroundTransparency = 1
  229. TpTop.Size = UDim2.new(0, 309, 0, 24)
  230.  
  231. Top1.Name = "Top1"
  232. Top1.Parent = TpTop
  233. Top1.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  234. Top1.Size = UDim2.new(0, 309, 0, 24)
  235. Top1.Font = Enum.Font.SciFi
  236. Top1.Text = "Teleports"
  237. Top1.TextColor3 = Color3.new(1, 1, 1)
  238. Top1.TextScaled = true
  239. Top1.TextSize = 14
  240. Top1.TextWrapped = true
  241.  
  242. ExTp.Name = "ExTp"
  243. ExTp.Parent = Top1
  244. ExTp.BackgroundColor3 = Color3.new(1, 1, 1)
  245. ExTp.BackgroundTransparency = 1
  246. ExTp.Position = UDim2.new(0.941747546, 0, 0.208333343, 0)
  247. ExTp.Size = UDim2.new(0, 18, 0, 13)
  248. ExTp.Font = Enum.Font.SciFi
  249. ExTp.Text = "x"
  250. ExTp.TextColor3 = Color3.new(1, 1, 1)
  251. ExTp.TextSize = 14
  252. ExTp.MouseButton1Down:connect(function()
  253. Teleports.Visible = false
  254. Main.Visible = true
  255. end)
  256.  
  257. BFront.Name = "BFront"
  258. BFront.Parent = Teleports
  259. BFront.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  260. BFront.Position = UDim2.new(0.0226537213, 0, 0.176795587, 0)
  261. BFront.Size = UDim2.new(0, 84, 0, 16)
  262. BFront.Font = Enum.Font.SciFi
  263. BFront.Text = "BankFront"
  264. BFront.TextColor3 = Color3.new(1, 1, 1)
  265. BFront.TextScaled = true
  266. BFront.TextSize = 28
  267. BFront.TextWrapped = true
  268. BFront.MouseButton1Down:connect(function()
  269. for i=1,32 do
  270. wait(.08)
  271. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147) + Vector3.new(1,0,0)
  272. end
  273. end)
  274.  
  275. BVault.Name = "BVault"
  276. BVault.Parent = Teleports
  277. BVault.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  278. BVault.Position = UDim2.new(0.0226537213, 0, 0.309392273, 0)
  279. BVault.Size = UDim2.new(0, 84, 0, 16)
  280. BVault.Font = Enum.Font.SciFi
  281. BVault.Text = "BankVault"
  282. BVault.TextColor3 = Color3.new(1, 1, 1)
  283. BVault.TextScaled = true
  284. BVault.TextSize = 28
  285. BVault.TextWrapped = true
  286. BVault.MouseButton1Down:connect(function()
  287. for i=1,32 do
  288. wait(.08)
  289. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(18.3854294, 0.765628457, 815.506348) + Vector3.new(1,0,0)
  290. end
  291. end)
  292.  
  293. JTop.Name = "JTop"
  294. JTop.Parent = Teleports
  295. JTop.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  296. JTop.Position = UDim2.new(0.0226537213, 0, 0.441988945, 0)
  297. JTop.Size = UDim2.new(0, 84, 0, 16)
  298. JTop.Font = Enum.Font.SciFi
  299. JTop.Text = "JewelryTop"
  300. JTop.TextColor3 = Color3.new(1, 1, 1)
  301. JTop.TextScaled = true
  302. JTop.TextSize = 28
  303. JTop.TextWrapped = true
  304. JTop.MouseButton1Down:connect(function()
  305. for i=1,32 do
  306. wait(.08)
  307. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(101.211128, 98.6576996, 1310.54175) + Vector3.new(1,0,0)
  308. end
  309. end)
  310.  
  311. JIn.Name = "JIn"
  312. JIn.Parent = Teleports
  313. JIn.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  314. JIn.Position = UDim2.new(0.0226537287, 0, 0.574585676, 0)
  315. JIn.Size = UDim2.new(0, 84, 0, 16)
  316. JIn.Font = Enum.Font.SciFi
  317. JIn.Text = "JewelryIn"
  318. JIn.TextColor3 = Color3.new(1, 1, 1)
  319. JIn.TextScaled = true
  320. JIn.TextSize = 28
  321. JIn.TextWrapped = true
  322. JIn.MouseButton1Down:connect(function()
  323. for i=1,32 do
  324. wait(.08)
  325. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(133.300705, 17.9375954, 1316.42407) + Vector3.new(1,0,0)
  326. end
  327. end)
  328.  
  329. MIn.Name = "MIn"
  330. MIn.Parent = Teleports
  331. MIn.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  332. MIn.Position = UDim2.new(0.0226537287, 0, 0.707182348, 0)
  333. MIn.Size = UDim2.new(0, 84, 0, 16)
  334. MIn.Font = Enum.Font.SciFi
  335. MIn.Text = "MuseumIn"
  336. MIn.TextColor3 = Color3.new(1, 1, 1)
  337. MIn.TextScaled = true
  338. MIn.TextSize = 28
  339. MIn.TextWrapped = true
  340. MIn.MouseButton1Down:connect(function()
  341. for i=1,32 do
  342. wait(.08)
  343. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1063.02, 117.562, 1218.757) + Vector3.new(1,0,0)
  344. end
  345. end)
  346.  
  347. MOut.Name = "MOut"
  348. MOut.Parent = Teleports
  349. MOut.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  350. MOut.Position = UDim2.new(0.0226537287, 0, 0.839779019, 0)
  351. MOut.Size = UDim2.new(0, 84, 0, 16)
  352. MOut.Font = Enum.Font.SciFi
  353. MOut.Text = "MuseumOut"
  354. MOut.TextColor3 = Color3.new(1, 1, 1)
  355. MOut.TextScaled = true
  356. MOut.TextSize = 28
  357. MOut.TextWrapped = true
  358. MOut.MouseButton1Down:connect(function()
  359. for i=1,32 do
  360. wait(.08)
  361. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1108.02576, 101.16066, 1295.74146) + Vector3.new(1,0,0)
  362. end
  363. end)
  364.  
  365. MTop.Name = "MTop"
  366. MTop.Parent = Teleports
  367. MTop.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  368. MTop.Position = UDim2.new(0.36245954, 0, 0.176795602, 0)
  369. MTop.Size = UDim2.new(0, 84, 0, 16)
  370. MTop.Font = Enum.Font.SciFi
  371. MTop.Text = "MuseumTop"
  372. MTop.TextColor3 = Color3.new(1, 1, 1)
  373. MTop.TextScaled = true
  374. MTop.TextSize = 28
  375. MTop.TextWrapped = true
  376. MTop.MouseButton1Down:connect(function()
  377. for i=1,32 do
  378. wait(.08)
  379. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1078.45, 153.904, 1176.52) + Vector3.new(1,0,0)
  380. end
  381. end)
  382.  
  383. Crim1.Name = "Crim1"
  384. Crim1.Parent = Teleports
  385. Crim1.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  386. Crim1.Position = UDim2.new(0.36245954, 0, 0.309392273, 0)
  387. Crim1.Size = UDim2.new(0, 84, 0, 16)
  388. Crim1.Font = Enum.Font.SciFi
  389. Crim1.Text = "CrimBase1"
  390. Crim1.TextColor3 = Color3.new(1, 1, 1)
  391. Crim1.TextScaled = true
  392. Crim1.TextSize = 28
  393. Crim1.TextWrapped = true
  394. Crim1.MouseButton1Down:connect(function()
  395. for i=1,32 do
  396. wait(.08)
  397. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-221.723099, 17.8924026, 1578.80261) + Vector3.new(1,0,0)
  398. end
  399. end)
  400.  
  401. Crim2.Name = "Crim2"
  402. Crim2.Parent = Teleports
  403. Crim2.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  404. Crim2.Position = UDim2.new(0.36245954, 0, 0.441988945, 0)
  405. Crim2.Size = UDim2.new(0, 84, 0, 16)
  406. Crim2.Font = Enum.Font.SciFi
  407. Crim2.Text = "CrimBase2"
  408. Crim2.TextColor3 = Color3.new(1, 1, 1)
  409. Crim2.TextScaled = true
  410. Crim2.TextSize = 28
  411. Crim2.TextWrapped = true
  412. Crim2.MouseButton1Down:connect(function()
  413. for i=1,32 do
  414. wait(.08)
  415. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1650.80896, 49.863636, -1770.66626) + Vector3.new(1,0,0)
  416. end
  417. end)
  418.  
  419. Dstore.Name = "Dstore"
  420. Dstore.Parent = Teleports
  421. Dstore.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  422. Dstore.Position = UDim2.new(0.36245954, 0, 0.574585617, 0)
  423. Dstore.Size = UDim2.new(0, 84, 0, 16)
  424. Dstore.Font = Enum.Font.SciFi
  425. Dstore.Text = "DonutStore"
  426. Dstore.TextColor3 = Color3.new(1, 1, 1)
  427. Dstore.TextScaled = true
  428. Dstore.TextSize = 28
  429. Dstore.TextWrapped = true
  430. Dstore.MouseButton1Down:connect(function()
  431. for i=1,32 do
  432. wait(.08)
  433. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(257.191101, 17.81828869, -1753.11206) + Vector3.new(1,0,0)
  434. end
  435. end)
  436.  
  437. GasS.Name = "GasS"
  438. GasS.Parent = Teleports
  439. GasS.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  440. GasS.Position = UDim2.new(0.36245954, 0, 0.707182288, 0)
  441. GasS.Size = UDim2.new(0, 84, 0, 16)
  442. GasS.Font = Enum.Font.SciFi
  443. GasS.Text = "GasStation"
  444. GasS.TextColor3 = Color3.new(1, 1, 1)
  445. GasS.TextScaled = true
  446. GasS.TextSize = 28
  447. GasS.TextWrapped = true
  448. GasS.MouseButton1Down:connect(function()
  449. for i=1,32 do
  450. wait(.08)
  451. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1586.41101, 17.8481865, 709.37262) + Vector3.new(1,0,0)
  452. end
  453. end)
  454.  
  455. TSpawn.Name = "TSpawn"
  456. TSpawn.Parent = Teleports
  457. TSpawn.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  458. TSpawn.Position = UDim2.new(0.36245954, 0, 0.83977896, 0)
  459. TSpawn.Size = UDim2.new(0, 84, 0, 16)
  460. TSpawn.Font = Enum.Font.SciFi
  461. TSpawn.Text = "TrainSpawn"
  462. TSpawn.TextColor3 = Color3.new(1, 1, 1)
  463. TSpawn.TextScaled = true
  464. TSpawn.TextSize = 28
  465. TSpawn.TextWrapped = true
  466. TSpawn.MouseButton1Down:connect(function()
  467. for i=1,32 do
  468. wait(.08)
  469. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1954.95007, 68.0448606, -603.844116) + Vector3.new(1,0,0)
  470. end
  471. end)
  472.  
  473. HeliP2.Name = "HeliP2"
  474. HeliP2.Parent = Teleports
  475. HeliP2.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  476. HeliP2.Position = UDim2.new(0.705501616, 0, 0.83977896, 0)
  477. HeliP2.Size = UDim2.new(0, 84, 0, 16)
  478. HeliP2.Font = Enum.Font.SciFi
  479. HeliP2.Text = "HeliPad2"
  480. HeliP2.TextColor3 = Color3.new(1, 1, 1)
  481. HeliP2.TextScaled = true
  482. HeliP2.TextSize = 28
  483. HeliP2.TextWrapped = true
  484. HeliP2.MouseButton1Down:connect(function()
  485. for i=1,32 do
  486. wait(.08)
  487. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(737.95105, 69.4690094, 1095.53442) + Vector3.new(1,0,0)
  488. end
  489. end)
  490.  
  491. Lambo.Name = "Lambo"
  492. Lambo.Parent = Teleports
  493. Lambo.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  494. Lambo.Position = UDim2.new(0.705501616, 0, 0.707182288, 0)
  495. Lambo.Size = UDim2.new(0, 84, 0, 16)
  496. Lambo.Font = Enum.Font.SciFi
  497. Lambo.Text = "Lamborghini"
  498. Lambo.TextColor3 = Color3.new(1, 1, 1)
  499. Lambo.TextScaled = true
  500. Lambo.TextSize = 28
  501. Lambo.TextWrapped = true
  502. Lambo.MouseButton1Down:connect(function()
  503. for i=1,32 do
  504. wait(.08)
  505. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(146.568039, 17.6188164, 775.127197) + Vector3.new(1,0,0)
  506. end
  507. end)
  508.  
  509. Helipad.Name = "Helipad"
  510. Helipad.Parent = Teleports
  511. Helipad.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  512. Helipad.Position = UDim2.new(0.705501616, 0, 0.574585617, 0)
  513. Helipad.Size = UDim2.new(0, 84, 0, 16)
  514. Helipad.Font = Enum.Font.SciFi
  515. Helipad.Text = "HeliPad"
  516. Helipad.TextColor3 = Color3.new(1, 1, 1)
  517. Helipad.TextScaled = true
  518. Helipad.TextSize = 28
  519. Helipad.TextWrapped = true
  520. Helipad.MouseButton1Down:connect(function()
  521. for i=1,32 do
  522. wait(.08)
  523. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1172.6626, 57.6341133, -1590.24841) + Vector3.new(1,0,0)
  524. end
  525. end)
  526.  
  527. Dealer.Name = "Dealer"
  528. Dealer.Parent = Teleports
  529. Dealer.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  530. Dealer.Position = UDim2.new(0.705501616, 0, 0.441988945, 0)
  531. Dealer.Size = UDim2.new(0, 84, 0, 16)
  532. Dealer.Font = Enum.Font.SciFi
  533. Dealer.Text = "Dealership"
  534. Dealer.TextColor3 = Color3.new(1, 1, 1)
  535. Dealer.TextScaled = true
  536. Dealer.TextSize = 28
  537. Dealer.TextWrapped = true
  538. Dealer.MouseButton1Down:connect(function()
  539. for i=1,32 do
  540. wait(.08)
  541. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(424.985474, 17.8676395, -1704.00525) + Vector3.new(1,0,0)
  542. end
  543. end)
  544.  
  545. PoliceB.Name = "PoliceB"
  546. PoliceB.Parent = Teleports
  547. PoliceB.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  548. PoliceB.Position = UDim2.new(0.705501616, 0, 0.309392273, 0)
  549. PoliceB.Size = UDim2.new(0, 84, 0, 16)
  550. PoliceB.Font = Enum.Font.SciFi
  551. PoliceB.Text = "PoliceBase"
  552. PoliceB.TextColor3 = Color3.new(1, 1, 1)
  553. PoliceB.TextScaled = true
  554. PoliceB.TextSize = 28
  555. PoliceB.TextWrapped = true
  556. PoliceB.MouseButton1Down:connect(function()
  557. for i=1,32 do
  558. wait(.08)
  559. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1136.89868, 17.950058, -1585.59912) + Vector3.new(1,0,0)
  560. end
  561. end)
  562.  
  563. Yard.Name = "Yard"
  564. Yard.Parent = Teleports
  565. Yard.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  566. Yard.Position = UDim2.new(0.705501616, 0, 0.176795587, 0)
  567. Yard.Size = UDim2.new(0, 84, 0, 16)
  568. Yard.Font = Enum.Font.SciFi
  569. Yard.Text = "PrisonYard"
  570. Yard.TextColor3 = Color3.new(1, 1, 1)
  571. Yard.TextScaled = true
  572. Yard.TextSize = 28
  573. Yard.TextWrapped = true
  574. Yard.MouseButton1Down:connect(function()
  575. for i=1,32 do
  576. wait(.08)
  577. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1319.25806, 17.7999935, -1760.31873) + Vector3.new(1,0,0)
  578. end
  579. end)
  580.  
  581. Stuffs.Name = "Stuffs"
  582. Stuffs.Parent = ScreenGui
  583. Stuffs.BackgroundColor3 = Color3.new(0, 0, 0.741176)
  584. Stuffs.Position = UDim2.new(0.346878082, 0, 0.328273237, 0)
  585. Stuffs.Size = UDim2.new(0, 309, 0, 181)
  586. Stuffs.Active = true
  587. Stuffs.Visible = false
  588. Stuffs.Draggable = true
  589.  
  590. StTop.Name = "StTop"
  591. StTop.Parent = Stuffs
  592. StTop.BackgroundColor3 = Color3.new(1, 1, 1)
  593. StTop.BackgroundTransparency = 1
  594. StTop.Size = UDim2.new(0, 309, 0, 24)
  595.  
  596. T2.Name = "T2"
  597. T2.Parent = StTop
  598. T2.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  599. T2.Size = UDim2.new(0, 309, 0, 24)
  600. T2.Font = Enum.Font.SciFi
  601. T2.Text = "Stuffs"
  602. T2.TextColor3 = Color3.new(1, 1, 1)
  603. T2.TextScaled = true
  604. T2.TextSize = 14
  605. T2.TextWrapped = true
  606.  
  607. ExSt.Name = "ExSt"
  608. ExSt.Parent = T2
  609. ExSt.BackgroundColor3 = Color3.new(1, 1, 1)
  610. ExSt.BackgroundTransparency = 1
  611. ExSt.Position = UDim2.new(0.941747546, 0, 0.208333343, 0)
  612. ExSt.Size = UDim2.new(0, 18, 0, 13)
  613. ExSt.Font = Enum.Font.SciFi
  614. ExSt.Text = "x"
  615. ExSt.TextColor3 = Color3.new(1, 1, 1)
  616. ExSt.TextSize = 14
  617. ExSt.MouseButton1Down:connect(function()
  618. Stuffs.Visible = false
  619. Main.Visible = true
  620. end)
  621.  
  622. SPD.Name = "SPD"
  623. SPD.Parent = Stuffs
  624. SPD.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  625. SPD.Position = UDim2.new(0.0226537213, 0, 0.176795587, 0)
  626. SPD.Size = UDim2.new(0, 84, 0, 16)
  627. SPD.Font = Enum.Font.SciFi
  628. SPD.Text = "Speed (K)"
  629. SPD.TextColor3 = Color3.new(1, 1, 1)
  630. SPD.TextScaled = true
  631. SPD.TextSize = 28
  632. SPD.TextWrapped = true
  633. SPD.MouseButton1Down:connect(function()
  634. local walkspeedplayer = game:GetService("Players").LocalPlayer
  635. local walkspeedmouse = walkspeedplayer:GetMouse()
  636.  
  637. local walkspeedenabled = false
  638.  
  639. function x_walkspeed(key)
  640. if (key == "k") then
  641. if walkspeedenabled == false then
  642. _G.WS = 200;
  643. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  644. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  645. Humanoid.WalkSpeed = _G.WS;
  646. end)
  647. Humanoid.WalkSpeed = _G.WS;
  648.  
  649. walkspeedenabled = true
  650. elseif walkspeedenabled == true then
  651. _G.WS = 20;
  652. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  653. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  654. Humanoid.WalkSpeed = _G.WS;
  655. end)
  656. Humanoid.WalkSpeed = _G.WS;
  657.  
  658. walkspeedenabled = false
  659. end
  660. end
  661. end
  662.  
  663. walkspeedmouse.KeyDown:connect(x_walkspeed)
  664.  
  665. end)
  666.  
  667. noclp.Name = "noclp"
  668. noclp.Parent = Stuffs
  669. noclp.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  670. noclp.Position = UDim2.new(0.0226537213, 0, 0.309392273, 0)
  671. noclp.Size = UDim2.new(0, 84, 0, 16)
  672. noclp.Font = Enum.Font.SciFi
  673. noclp.Text = "NoClip (B)"
  674. noclp.TextColor3 = Color3.new(1, 1, 1)
  675. noclp.TextScaled = true
  676. noclp.TextSize = 28
  677. noclp.TextWrapped = true
  678. noclp.MouseButton1Down:connect(function()
  679. local noclipplayer = game:GetService("Players").LocalPlayer
  680. local noclipmouse = noclipplayer:GetMouse()
  681.  
  682. local donoclip = false
  683. local noclip = false
  684.  
  685. function b_noclip(key)
  686. if (key == "b") then
  687. if noclip == false then
  688. donoclip = true
  689.  
  690. noclip = true
  691. elseif noclip == true then
  692. donoclip = false
  693.  
  694. noclip = false
  695. end
  696. end
  697. end
  698.  
  699. noclipmouse.KeyDown:connect(b_noclip)
  700.  
  701. game:GetService("Players").LocalPlayer.Character.Head.Touched:connect(function(obj)
  702. if obj ~= workspace.Terrain then
  703. if donoclip == true then
  704. obj.CanCollide = false
  705. else
  706. obj.CanCollide = true
  707. end
  708. end
  709. end)
  710. end)
  711.  
  712. Rmv.Name = "Rmv"
  713. Rmv.Parent = Stuffs
  714. Rmv.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  715. Rmv.Position = UDim2.new(0.0226537213, 0, 0.441988945, 0)
  716. Rmv.Size = UDim2.new(0, 84, 0, 16)
  717. Rmv.Font = Enum.Font.SciFi
  718. Rmv.Text = "RemoveAll"
  719. Rmv.TextColor3 = Color3.new(1, 1, 1)
  720. Rmv.TextScaled = true
  721. Rmv.TextSize = 28
  722. Rmv.TextWrapped = true
  723. Rmv.MouseButton1Down:connect(function()
  724. game.Workspace.Cells:Remove()
  725.  
  726. game.Workspace.Museum.CaseLasers:Remove()
  727.  
  728. game.Workspace.Museum.Lights:Remove()
  729.  
  730. game.Workspace.Museum.Doors:Remove()
  731.  
  732. game.Workspace.EscapeRoutes:Remove()
  733.  
  734. for i,v in pairs(workspace.Doors:GetChildren()) do
  735. v:Destroy()
  736.  
  737. end
  738. end)
  739.  
  740. Rmv.MouseButton1Down:connect(function()
  741. local banklasers = game:GetService("Workspace").Banks:GetChildren()
  742. banklasers[1].Lasers:Destroy()
  743. end)
  744.  
  745. Rmv.MouseButton1Down:connect(function()
  746. local jewelry = game:GetService("Workspace").Jewelrys:GetChildren()
  747.  
  748. for i = 1,4 do
  749. local xd = jewelry[1].Model.BarbedWire
  750. xd:Destroy()
  751. end
  752. end)
  753.  
  754. Rmv.MouseButton1Down:connect(function()
  755. local banklasers = game:GetService("Workspace").Banks:GetChildren()
  756. banklasers[1].Door.Model:Destroy()
  757. end)
  758.  
  759. Pistol.Name = "Pistol"
  760. Pistol.Parent = Stuffs
  761. Pistol.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  762. Pistol.Position = UDim2.new(0.0226537287, 0, 0.574585676, 0)
  763. Pistol.Size = UDim2.new(0, 84, 0, 16)
  764. Pistol.Font = Enum.Font.SciFi
  765. Pistol.Text = "Pistol"
  766. Pistol.TextColor3 = Color3.new(1, 1, 1)
  767. Pistol.TextScaled = true
  768. Pistol.TextSize = 28
  769. Pistol.TextWrapped = true
  770. Pistol.MouseButton1Down:connect(function()
  771. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  772.  
  773. a = Instance.new("Part", workspace)
  774. a.Anchored = true
  775. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  776. a.CanCollide = false
  777.  
  778. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  779. if v.Name == "Station" then
  780. for a, b in pairs(v:GetChildren()) do
  781. if b:IsA("StringValue") then
  782. if b.Value == "Pistol" then
  783. v.CFrame = CFrame.new(hit)
  784. end
  785. end
  786. end
  787. end
  788. end
  789. end)
  790.  
  791. Shtgn.Name = "Shtgn"
  792. Shtgn.Parent = Stuffs
  793. Shtgn.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  794. Shtgn.Position = UDim2.new(0.0226537287, 0, 0.707182348, 0)
  795. Shtgn.Size = UDim2.new(0, 84, 0, 16)
  796. Shtgn.Font = Enum.Font.SciFi
  797. Shtgn.Text = "Shotgun"
  798. Shtgn.TextColor3 = Color3.new(1, 1, 1)
  799. Shtgn.TextScaled = true
  800. Shtgn.TextSize = 28
  801. Shtgn.TextWrapped = true
  802. Shtgn.MouseButton1Down:connect(function()
  803. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  804.  
  805. a = Instance.new("Part", workspace)
  806. a.Anchored = true
  807. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  808. a.CanCollide = false
  809.  
  810. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  811. if v.Name == "Station" then
  812. for a, b in pairs(v:GetChildren()) do
  813. if b:IsA("StringValue") then
  814. if b.Value == "Shotgun" then
  815. v.CFrame = CFrame.new(hit)
  816. end
  817. end
  818. end
  819. end
  820. end
  821. end)
  822.  
  823. Grvty.Name = "Grvty"
  824. Grvty.Parent = Stuffs
  825. Grvty.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  826. Grvty.Position = UDim2.new(0.0226537287, 0, 0.839779019, 0)
  827. Grvty.Size = UDim2.new(0, 84, 0, 16)
  828. Grvty.Font = Enum.Font.SciFi
  829. Grvty.Text = "Gravity"
  830. Grvty.TextColor3 = Color3.new(1, 1, 1)
  831. Grvty.TextScaled = true
  832. Grvty.TextSize = 28
  833. Grvty.TextWrapped = true
  834. Grvty.MouseButton1Down:connect(function()
  835. game.Workspace.Gravity = 35
  836. end)
  837.  
  838. God.Name = "God"
  839. God.Parent = Stuffs
  840. God.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  841. God.Position = UDim2.new(0.36245954, 0, 0.176795602, 0)
  842. God.Size = UDim2.new(0, 84, 0, 16)
  843. God.Font = Enum.Font.SciFi
  844. God.Text = "GodMode"
  845. God.TextColor3 = Color3.new(1, 1, 1)
  846. God.TextScaled = true
  847. God.TextSize = 28
  848. God.TextWrapped = true
  849. God.MouseButton1Down:connect(function()
  850. game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1
  851. local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone()
  852. l.Parent = game:GetService("Players").LocalPlayer.Character
  853. l.Name = "Humanoid"
  854. wait(0.1)
  855. game:GetService("Players").LocalPlayer.Character["1"]:Destroy()
  856. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character
  857. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true
  858. wait(0.1)
  859. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false
  860. game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  861. end)
  862.  
  863. Ntro.Name = "Ntro"
  864. Ntro.Parent = Stuffs
  865. Ntro.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  866. Ntro.Position = UDim2.new(0.36245954, 0, 0.309392273, 0)
  867. Ntro.Size = UDim2.new(0, 84, 0, 16)
  868. Ntro.Font = Enum.Font.SciFi
  869. Ntro.Text = "InfNitro"
  870. Ntro.TextColor3 = Color3.new(1, 1, 1)
  871. Ntro.TextScaled = true
  872. Ntro.TextSize = 28
  873. Ntro.TextWrapped = true
  874. Ntro.MouseButton1Down:connect(function()
  875. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "6969696969"
  876. game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro:ClearAllChildren()
  877. end)
  878.  
  879. NoBuild.Name = "NoBuild"
  880. NoBuild.Parent = Stuffs
  881. NoBuild.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  882. NoBuild.Position = UDim2.new(0.36245954, 0, 0.441988945, 0)
  883. NoBuild.Size = UDim2.new(0, 84, 0, 16)
  884. NoBuild.Font = Enum.Font.SciFi
  885. NoBuild.Text = "NoBuildings"
  886. NoBuild.TextColor3 = Color3.new(1, 1, 1)
  887. NoBuild.TextScaled = true
  888. NoBuild.TextSize = 28
  889. NoBuild.TextWrapped = true
  890. NoBuild.MouseButton1Down:connect(function()
  891. game:GetService("Workspace").Buildings:Destroy()
  892. end)
  893.  
  894. cARr.Name = "cARr"
  895. cARr.Parent = Stuffs
  896. cARr.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  897. cARr.Position = UDim2.new(0.36245954, 0, 0.574585617, 0)
  898. cARr.Size = UDim2.new(0, 84, 0, 16)
  899. cARr.Font = Enum.Font.SciFi
  900. cARr.Text = "CarFly (R )"
  901. cARr.TextColor3 = Color3.new(1, 1, 1)
  902. cARr.TextScaled = true
  903. cARr.TextSize = 28
  904. cARr.TextWrapped = true
  905. cARr.MouseButton1Down:connect(function()
  906. local plr = game:GetService("Players").LocalPlayer
  907. local m = plr:GetMouse()
  908. m.KeyDown:connect(function(k)
  909. if k:byte() == 114 then
  910. plrh = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Humanoid'
  911. plrh:ChangeState('Jumping')
  912. wait()
  913. plrh:ChangeState('Seated')
  914. end
  915. end)
  916. end)
  917.  
  918. btol.Name = "btol"
  919. btol.Parent = Stuffs
  920. btol.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  921. btol.Position = UDim2.new(0.36245954, 0, 0.707182288, 0)
  922. btol.Size = UDim2.new(0, 84, 0, 16)
  923. btol.Font = Enum.Font.SciFi
  924. btol.Text = "BTools"
  925. btol.TextColor3 = Color3.new(1, 1, 1)
  926. btol.TextScaled = true
  927. btol.TextSize = 28
  928. btol.TextWrapped = true
  929. btol.MouseButton1Down:connect(function()
  930. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  931. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  932. if child.ClassName == "Part" then
  933. child.Locked = false
  934. end
  935. if child.ClassName == "MeshPart" then
  936. child.Locked = false
  937. end
  938. if child.ClassName == "UnionOperation" then
  939. child.Locked = false
  940. end
  941. if child.ClassName == "Model" then
  942. for index, chil in pairs(child:GetChildren()) do
  943. if chil.ClassName == "Part" then
  944. chil.Locked = false
  945. end
  946. if chil.ClassName == "MeshPart" then
  947. chil.Locked = false
  948. end
  949. if chil.ClassName == "UnionOperation" then
  950. chil.Locked = false
  951. end
  952. if chil.ClassName == "Model" then
  953. for index, childe in pairs(chil:GetChildren()) do
  954. if childe.ClassName == "Part" then
  955. childe.Locked = false
  956. end
  957. if childe.ClassName == "MeshPart" then
  958. childe.Locked = false
  959. end
  960. if childe.ClassName == "UnionOperation" then
  961. childe.Locked = false
  962. end
  963. if childe.ClassName == "Model" then
  964. for index, childeo in pairs(childe:GetChildren()) do
  965. if childeo.ClassName == "Part" then
  966. childeo.Locked = false
  967. end
  968. if childeo.ClassName == "MeshPart" then
  969. childeo.Locked = false
  970. end
  971. if childeo.ClassName == "UnionOperation" then
  972. childeo.Locked = false
  973. end
  974. if childeo.ClassName == "Model" then
  975. end
  976. end
  977. end
  978. end
  979. end
  980. end
  981. end
  982. end
  983. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  984. c.BinType = Enum.BinType.Hammer
  985. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  986. c.BinType = Enum.BinType.Clone
  987. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  988. c.BinType = Enum.BinType.Grab
  989. end)
  990.  
  991. Jump.Name = "Jump"
  992. Jump.Parent = Stuffs
  993. Jump.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  994. Jump.Position = UDim2.new(0.36245954, 0, 0.83977896, 0)
  995. Jump.Size = UDim2.new(0, 84, 0, 16)
  996. Jump.Font = Enum.Font.SciFi
  997. Jump.Text = "InfJump"
  998. Jump.TextColor3 = Color3.new(1, 1, 1)
  999. Jump.TextScaled = true
  1000. Jump.TextSize = 28
  1001. Jump.TextWrapped = true
  1002. Jump.MouseButton1Down:connect(function()
  1003. game:GetService("UserInputService").JumpRequest:connect(function()
  1004. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  1005. end)
  1006. end)
  1007.  
  1008. Soon.Name = "Soon"
  1009. Soon.Parent = Stuffs
  1010. Soon.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  1011. Soon.Position = UDim2.new(0.705501616, 0, 0.441988945, 0)
  1012. Soon.Size = UDim2.new(0, 84, 0, 16)
  1013. Soon.Font = Enum.Font.SciFi
  1014. Soon.Text = "ComingSoon"
  1015. Soon.TextColor3 = Color3.new(1, 1, 1)
  1016. Soon.TextScaled = true
  1017. Soon.TextSize = 28
  1018. Soon.TextWrapped = true
  1019.  
  1020. Goto.Name = "Goto"
  1021. Goto.Parent = Stuffs
  1022. Goto.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  1023. Goto.Position = UDim2.new(0.728155434, 0, 0.309392273, 0)
  1024. Goto.Size = UDim2.new(0, 69, 0, 16)
  1025. Goto.Font = Enum.Font.SciFi
  1026. Goto.Text = "GoTo"
  1027. Goto.TextColor3 = Color3.new(1, 1, 1)
  1028. Goto.TextScaled = true
  1029. Goto.TextSize = 28
  1030. Goto.TextWrapped = true
  1031. Goto.MouseButton1Down:connect(function()
  1032. local tp_namedplayer = InputPlayer.Text
  1033. local tp_player = game:GetService("Players")[tp_namedplayer]
  1034. local PLR = game:GetService("Players").LocalPlayer
  1035. local p = InputPlayer.Text
  1036.  
  1037. if tp_player then
  1038. for i = 1,20 do
  1039. wait()
  1040. PLR.Character.HumanoidRootPart.CFrame = tp_player.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  1041. end
  1042. end
  1043. end)
  1044.  
  1045. InputPlayer.Name = "InputPlayer"
  1046. InputPlayer.Parent = Stuffs
  1047. InputPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  1048. InputPlayer.Position = UDim2.new(0.718446672, 0, 0.171270728, 0)
  1049. InputPlayer.Size = UDim2.new(0, 75, 0, 17)
  1050. InputPlayer.Font = Enum.Font.SourceSans
  1051. InputPlayer.Text = ""
  1052. InputPlayer.TextColor3 = Color3.new(0, 0, 0)
  1053. InputPlayer.TextSize = 14
  1054.  
  1055. cred.Name = "cred"
  1056. cred.Parent = ScreenGui
  1057. cred.BackgroundColor3 = Color3.new(0, 0, 0.623529)
  1058. cred.Position = UDim2.new(0.346878111, 0, 0.328273237, 0)
  1059. cred.Size = UDim2.new(0, 309, 0, 181)
  1060. cred.Active = true
  1061. cred.Visible = false
  1062. cred.Draggable = true
  1063.  
  1064. CRTOP.Name = "CRTOP"
  1065. CRTOP.Parent = cred
  1066. CRTOP.BackgroundColor3 = Color3.new(1, 1, 1)
  1067. CRTOP.BackgroundTransparency = 1
  1068. CRTOP.Size = UDim2.new(0, 309, 0, 24)
  1069.  
  1070. top6.Name = "top6"
  1071. top6.Parent = CRTOP
  1072. top6.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  1073. top6.Size = UDim2.new(0, 309, 0, 24)
  1074. top6.Font = Enum.Font.SciFi
  1075. top6.Text = "Credits/Info"
  1076. top6.TextColor3 = Color3.new(1, 1, 1)
  1077. top6.TextScaled = true
  1078. top6.TextSize = 14
  1079. top6.TextWrapped = true
  1080.  
  1081. ExCr.Name = "ExCr"
  1082. ExCr.Parent = top6
  1083. ExCr.BackgroundColor3 = Color3.new(1, 1, 1)
  1084. ExCr.BackgroundTransparency = 1
  1085. ExCr.Position = UDim2.new(0.941747546, 0, 0.208333343, 0)
  1086. ExCr.Size = UDim2.new(0, 18, 0, 13)
  1087. ExCr.Font = Enum.Font.SciFi
  1088. ExCr.Text = "x"
  1089. ExCr.TextColor3 = Color3.new(1, 1, 1)
  1090. ExCr.TextSize = 14
  1091. ExCr.MouseButton1Down:connect(function()
  1092. cred.Visible = false
  1093. Main.Visible = true
  1094. end)
  1095.  
  1096. _1.Name = "1"
  1097. _1.Parent = cred
  1098. _1.BackgroundColor3 = Color3.new(1, 1, 1)
  1099. _1.BackgroundTransparency = 1
  1100. _1.BorderSizePixel = 0
  1101. _1.Position = UDim2.new(0, 0, 0.165745854, 0)
  1102. _1.Size = UDim2.new(0, 180, 0, 50)
  1103. _1.Font = Enum.Font.SciFi
  1104. _1.Text = "> Gui By Sky Hacks"
  1105. _1.TextColor3 = Color3.new(1, 1, 1)
  1106. _1.TextSize = 20
  1107. _1.TextWrapped = true
  1108.  
  1109. _2.Name = "2"
  1110. _2.Parent = cred
  1111. _2.BackgroundColor3 = Color3.new(1, 1, 1)
  1112. _2.BackgroundTransparency = 1
  1113. _2.BorderSizePixel = 0
  1114. _2.Position = UDim2.new(0, 0, 0.298342556, 0)
  1115. _2.Size = UDim2.new(0, 213, 0, 50)
  1116. _2.Font = Enum.Font.SciFi
  1117. _2.Text = "> Scripts By Sky Hacks"
  1118. _2.TextColor3 = Color3.new(1, 1, 1)
  1119. _2.TextSize = 20
  1120. _2.TextWrapped = true
  1121.  
  1122. _3.Name = "3"
  1123. _3.Parent = cred
  1124. _3.BackgroundColor3 = Color3.new(1, 1, 1)
  1125. _3.BackgroundTransparency = 1
  1126. _3.BorderSizePixel = 0
  1127. _3.Position = UDim2.new(0, 0, 0.441988945, 0)
  1128. _3.Size = UDim2.new(0, 195, 0, 50)
  1129. _3.Font = Enum.Font.SciFi
  1130. _3.Text = "> Tester BJKMeminA "
  1131. _3.TextColor3 = Color3.new(1, 1, 1)
  1132. _3.TextSize = 20
  1133. _3.TextWrapped = true
  1134.  
  1135. Updat.Name = "Updat"
  1136. Updat.Parent = ScreenGui
  1137. Updat.BackgroundColor3 = Color3.new(0, 0, 0.623529)
  1138. Updat.Position = UDim2.new(0.346878111, 0, 0.328273237, 0)
  1139. Updat.Size = UDim2.new(0, 309, 0, 181)
  1140. Updat.Active = true
  1141. Updat.Visible = false
  1142. Updat.Draggable = true
  1143.  
  1144. UpdTop.Name = "UpdTop"
  1145. UpdTop.Parent = Updat
  1146. UpdTop.BackgroundColor3 = Color3.new(1, 1, 1)
  1147. UpdTop.BackgroundTransparency = 1
  1148. UpdTop.Size = UDim2.new(0, 309, 0, 24)
  1149.  
  1150. top8.Name = "top8"
  1151. top8.Parent = UpdTop
  1152. top8.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  1153. top8.Size = UDim2.new(0, 309, 0, 24)
  1154. top8.Font = Enum.Font.SciFi
  1155. top8.Text = "Updates"
  1156. top8.TextColor3 = Color3.new(1, 1, 1)
  1157. top8.TextScaled = true
  1158. top8.TextSize = 14
  1159. top8.TextWrapped = true
  1160.  
  1161. ExUpd.Name = "ExUpd"
  1162. ExUpd.Parent = top8
  1163. ExUpd.BackgroundColor3 = Color3.new(1, 1, 1)
  1164. ExUpd.BackgroundTransparency = 1
  1165. ExUpd.Position = UDim2.new(0.941747546, 0, 0.208333343, 0)
  1166. ExUpd.Size = UDim2.new(0, 18, 0, 13)
  1167. ExUpd.Font = Enum.Font.SciFi
  1168. ExUpd.Text = "x"
  1169. ExUpd.TextColor3 = Color3.new(1, 1, 1)
  1170. ExUpd.TextSize = 14
  1171. ExUpd.MouseButton1Down:connect(function()
  1172. Updat.Visible = false
  1173. Main.Visible = true
  1174. end)
  1175.  
  1176. _1_2.Name = "1"
  1177. _1_2.Parent = Updat
  1178. _1_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1179. _1_2.BackgroundTransparency = 1
  1180. _1_2.BorderSizePixel = 0
  1181. _1_2.Position = UDim2.new(0, 0, 0.165745854, 0)
  1182. _1_2.Size = UDim2.new(0, 125, 0, 50)
  1183. _1_2.Font = Enum.Font.SciFi
  1184. _1_2.Text = "> New Menu"
  1185. _1_2.TextColor3 = Color3.new(1, 1, 1)
  1186. _1_2.TextSize = 20
  1187. _1_2.TextWrapped = true
  1188.  
  1189. _2_2.Name = "2"
  1190. _2_2.Parent = Updat
  1191. _2_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1192. _2_2.BackgroundTransparency = 1
  1193. _2_2.BorderSizePixel = 0
  1194. _2_2.Position = UDim2.new(0, 0, 0.298342556, 0)
  1195. _2_2.Size = UDim2.new(0, 137, 0, 50)
  1196. _2_2.Font = Enum.Font.SciFi
  1197. _2_2.Text = "> New Scripts"
  1198. _2_2.TextColor3 = Color3.new(1, 1, 1)
  1199. _2_2.TextSize = 20
  1200. _2_2.TextWrapped = true
  1201.  
  1202. _3_2.Name = "3"
  1203. _3_2.Parent = Updat
  1204. _3_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1205. _3_2.BackgroundTransparency = 1
  1206. _3_2.BorderSizePixel = 0
  1207. _3_2.Position = UDim2.new(0.0226537213, 0, 0.41988951, 0)
  1208. _3_2.Size = UDim2.new(0, 109, 0, 50)
  1209. _3_2.Font = Enum.Font.SciFi
  1210. _3_2.Text = "> And More!"
  1211. _3_2.TextColor3 = Color3.new(1, 1, 1)
  1212. _3_2.TextSize = 20
  1213. _3_2.TextWrapped = true
  1214. -- Scripts:
Add Comment
Please, Sign In to add comment