Advertisement
Guest User

NightX

a guest
Aug 21st, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.72 KB | None | 0 0
  1. - NightX All Credits to RedBoy <3
  2. local plr = game:GetService("Players").LocalPlayer
  3.  
  4.  
  5. local TpMethod = 2
  6.  
  7.  
  8.  
  9. function JailbreakTp(...)
  10. getfenv()["TpMethod" .. TpMethod](...)
  11. end
  12.  
  13. function TpMethod1(...)
  14. local char = plr.Character
  15. local root = char.HumanoidRootPart
  16. local args = {...}
  17. for i=0,1,0.05 do
  18. wait()
  19. root.CFrame = root.CFrame:lerp(CFrame.new(unpack(args,1,3)), i)
  20. end
  21. end
  22.  
  23. function TpMethod2(...)
  24. local args = {...}
  25. local char = plr.Character
  26. local target = Vector3.new(unpack(args,1,3))
  27. local dist = (char:WaitForChild"HumanoidRootPart".Position - target).magnitude
  28. dist = math.floor(dist / 100) + 1
  29. for i=0,dist * 4 do
  30. wait()
  31. char:MoveTo(Vector3.new(...))
  32. end
  33. if args[#args] == true then
  34. wait()
  35. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(unpack(args,1,#args - 1))
  36. end
  37. end
  38.  
  39. function Tween(obj, t, properties)
  40. local TweenService = game:GetService("TweenService")
  41. local tweenInfo = TweenInfo.new(t,Enum.EasingStyle.Linear,Enum.EasingDirection.In,0,false,0)
  42. local tween = TweenService:Create(obj,tweenInfo,properties)
  43. tween:Play()
  44. return tween
  45. end
  46. -- Instances:
  47. local NightX = Instance.new("ScreenGui")
  48. local Top = Instance.new("Frame")
  49. local Main = Instance.new("Frame")
  50. local TextLabel = Instance.new("TextLabel")
  51. local Exit = Instance.new("TextButton")
  52. local BankFront = Instance.new("TextButton")
  53. local Vault = Instance.new("TextButton")
  54. local JewelryIn = Instance.new("TextButton")
  55. local Roof = Instance.new("TextButton")
  56. local GasStation = Instance.new("TextButton")
  57. local DonutShop = Instance.new("TextButton")
  58. local CityBase = Instance.new("TextButton")
  59. local BatCave = Instance.new("TextButton")
  60. local PoliceBase = Instance.new("TextButton")
  61. local GasStation_2 = Instance.new("TextButton")
  62. local Roof_2 = Instance.new("TextButton")
  63. local AutoArrest = Instance.new("TextButton")
  64. local InfNitro = Instance.new("TextButton")
  65. local Gravity = Instance.new("TextButton")
  66. local Walkspeed = Instance.new("TextButton")
  67. local Gravity_2 = Instance.new("TextButton")
  68. local InfNitro_2 = Instance.new("TextButton")
  69. local Btools = Instance.new("TextButton")
  70. local Pistol = Instance.new("TextButton")
  71. local Pistol_2 = Instance.new("TextButton")
  72. local Pistol_3 = Instance.new("TextButton")
  73. local TextLabel_2 = Instance.new("TextLabel")
  74. local Open = Instance.new("TextButton")
  75. --Properties:
  76. NightX.Name = "NightX"
  77. NightX.Parent = game.CoreGui
  78.  
  79. Top.Name = "Top"
  80. Top.Parent = NightX
  81. Top.BackgroundColor3 = Color3.new(0.317647, 0.792157, 0.333333)
  82. Top.Position = UDim2.new(0.25512296, 0, 0.235023037, 0)
  83. Top.Size = UDim2.new(0, 543, 0, 36)
  84. Top.Style = Enum.FrameStyle.RobloxRound
  85.  
  86. Main.Name = "Main"
  87. Main.Parent = Top
  88. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  89. Main.Position = UDim2.new(-0.0147601478, 0, 0.944444478, 0)
  90. Main.Size = UDim2.new(0, 543, 0, 273)
  91. Main.Draggable
  92.  
  93. TextLabel.Parent = Main
  94. TextLabel.BackgroundColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  95. TextLabel.BorderColor3 = Color3.new(0.109804, 0.105882, 0.109804)
  96. TextLabel.Position = UDim2.new(0.434622467, 0, -0.0695970729, 0)
  97. TextLabel.Size = UDim2.new(0, 71, 0, 13)
  98. TextLabel.Text = "NightX"
  99. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  100. TextLabel.TextSize = 14
  101.  
  102. Exit.Name = "Exit"
  103. Exit.Parent = Main
  104. Exit.BackgroundColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  105. Exit.BorderColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  106. Exit.Position = UDim2.new(0.953959465, 0, -0.0695970803, 0)
  107. Exit.Size = UDim2.new(0, 19, 0, 15)
  108. Exit.Font = Enum.Font.SourceSansSemibold
  109. Exit.Text = "X"
  110. Exit.TextColor3 = Color3.new(1, 1, 1)
  111. Exit.TextSize = 14
  112. Close.MouseButton1Down:connect(function()
  113. Open.Visible = true
  114. Main.Visible = false
  115. end)
  116.  
  117. BankFront.Name = "Bank Front"
  118. BankFront.Parent = Main
  119. BankFront.BackgroundColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  120. BankFront.BorderColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  121. BankFront.Position = UDim2.new(0.0128913447, 0, 0.0329670347, 0)
  122. BankFront.Size = UDim2.new(0, 84, 0, 44)
  123. BankFront.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  124. BankFront.Font = Enum.Font.SourceSans
  125. BankFront.Text = "Bank Front"
  126. BankFront.TextColor3 = Color3.new(0, 0, 0)
  127. BankFront.TextSize = 14
  128. BankFront.MouseButton1Down:connect(function()
  129. for i = 1,45 do
  130. wait(.08)
  131. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147)
  132. end
  133. end)
  134.  
  135. Vault.Name = "Vault"
  136. Vault.Parent = Main
  137. Vault.BackgroundColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  138. Vault.BorderColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  139. Vault.Position = UDim2.new(0.0128913447, 0, 0.194139197, 0)
  140. Vault.Size = UDim2.new(0, 84, 0, 29)
  141. Vault.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  142. Vault.Font = Enum.Font.SourceSans
  143. Vault.Text = "Vault"
  144. Vault.TextColor3 = Color3.new(0, 0, 0)
  145. Vault.TextSize = 14
  146.  
  147. JewelryIn.Name = "Jewelry In"
  148. JewelryIn.Parent = Main
  149. JewelryIn.BackgroundColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  150. JewelryIn.BorderColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  151. JewelryIn.Position = UDim2.new(0.189686924, 0, 0.0329670347, 0)
  152. JewelryIn.Size = UDim2.new(0, 84, 0, 44)
  153. JewelryIn.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  154. JewelryIn.Font = Enum.Font.SciFi
  155. JewelryIn.Text = "Jewelry In"
  156. JewelryIn.TextColor3 = Color3.new(0, 0, 0)
  157. JewelryIn.TextSize = 14
  158.  
  159. Roof.Name = "Roof"
  160. Roof.Parent = Main
  161. Roof.BackgroundColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  162. Roof.BorderColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  163. Roof.Position = UDim2.new(0.189686924, 0, 0.194139197, 0)
  164. Roof.Size = UDim2.new(0, 84, 0, 29)
  165. Roof.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  166. Roof.Font = Enum.Font.SourceSans
  167. Roof.Text = "Roof"
  168. Roof.TextColor3 = Color3.new(0, 0, 0)
  169. Roof.TextSize = 14
  170.  
  171. GasStation.Name = "Gas Station"
  172. GasStation.Parent = Main
  173. GasStation.BackgroundColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  174. GasStation.BorderColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  175. GasStation.Position = UDim2.new(0.0128913447, 0, 0.300366312, 0)
  176. GasStation.Size = UDim2.new(0, 84, 0, 44)
  177. GasStation.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  178. GasStation.Font = Enum.Font.SourceSans
  179. GasStation.Text = "Gas Station"
  180. GasStation.TextColor3 = Color3.new(0, 0, 0)
  181. GasStation.TextSize = 14
  182.  
  183. DonutShop.Name = "Donut Shop"
  184. DonutShop.Parent = Main
  185. DonutShop.BackgroundColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  186. DonutShop.BorderColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  187. DonutShop.Position = UDim2.new(0.189686924, 0, 0.300366312, 0)
  188. DonutShop.Size = UDim2.new(0, 84, 0, 44)
  189. DonutShop.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  190. DonutShop.Font = Enum.Font.SourceSans
  191. DonutShop.Text = "Donut Shop"
  192. DonutShop.TextColor3 = Color3.new(0, 0, 0)
  193. DonutShop.TextSize = 14
  194.  
  195. CityBase.Name = "City Base"
  196. CityBase.Parent = Main
  197. CityBase.BackgroundColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  198. CityBase.BorderColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  199. CityBase.Position = UDim2.new(0.0128913373, 0, 0.461538494, 0)
  200. CityBase.Size = UDim2.new(0, 84, 0, 44)
  201. CityBase.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  202. CityBase.Font = Enum.Font.SourceSans
  203. CityBase.Text = "City Base"
  204. CityBase.TextColor3 = Color3.new(0, 0, 0)
  205. CityBase.TextSize = 14
  206.  
  207. BatCave.Name = "Bat Cave"
  208. BatCave.Parent = Main
  209. BatCave.BackgroundColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  210. BatCave.BorderColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  211. BatCave.Position = UDim2.new(0.189686924, 0, 0.461538494, 0)
  212. BatCave.Size = UDim2.new(0, 84, 0, 44)
  213. BatCave.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  214. BatCave.Font = Enum.Font.SourceSans
  215. BatCave.Text = "Bat Cave"
  216. BatCave.TextColor3 = Color3.new(0, 0, 0)
  217. BatCave.TextSize = 14
  218.  
  219. PoliceBase.Name = "Police Base"
  220. PoliceBase.Parent = Main
  221. PoliceBase.BackgroundColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  222. PoliceBase.BorderColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  223. PoliceBase.Position = UDim2.new(0.0128913447, 0, 0.622710645, 0)
  224. PoliceBase.Size = UDim2.new(0, 180, 0, 29)
  225. PoliceBase.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  226. PoliceBase.Font = Enum.Font.SourceSans
  227. PoliceBase.Text = "Police Base"
  228. PoliceBase.TextColor3 = Color3.new(0, 0, 0)
  229. PoliceBase.TextSize = 14
  230.  
  231. GasStation_2.Name = "Gas Station"
  232. GasStation_2.Parent = Main
  233. GasStation_2.BackgroundColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  234. GasStation_2.BorderColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  235. GasStation_2.Position = UDim2.new(0.0128913447, 0, 0.728937745, 0)
  236. GasStation_2.Size = UDim2.new(0, 180, 0, 44)
  237. GasStation_2.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  238. GasStation_2.Font = Enum.Font.SourceSans
  239. GasStation_2.Text = "Museum"
  240. GasStation_2.TextColor3 = Color3.new(0, 0, 0)
  241. GasStation_2.TextSize = 14
  242.  
  243. Roof_2.Name = "Roof"
  244. Roof_2.Parent = Main
  245. Roof_2.BackgroundColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  246. Roof_2.BorderColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  247. Roof_2.Position = UDim2.new(0.0128913447, 0, 0.89377296, 0)
  248. Roof_2.Size = UDim2.new(0, 180, 0, 29)
  249. Roof_2.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  250. Roof_2.Font = Enum.Font.SourceSans
  251. Roof_2.Text = "Roof"
  252. Roof_2.TextColor3 = Color3.new(0, 0, 0)
  253. Roof_2.TextSize = 14
  254.  
  255. AutoArrest.Name = "Auto Arrest"
  256. AutoArrest.Parent = Main
  257. AutoArrest.BackgroundColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  258. AutoArrest.BorderColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  259. AutoArrest.Position = UDim2.new(0.650092006, 0, 0.032967031, 0)
  260. AutoArrest.Size = UDim2.new(0, 84, 0, 44)
  261. AutoArrest.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  262. AutoArrest.Font = Enum.Font.SourceSans
  263. AutoArrest.Text = "Auto Arrest"
  264. AutoArrest.TextColor3 = Color3.new(0, 0, 0)
  265. AutoArrest.TextSize = 14
  266.  
  267. InfNitro.Name = "Inf Nitro"
  268. InfNitro.Parent = Main
  269. InfNitro.BackgroundColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  270. InfNitro.BorderColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  271. InfNitro.Position = UDim2.new(0.650092065, 0, 0.194139197, 0)
  272. InfNitro.Size = UDim2.new(0, 84, 0, 29)
  273. InfNitro.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  274. InfNitro.Font = Enum.Font.SourceSans
  275. InfNitro.Text = "Inf Nitro"
  276. InfNitro.TextColor3 = Color3.new(0, 0, 0)
  277. InfNitro.TextSize = 14
  278.  
  279. Gravity.Name = "Gravity"
  280. Gravity.Parent = Main
  281. Gravity.BackgroundColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  282. Gravity.BorderColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  283. Gravity.Position = UDim2.new(0.819521248, 0, 0.032967031, 0)
  284. Gravity.Size = UDim2.new(0, 84, 0, 44)
  285. Gravity.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  286. Gravity.Font = Enum.Font.SourceSans
  287. Gravity.Text = "Gravity"
  288. Gravity.TextColor3 = Color3.new(0, 0, 0)
  289. Gravity.TextSize = 14
  290.  
  291. Walkspeed.Name = "Walkspeed"
  292. Walkspeed.Parent = Main
  293. Walkspeed.BackgroundColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  294. Walkspeed.BorderColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  295. Walkspeed.Position = UDim2.new(0.819521189, 0, 0.194139197, 0)
  296. Walkspeed.Size = UDim2.new(0, 84, 0, 29)
  297. Walkspeed.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  298. Walkspeed.Font = Enum.Font.SourceSans
  299. Walkspeed.Text = "WalkSpeed {Z}"
  300. Walkspeed.TextColor3 = Color3.new(0, 0, 0)
  301. Walkspeed.TextSize = 14
  302.  
  303. Gravity_2.Name = "Gravity"
  304. Gravity_2.Parent = Main
  305. Gravity_2.BackgroundColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  306. Gravity_2.BorderColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  307. Gravity_2.Position = UDim2.new(0.650092125, 0, 0.300366312, 0)
  308. Gravity_2.Size = UDim2.new(0, 84, 0, 44)
  309. Gravity_2.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  310. Gravity_2.Font = Enum.Font.SourceSans
  311. Gravity_2.Text = "Remove All"
  312. Gravity_2.TextColor3 = Color3.new(0, 0, 0)
  313. Gravity_2.TextSize = 14
  314.  
  315. InfNitro_2.Name = "Inf Nitro"
  316. InfNitro_2.Parent = Main
  317. InfNitro_2.BackgroundColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  318. InfNitro_2.BorderColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  319. InfNitro_2.Position = UDim2.new(0.650092065, 0, 0.479853481, 0)
  320. InfNitro_2.Size = UDim2.new(0, 181, 0, 29)
  321. InfNitro_2.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  322. InfNitro_2.Font = Enum.Font.SourceSans
  323. InfNitro_2.Text = "Remove Buildings"
  324. InfNitro_2.TextColor3 = Color3.new(0, 0, 0)
  325. InfNitro_2.TextSize = 14
  326.  
  327. Btools.Name = "Btools"
  328. Btools.Parent = Main
  329. Btools.BackgroundColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  330. Btools.BorderColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  331. Btools.Position = UDim2.new(0.819521248, 0, 0.300366312, 0)
  332. Btools.Size = UDim2.new(0, 84, 0, 44)
  333. Btools.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  334. Btools.Font = Enum.Font.SourceSans
  335. Btools.Text = "Btools"
  336. Btools.TextColor3 = Color3.new(0, 0, 0)
  337. Btools.TextSize = 14
  338.  
  339. Pistol.Name = "Pistol"
  340. Pistol.Parent = Main
  341. Pistol.BackgroundColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  342. Pistol.BorderColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  343. Pistol.Position = UDim2.new(0.650092125, 0, 0.593406618, 0)
  344. Pistol.Size = UDim2.new(0, 84, 0, 44)
  345. Pistol.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  346. Pistol.Font = Enum.Font.SourceSans
  347. Pistol.Text = "Pistol"
  348. Pistol.TextColor3 = Color3.new(0, 0, 0)
  349. Pistol.TextSize = 14
  350.  
  351. Pistol_2.Name = "Pistol"
  352. Pistol_2.Parent = Main
  353. Pistol_2.BackgroundColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  354. Pistol_2.BorderColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  355. Pistol_2.Position = UDim2.new(0.819521248, 0, 0.593406618, 0)
  356. Pistol_2.Size = UDim2.new(0, 84, 0, 44)
  357. Pistol_2.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  358. Pistol_2.Font = Enum.Font.SourceSans
  359. Pistol_2.Text = "AK47"
  360. Pistol_2.TextColor3 = Color3.new(0, 0, 0)
  361. Pistol_2.TextSize = 14
  362.  
  363. Pistol_3.Name = "Pistol"
  364. Pistol_3.Parent = Main
  365. Pistol_3.BackgroundColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  366. Pistol_3.BorderColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  367. Pistol_3.Position = UDim2.new(0.650092065, 0, 0.754578769, 0)
  368. Pistol_3.Size = UDim2.new(0, 177, 0, 44)
  369. Pistol_3.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  370. Pistol_3.Font = Enum.Font.SourceSans
  371. Pistol_3.Text = "Shot Gun"
  372. Pistol_3.TextColor3 = Color3.new(0, 0, 0)
  373. Pistol_3.TextSize = 14
  374.  
  375. TextLabel_2.Parent = Main
  376. TextLabel_2.BackgroundColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  377. TextLabel_2.BorderColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  378. TextLabel_2.Position = UDim2.new(0.565377533, 0, -0.0695970729, 0)
  379. TextLabel_2.Size = UDim2.new(0, 19, 0, 15)
  380. TextLabel_2.Font = Enum.Font.Fantasy
  381. TextLabel_2.Text = "V1"
  382. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  383. TextLabel_2.TextSize = 14
  384.  
  385. Open.Name = "Open"
  386. Open.Parent = NightX
  387. Open.BackgroundColor3 = Color3.new(0.121569, 0.117647, 0.121569)
  388. Open.Position = UDim2.new(0.00717215333, 0, 0.660522223, 0)
  389. Open.Size = UDim2.new(0, 78, 0, 40)
  390. Open.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  391. Open.Font = Enum.Font.SourceSans
  392. Open.Text = "Open"
  393. Open.TextColor3 = Color3.new(0, 0, 0)
  394. Open.TextSize = 14
  395.  
  396. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement