arfiakbar123

ee

Jan 3rd, 2019
588
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.17 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local BasicGui = Instance.new("ScreenGui")
  5. local MainGui = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local RemoveDoors = Instance.new("TextButton")
  8. local Walkspeed = Instance.new("TextButton")
  9. local InfRFuel = Instance.new("TextButton")
  10. local DestroyCityBuildings = Instance.new("TextButton")
  11. local InfRFuel_2 = Instance.new("TextButton")
  12. local Shotgun = Instance.new("TextButton")
  13. local SetTheGravity = Instance.new("TextButton")
  14. local MainGui_2 = Instance.new("Frame")
  15. local TextLabel_2 = Instance.new("TextLabel")
  16. local Ferrari = Instance.new("TextButton")
  17. local Ciminal1 = Instance.new("TextButton")
  18. local JewIn = Instance.new("TextButton")
  19. local Museum = Instance.new("TextButton")
  20. local Lambo = Instance.new("TextButton")
  21. local PoliceStation = Instance.new("TextButton")
  22. local TrainSpawn = Instance.new("TextButton")
  23. local Tesla = Instance.new("TextButton")
  24. local Criminal2 = Instance.new("TextButton")
  25. local BankIn = Instance.new("TextButton")
  26. local GasStation = Instance.new("TextButton")
  27. --Properties:
  28. BasicGui.Name = "BasicGui"
  29. BasicGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  30.  
  31. MainGui.Name = "MainGui"
  32. MainGui.Parent = BasicGui
  33. MainGui.Active = true
  34. MainGui.BackgroundColor3 = Color3.new(0, 0, 0)
  35. MainGui.BackgroundTransparency = 0.40000000596046
  36. MainGui.BorderColor3 = Color3.new(0, 0, 0)
  37. MainGui.BorderSizePixel = 3
  38. MainGui.Draggable = true
  39. MainGui.Position = UDim2.new(0, 199, 0, 213)
  40. MainGui.Size = UDim2.new(0, 134, 0, 246)
  41.  
  42. TextLabel.Parent = MainGui
  43. TextLabel.BackgroundColor3 = Color3.new(0.780392, 0, 0)
  44. TextLabel.Position = UDim2.new(-0.0406301804, 0, -0.1739223, 0)
  45. TextLabel.Size = UDim2.new(0, 144, 0, 35)
  46. TextLabel.Font = Enum.Font.SourceSans
  47. TextLabel.Text = "PLOEZ"
  48. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  49. TextLabel.TextSize = 14
  50.  
  51. RemoveDoors.Name = "RemoveDoors"
  52. RemoveDoors.Parent = MainGui
  53. RemoveDoors.BackgroundColor3 = Color3.new(1, 1, 1)
  54. RemoveDoors.Position = UDim2.new(0.091583252, 0, 0.0165082719, 0)
  55. RemoveDoors.Size = UDim2.new(0, 109, 0, 30)
  56. RemoveDoors.Font = Enum.Font.SourceSans
  57. RemoveDoors.Text = "Remove Doors"
  58. RemoveDoors.TextColor3 = Color3.new(0, 0, 0)
  59. RemoveDoors.TextSize = 14
  60.  
  61. Walkspeed.Name = "Walkspeed"
  62. Walkspeed.Parent = MainGui
  63. Walkspeed.BackgroundColor3 = Color3.new(1, 1, 1)
  64. Walkspeed.Position = UDim2.new(0.0841205642, 0, 0.166914776, 0)
  65. Walkspeed.Size = UDim2.new(0, 109, 0, 30)
  66. Walkspeed.Font = Enum.Font.SourceSans
  67. Walkspeed.Text = "Walkspeed(X) "
  68. Walkspeed.TextColor3 = Color3.new(0, 0, 0)
  69. Walkspeed.TextSize = 14
  70. Walkspeed.MouseButton1Down:connect(function()
  71. local walkspeedplayer = game:GetService("Players").LocalPlayer
  72. local walkspeedmouse = walkspeedplayer:GetMouse()
  73.  
  74. local walkspeedenabled = false
  75.  
  76. function x_walkspeed(key)
  77. if (key == "x") then
  78. if walkspeedenabled == false then
  79. _G.WS = 200;
  80. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  81. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  82. Humanoid.WalkSpeed = _G.WS;
  83. end)
  84. Humanoid.WalkSpeed = _G.WS;
  85.  
  86. walkspeedenabled = true
  87. elseif walkspeedenabled == true then
  88. _G.WS = 20;
  89. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  90. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  91. Humanoid.WalkSpeed = _G.WS;
  92. end)
  93. Humanoid.WalkSpeed = _G.WS;
  94.  
  95. walkspeedenabled = false
  96. end
  97. end
  98. end
  99.  
  100. walkspeedmouse.KeyDown:connect(x_walkspeed)
  101. end)
  102. RemoveDoors.MouseButton1Down:connect(function()
  103. game:GetService("Workspace").Doors:Destroy()
  104. end)
  105.  
  106. InfRFuel.Name = "InfRFuel"
  107. InfRFuel.Parent = MainGui
  108. InfRFuel.BackgroundColor3 = Color3.new(1, 1, 1)
  109. InfRFuel.Position = UDim2.new(0.091583252, 0, 0.317321301, 0)
  110. InfRFuel.Size = UDim2.new(0, 109, 0, 30)
  111. InfRFuel.Font = Enum.Font.SourceSans
  112. InfRFuel.Text = "Inf Nitro"
  113. InfRFuel.TextColor3 = Color3.new(0, 0, 0)
  114. InfRFuel.TextSize = 14
  115. InfRFuel.MouseButton1Down:connect(function()
  116. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "q"
  117. end)
  118.  
  119. DestroyCityBuildings.Name = "DestroyCityBuildings"
  120. DestroyCityBuildings.Parent = MainGui
  121. DestroyCityBuildings.BackgroundColor3 = Color3.new(1, 1, 1)
  122. DestroyCityBuildings.Position = UDim2.new(0.0841205642, 0, 0.4555327, 0)
  123. DestroyCityBuildings.Size = UDim2.new(0, 109, 0, 30)
  124. DestroyCityBuildings.Font = Enum.Font.SourceSans
  125. DestroyCityBuildings.Text = "Destroy City"
  126. DestroyCityBuildings.TextColor3 = Color3.new(0, 0, 0)
  127. DestroyCityBuildings.TextSize = 14
  128. DestroyCityBuildings.MouseButton1Down:connect(function()
  129. game:GetService("Workspace").Buildings:Destroy()
  130. end)
  131.  
  132. Pistol.Name = "Pistol"
  133. Pistol.Parent = MainGui
  134. Pistol.BackgroundColor3 = Color3.new(1, 1, 1)
  135. Pistol.Position = UDim2.new(0.091583252, 0, 0.601874113, 0)
  136. Pistol.Size = UDim2.new(0, 109, 0, 30)
  137. Pistol.Font = Enum.Font.SourceSans
  138. Pistol.Text = "Pistol"
  139. Pistol.TextColor3 = Color3.new(0, 0, 0)
  140. Pistol.TextSize = 14
  141. Pistol.MouseButton1Down:connect(function()
  142. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  143.  
  144. a = Instance.new("Part", workspace)
  145. a.Anchored = true
  146. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  147. a.CanCollide = false
  148.  
  149. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  150. if v.Name == "Station" then
  151. for a, b in pairs(v:GetChildren()) do
  152. if b:IsA("StringValue") then
  153. if b.Value == "Pistol" then
  154. v.CFrame = CFrame.new(hit)
  155. end
  156. end
  157. end
  158. end
  159. end
  160. end)
  161.  
  162. Shotgun.Name = "Shotgun"
  163. Shotgun.Parent = MainGui
  164. Shotgun.BackgroundColor3 = Color3.new(1, 1, 1)
  165. Shotgun.Position = UDim2.new(0.091583252, 0, 0.748215556, 0)
  166. Shotgun.Size = UDim2.new(0, 109, 0, 30)
  167. Shotgun.Font = Enum.Font.SourceSans
  168. Shotgun.Text = "Shotgun"
  169. Shotgun.TextColor3 = Color3.new(0, 0, 0)
  170. Shotgun.TextSize = 14
  171. Shotgun.MouseButton1Down:connect(function()
  172. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  173.  
  174. a = Instance.new("Part", workspace)
  175. a.Anchored = true
  176. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  177. a.CanCollide = false
  178.  
  179. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  180. if v.Name == "Station" then
  181. for a, b in pairs(v:GetChildren()) do
  182. if b:IsA("StringValue") then
  183. if b.Value == "Shotgun" then
  184. v.CFrame = CFrame.new(hit)
  185. end
  186. end
  187. end
  188. end
  189. end
  190. end)
  191.  
  192. SetTheGravity.Name = "SetTheGravity"
  193. SetTheGravity.Parent = MainGui
  194. SetTheGravity.BackgroundColor3 = Color3.new(1, 1, 1)
  195. SetTheGravity.Position = UDim2.new(0.0766578764, 0, 0.918699145, 0)
  196. SetTheGravity.Size = UDim2.new(0, 109, 0, 17)
  197. SetTheGravity.Font = Enum.Font.SourceSans
  198. SetTheGravity.Text = "Gravity"
  199. SetTheGravity.TextColor3 = Color3.new(0, 0, 0)
  200. SetTheGravity.TextSize = 14
  201. SetTheGravity.MouseButton1Down:connect(function()
  202. game.Workspace.Gravity = GravSelection.Text
  203. end)
  204. Noclip.MouseButton1Down:connect(function()
  205. _G.NC = not _G.NC
  206.  
  207. local pos = game:GetService('Players').LocalPlayer.Character.LowerTorso.Position.Y
  208.  
  209. if _G.InitNC ~= true then
  210. _G.NCFunc = function(part)
  211. if _G.NC then
  212. if part.Position.Y > pos then
  213. part.CanCollide = false
  214. end
  215. end
  216. end
  217.  
  218. _G.InitNC = true
  219. end
  220.  
  221. if _G.NC and _G.NCFunc ~= nil then
  222. game:GetService('Players').LocalPlayer.Character.Humanoid.Touched:connect(_G.NCFunc)
  223. end
  224. end)
  225.  
  226. MainGui_2.Name = "MainGui"
  227. MainGui_2.Parent = BasicGui
  228. MainGui_2.Active = true
  229. MainGui_2.BackgroundColor3 = Color3.new(0, 0, 0)
  230. MainGui_2.BackgroundTransparency = 0.40000000596046
  231. MainGui_2.BorderColor3 = Color3.new(0, 0, 0)
  232. MainGui_2.BorderSizePixel = 3
  233. MainGui_2.Draggable = true
  234. MainGui_2.Position = UDim2.new(0, 538, 0, 185)
  235. MainGui_2.Size = UDim2.new(0, 135, 0, 254)
  236.  
  237. TextLabel_2.Parent = MainGui_2
  238. TextLabel_2.BackgroundColor3 = Color3.new(0.780392, 0, 0)
  239. TextLabel_2.Position = UDim2.new(-0.0406301804, 0, -0.1739223, 0)
  240. TextLabel_2.Size = UDim2.new(0, 144, 0, 35)
  241. TextLabel_2.Font = Enum.Font.SourceSans
  242. TextLabel_2.Text = "PLOEZ"
  243. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  244. TextLabel_2.TextSize = 14
  245.  
  246. Ferrari.Name = "Ferrari"
  247. Ferrari.Parent = MainGui_2
  248. Ferrari.BackgroundColor3 = Color3.new(1, 1, 1)
  249. Ferrari.Position = UDim2.new(0.039811112, 0, 0.123000979, 0)
  250. Ferrari.Size = UDim2.new(0, 109, 0, 20)
  251. Ferrari.Font = Enum.Font.SourceSans
  252. Ferrari.Text = "Ferrari"
  253. Ferrari.TextColor3 = Color3.new(0, 0, 0)
  254. Ferrari.TextSize = 14
  255. Ferrari.MouseButton1Down:connect(function()
  256. for i=1,32 do
  257. wait(.08)
  258. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1501.28687, 49.4527283, 1805.06726) + Vector3.new(1,0,0)
  259. end
  260. end)
  261.  
  262. Ciminal1.Name = "Ciminal1"
  263. Ciminal1.Parent = MainGui_2
  264. Ciminal1.BackgroundColor3 = Color3.new(1, 1, 1)
  265. Ciminal1.Position = UDim2.new(0.0536066294, 0, 0.809094727, 0)
  266. Ciminal1.Size = UDim2.new(0, 109, 0, 20)
  267. Ciminal1.Font = Enum.Font.SourceSans
  268. Ciminal1.Text = "Ciminal1"
  269. Ciminal1.TextColor3 = Color3.new(0, 0, 0)
  270. Ciminal1.TextSize = 14
  271. Ciminal1.MouseButton1Down:connect(function()
  272. for i=1,32 do
  273. wait(.08)
  274. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-221.723099, 17.8924026, 1578.80261) + Vector3.new(1,0,0)
  275. end
  276. end)
  277.  
  278. JewIn.Name = "JewIn"
  279. JewIn.Parent = MainGui_2
  280. JewIn.BackgroundColor3 = Color3.new(1, 1, 1)
  281. JewIn.Position = UDim2.new(0.0471632443, 0, 0.533963978, 0)
  282. JewIn.Size = UDim2.new(0, 109, 0, 20)
  283. JewIn.Font = Enum.Font.SourceSans
  284. JewIn.Text = "Jewelry"
  285. JewIn.TextColor3 = Color3.new(0, 0, 0)
  286. JewIn.TextSize = 14
  287. JewIn.MouseButton1Down:connect(function()
  288. for i=1,32 do
  289. wait(.08)
  290. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(133.300705, 17.9375954, 1316.42407) + Vector3.new(1,0,0)
  291. end
  292. end)
  293.  
  294. Museum.Name = "Museum"
  295. Museum.Parent = MainGui_2
  296. Museum.BackgroundColor3 = Color3.new(1, 1, 1)
  297. Museum.Position = UDim2.new(0.0609586872, 0, 0.714937091, 0)
  298. Museum.Size = UDim2.new(0, 109, 0, 18)
  299. Museum.Font = Enum.Font.SourceSans
  300. Museum.Text = "Museum"
  301. Museum.TextColor3 = Color3.new(0, 0, 0)
  302. Museum.TextSize = 14
  303. Museum.MouseButton1Down:connect(function()
  304. for i = 1,45 do
  305. wait(.08)
  306. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1063.02, 117.562, 1218.757) + Vector3.new(1,0,0)
  307. end
  308. end)
  309. Tesla.MouseButton1Down:connect(function()
  310. for i=1,32 do
  311. wait(.08)
  312. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-132.424164, 17.9162769, 556.760864) + Vector3.new(1,0,0)
  313. end
  314. end)
  315.  
  316. Lambo.Name = "Lambo"
  317. Lambo.Parent = MainGui_2
  318. Lambo.BackgroundColor3 = Color3.new(1, 1, 1)
  319. Lambo.Position = UDim2.new(0.0398110971, 0, 0.241875768, 0)
  320. Lambo.Size = UDim2.new(0, 109, 0, 20)
  321. Lambo.Font = Enum.Font.SourceSans
  322. Lambo.Text = "Lamborghini"
  323. Lambo.TextColor3 = Color3.new(0, 0, 0)
  324. Lambo.TextSize = 14
  325. Lambo.MouseButton1Down:connect(function()
  326. for i=1,32 do
  327. wait(.08)
  328. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(146.568039, 17.6188164, 775.127197) + Vector3.new(1,0,0)
  329. end
  330. end)
  331.  
  332. PoliceStation.Name = "PoliceStation"
  333. PoliceStation.Parent = MainGui_2
  334. PoliceStation.BackgroundColor3 = Color3.new(1, 1, 1)
  335. PoliceStation.Position = UDim2.new(0.0398111157, 0, 0.33525157, 0)
  336. PoliceStation.Size = UDim2.new(0, 109, 0, 20)
  337. PoliceStation.Font = Enum.Font.SourceSans
  338. PoliceStation.Text = "PoliceStation"
  339. PoliceStation.TextColor3 = Color3.new(0, 0, 0)
  340. PoliceStation.TextSize = 14
  341. PoliceStation.MouseButton1Down:connect(function()
  342. for i=1,32 do
  343. wait(.08)
  344. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1136.89868, 17.950058, -1585.59912) + Vector3.new(1,0,0)
  345. end
  346. end)
  347.  
  348. TrainSpawn.Name = "TrainSpawn"
  349. TrainSpawn.Parent = MainGui_2
  350. TrainSpawn.BackgroundColor3 = Color3.new(1, 1, 1)
  351. TrainSpawn.Position = UDim2.new(0.0619781204, 0, 0.636941016, 0)
  352. TrainSpawn.Size = UDim2.new(0, 109, 0, 17)
  353. TrainSpawn.Font = Enum.Font.SourceSans
  354. TrainSpawn.Text = "TrainSpawn"
  355. TrainSpawn.TextColor3 = Color3.new(0, 0, 0)
  356. TrainSpawn.TextSize = 14
  357. TrainSpawn.MouseButton1Down:connect(function()
  358. for i=1,32 do
  359. wait(.08)
  360. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1954.95007, 68.0448606, -603.844116) + Vector3.new(1,0,0)
  361. end
  362. end)
  363.  
  364. Criminal2.Name = "Criminal2"
  365. Criminal2.Parent = MainGui_2
  366. Criminal2.BackgroundColor3 = Color3.new(1, 1, 1)
  367. Criminal2.Position = UDim2.new(0.0388470255, 0, 0.0120041296, 0)
  368. Criminal2.Size = UDim2.new(0, 109, 0, 17)
  369. Criminal2.Font = Enum.Font.SourceSans
  370. Criminal2.Text = "Criminal2"
  371. Criminal2.TextColor3 = Color3.new(0, 0, 0)
  372. Criminal2.TextSize = 14
  373. Criminal2.MouseButton1Down:connect(function()
  374. for i=1,32 do
  375. wait(.08)
  376. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1650.80896, 49.863636, -1770.66626) + Vector3.new(1,0,0)
  377. end
  378. end)
  379.  
  380. BankIn.Name = "BankIn"
  381. BankIn.Parent = MainGui_2
  382. BankIn.BackgroundColor3 = Color3.new(1, 1, 1)
  383. BankIn.Position = UDim2.new(0.0536069535, 0, 0.91897893, 0)
  384. BankIn.Size = UDim2.new(0, 53, 0, 20)
  385. BankIn.Font = Enum.Font.SourceSans
  386. BankIn.Text = "Bank"
  387. BankIn.TextColor3 = Color3.new(0, 0, 0)
  388. BankIn.TextSize = 14
  389. BankIn.MouseButton1Down:connect(function()
  390. for i=1,32 do
  391. wait(.08)
  392. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(18.3854294, 0.765628457, 815.506348) + Vector3.new(1,0,0)
  393. end
  394. end)
  395.  
  396. GasStation.Name = "GasStation"
  397. GasStation.Parent = MainGui_2
  398. GasStation.BackgroundColor3 = Color3.new(1, 1, 1)
  399. GasStation.Position = UDim2.new(0.475829184, 0, 0.91897893, 0)
  400. GasStation.Size = UDim2.new(0, 53, 0, 20)
  401. GasStation.Font = Enum.Font.SourceSans
  402. GasStation.Text = "GasStation"
  403. GasStation.TextColor3 = Color3.new(0, 0, 0)
  404. GasStation.TextSize = 14
  405. GasStation.MouseButton1Down:connect(function()
  406. for i=1,32 do
  407. wait(.08)
  408. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1586.41101, 17.8481865, 709.37262) + Vector3.new(1,0,0)
  409. end
  410. end)
Advertisement
Add Comment
Please, Sign In to add comment