marcelslibrary

auaora raw

Apr 24th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 150.54 KB | None | 0 0
  1. _G.IntroMusic = false
  2. _G.RemoveBlur = false
  3. _G.Draggable = false
  4. _G.InfNitro = false
  5. _G.InfNitroServer = false
  6. _G.InfAmmo = false
  7. _G.FullBright = false
  8. _G.OpenGarage = false
  9. _G.Gravity = false
  10. _G.OpenShop = false
  11. _G.Annoy = false
  12. _G.Hover = false
  13. _G.NoClip = false
  14. _G.Suspension = false
  15. _G.CarPlate = false
  16. _G.FirstPerson = false
  17. _G.KeyBind = false
  18. _G.Speed = false
  19. _G.Emotes = false
  20. _G.InfJump = false
  21. _G.RobAll = false
  22. _G.Crosshair = false
  23. _G.GunSkin = false
  24. _G.Icons = false
  25. local aurora = Instance.new("ScreenGui")
  26. local TopFrameFunctions = Instance.new("Frame")
  27. local Frame = Instance.new("Frame")
  28. local InfAmmo = Instance.new("TextButton")
  29. local ammoarrow = Instance.new("TextLabel")
  30. local infjump = Instance.new("TextButton")
  31. local infjumoarrow = Instance.new("TextLabel")
  32. local roball = Instance.new("TextButton")
  33. local roballarrow = Instance.new("TextLabel")
  34. local fullbright = Instance.new("TextButton")
  35. local fullbrightarrow = Instance.new("TextLabel")
  36. local opengarage = Instance.new("TextButton")
  37. local garagearrow = Instance.new("TextLabel")
  38. local openshop = Instance.new("TextButton")
  39. local shoparrow = Instance.new("TextLabel")
  40. local annoy = Instance.new("TextButton")
  41. local annoyarrow = Instance.new("TextLabel")
  42. local gravity = Instance.new("TextButton")
  43. local gravityarrow = Instance.new("TextLabel")
  44. local noclip = Instance.new("TextButton")
  45. local nocliparrow = Instance.new("TextLabel")
  46. local speed = Instance.new("TextButton")
  47. local speedarrow = Instance.new("TextLabel")
  48. local functionslabel = Instance.new("TextLabel")
  49. local TopFramevehicle = Instance.new("Frame")
  50. local Frame_2 = Instance.new("Frame")
  51. local Infnitro = Instance.new("TextButton")
  52. local nitroarrow = Instance.new("TextLabel")
  53. local Infnitroserver = Instance.new("TextButton")
  54. local servernitroarrow = Instance.new("TextLabel")
  55. local hovercar = Instance.new("TextButton")
  56. local hovercararrow = Instance.new("TextLabel")
  57. local suspensionvalue = Instance.new("TextBox")
  58. local suspension = Instance.new("TextButton")
  59. local suspensionarrow = Instance.new("TextLabel")
  60. local carplate = Instance.new("TextButton")
  61. local carplatearrow = Instance.new("TextLabel")
  62. local carplatevalue = Instance.new("TextBox")
  63. local vehiclelabel = Instance.new("TextLabel")
  64. local TopFrameteleports = Instance.new("Frame")
  65. local Frame_3 = Instance.new("Frame")
  66. local criminal = Instance.new("TextButton")
  67. local cbarrow = Instance.new("TextLabel")
  68. local bank = Instance.new("TextButton")
  69. local bankarrow = Instance.new("TextLabel")
  70. local police = Instance.new("TextButton")
  71. local pbarrow = Instance.new("TextLabel")
  72. local jewelry = Instance.new("TextButton")
  73. local jewarrow = Instance.new("TextLabel")
  74. local pyramid = Instance.new("TextButton")
  75. local pyrarrow = Instance.new("TextLabel")
  76. local casino = Instance.new("TextButton")
  77. local casarrow = Instance.new("TextLabel")
  78. local club = Instance.new("TextButton")
  79. local clubarrow = Instance.new("TextLabel")
  80. local gunstore = Instance.new("TextButton")
  81. local gunarrow = Instance.new("TextLabel")
  82. local carstore = Instance.new("TextButton")
  83. local carstorearrow = Instance.new("TextLabel")
  84. local hero = Instance.new("TextButton")
  85. local heroarrow = Instance.new("TextLabel")
  86. local nero = Instance.new("TextButton")
  87. local neroarrow = Instance.new("TextLabel")
  88. local tank = Instance.new("TextButton")
  89. local tankarrow = Instance.new("TextLabel")
  90. local overdrive = Instance.new("TextButton")
  91. local overdrivearrow = Instance.new("TextLabel")
  92. local airport = Instance.new("TextButton")
  93. local airportearrow = Instance.new("TextLabel")
  94. local ship = Instance.new("TextButton")
  95. local shiparrow = Instance.new("TextLabel")
  96. local teleportslabel = Instance.new("TextLabel")
  97. local TopFrameDestroy = Instance.new("Frame")
  98. local Frame_4 = Instance.new("Frame")
  99. local Destroylabel = Instance.new("TextLabel")
  100. local delcity = Instance.new("TextButton")
  101. local TextLabel = Instance.new("TextLabel")
  102. local delprison = Instance.new("TextButton")
  103. local TextLabel_2 = Instance.new("TextLabel")
  104. local delobstacles = Instance.new("TextButton")
  105. local TextLabel_3 = Instance.new("TextLabel")
  106. local dellasers = Instance.new("TextButton")
  107. local TextLabel_4 = Instance.new("TextLabel")
  108. local deldestructables = Instance.new("TextButton")
  109. local TextLabel_5 = Instance.new("TextLabel")
  110. local deldestructables_2 = Instance.new("TextButton")
  111. local TextLabel_6 = Instance.new("TextLabel")
  112. local TopFramesettings = Instance.new("Frame")
  113. local Frame_5 = Instance.new("Frame")
  114. local draggable = Instance.new("TextButton")
  115. local dragarrow = Instance.new("TextLabel")
  116. local keybind = Instance.new("TextButton")
  117. local keybindarrow = Instance.new("TextLabel")
  118. local removeblur = Instance.new("TextButton")
  119. local removeblurarrow = Instance.new("TextLabel")
  120. local destroygui = Instance.new("TextButton")
  121. local destroyarrow = Instance.new("TextLabel")
  122. local keybindbox = Instance.new("TextBox")
  123. local noclipkey = Instance.new("TextButton")
  124. local keybindarrow_2 = Instance.new("TextLabel")
  125. local noclipkeybox = Instance.new("TextBox")
  126. local settingslabel = Instance.new("TextLabel")
  127. local TopFramemisc = Instance.new("Frame")
  128. local Frame_6 = Instance.new("Frame")
  129. local gamepasses = Instance.new("TextButton")
  130. local gamepassarrow = Instance.new("TextLabel")
  131. local firstperson = Instance.new("TextButton")
  132. local fparrow = Instance.new("TextLabel")
  133. local allcodes = Instance.new("TextButton")
  134. local codesarrow = Instance.new("TextLabel")
  135. local intromusic = Instance.new("TextButton")
  136. local intromusicarrow = Instance.new("TextLabel")
  137. local allcars = Instance.new("TextButton")
  138. local allcars_2 = Instance.new("TextLabel")
  139. local Allemotes = Instance.new("TextButton")
  140. local allemotes = Instance.new("TextLabel")
  141. local joinhero = Instance.new("TextButton")
  142. local allemotes_2 = Instance.new("TextLabel")
  143. local joinpolice = Instance.new("TextButton")
  144. local allemotes_3 = Instance.new("TextLabel")
  145. local joinprisoner = Instance.new("TextButton")
  146. local allemotes_4 = Instance.new("TextLabel")
  147. local modnade = Instance.new("TextButton")
  148. local allemotes_5 = Instance.new("TextLabel")
  149. local specialcars = Instance.new("TextButton")
  150. local allemotes_6 = Instance.new("TextLabel")
  151. local EGBcrosshair = Instance.new("TextButton")
  152. local crosshairarrow = Instance.new("TextLabel")
  153. local rgbicons = Instance.new("TextButton")
  154. local rgbiconsarrow = Instance.new("TextLabel")
  155. local RGBgunskin = Instance.new("TextButton")
  156. local rgbgunskinarrow = Instance.new("TextLabel")
  157. local removescope = Instance.new("TextButton")
  158. local removescopearrow = Instance.new("TextLabel")
  159. local misclabel = Instance.new("TextLabel")
  160. local logo = Instance.new("TextLabel")
  161. local logoversion = Instance.new("TextLabel")
  162. --Properties:
  163. aurora.Name = "aurora"
  164. aurora.Parent = game.CoreGui
  165. aurora.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  166.  
  167. TopFrameFunctions.Name = "TopFrameFunctions"
  168. TopFrameFunctions.Parent = aurora
  169. TopFrameFunctions.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  170. TopFrameFunctions.BorderSizePixel = 0
  171. TopFrameFunctions.Position = UDim2.new(0.00661651045, 0, 0.137592137, 0)
  172. TopFrameFunctions.Size = UDim2.new(0, 201, 0, 34)
  173.  
  174. Frame.Parent = TopFrameFunctions
  175. Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  176. Frame.BackgroundTransparency = 0.20000000298023
  177. Frame.BorderSizePixel = 0
  178. Frame.Position = UDim2.new(0.0448244028, 0, 1, 0)
  179. Frame.Size = UDim2.new(0, 182, 0, 267)
  180.  
  181. InfAmmo.Name = "Inf Ammo"
  182. InfAmmo.Parent = Frame
  183. InfAmmo.BackgroundColor3 = Color3.new(1, 1, 1)
  184. InfAmmo.BackgroundTransparency = 1
  185. InfAmmo.Position = UDim2.new(0, 0, -0.00749063678, 0)
  186. InfAmmo.Size = UDim2.new(0, 182, 0, 24)
  187. InfAmmo.Font = Enum.Font.SourceSans
  188. InfAmmo.Text = "Inf Ammo "
  189. InfAmmo.TextColor3 = Color3.new(1, 1, 1)
  190. InfAmmo.TextSize = 20
  191.  
  192. ammoarrow.Name = "ammoarrow"
  193. ammoarrow.Parent = InfAmmo
  194. ammoarrow.BackgroundColor3 = Color3.new(1, 1, 1)
  195. ammoarrow.BackgroundTransparency = 1
  196. ammoarrow.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  197. ammoarrow.Size = UDim2.new(0, 81, 0, 24)
  198. ammoarrow.Font = Enum.Font.SourceSans
  199. ammoarrow.Text = ">"
  200. ammoarrow.TextColor3 = Color3.new(1, 1, 1)
  201. ammoarrow.TextSize = 20
  202.  
  203. infjump.Name = "infjump"
  204. infjump.Parent = Frame
  205. infjump.BackgroundColor3 = Color3.new(1, 1, 1)
  206. infjump.BackgroundTransparency = 1
  207. infjump.Position = UDim2.new(0, 0, 0.08165811, 0)
  208. infjump.Size = UDim2.new(0, 182, 0, 24)
  209. infjump.Font = Enum.Font.SourceSans
  210. infjump.Text = "Inf Jump "
  211. infjump.TextColor3 = Color3.new(1, 1, 1)
  212. infjump.TextSize = 20
  213.  
  214. infjumoarrow.Name = "infjumoarrow"
  215. infjumoarrow.Parent = infjump
  216. infjumoarrow.BackgroundColor3 = Color3.new(1, 1, 1)
  217. infjumoarrow.BackgroundTransparency = 1
  218. infjumoarrow.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  219. infjumoarrow.Size = UDim2.new(0, 81, 0, 24)
  220. infjumoarrow.Font = Enum.Font.SourceSans
  221. infjumoarrow.Text = ">"
  222. infjumoarrow.TextColor3 = Color3.new(1, 1, 1)
  223. infjumoarrow.TextSize = 20
  224.  
  225. roball.Name = "roball"
  226. roball.Parent = Frame
  227. roball.BackgroundColor3 = Color3.new(1, 1, 1)
  228. roball.BackgroundTransparency = 1
  229. roball.Position = UDim2.new(0, 0, 0.171545759, 0)
  230. roball.Size = UDim2.new(0, 182, 0, 24)
  231. roball.Font = Enum.Font.SourceSans
  232. roball.Text = "Rob All "
  233. roball.TextColor3 = Color3.new(1, 1, 1)
  234. roball.TextSize = 20
  235.  
  236. roballarrow.Name = "roballarrow"
  237. roballarrow.Parent = roball
  238. roballarrow.BackgroundColor3 = Color3.new(1, 1, 1)
  239. roballarrow.BackgroundTransparency = 1
  240. roballarrow.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  241. roballarrow.Size = UDim2.new(0, 81, 0, 24)
  242. roballarrow.Font = Enum.Font.SourceSans
  243. roballarrow.Text = ">"
  244. roballarrow.TextColor3 = Color3.new(1, 1, 1)
  245. roballarrow.TextSize = 20
  246.  
  247. fullbright.Name = "fullbright"
  248. fullbright.Parent = Frame
  249. fullbright.BackgroundColor3 = Color3.new(1, 1, 1)
  250. fullbright.BackgroundTransparency = 1
  251. fullbright.Position = UDim2.new(0, 0, 0.261433393, 0)
  252. fullbright.Size = UDim2.new(0, 182, 0, 24)
  253. fullbright.Font = Enum.Font.SourceSans
  254. fullbright.Text = "Full Bright "
  255. fullbright.TextColor3 = Color3.new(1, 1, 1)
  256. fullbright.TextSize = 20
  257.  
  258. fullbrightarrow.Name = "fullbrightarrow"
  259. fullbrightarrow.Parent = fullbright
  260. fullbrightarrow.BackgroundColor3 = Color3.new(1, 1, 1)
  261. fullbrightarrow.BackgroundTransparency = 1
  262. fullbrightarrow.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  263. fullbrightarrow.Size = UDim2.new(0, 81, 0, 24)
  264. fullbrightarrow.Font = Enum.Font.SourceSans
  265. fullbrightarrow.Text = ">"
  266. fullbrightarrow.TextColor3 = Color3.new(1, 1, 1)
  267. fullbrightarrow.TextSize = 20
  268.  
  269. opengarage.Name = "opengarage"
  270. opengarage.Parent = Frame
  271. opengarage.BackgroundColor3 = Color3.new(1, 1, 1)
  272. opengarage.BackgroundTransparency = 1
  273. opengarage.Position = UDim2.new(0, 0, 0.351321042, 0)
  274. opengarage.Size = UDim2.new(0, 182, 0, 24)
  275. opengarage.Font = Enum.Font.SourceSans
  276. opengarage.Text = "Open Garage "
  277. opengarage.TextColor3 = Color3.new(1, 1, 1)
  278. opengarage.TextSize = 20
  279.  
  280. garagearrow.Name = "garagearrow"
  281. garagearrow.Parent = opengarage
  282. garagearrow.BackgroundColor3 = Color3.new(1, 1, 1)
  283. garagearrow.BackgroundTransparency = 1
  284. garagearrow.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  285. garagearrow.Size = UDim2.new(0, 81, 0, 24)
  286. garagearrow.Font = Enum.Font.SourceSans
  287. garagearrow.Text = ">"
  288. garagearrow.TextColor3 = Color3.new(1, 1, 1)
  289. garagearrow.TextSize = 20
  290.  
  291. openshop.Name = "openshop"
  292. openshop.Parent = Frame
  293. openshop.BackgroundColor3 = Color3.new(1, 1, 1)
  294. openshop.BackgroundTransparency = 1
  295. openshop.Position = UDim2.new(0, 0, 0.44120869, 0)
  296. openshop.Size = UDim2.new(0, 182, 0, 24)
  297. openshop.Font = Enum.Font.SourceSans
  298. openshop.Text = "Open Shop "
  299. openshop.TextColor3 = Color3.new(1, 1, 1)
  300. openshop.TextSize = 20
  301.  
  302. shoparrow.Name = "shoparrow"
  303. shoparrow.Parent = openshop
  304. shoparrow.BackgroundColor3 = Color3.new(1, 1, 1)
  305. shoparrow.BackgroundTransparency = 1
  306. shoparrow.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  307. shoparrow.Size = UDim2.new(0, 81, 0, 24)
  308. shoparrow.Font = Enum.Font.SourceSans
  309. shoparrow.Text = ">"
  310. shoparrow.TextColor3 = Color3.new(1, 1, 1)
  311. shoparrow.TextSize = 20
  312.  
  313. annoy.Name = "annoy"
  314. annoy.Parent = Frame
  315. annoy.BackgroundColor3 = Color3.new(1, 1, 1)
  316. annoy.BackgroundTransparency = 1
  317. annoy.Position = UDim2.new(0, 0, 0.531096339, 0)
  318. annoy.Size = UDim2.new(0, 182, 0, 24)
  319. annoy.Font = Enum.Font.SourceSans
  320. annoy.Text = "Annoy "
  321. annoy.TextColor3 = Color3.new(1, 1, 1)
  322. annoy.TextSize = 20
  323.  
  324. annoyarrow.Name = "annoyarrow"
  325. annoyarrow.Parent = annoy
  326. annoyarrow.BackgroundColor3 = Color3.new(1, 1, 1)
  327. annoyarrow.BackgroundTransparency = 1
  328. annoyarrow.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  329. annoyarrow.Size = UDim2.new(0, 81, 0, 24)
  330. annoyarrow.Font = Enum.Font.SourceSans
  331. annoyarrow.Text = ">"
  332. annoyarrow.TextColor3 = Color3.new(1, 1, 1)
  333. annoyarrow.TextSize = 20
  334.  
  335. gravity.Name = "gravity"
  336. gravity.Parent = Frame
  337. gravity.BackgroundColor3 = Color3.new(1, 1, 1)
  338. gravity.BackgroundTransparency = 1
  339. gravity.Position = UDim2.new(0, 0, 0.620983958, 0)
  340. gravity.Size = UDim2.new(0, 182, 0, 24)
  341. gravity.Font = Enum.Font.SourceSans
  342. gravity.Text = "Gravity "
  343. gravity.TextColor3 = Color3.new(1, 1, 1)
  344. gravity.TextSize = 20
  345.  
  346. gravityarrow.Name = "gravityarrow"
  347. gravityarrow.Parent = gravity
  348. gravityarrow.BackgroundColor3 = Color3.new(1, 1, 1)
  349. gravityarrow.BackgroundTransparency = 1
  350. gravityarrow.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  351. gravityarrow.Size = UDim2.new(0, 81, 0, 24)
  352. gravityarrow.Font = Enum.Font.SourceSans
  353. gravityarrow.Text = ">"
  354. gravityarrow.TextColor3 = Color3.new(1, 1, 1)
  355. gravityarrow.TextSize = 20
  356.  
  357. noclip.Name = "noclip"
  358. noclip.Parent = Frame
  359. noclip.BackgroundColor3 = Color3.new(1, 1, 1)
  360. noclip.BackgroundTransparency = 1
  361. noclip.Position = UDim2.new(0, 0, 0.710871577, 0)
  362. noclip.Size = UDim2.new(0, 182, 0, 24)
  363. noclip.Font = Enum.Font.SourceSans
  364. noclip.Text = "Noclip "
  365. noclip.TextColor3 = Color3.new(1, 1, 1)
  366. noclip.TextSize = 20
  367.  
  368. nocliparrow.Name = "nocliparrow"
  369. nocliparrow.Parent = noclip
  370. nocliparrow.BackgroundColor3 = Color3.new(1, 1, 1)
  371. nocliparrow.BackgroundTransparency = 1
  372. nocliparrow.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  373. nocliparrow.Size = UDim2.new(0, 81, 0, 24)
  374. nocliparrow.Font = Enum.Font.SourceSans
  375. nocliparrow.Text = ">"
  376. nocliparrow.TextColor3 = Color3.new(1, 1, 1)
  377. nocliparrow.TextSize = 20
  378.  
  379. speed.Name = "speed"
  380. speed.Parent = Frame
  381. speed.BackgroundColor3 = Color3.new(1, 1, 1)
  382. speed.BackgroundTransparency = 1
  383. speed.Position = UDim2.new(0, 0, 0.793268561, 0)
  384. speed.Size = UDim2.new(0, 182, 0, 24)
  385. speed.Font = Enum.Font.SourceSans
  386. speed.Text = "Speed "
  387. speed.TextColor3 = Color3.new(1, 1, 1)
  388. speed.TextSize = 20
  389.  
  390. speedarrow.Name = "speed arrow"
  391. speedarrow.Parent = speed
  392. speedarrow.BackgroundColor3 = Color3.new(1, 1, 1)
  393. speedarrow.BackgroundTransparency = 1
  394. speedarrow.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  395. speedarrow.Size = UDim2.new(0, 81, 0, 24)
  396. speedarrow.Font = Enum.Font.SourceSans
  397. speedarrow.Text = ">"
  398. speedarrow.TextColor3 = Color3.new(1, 1, 1)
  399. speedarrow.TextSize = 20
  400.  
  401. functionslabel.Name = "functionslabel"
  402. functionslabel.Parent = TopFrameFunctions
  403. functionslabel.BackgroundColor3 = Color3.new(1, 1, 1)
  404. functionslabel.BackgroundTransparency = 1
  405. functionslabel.Size = UDim2.new(0, 201, 0, 34)
  406. functionslabel.Font = Enum.Font.SourceSans
  407. functionslabel.Text = "Functions"
  408. functionslabel.TextColor3 = Color3.new(1, 1, 1)
  409. functionslabel.TextSize = 17
  410.  
  411. TopFramevehicle.Name = "TopFramevehicle"
  412. TopFramevehicle.Parent = aurora
  413. TopFramevehicle.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  414. TopFramevehicle.BorderSizePixel = 0
  415. TopFramevehicle.Position = UDim2.new(0.128414348, 0, 0.137592137, 0)
  416. TopFramevehicle.Size = UDim2.new(0, 201, 0, 34)
  417.  
  418. Frame_2.Parent = TopFramevehicle
  419. Frame_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  420. Frame_2.BackgroundTransparency = 0.20000000298023
  421. Frame_2.BorderSizePixel = 0
  422. Frame_2.Position = UDim2.new(0.0448244028, 0, 0.99999994, 0)
  423. Frame_2.Size = UDim2.new(0, 182, 0, 267)
  424.  
  425. Infnitro.Name = "Infnitro"
  426. Infnitro.Parent = Frame_2
  427. Infnitro.BackgroundColor3 = Color3.new(1, 1, 1)
  428. Infnitro.BackgroundTransparency = 1
  429. Infnitro.Position = UDim2.new(0, 0, 0.349817842, 0)
  430. Infnitro.Size = UDim2.new(0, 182, 0, 24)
  431. Infnitro.Font = Enum.Font.SourceSans
  432. Infnitro.Text = "Inf Nitro "
  433. Infnitro.TextColor3 = Color3.new(1, 1, 1)
  434. Infnitro.TextSize = 20
  435.  
  436. nitroarrow.Name = "nitroarrow"
  437. nitroarrow.Parent = Infnitro
  438. nitroarrow.BackgroundColor3 = Color3.new(1, 1, 1)
  439. nitroarrow.BackgroundTransparency = 1
  440. nitroarrow.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  441. nitroarrow.Size = UDim2.new(0, 81, 0, 24)
  442. nitroarrow.Font = Enum.Font.SourceSans
  443. nitroarrow.Text = ">"
  444. nitroarrow.TextColor3 = Color3.new(1, 1, 1)
  445. nitroarrow.TextSize = 20
  446.  
  447. Infnitroserver.Name = "Inf nitro server"
  448. Infnitroserver.Parent = Frame_2
  449. Infnitroserver.BackgroundColor3 = Color3.new(1, 1, 1)
  450. Infnitroserver.BackgroundTransparency = 1
  451. Infnitroserver.Position = UDim2.new(0, 0, -0.00822951645, 0)
  452. Infnitroserver.Size = UDim2.new(0, 182, 0, 24)
  453. Infnitroserver.Font = Enum.Font.SourceSans
  454. Infnitroserver.Text = "Inf Nitro Server"
  455. Infnitroserver.TextColor3 = Color3.new(1, 1, 1)
  456. Infnitroserver.TextSize = 20
  457.  
  458. servernitroarrow.Name = "servernitroarrow"
  459. servernitroarrow.Parent = Infnitroserver
  460. servernitroarrow.BackgroundColor3 = Color3.new(1, 1, 1)
  461. servernitroarrow.BackgroundTransparency = 1
  462. servernitroarrow.Position = UDim2.new(-0.104395747, 0, -0.00821908191, 0)
  463. servernitroarrow.Size = UDim2.new(0, 81, 0, 24)
  464. servernitroarrow.Font = Enum.Font.SourceSans
  465. servernitroarrow.Text = ">"
  466. servernitroarrow.TextColor3 = Color3.new(1, 1, 1)
  467. servernitroarrow.TextSize = 20
  468.  
  469. hovercar.Name = "hovercar"
  470. hovercar.Parent = Frame_2
  471. hovercar.BackgroundColor3 = Color3.new(1, 1, 1)
  472. hovercar.BackgroundTransparency = 1
  473. hovercar.Position = UDim2.new(0, 0, 0.0816581324, 0)
  474. hovercar.Size = UDim2.new(0, 182, 0, 24)
  475. hovercar.Font = Enum.Font.SourceSans
  476. hovercar.Text = "Hover Car "
  477. hovercar.TextColor3 = Color3.new(1, 1, 1)
  478. hovercar.TextSize = 20
  479.  
  480. hovercararrow.Name = "hovercararrow"
  481. hovercararrow.Parent = hovercar
  482. hovercararrow.BackgroundColor3 = Color3.new(1, 1, 1)
  483. hovercararrow.BackgroundTransparency = 1
  484. hovercararrow.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  485. hovercararrow.Size = UDim2.new(0, 81, 0, 24)
  486. hovercararrow.Font = Enum.Font.SourceSans
  487. hovercararrow.Text = ">"
  488. hovercararrow.TextColor3 = Color3.new(1, 1, 1)
  489. hovercararrow.TextSize = 20
  490.  
  491. suspensionvalue.Name = "suspensionvalue"
  492. suspensionvalue.Parent = Frame_2
  493. suspensionvalue.BackgroundColor3 = Color3.new(1, 1, 1)
  494. suspensionvalue.BackgroundTransparency = 1
  495. suspensionvalue.Position = UDim2.new(0, 0, 0.16853933, 0)
  496. suspensionvalue.Size = UDim2.new(0, 182, 0, 24)
  497. suspensionvalue.Visible = false
  498. suspensionvalue.Font = Enum.Font.SourceSans
  499. suspensionvalue.Text = "Value 1-10"
  500. suspensionvalue.TextColor3 = Color3.new(1, 1, 1)
  501. suspensionvalue.TextSize = 20
  502.  
  503. suspension.Name = "suspension"
  504. suspension.Parent = Frame_2
  505. suspension.BackgroundColor3 = Color3.new(1, 1, 1)
  506. suspension.BackgroundTransparency = 1
  507. suspension.Position = UDim2.new(0, 0, 0.175291091, 0)
  508. suspension.Size = UDim2.new(0, 182, 0, 24)
  509. suspension.Font = Enum.Font.SourceSans
  510. suspension.Text = "Suspension "
  511. suspension.TextColor3 = Color3.new(1, 1, 1)
  512. suspension.TextSize = 20
  513.  
  514. suspensionarrow.Name = "suspensionarrow"
  515. suspensionarrow.Parent = suspension
  516. suspensionarrow.BackgroundColor3 = Color3.new(1, 1, 1)
  517. suspensionarrow.BackgroundTransparency = 1
  518. suspensionarrow.Position = UDim2.new(-0.104395747, 0, -0.00821908191, 0)
  519. suspensionarrow.Size = UDim2.new(0, 81, 0, 24)
  520. suspensionarrow.Font = Enum.Font.SourceSans
  521. suspensionarrow.Text = ">"
  522. suspensionarrow.TextColor3 = Color3.new(1, 1, 1)
  523. suspensionarrow.TextSize = 20
  524.  
  525. carplate.Name = "carplate"
  526. carplate.Parent = Frame_2
  527. carplate.BackgroundColor3 = Color3.new(1, 1, 1)
  528. carplate.BackgroundTransparency = 1
  529. carplate.Position = UDim2.new(0, 0, 0.261433393, 0)
  530. carplate.Size = UDim2.new(0, 182, 0, 24)
  531. carplate.Font = Enum.Font.SourceSans
  532. carplate.Text = "Car Plate "
  533. carplate.TextColor3 = Color3.new(1, 1, 1)
  534. carplate.TextSize = 20
  535.  
  536. carplatearrow.Name = "carplatearrow"
  537. carplatearrow.Parent = carplate
  538. carplatearrow.BackgroundColor3 = Color3.new(1, 1, 1)
  539. carplatearrow.BackgroundTransparency = 1
  540. carplatearrow.Position = UDim2.new(-0.104395747, 0, -0.00821908191, 0)
  541. carplatearrow.Size = UDim2.new(0, 81, 0, 24)
  542. carplatearrow.Font = Enum.Font.SourceSans
  543. carplatearrow.Text = ">"
  544. carplatearrow.TextColor3 = Color3.new(1, 1, 1)
  545. carplatearrow.TextSize = 20
  546.  
  547. carplatevalue.Name = "carplatevalue"
  548. carplatevalue.Parent = Frame_2
  549. carplatevalue.BackgroundColor3 = Color3.new(1, 1, 1)
  550. carplatevalue.BackgroundTransparency = 1
  551. carplatevalue.Position = UDim2.new(0, 0, 0.258426964, 0)
  552. carplatevalue.Size = UDim2.new(0, 182, 0, 24)
  553. carplatevalue.Visible = false
  554. carplatevalue.Font = Enum.Font.SourceSans
  555. carplatevalue.Text = "Name"
  556. carplatevalue.TextColor3 = Color3.new(1, 1, 1)
  557. carplatevalue.TextSize = 20
  558.  
  559. vehiclelabel.Name = "vehiclelabel"
  560. vehiclelabel.Parent = TopFramevehicle
  561. vehiclelabel.BackgroundColor3 = Color3.new(1, 1, 1)
  562. vehiclelabel.BackgroundTransparency = 1
  563. vehiclelabel.Size = UDim2.new(0, 201, 0, 34)
  564. vehiclelabel.Font = Enum.Font.SourceSans
  565. vehiclelabel.Text = "Vehicle"
  566. vehiclelabel.TextColor3 = Color3.new(1, 1, 1)
  567. vehiclelabel.TextSize = 17
  568.  
  569. TopFrameteleports.Name = "TopFrameteleports"
  570. TopFrameteleports.Parent = aurora
  571. TopFrameteleports.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  572. TopFrameteleports.BorderSizePixel = 0
  573. TopFrameteleports.Position = UDim2.new(0.253973752, 0, 0.137592137, 0)
  574. TopFrameteleports.Size = UDim2.new(0, 201, 0, 34)
  575.  
  576. Frame_3.Parent = TopFrameteleports
  577. Frame_3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  578. Frame_3.BackgroundTransparency = 0.20000000298023
  579. Frame_3.BorderSizePixel = 0
  580. Frame_3.Position = UDim2.new(0.0448244028, 0, 1, 0)
  581. Frame_3.Size = UDim2.new(0, 182, 0, 421)
  582.  
  583. criminal.Name = "criminal"
  584. criminal.Parent = Frame_3
  585. criminal.BackgroundColor3 = Color3.new(1, 1, 1)
  586. criminal.BackgroundTransparency = 1
  587. criminal.Position = UDim2.new(0, 0, 0.00438584806, 0)
  588. criminal.Size = UDim2.new(0, 182, 0, 24)
  589. criminal.Font = Enum.Font.SourceSans
  590. criminal.Text = "Criminal base"
  591. criminal.TextColor3 = Color3.new(1, 1, 1)
  592. criminal.TextSize = 20
  593.  
  594. cbarrow.Name = "cbarrow"
  595. cbarrow.Parent = criminal
  596. cbarrow.BackgroundColor3 = Color3.new(1, 1, 1)
  597. cbarrow.BackgroundTransparency = 1
  598. cbarrow.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  599. cbarrow.Size = UDim2.new(0, 81, 0, 24)
  600. cbarrow.Font = Enum.Font.SourceSans
  601. cbarrow.Text = ">"
  602. cbarrow.TextColor3 = Color3.new(1, 1, 1)
  603. cbarrow.TextSize = 20
  604.  
  605. bank.Name = "bank"
  606. bank.Parent = Frame_3
  607. bank.BackgroundColor3 = Color3.new(1, 1, 1)
  608. bank.BackgroundTransparency = 1
  609. bank.Position = UDim2.new(0, 0, 0.168796822, 0)
  610. bank.Size = UDim2.new(0, 182, 0, 24)
  611. bank.Font = Enum.Font.SourceSans
  612. bank.Text = "Bank "
  613. bank.TextColor3 = Color3.new(1, 1, 1)
  614. bank.TextSize = 20
  615.  
  616. bankarrow.Name = "bankarrow"
  617. bankarrow.Parent = bank
  618. bankarrow.BackgroundColor3 = Color3.new(1, 1, 1)
  619. bankarrow.BackgroundTransparency = 1
  620. bankarrow.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  621. bankarrow.Size = UDim2.new(0, 81, 0, 24)
  622. bankarrow.Font = Enum.Font.SourceSans
  623. bankarrow.Text = ">"
  624. bankarrow.TextColor3 = Color3.new(1, 1, 1)
  625. bankarrow.TextSize = 20
  626.  
  627. police.Name = "police"
  628. police.Parent = Frame_3
  629. police.BackgroundColor3 = Color3.new(1, 1, 1)
  630. police.BackgroundTransparency = 1
  631. police.Position = UDim2.new(0, 0, 0.055529844, 0)
  632. police.Size = UDim2.new(0, 182, 0, 24)
  633. police.Font = Enum.Font.SourceSans
  634. police.Text = "Police Base "
  635. police.TextColor3 = Color3.new(1, 1, 1)
  636. police.TextSize = 20
  637.  
  638. pbarrow.Name = "pbarrow"
  639. pbarrow.Parent = police
  640. pbarrow.BackgroundColor3 = Color3.new(1, 1, 1)
  641. pbarrow.BackgroundTransparency = 1
  642. pbarrow.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  643. pbarrow.Size = UDim2.new(0, 81, 0, 24)
  644. pbarrow.Font = Enum.Font.SourceSans
  645. pbarrow.Text = ">"
  646. pbarrow.TextColor3 = Color3.new(1, 1, 1)
  647. pbarrow.TextSize = 20
  648.  
  649. jewelry.Name = "jewelry"
  650. jewelry.Parent = Frame_3
  651. jewelry.BackgroundColor3 = Color3.new(1, 1, 1)
  652. jewelry.BackgroundTransparency = 1
  653. jewelry.Position = UDim2.new(0, 0, 0.22543031, 0)
  654. jewelry.Size = UDim2.new(0, 182, 0, 24)
  655. jewelry.Font = Enum.Font.SourceSans
  656. jewelry.Text = "Jewelry "
  657. jewelry.TextColor3 = Color3.new(1, 1, 1)
  658. jewelry.TextSize = 20
  659.  
  660. jewarrow.Name = "jewarrow"
  661. jewarrow.Parent = jewelry
  662. jewarrow.BackgroundColor3 = Color3.new(1, 1, 1)
  663. jewarrow.BackgroundTransparency = 1
  664. jewarrow.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  665. jewarrow.Size = UDim2.new(0, 81, 0, 24)
  666. jewarrow.Font = Enum.Font.SourceSans
  667. jewarrow.Text = ">"
  668. jewarrow.TextColor3 = Color3.new(1, 1, 1)
  669. jewarrow.TextSize = 20
  670.  
  671. pyramid.Name = "pyramid"
  672. pyramid.Parent = Frame_3
  673. pyramid.BackgroundColor3 = Color3.new(1, 1, 1)
  674. pyramid.BackgroundTransparency = 1
  675. pyramid.Position = UDim2.new(0, 0, 0.329196095, 0)
  676. pyramid.Size = UDim2.new(0, 182, 0, 24)
  677. pyramid.Font = Enum.Font.SourceSans
  678. pyramid.Text = "Pyramid "
  679. pyramid.TextColor3 = Color3.new(1, 1, 1)
  680. pyramid.TextSize = 20
  681.  
  682. pyrarrow.Name = "pyrarrow"
  683. pyrarrow.Parent = pyramid
  684. pyrarrow.BackgroundColor3 = Color3.new(1, 1, 1)
  685. pyrarrow.BackgroundTransparency = 1
  686. pyrarrow.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  687. pyrarrow.Size = UDim2.new(0, 81, 0, 24)
  688. pyrarrow.Font = Enum.Font.SourceSans
  689. pyrarrow.Text = ">"
  690. pyrarrow.TextColor3 = Color3.new(1, 1, 1)
  691. pyrarrow.TextSize = 20
  692.  
  693. casino.Name = "casino"
  694. casino.Parent = Frame_3
  695. casino.BackgroundColor3 = Color3.new(1, 1, 1)
  696. casino.BackgroundTransparency = 1
  697. casino.Position = UDim2.new(0, 0, 0.277313232, 0)
  698. casino.Size = UDim2.new(0, 182, 0, 24)
  699. casino.Font = Enum.Font.SourceSans
  700. casino.Text = "Casino "
  701. casino.TextColor3 = Color3.new(1, 1, 1)
  702. casino.TextSize = 20
  703.  
  704. casarrow.Name = "casarrow"
  705. casarrow.Parent = casino
  706. casarrow.BackgroundColor3 = Color3.new(1, 1, 1)
  707. casarrow.BackgroundTransparency = 1
  708. casarrow.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  709. casarrow.Size = UDim2.new(0, 81, 0, 24)
  710. casarrow.Font = Enum.Font.SourceSans
  711. casarrow.Text = ">"
  712. casarrow.TextColor3 = Color3.new(1, 1, 1)
  713. casarrow.TextSize = 20
  714.  
  715. club.Name = "club"
  716. club.Parent = Frame_3
  717. club.BackgroundColor3 = Color3.new(1, 1, 1)
  718. club.BackgroundTransparency = 1
  719. club.Position = UDim2.new(0, 0, 0.381443739, 0)
  720. club.Size = UDim2.new(0, 182, 0, 24)
  721. club.Font = Enum.Font.SourceSans
  722. club.Text = "Club "
  723. club.TextColor3 = Color3.new(1, 1, 1)
  724. club.TextSize = 20
  725.  
  726. clubarrow.Name = "clubarrow"
  727. clubarrow.Parent = club
  728. clubarrow.BackgroundColor3 = Color3.new(1, 1, 1)
  729. clubarrow.BackgroundTransparency = 1
  730. clubarrow.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  731. clubarrow.Size = UDim2.new(0, 81, 0, 24)
  732. clubarrow.Font = Enum.Font.SourceSans
  733. clubarrow.Text = ">"
  734. clubarrow.TextColor3 = Color3.new(1, 1, 1)
  735. clubarrow.TextSize = 20
  736.  
  737. gunstore.Name = "gunstore"
  738. gunstore.Parent = Frame_3
  739. gunstore.BackgroundColor3 = Color3.new(1, 1, 1)
  740. gunstore.BackgroundTransparency = 1
  741. gunstore.Position = UDim2.new(0, 0, 0.433326572, 0)
  742. gunstore.Size = UDim2.new(0, 182, 0, 24)
  743. gunstore.Font = Enum.Font.SourceSans
  744. gunstore.Text = "Gun Store "
  745. gunstore.TextColor3 = Color3.new(1, 1, 1)
  746. gunstore.TextSize = 20
  747.  
  748. gunarrow.Name = "gunarrow"
  749. gunarrow.Parent = gunstore
  750. gunarrow.BackgroundColor3 = Color3.new(1, 1, 1)
  751. gunarrow.BackgroundTransparency = 1
  752. gunarrow.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  753. gunarrow.Size = UDim2.new(0, 81, 0, 24)
  754. gunarrow.Font = Enum.Font.SourceSans
  755. gunarrow.Text = ">"
  756. gunarrow.TextColor3 = Color3.new(1, 1, 1)
  757. gunarrow.TextSize = 20
  758.  
  759. carstore.Name = "car store"
  760. carstore.Parent = Frame_3
  761. carstore.BackgroundColor3 = Color3.new(1, 1, 1)
  762. carstore.BackgroundTransparency = 1
  763. carstore.Position = UDim2.new(0, 0, 0.489960045, 0)
  764. carstore.Size = UDim2.new(0, 182, 0, 24)
  765. carstore.Font = Enum.Font.SourceSans
  766. carstore.Text = "Car Store "
  767. carstore.TextColor3 = Color3.new(1, 1, 1)
  768. carstore.TextSize = 20
  769.  
  770. carstorearrow.Name = "carstorearrow"
  771. carstorearrow.Parent = carstore
  772. carstorearrow.BackgroundColor3 = Color3.new(1, 1, 1)
  773. carstorearrow.BackgroundTransparency = 1
  774. carstorearrow.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  775. carstorearrow.Size = UDim2.new(0, 81, 0, 24)
  776. carstorearrow.Font = Enum.Font.SourceSans
  777. carstorearrow.Text = ">"
  778. carstorearrow.TextColor3 = Color3.new(1, 1, 1)
  779. carstorearrow.TextSize = 20
  780.  
  781. hero.Name = "hero"
  782. hero.Parent = Frame_3
  783. hero.BackgroundColor3 = Color3.new(1, 1, 1)
  784. hero.BackgroundTransparency = 1
  785. hero.Position = UDim2.new(0, 0, 0.112163335, 0)
  786. hero.Size = UDim2.new(0, 182, 0, 24)
  787. hero.Font = Enum.Font.SourceSans
  788. hero.Text = "Hero Base "
  789. hero.TextColor3 = Color3.new(1, 1, 1)
  790. hero.TextSize = 20
  791.  
  792. heroarrow.Name = "heroarrow"
  793. heroarrow.Parent = hero
  794. heroarrow.BackgroundColor3 = Color3.new(1, 1, 1)
  795. heroarrow.BackgroundTransparency = 1
  796. heroarrow.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  797. heroarrow.Size = UDim2.new(0, 81, 0, 24)
  798. heroarrow.Font = Enum.Font.SourceSans
  799. heroarrow.Text = ">"
  800. heroarrow.TextColor3 = Color3.new(1, 1, 1)
  801. heroarrow.TextSize = 20
  802.  
  803. nero.Name = "nero"
  804. nero.Parent = Frame_3
  805. nero.BackgroundColor3 = Color3.new(1, 1, 1)
  806. nero.BackgroundTransparency = 1
  807. nero.Position = UDim2.new(0, 0, 0.542216599, 0)
  808. nero.Size = UDim2.new(0, 182, 0, 24)
  809. nero.Font = Enum.Font.SourceSans
  810. nero.Text = "Nero "
  811. nero.TextColor3 = Color3.new(1, 1, 1)
  812. nero.TextSize = 20
  813.  
  814. neroarrow.Name = "neroarrow"
  815. neroarrow.Parent = nero
  816. neroarrow.BackgroundColor3 = Color3.new(1, 1, 1)
  817. neroarrow.BackgroundTransparency = 1
  818. neroarrow.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  819. neroarrow.Size = UDim2.new(0, 81, 0, 24)
  820. neroarrow.Font = Enum.Font.SourceSans
  821. neroarrow.Text = ">"
  822. neroarrow.TextColor3 = Color3.new(1, 1, 1)
  823. neroarrow.TextSize = 20
  824.  
  825. tank.Name = "tank"
  826. tank.Parent = Frame_3
  827. tank.BackgroundColor3 = Color3.new(1, 1, 1)
  828. tank.BackgroundTransparency = 1
  829. tank.Position = UDim2.new(0, 0, 0.599223733, 0)
  830. tank.Size = UDim2.new(0, 182, 0, 24)
  831. tank.Font = Enum.Font.SourceSans
  832. tank.Text = "Tank "
  833. tank.TextColor3 = Color3.new(1, 1, 1)
  834. tank.TextSize = 20
  835.  
  836. tankarrow.Name = "tankarrow"
  837. tankarrow.Parent = tank
  838. tankarrow.BackgroundColor3 = Color3.new(1, 1, 1)
  839. tankarrow.BackgroundTransparency = 1
  840. tankarrow.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  841. tankarrow.Size = UDim2.new(0, 81, 0, 24)
  842. tankarrow.Font = Enum.Font.SourceSans
  843. tankarrow.Text = ">"
  844. tankarrow.TextColor3 = Color3.new(1, 1, 1)
  845. tankarrow.TextSize = 20
  846.  
  847. overdrive.Name = "overdrive"
  848. overdrive.Parent = Frame_3
  849. overdrive.BackgroundColor3 = Color3.new(1, 1, 1)
  850. overdrive.BackgroundTransparency = 1
  851. overdrive.Position = UDim2.new(0, 0, 0.656230867, 0)
  852. overdrive.Size = UDim2.new(0, 182, 0, 24)
  853. overdrive.Font = Enum.Font.SourceSans
  854. overdrive.Text = "Overdrive "
  855. overdrive.TextColor3 = Color3.new(1, 1, 1)
  856. overdrive.TextSize = 20
  857.  
  858. overdrivearrow.Name = "overdrivearrow"
  859. overdrivearrow.Parent = overdrive
  860. overdrivearrow.BackgroundColor3 = Color3.new(1, 1, 1)
  861. overdrivearrow.BackgroundTransparency = 1
  862. overdrivearrow.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  863. overdrivearrow.Size = UDim2.new(0, 81, 0, 24)
  864. overdrivearrow.Font = Enum.Font.SourceSans
  865. overdrivearrow.Text = ">"
  866. overdrivearrow.TextColor3 = Color3.new(1, 1, 1)
  867. overdrivearrow.TextSize = 20
  868.  
  869. airport.Name = "airport"
  870. airport.Parent = Frame_3
  871. airport.BackgroundColor3 = Color3.new(1, 1, 1)
  872. airport.BackgroundTransparency = 1
  873. airport.Position = UDim2.new(0, 0, 0.708487391, 0)
  874. airport.Size = UDim2.new(0, 182, 0, 24)
  875. airport.Font = Enum.Font.SourceSans
  876. airport.Text = "Airport "
  877. airport.TextColor3 = Color3.new(1, 1, 1)
  878. airport.TextSize = 20
  879.  
  880. airportearrow.Name = "airportearrow"
  881. airportearrow.Parent = airport
  882. airportearrow.BackgroundColor3 = Color3.new(1, 1, 1)
  883. airportearrow.BackgroundTransparency = 1
  884. airportearrow.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  885. airportearrow.Size = UDim2.new(0, 81, 0, 24)
  886. airportearrow.Font = Enum.Font.SourceSans
  887. airportearrow.Text = ">"
  888. airportearrow.TextColor3 = Color3.new(1, 1, 1)
  889. airportearrow.TextSize = 20
  890.  
  891. ship.Name = "ship"
  892. ship.Parent = Frame_3
  893. ship.BackgroundColor3 = Color3.new(1, 1, 1)
  894. ship.BackgroundTransparency = 1
  895. ship.Position = UDim2.new(0, 0, 0.765494525, 0)
  896. ship.Size = UDim2.new(0, 182, 0, 24)
  897. ship.Font = Enum.Font.SourceSans
  898. ship.Text = "Ship "
  899. ship.TextColor3 = Color3.new(1, 1, 1)
  900. ship.TextSize = 20
  901.  
  902. shiparrow.Name = "shiparrow"
  903. shiparrow.Parent = ship
  904. shiparrow.BackgroundColor3 = Color3.new(1, 1, 1)
  905. shiparrow.BackgroundTransparency = 1
  906. shiparrow.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  907. shiparrow.Size = UDim2.new(0, 81, 0, 24)
  908. shiparrow.Font = Enum.Font.SourceSans
  909. shiparrow.Text = ">"
  910. shiparrow.TextColor3 = Color3.new(1, 1, 1)
  911. shiparrow.TextSize = 20
  912.  
  913. teleportslabel.Name = "teleportslabel"
  914. teleportslabel.Parent = TopFrameteleports
  915. teleportslabel.BackgroundColor3 = Color3.new(1, 1, 1)
  916. teleportslabel.BackgroundTransparency = 1
  917. teleportslabel.Size = UDim2.new(0, 201, 0, 34)
  918. teleportslabel.Font = Enum.Font.SourceSans
  919. teleportslabel.Text = "Teleports"
  920. teleportslabel.TextColor3 = Color3.new(1, 1, 1)
  921. teleportslabel.TextSize = 17
  922.  
  923. TopFrameDestroy.Name = "TopFrameDestroy"
  924. TopFrameDestroy.Parent = aurora
  925. TopFrameDestroy.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  926. TopFrameDestroy.BorderSizePixel = 0
  927. TopFrameDestroy.Position = UDim2.new(0.380723774, 0, 0.137452066, 0)
  928. TopFrameDestroy.Size = UDim2.new(0, 201, 0, 34)
  929.  
  930. Frame_4.Parent = TopFrameDestroy
  931. Frame_4.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  932. Frame_4.BackgroundTransparency = 0.20000000298023
  933. Frame_4.BorderSizePixel = 0
  934. Frame_4.Position = UDim2.new(0.0448244028, 0, 0.999999881, 0)
  935. Frame_4.Size = UDim2.new(0, 182, 0, 419)
  936.  
  937. Destroylabel.Name = "Destroylabel"
  938. Destroylabel.Parent = TopFrameDestroy
  939. Destroylabel.BackgroundColor3 = Color3.new(1, 1, 1)
  940. Destroylabel.BackgroundTransparency = 1
  941. Destroylabel.Size = UDim2.new(0, 201, 0, 34)
  942. Destroylabel.Font = Enum.Font.SourceSans
  943. Destroylabel.Text = "Destroy"
  944. Destroylabel.TextColor3 = Color3.new(1, 1, 1)
  945. Destroylabel.TextSize = 17
  946.  
  947. delcity.Name = "delcity"
  948. delcity.Parent = TopFrameDestroy
  949. delcity.BackgroundColor3 = Color3.new(1, 1, 1)
  950. delcity.BackgroundTransparency = 1
  951. delcity.Position = UDim2.new(0.0447761193, 0, 0.992509365, 0)
  952. delcity.Size = UDim2.new(0, 182, 0, 24)
  953. delcity.Font = Enum.Font.SourceSans
  954. delcity.Text = "City "
  955. delcity.TextColor3 = Color3.new(1, 1, 1)
  956. delcity.TextSize = 20
  957.  
  958. TextLabel.Parent = delcity
  959. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  960. TextLabel.BackgroundTransparency = 1
  961. TextLabel.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  962. TextLabel.Size = UDim2.new(0, 81, 0, 24)
  963. TextLabel.Font = Enum.Font.SourceSans
  964. TextLabel.Text = ">"
  965. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  966. TextLabel.TextSize = 20
  967.  
  968. delprison.Name = "delprison"
  969. delprison.Parent = TopFrameDestroy
  970. delprison.BackgroundColor3 = Color3.new(1, 1, 1)
  971. delprison.BackgroundTransparency = 1
  972. delprison.Position = UDim2.new(0.0447761193, 0, 1.69839168, 0)
  973. delprison.Size = UDim2.new(0, 182, 0, 24)
  974. delprison.Font = Enum.Font.SourceSans
  975. delprison.Text = "Prison "
  976. delprison.TextColor3 = Color3.new(1, 1, 1)
  977. delprison.TextSize = 20
  978.  
  979. TextLabel_2.Parent = delprison
  980. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  981. TextLabel_2.BackgroundTransparency = 1
  982. TextLabel_2.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  983. TextLabel_2.Size = UDim2.new(0, 81, 0, 24)
  984. TextLabel_2.Font = Enum.Font.SourceSans
  985. TextLabel_2.Text = ">"
  986. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  987. TextLabel_2.TextSize = 20
  988.  
  989. delobstacles.Name = "delobstacles"
  990. delobstacles.Parent = TopFrameDestroy
  991. delobstacles.BackgroundColor3 = Color3.new(1, 1, 1)
  992. delobstacles.BackgroundTransparency = 1
  993. delobstacles.Position = UDim2.new(0.0447761193, 0, 3.1101563, 0)
  994. delobstacles.Size = UDim2.new(0, 182, 0, 24)
  995. delobstacles.Font = Enum.Font.SourceSans
  996. delobstacles.Text = "Obstacles "
  997. delobstacles.TextColor3 = Color3.new(1, 1, 1)
  998. delobstacles.TextSize = 20
  999.  
  1000. TextLabel_3.Parent = delobstacles
  1001. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1002. TextLabel_3.BackgroundTransparency = 1
  1003. TextLabel_3.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  1004. TextLabel_3.Size = UDim2.new(0, 81, 0, 24)
  1005. TextLabel_3.Font = Enum.Font.SourceSans
  1006. TextLabel_3.Text = ">"
  1007. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  1008. TextLabel_3.TextSize = 20
  1009.  
  1010. dellasers.Name = "dellasers"
  1011. dellasers.Parent = TopFrameDestroy
  1012. dellasers.BackgroundColor3 = Color3.new(1, 1, 1)
  1013. dellasers.BackgroundTransparency = 1
  1014. dellasers.Position = UDim2.new(0.0447761193, 0, 2.40427399, 0)
  1015. dellasers.Size = UDim2.new(0, 182, 0, 24)
  1016. dellasers.Font = Enum.Font.SourceSans
  1017. dellasers.Text = "Lasers "
  1018. dellasers.TextColor3 = Color3.new(1, 1, 1)
  1019. dellasers.TextSize = 20
  1020.  
  1021. TextLabel_4.Parent = dellasers
  1022. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  1023. TextLabel_4.BackgroundTransparency = 1
  1024. TextLabel_4.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  1025. TextLabel_4.Size = UDim2.new(0, 81, 0, 24)
  1026. TextLabel_4.Font = Enum.Font.SourceSans
  1027. TextLabel_4.Text = ">"
  1028. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  1029. TextLabel_4.TextSize = 20
  1030.  
  1031. deldestructables.Name = "deldestructables"
  1032. deldestructables.Parent = TopFrameDestroy
  1033. deldestructables.BackgroundColor3 = Color3.new(1, 1, 1)
  1034. deldestructables.BackgroundTransparency = 1
  1035. deldestructables.Position = UDim2.new(0.0447761193, 0, 3.81603861, 0)
  1036. deldestructables.Size = UDim2.new(0, 182, 0, 24)
  1037. deldestructables.Font = Enum.Font.SourceSans
  1038. deldestructables.Text = "Destructables"
  1039. deldestructables.TextColor3 = Color3.new(1, 1, 1)
  1040. deldestructables.TextSize = 20
  1041.  
  1042. TextLabel_5.Parent = deldestructables
  1043. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  1044. TextLabel_5.BackgroundTransparency = 1
  1045. TextLabel_5.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  1046. TextLabel_5.Size = UDim2.new(0, 81, 0, 24)
  1047. TextLabel_5.Font = Enum.Font.SourceSans
  1048. TextLabel_5.Text = ">"
  1049. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  1050. TextLabel_5.TextSize = 20
  1051.  
  1052. deldestructables_2.Name = "deldestructables"
  1053. deldestructables_2.Parent = TopFrameDestroy
  1054. deldestructables_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1055. deldestructables_2.BackgroundTransparency = 1
  1056. deldestructables_2.Position = UDim2.new(0.0447761193, 0, 4.52192116, 0)
  1057. deldestructables_2.Size = UDim2.new(0, 182, 0, 24)
  1058. deldestructables_2.Font = Enum.Font.SourceSans
  1059. deldestructables_2.Text = "Cell Doors "
  1060. deldestructables_2.TextColor3 = Color3.new(1, 1, 1)
  1061. deldestructables_2.TextSize = 20
  1062.  
  1063. TextLabel_6.Parent = deldestructables_2
  1064. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  1065. TextLabel_6.BackgroundTransparency = 1
  1066. TextLabel_6.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  1067. TextLabel_6.Size = UDim2.new(0, 81, 0, 24)
  1068. TextLabel_6.Font = Enum.Font.SourceSans
  1069. TextLabel_6.Text = ">"
  1070. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  1071. TextLabel_6.TextSize = 20
  1072.  
  1073. TopFramesettings.Name = "TopFramesettings"
  1074. TopFramesettings.Parent = aurora
  1075. TopFramesettings.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1076. TopFramesettings.BorderSizePixel = 0
  1077. TopFramesettings.Position = UDim2.new(0.632253051, 0, 0.137592137, 0)
  1078. TopFramesettings.Size = UDim2.new(0, 201, 0, 34)
  1079.  
  1080. Frame_5.Parent = TopFramesettings
  1081. Frame_5.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1082. Frame_5.BackgroundTransparency = 0.20000000298023
  1083. Frame_5.BorderSizePixel = 0
  1084. Frame_5.Position = UDim2.new(0.0448244028, 0, 1, 0)
  1085. Frame_5.Size = UDim2.new(0, 182, 0, 267)
  1086.  
  1087. draggable.Name = "draggable"
  1088. draggable.Parent = Frame_5
  1089. draggable.BackgroundColor3 = Color3.new(1, 1, 1)
  1090. draggable.BackgroundTransparency = 1
  1091. draggable.Position = UDim2.new(0, 0, 0.00374531839, 0)
  1092. draggable.Size = UDim2.new(0, 182, 0, 24)
  1093. draggable.Font = Enum.Font.SourceSans
  1094. draggable.Text = "Draggable GUI"
  1095. draggable.TextColor3 = Color3.new(1, 1, 1)
  1096. draggable.TextSize = 20
  1097.  
  1098. dragarrow.Name = "dragarrow"
  1099. dragarrow.Parent = draggable
  1100. dragarrow.BackgroundColor3 = Color3.new(1, 1, 1)
  1101. dragarrow.BackgroundTransparency = 1
  1102. dragarrow.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  1103. dragarrow.Size = UDim2.new(0, 81, 0, 24)
  1104. dragarrow.Font = Enum.Font.SourceSans
  1105. dragarrow.Text = ">"
  1106. dragarrow.TextColor3 = Color3.new(1, 1, 1)
  1107. dragarrow.TextSize = 20
  1108.  
  1109. keybind.Name = "keybind"
  1110. keybind.Parent = Frame_5
  1111. keybind.BackgroundColor3 = Color3.new(1, 1, 1)
  1112. keybind.BackgroundTransparency = 1
  1113. keybind.Position = UDim2.new(0, 0, 0.0966393799, 0)
  1114. keybind.Size = UDim2.new(0, 182, 0, 24)
  1115. keybind.Font = Enum.Font.SourceSans
  1116. keybind.Text = "Keybind "
  1117. keybind.TextColor3 = Color3.new(1, 1, 1)
  1118. keybind.TextSize = 20
  1119.  
  1120. keybindarrow.Name = "keybindarrow"
  1121. keybindarrow.Parent = keybind
  1122. keybindarrow.BackgroundColor3 = Color3.new(1, 1, 1)
  1123. keybindarrow.BackgroundTransparency = 1
  1124. keybindarrow.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  1125. keybindarrow.Size = UDim2.new(0, 81, 0, 24)
  1126. keybindarrow.Font = Enum.Font.SourceSans
  1127. keybindarrow.Text = ">"
  1128. keybindarrow.TextColor3 = Color3.new(1, 1, 1)
  1129. keybindarrow.TextSize = 20
  1130.  
  1131. removeblur.Name = "removeblur"
  1132. removeblur.Parent = Frame_5
  1133. removeblur.BackgroundColor3 = Color3.new(1, 1, 1)
  1134. removeblur.BackgroundTransparency = 1
  1135. removeblur.Position = UDim2.new(0, 0, 0.186527029, 0)
  1136. removeblur.Size = UDim2.new(0, 182, 0, 24)
  1137. removeblur.Font = Enum.Font.SourceSans
  1138. removeblur.Text = "Remove Blur "
  1139. removeblur.TextColor3 = Color3.new(1, 1, 1)
  1140. removeblur.TextSize = 20
  1141.  
  1142. removeblurarrow.Name = "removeblurarrow"
  1143. removeblurarrow.Parent = removeblur
  1144. removeblurarrow.BackgroundColor3 = Color3.new(1, 1, 1)
  1145. removeblurarrow.BackgroundTransparency = 1
  1146. removeblurarrow.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  1147. removeblurarrow.Size = UDim2.new(0, 81, 0, 24)
  1148. removeblurarrow.Font = Enum.Font.SourceSans
  1149. removeblurarrow.Text = ">"
  1150. removeblurarrow.TextColor3 = Color3.new(1, 1, 1)
  1151. removeblurarrow.TextSize = 20
  1152.  
  1153. destroygui.Name = "destroygui"
  1154. destroygui.Parent = Frame_5
  1155. destroygui.BackgroundColor3 = Color3.new(1, 1, 1)
  1156. destroygui.BackgroundTransparency = 1
  1157. destroygui.Position = UDim2.new(0, 0, 0.276414663, 0)
  1158. destroygui.Size = UDim2.new(0, 182, 0, 24)
  1159. destroygui.Font = Enum.Font.SourceSans
  1160. destroygui.Text = "Destroy GUI "
  1161. destroygui.TextColor3 = Color3.new(1, 1, 1)
  1162. destroygui.TextSize = 20
  1163.  
  1164. destroyarrow.Name = "destroyarrow"
  1165. destroyarrow.Parent = destroygui
  1166. destroyarrow.BackgroundColor3 = Color3.new(1, 1, 1)
  1167. destroyarrow.BackgroundTransparency = 1
  1168. destroyarrow.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  1169. destroyarrow.Size = UDim2.new(0, 81, 0, 24)
  1170. destroyarrow.Font = Enum.Font.SourceSans
  1171. destroyarrow.Text = ">"
  1172. destroyarrow.TextColor3 = Color3.new(1, 1, 1)
  1173. destroyarrow.TextSize = 20
  1174.  
  1175. keybindbox.Name = "keybindbox"
  1176. keybindbox.Parent = Frame_5
  1177. keybindbox.BackgroundColor3 = Color3.new(1, 1, 1)
  1178. keybindbox.BackgroundTransparency = 1
  1179. keybindbox.BorderSizePixel = 0
  1180. keybindbox.Position = UDim2.new(0, 0, 0.0970000029, 0)
  1181. keybindbox.Size = UDim2.new(0, 182, 0, 24)
  1182. keybindbox.Visible = false
  1183. keybindbox.Font = Enum.Font.SourceSans
  1184. keybindbox.Text = "p"
  1185. keybindbox.TextColor3 = Color3.new(1, 1, 1)
  1186. keybindbox.TextSize = 14
  1187.  
  1188. noclipkey.Name = "noclipkey"
  1189. noclipkey.Parent = Frame_5
  1190. noclipkey.BackgroundColor3 = Color3.new(1, 1, 1)
  1191. noclipkey.BackgroundTransparency = 1
  1192. noclipkey.Position = UDim2.new(0, 0, 0.362556994, 0)
  1193. noclipkey.Size = UDim2.new(0, 182, 0, 24)
  1194. noclipkey.Font = Enum.Font.SourceSans
  1195. noclipkey.Text = "NoClip Key "
  1196. noclipkey.TextColor3 = Color3.new(1, 1, 1)
  1197. noclipkey.TextSize = 20
  1198.  
  1199. keybindarrow_2.Name = "keybindarrow"
  1200. keybindarrow_2.Parent = noclipkey
  1201. keybindarrow_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1202. keybindarrow_2.BackgroundTransparency = 1
  1203. keybindarrow_2.Position = UDim2.new(-0.104395747, 0, -0.0498857498, 0)
  1204. keybindarrow_2.Size = UDim2.new(0, 81, 0, 24)
  1205. keybindarrow_2.Font = Enum.Font.SourceSans
  1206. keybindarrow_2.Text = ">"
  1207. keybindarrow_2.TextColor3 = Color3.new(1, 1, 1)
  1208. keybindarrow_2.TextSize = 20
  1209.  
  1210. noclipkeybox.Name = "noclipkeybox"
  1211. noclipkeybox.Parent = Frame_5
  1212. noclipkeybox.BackgroundColor3 = Color3.new(1, 1, 1)
  1213. noclipkeybox.BackgroundTransparency = 1
  1214. noclipkeybox.BorderSizePixel = 0
  1215. noclipkeybox.Position = UDim2.new(0, 0, 0.362917602, 0)
  1216. noclipkeybox.Size = UDim2.new(0, 182, 0, 24)
  1217. noclipkeybox.Visible = false
  1218. noclipkeybox.Font = Enum.Font.SourceSans
  1219. noclipkeybox.Text = "n"
  1220. noclipkeybox.TextColor3 = Color3.new(1, 1, 1)
  1221. noclipkeybox.TextSize = 14
  1222.  
  1223. settingslabel.Name = "settingslabel"
  1224. settingslabel.Parent = TopFramesettings
  1225. settingslabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1226. settingslabel.BackgroundTransparency = 1
  1227. settingslabel.Size = UDim2.new(0, 201, 0, 34)
  1228. settingslabel.Font = Enum.Font.SourceSans
  1229. settingslabel.Text = "Settings"
  1230. settingslabel.TextColor3 = Color3.new(1, 1, 1)
  1231. settingslabel.TextSize = 17
  1232.  
  1233. TopFramemisc.Name = "TopFramemisc"
  1234. TopFramemisc.Parent = aurora
  1235. TopFramemisc.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  1236. TopFramemisc.BorderSizePixel = 0
  1237. TopFramemisc.Position = UDim2.new(0.506655037, 0, 0.137592107, 0)
  1238. TopFramemisc.Size = UDim2.new(0, 201, 0, 34)
  1239.  
  1240. Frame_6.Parent = TopFramemisc
  1241. Frame_6.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1242. Frame_6.BackgroundTransparency = 0.20000000298023
  1243. Frame_6.BorderSizePixel = 0
  1244. Frame_6.Position = UDim2.new(0.0448244028, 0, 1, 0)
  1245. Frame_6.Size = UDim2.new(0, 182, 0, 418)
  1246.  
  1247. gamepasses.Name = "gamepasses"
  1248. gamepasses.Parent = Frame_6
  1249. gamepasses.BackgroundColor3 = Color3.new(1, 1, 1)
  1250. gamepasses.BackgroundTransparency = 1
  1251. gamepasses.Position = UDim2.new(0.252747267, 0, 0.00374531839, 0)
  1252. gamepasses.Size = UDim2.new(0, 182, 0, 24)
  1253. gamepasses.Font = Enum.Font.SourceSans
  1254. gamepasses.Text = "Gamepasses"
  1255. gamepasses.TextColor3 = Color3.new(1, 1, 1)
  1256. gamepasses.TextSize = 20
  1257. gamepasses.TextXAlignment = Enum.TextXAlignment.Left
  1258.  
  1259. gamepassarrow.Name = "gamepassarrow"
  1260. gamepassarrow.Parent = gamepasses
  1261. gamepassarrow.BackgroundColor3 = Color3.new(1, 1, 1)
  1262. gamepassarrow.BackgroundTransparency = 1
  1263. gamepassarrow.Position = UDim2.new(-0.335164964, 0, 0.033447586, 0)
  1264. gamepassarrow.Size = UDim2.new(0, 81, 0, 24)
  1265. gamepassarrow.Font = Enum.Font.SourceSans
  1266. gamepassarrow.Text = ">"
  1267. gamepassarrow.TextColor3 = Color3.new(1, 1, 1)
  1268. gamepassarrow.TextSize = 20
  1269.  
  1270. firstperson.Name = "first person"
  1271. firstperson.Parent = Frame_6
  1272. firstperson.BackgroundColor3 = Color3.new(1, 1, 1)
  1273. firstperson.BackgroundTransparency = 1
  1274. firstperson.Position = UDim2.new(0.252747267, 0, 0.0614283197, 0)
  1275. firstperson.Size = UDim2.new(0, 182, 0, 24)
  1276. firstperson.Font = Enum.Font.SourceSans
  1277. firstperson.Text = "First Person "
  1278. firstperson.TextColor3 = Color3.new(1, 1, 1)
  1279. firstperson.TextSize = 20
  1280. firstperson.TextXAlignment = Enum.TextXAlignment.Left
  1281.  
  1282. fparrow.Name = "fparrow"
  1283. fparrow.Parent = firstperson
  1284. fparrow.BackgroundColor3 = Color3.new(1, 1, 1)
  1285. fparrow.BackgroundTransparency = 1
  1286. fparrow.Position = UDim2.new(-0.335164994, 0, -0.0498857498, 0)
  1287. fparrow.Size = UDim2.new(0, 81, 0, 24)
  1288. fparrow.Font = Enum.Font.SourceSans
  1289. fparrow.Text = ">"
  1290. fparrow.TextColor3 = Color3.new(1, 1, 1)
  1291. fparrow.TextSize = 20
  1292.  
  1293. allcodes.Name = "allcodes"
  1294. allcodes.Parent = Frame_6
  1295. allcodes.BackgroundColor3 = Color3.new(1, 1, 1)
  1296. allcodes.BackgroundTransparency = 1
  1297. allcodes.Position = UDim2.new(0.252747267, 0, 0.118007153, 0)
  1298. allcodes.Size = UDim2.new(0, 182, 0, 24)
  1299. allcodes.Font = Enum.Font.SourceSans
  1300. allcodes.Text = "All Codes "
  1301. allcodes.TextColor3 = Color3.new(1, 1, 1)
  1302. allcodes.TextSize = 20
  1303. allcodes.TextXAlignment = Enum.TextXAlignment.Left
  1304.  
  1305. codesarrow.Name = "codesarrow"
  1306. codesarrow.Parent = allcodes
  1307. codesarrow.BackgroundColor3 = Color3.new(1, 1, 1)
  1308. codesarrow.BackgroundTransparency = 1
  1309. codesarrow.Position = UDim2.new(-0.335164964, 0, -0.00821908191, 0)
  1310. codesarrow.Size = UDim2.new(0, 81, 0, 24)
  1311. codesarrow.Font = Enum.Font.SourceSans
  1312. codesarrow.Text = ">"
  1313. codesarrow.TextColor3 = Color3.new(1, 1, 1)
  1314. codesarrow.TextSize = 20
  1315.  
  1316. intromusic.Name = "intromusic"
  1317. intromusic.Parent = Frame_6
  1318. intromusic.BackgroundColor3 = Color3.new(1, 1, 1)
  1319. intromusic.BackgroundTransparency = 1
  1320. intromusic.Position = UDim2.new(0.252747267, 0, 0.175874203, 0)
  1321. intromusic.Size = UDim2.new(0, 182, 0, 24)
  1322. intromusic.Font = Enum.Font.SourceSans
  1323. intromusic.Text = "Intro Music "
  1324. intromusic.TextColor3 = Color3.new(1, 1, 1)
  1325. intromusic.TextSize = 20
  1326. intromusic.TextXAlignment = Enum.TextXAlignment.Left
  1327.  
  1328. intromusicarrow.Name = "intromusicarrow"
  1329. intromusicarrow.Parent = intromusic
  1330. intromusicarrow.BackgroundColor3 = Color3.new(1, 1, 1)
  1331. intromusicarrow.BackgroundTransparency = 1
  1332. intromusicarrow.Position = UDim2.new(-0.335164964, 0, -0.00821908563, 0)
  1333. intromusicarrow.Size = UDim2.new(0, 81, 0, 24)
  1334. intromusicarrow.Font = Enum.Font.SourceSans
  1335. intromusicarrow.Text = ">"
  1336. intromusicarrow.TextColor3 = Color3.new(1, 1, 1)
  1337. intromusicarrow.TextSize = 20
  1338.  
  1339. allcars.Name = "allcars"
  1340. allcars.Parent = Frame_6
  1341. allcars.BackgroundColor3 = Color3.new(1, 1, 1)
  1342. allcars.BackgroundTransparency = 1
  1343. allcars.Position = UDim2.new(0.252747267, 0, 0.233557209, 0)
  1344. allcars.Size = UDim2.new(0, 182, 0, 24)
  1345. allcars.Font = Enum.Font.SourceSans
  1346. allcars.Text = "All Cars "
  1347. allcars.TextColor3 = Color3.new(1, 1, 1)
  1348. allcars.TextSize = 20
  1349. allcars.TextXAlignment = Enum.TextXAlignment.Left
  1350.  
  1351. allcars_2.Name = "allcars"
  1352. allcars_2.Parent = allcars
  1353. allcars_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1354. allcars_2.BackgroundTransparency = 1
  1355. allcars_2.Position = UDim2.new(-0.335164964, 0, -0.091552414, 0)
  1356. allcars_2.Size = UDim2.new(0, 81, 0, 24)
  1357. allcars_2.Font = Enum.Font.SourceSans
  1358. allcars_2.Text = ">"
  1359. allcars_2.TextColor3 = Color3.new(1, 1, 1)
  1360. allcars_2.TextSize = 20
  1361.  
  1362. Allemotes.Name = "All emotes"
  1363. Allemotes.Parent = Frame_6
  1364. Allemotes.BackgroundColor3 = Color3.new(1, 1, 1)
  1365. Allemotes.BackgroundTransparency = 1
  1366. Allemotes.Position = UDim2.new(0.252747267, 0, 0.289215893, 0)
  1367. Allemotes.Size = UDim2.new(0, 182, 0, 24)
  1368. Allemotes.Font = Enum.Font.SourceSans
  1369. Allemotes.Text = "All Emotes "
  1370. Allemotes.TextColor3 = Color3.new(1, 1, 1)
  1371. Allemotes.TextSize = 20
  1372. Allemotes.TextXAlignment = Enum.TextXAlignment.Left
  1373.  
  1374. allemotes.Name = "allemotes"
  1375. allemotes.Parent = Allemotes
  1376. allemotes.BackgroundColor3 = Color3.new(1, 1, 1)
  1377. allemotes.BackgroundTransparency = 1
  1378. allemotes.Position = UDim2.new(-0.335164994, 0, -0.00821908191, 0)
  1379. allemotes.Size = UDim2.new(0, 81, 0, 24)
  1380. allemotes.Font = Enum.Font.SourceSans
  1381. allemotes.Text = ">"
  1382. allemotes.TextColor3 = Color3.new(1, 1, 1)
  1383. allemotes.TextSize = 20
  1384.  
  1385. joinhero.Name = "joinhero"
  1386. joinhero.Parent = Frame_6
  1387. joinhero.BackgroundColor3 = Color3.new(1, 1, 1)
  1388. joinhero.BackgroundTransparency = 1
  1389. joinhero.Position = UDim2.new(0.252747267, 0, 0.345978737, 0)
  1390. joinhero.Size = UDim2.new(0, 182, 0, 24)
  1391. joinhero.Font = Enum.Font.SourceSans
  1392. joinhero.Text = "Join Heros "
  1393. joinhero.TextColor3 = Color3.new(1, 1, 1)
  1394. joinhero.TextSize = 20
  1395. joinhero.TextXAlignment = Enum.TextXAlignment.Left
  1396.  
  1397. allemotes_2.Name = "allemotes"
  1398. allemotes_2.Parent = joinhero
  1399. allemotes_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1400. allemotes_2.BackgroundTransparency = 1
  1401. allemotes_2.Position = UDim2.new(-0.335164964, 0, -0.00821908191, 0)
  1402. allemotes_2.Size = UDim2.new(0, 81, 0, 24)
  1403. allemotes_2.Font = Enum.Font.SourceSans
  1404. allemotes_2.Text = ">"
  1405. allemotes_2.TextColor3 = Color3.new(1, 1, 1)
  1406. allemotes_2.TextSize = 20
  1407.  
  1408. joinpolice.Name = "joinpolice"
  1409. joinpolice.Parent = Frame_6
  1410. joinpolice.BackgroundColor3 = Color3.new(1, 1, 1)
  1411. joinpolice.BackgroundTransparency = 1
  1412. joinpolice.Position = UDim2.new(0.252747267, 0, 0.401453435, 0)
  1413. joinpolice.Size = UDim2.new(0, 182, 0, 24)
  1414. joinpolice.Font = Enum.Font.SourceSans
  1415. joinpolice.Text = "Join Police "
  1416. joinpolice.TextColor3 = Color3.new(1, 1, 1)
  1417. joinpolice.TextSize = 20
  1418. joinpolice.TextXAlignment = Enum.TextXAlignment.Left
  1419.  
  1420. allemotes_3.Name = "allemotes"
  1421. allemotes_3.Parent = joinpolice
  1422. allemotes_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1423. allemotes_3.BackgroundTransparency = 1
  1424. allemotes_3.Position = UDim2.new(-0.335164994, 0, -0.00821906328, 0)
  1425. allemotes_3.Size = UDim2.new(0, 81, 0, 24)
  1426. allemotes_3.Font = Enum.Font.SourceSans
  1427. allemotes_3.Text = ">"
  1428. allemotes_3.TextColor3 = Color3.new(1, 1, 1)
  1429. allemotes_3.TextSize = 20
  1430.  
  1431. joinprisoner.Name = "joinprisoner"
  1432. joinprisoner.Parent = Frame_6
  1433. joinprisoner.BackgroundColor3 = Color3.new(1, 1, 1)
  1434. joinprisoner.BackgroundTransparency = 1
  1435. joinprisoner.Position = UDim2.new(0.252747267, 0, 0.458400279, 0)
  1436. joinprisoner.Size = UDim2.new(0, 182, 0, 24)
  1437. joinprisoner.Font = Enum.Font.SourceSans
  1438. joinprisoner.Text = "Join Prisoner"
  1439. joinprisoner.TextColor3 = Color3.new(1, 1, 1)
  1440. joinprisoner.TextSize = 20
  1441. joinprisoner.TextXAlignment = Enum.TextXAlignment.Left
  1442.  
  1443. allemotes_4.Name = "allemotes"
  1444. allemotes_4.Parent = joinprisoner
  1445. allemotes_4.BackgroundColor3 = Color3.new(1, 1, 1)
  1446. allemotes_4.BackgroundTransparency = 1
  1447. allemotes_4.Position = UDim2.new(-0.335164964, 0, -0.0915525407, 0)
  1448. allemotes_4.Size = UDim2.new(0, 81, 0, 24)
  1449. allemotes_4.Font = Enum.Font.SourceSans
  1450. allemotes_4.Text = ">"
  1451. allemotes_4.TextColor3 = Color3.new(1, 1, 1)
  1452. allemotes_4.TextSize = 20
  1453.  
  1454. modnade.Name = "modnade"
  1455. modnade.Parent = Frame_6
  1456. modnade.BackgroundColor3 = Color3.new(1, 1, 1)
  1457. modnade.BackgroundTransparency = 1
  1458. modnade.Position = UDim2.new(0.252747267, 0, 0.515347183, 0)
  1459. modnade.Size = UDim2.new(0, 182, 0, 24)
  1460. modnade.Font = Enum.Font.SourceSans
  1461. modnade.Text = "Mod Grenade"
  1462. modnade.TextColor3 = Color3.new(1, 1, 1)
  1463. modnade.TextSize = 20
  1464. modnade.TextXAlignment = Enum.TextXAlignment.Left
  1465.  
  1466. allemotes_5.Name = "allemotes"
  1467. allemotes_5.Parent = modnade
  1468. allemotes_5.BackgroundColor3 = Color3.new(1, 1, 1)
  1469. allemotes_5.BackgroundTransparency = 1
  1470. allemotes_5.Position = UDim2.new(-0.335164994, 0, -0.133219093, 0)
  1471. allemotes_5.Size = UDim2.new(0, 81, 0, 24)
  1472. allemotes_5.Font = Enum.Font.SourceSans
  1473. allemotes_5.Text = ">"
  1474. allemotes_5.TextColor3 = Color3.new(1, 1, 1)
  1475. allemotes_5.TextSize = 20
  1476.  
  1477. specialcars.Name = "special cars"
  1478. specialcars.Parent = Frame_6
  1479. specialcars.BackgroundColor3 = Color3.new(1, 1, 1)
  1480. specialcars.BackgroundTransparency = 1
  1481. specialcars.Position = UDim2.new(0.252747267, 0, 0.572294056, 0)
  1482. specialcars.Size = UDim2.new(0, 182, 0, 24)
  1483. specialcars.Font = Enum.Font.SourceSans
  1484. specialcars.Text = "Special Cars "
  1485. specialcars.TextColor3 = Color3.new(1, 1, 1)
  1486. specialcars.TextSize = 20
  1487. specialcars.TextXAlignment = Enum.TextXAlignment.Left
  1488.  
  1489. allemotes_6.Name = "allemotes"
  1490. allemotes_6.Parent = specialcars
  1491. allemotes_6.BackgroundColor3 = Color3.new(1, 1, 1)
  1492. allemotes_6.BackgroundTransparency = 1
  1493. allemotes_6.Position = UDim2.new(-0.335164964, 0, -0.00821908563, 0)
  1494. allemotes_6.Size = UDim2.new(0, 81, 0, 24)
  1495. allemotes_6.Font = Enum.Font.SourceSans
  1496. allemotes_6.Text = ">"
  1497. allemotes_6.TextColor3 = Color3.new(1, 1, 1)
  1498. allemotes_6.TextSize = 20
  1499.  
  1500. EGBcrosshair.Name = "EGBcrosshair"
  1501. EGBcrosshair.Parent = Frame_6
  1502. EGBcrosshair.BackgroundColor3 = Color3.new(1, 1, 1)
  1503. EGBcrosshair.BackgroundTransparency = 1
  1504. EGBcrosshair.Position = UDim2.new(0.252747267, 0, 0.638543606, 0)
  1505. EGBcrosshair.Size = UDim2.new(0, 182, 0, 24)
  1506. EGBcrosshair.Font = Enum.Font.SourceSans
  1507. EGBcrosshair.Text = "RGB Crosshair"
  1508. EGBcrosshair.TextColor3 = Color3.new(1, 1, 1)
  1509. EGBcrosshair.TextSize = 20
  1510. EGBcrosshair.TextXAlignment = Enum.TextXAlignment.Left
  1511.  
  1512. crosshairarrow.Name = "crosshairarrow"
  1513. crosshairarrow.Parent = EGBcrosshair
  1514. crosshairarrow.BackgroundColor3 = Color3.new(1, 1, 1)
  1515. crosshairarrow.BackgroundTransparency = 1
  1516. crosshairarrow.Position = UDim2.new(-0.335164964, 0, -0.00821908563, 0)
  1517. crosshairarrow.Size = UDim2.new(0, 81, 0, 24)
  1518. crosshairarrow.Font = Enum.Font.SourceSans
  1519. crosshairarrow.Text = ">"
  1520. crosshairarrow.TextColor3 = Color3.new(1, 1, 1)
  1521. crosshairarrow.TextSize = 20
  1522.  
  1523. rgbicons.Name = "rgbicons"
  1524. rgbicons.Parent = Frame_6
  1525. rgbicons.BackgroundColor3 = Color3.new(1, 1, 1)
  1526. rgbicons.BackgroundTransparency = 1
  1527. rgbicons.Position = UDim2.new(0.252747267, 0, 0.695407808, 0)
  1528. rgbicons.Size = UDim2.new(0, 182, 0, 24)
  1529. rgbicons.Font = Enum.Font.SourceSans
  1530. rgbicons.Text = "RGB Icons"
  1531. rgbicons.TextColor3 = Color3.new(1, 1, 1)
  1532. rgbicons.TextSize = 20
  1533. rgbicons.TextXAlignment = Enum.TextXAlignment.Left
  1534.  
  1535. rgbiconsarrow.Name = "rgbiconsarrow"
  1536. rgbiconsarrow.Parent = rgbicons
  1537. rgbiconsarrow.BackgroundColor3 = Color3.new(1, 1, 1)
  1538. rgbiconsarrow.BackgroundTransparency = 1
  1539. rgbiconsarrow.Position = UDim2.new(-0.335164964, 0, -0.00821908563, 0)
  1540. rgbiconsarrow.Size = UDim2.new(0, 81, 0, 24)
  1541. rgbiconsarrow.Font = Enum.Font.SourceSans
  1542. rgbiconsarrow.Text = ">"
  1543. rgbiconsarrow.TextColor3 = Color3.new(1, 1, 1)
  1544. rgbiconsarrow.TextSize = 20
  1545.  
  1546. RGBgunskin.Name = "RGBgunskin"
  1547. RGBgunskin.Parent = Frame_6
  1548. RGBgunskin.BackgroundColor3 = Color3.new(1, 1, 1)
  1549. RGBgunskin.BackgroundTransparency = 1
  1550. RGBgunskin.Position = UDim2.new(0.252747267, 0, 0.750431716, 0)
  1551. RGBgunskin.Size = UDim2.new(0, 182, 0, 24)
  1552. RGBgunskin.Font = Enum.Font.SourceSans
  1553. RGBgunskin.Text = "RGB Gun Skin"
  1554. RGBgunskin.TextColor3 = Color3.new(1, 1, 1)
  1555. RGBgunskin.TextSize = 20
  1556. RGBgunskin.TextXAlignment = Enum.TextXAlignment.Left
  1557.  
  1558. rgbgunskinarrow.Name = "rgbgunskinarrow"
  1559. rgbgunskinarrow.Parent = RGBgunskin
  1560. rgbgunskinarrow.BackgroundColor3 = Color3.new(1, 1, 1)
  1561. rgbgunskinarrow.BackgroundTransparency = 1
  1562. rgbgunskinarrow.Position = UDim2.new(-0.335164964, 0, -0.00821908563, 0)
  1563. rgbgunskinarrow.Size = UDim2.new(0, 81, 0, 24)
  1564. rgbgunskinarrow.Font = Enum.Font.SourceSans
  1565. rgbgunskinarrow.Text = ">"
  1566. rgbgunskinarrow.TextColor3 = Color3.new(1, 1, 1)
  1567. rgbgunskinarrow.TextSize = 20
  1568.  
  1569. removescope.Name = "removescope"
  1570. removescope.Parent = Frame_6
  1571. removescope.BackgroundColor3 = Color3.new(1, 1, 1)
  1572. removescope.BackgroundTransparency = 1
  1573. removescope.Position = UDim2.new(0.252747267, 0, 0.807847977, 0)
  1574. removescope.Size = UDim2.new(0, 182, 0, 24)
  1575. removescope.Font = Enum.Font.SourceSans
  1576. removescope.Text = "Remove Scope"
  1577. removescope.TextColor3 = Color3.new(1, 1, 1)
  1578. removescope.TextSize = 20
  1579. removescope.TextXAlignment = Enum.TextXAlignment.Left
  1580.  
  1581. removescopearrow.Name = "removescopearrow"
  1582. removescopearrow.Parent = removescope
  1583. removescopearrow.BackgroundColor3 = Color3.new(1, 1, 1)
  1584. removescopearrow.BackgroundTransparency = 1
  1585. removescopearrow.Position = UDim2.new(-0.335164964, 0, -0.00821908563, 0)
  1586. removescopearrow.Size = UDim2.new(0, 81, 0, 24)
  1587. removescopearrow.Font = Enum.Font.SourceSans
  1588. removescopearrow.Text = ">"
  1589. removescopearrow.TextColor3 = Color3.new(1, 1, 1)
  1590. removescopearrow.TextSize = 20
  1591.  
  1592. misclabel.Name = "misclabel"
  1593. misclabel.Parent = TopFramemisc
  1594. misclabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1595. misclabel.BackgroundTransparency = 1
  1596. misclabel.Size = UDim2.new(0, 201, 0, 34)
  1597. misclabel.Font = Enum.Font.SourceSans
  1598. misclabel.Text = "Misc"
  1599. misclabel.TextColor3 = Color3.new(1, 1, 1)
  1600. misclabel.TextSize = 17
  1601.  
  1602. logo.Name = "logo"
  1603. logo.Parent = aurora
  1604. logo.BackgroundColor3 = Color3.new(1, 1, 1)
  1605. logo.BackgroundTransparency = 1
  1606. logo.Position = UDim2.new(-0.0654321015, 0, -0.0331695341, 0)
  1607. logo.Size = UDim2.new(0, 509, 0, 173)
  1608. logo.Font = Enum.Font.SourceSans
  1609. logo.Text = "Aurora"
  1610. logo.TextColor3 = Color3.new(1, 1, 1)
  1611. logo.TextSize = 60
  1612.  
  1613. logoversion.Name = "logoversion"
  1614. logoversion.Parent = logo
  1615. logoversion.BackgroundColor3 = Color3.new(1, 1, 1)
  1616. logoversion.BackgroundTransparency = 1
  1617. logoversion.Position = UDim2.new(0.459724963, 0, 0.352601171, 0)
  1618. logoversion.Size = UDim2.new(0, 200, 0, 50)
  1619. logoversion.Font = Enum.Font.SourceSans
  1620. logoversion.Text = "V2"
  1621. logoversion.TextColor3 = Color3.new(1, 1, 1)
  1622. logoversion.TextSize = 14
  1623. -- Scripts:
  1624. game.CoreGui.RobloxGui.TopBarContainer.NameHealthContainer.AccountType.Text = 'Made By Marcel#4383'
  1625. game.CoreGui.RobloxGui.TopBarContainer.NameHealthContainer.Username.Text = 'Aurora V2'
  1626.  
  1627. function rain(X)
  1628. return math.acos(math.cos(X*math.pi))/math.pi
  1629. end
  1630.  
  1631.  
  1632. local a = game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage", {
  1633. Text = "[Aurora]: Loaded Succesfully Press P To Open";
  1634. Color = Color3.new(25/255, 60/255, 255/255);
  1635. FontSize = Enum.FontSize.Size42;
  1636. })
  1637.  
  1638. spawn(function()
  1639. local val = 0
  1640. for i, v in pairs(game.Players.LocalPlayer.PlayerGui.Chat.Frame.ChatChannelParentFrame.Frame_MessageLogDisplay.Scroller:GetChildren()) do
  1641. if v.TextLabel.Text == "[Aurora]: Loaded Succesfully Press P To Open" then
  1642. while wait (0.07) do
  1643. v.TextLabel.Text = "[Aurora]: Loaded Succesfully Press P To Open"
  1644. v.TextLabel.TextColor3 = Color3.fromHSV(rain(val),1,1)
  1645. val = val + 0.01
  1646. end
  1647. end
  1648. end
  1649. end)
  1650.  
  1651.  
  1652. local blur = Instance.new("BlurEffect")
  1653. blur.Size = 30
  1654. blur.Parent = game.Workspace.CurrentCamera
  1655. blur.Enabled = false
  1656.  
  1657. TopFrameDestroy.Visible = false
  1658. TopFrameFunctions.Visible = false
  1659. TopFramemisc.Visible = false
  1660. TopFramesettings.Visible = false
  1661. TopFrameteleports.Visible = false
  1662. TopFramevehicle.Visible = false
  1663. logo.Visible = false
  1664.  
  1665. destroygui.MouseButton1Click:connect(function()
  1666. local gui = game.CoreGui:FindFirstChild("aurora")
  1667. gui:Destroy()
  1668. if game.Workspace.CurrentCamera:FindFirstChild("Blur") then
  1669. game.Workspace.CurrentCamera.Blur:Destroy()
  1670. end
  1671. if game.Workspace.CurrentCamera:FindFirstChild("Blur1") then
  1672. game.Workspace.CurrentCamera.Blur1:Destroy()
  1673. end
  1674. end)
  1675.  
  1676.  
  1677.  
  1678.  
  1679.  
  1680.  
  1681.  
  1682.  
  1683.  
  1684.  
  1685.  
  1686. intromusic.MouseButton1Click:connect(function()
  1687. if _G.IntroMusic == false then
  1688. _G.IntroMusic = true
  1689. local child = game.Workspace:WaitForChild("AE31-ADVD-ADHT")
  1690. if child then
  1691. child:Play()
  1692. child.Looped = true
  1693. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  1694.  
  1695.  
  1696.  
  1697. while wait(0.04)do
  1698. if _G.IntroMusic then
  1699. intromusic.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  1700. intromusicarrow.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  1701.  
  1702. end
  1703. end
  1704. end
  1705. else
  1706. _G.IntroMusic = false
  1707. local child = game.Workspace:WaitForChild("AE31-ADVD-ADHT")
  1708. child:Stop()
  1709. intromusic.TextColor3 = Color3.new(255,255,255)
  1710. intromusicarrow.TextColor3 = Color3.new(255,255,255)
  1711. end
  1712. end)
  1713.  
  1714. removeblur.MouseButton1Click:connect(function()
  1715. if _G.RemoveBlur == false then
  1716. _G.RemoveBlur = true
  1717. local bl = game.Workspace.CurrentCamera:FindFirstChild("Blur")
  1718. bl:Destroy()
  1719.  
  1720.  
  1721.  
  1722. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  1723.  
  1724.  
  1725.  
  1726. while wait(0.04)do
  1727. if _G.RemoveBlur then
  1728. removeblur.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  1729. removeblurarrow.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  1730.  
  1731. end
  1732. end
  1733.  
  1734. else
  1735. _G.RemoveBlur = false
  1736. local blr = Instance.new("BlurEffect")
  1737. blr.Parent = game.Workspace.CurrentCamera
  1738. blr.Size = 30
  1739. blr.Name = "Blur1"
  1740. removeblur.TextColor3 = Color3.new(255,255,255)
  1741. removeblurarrow.TextColor3 = Color3.new(255,255,255)
  1742. end
  1743. end)
  1744. Infnitro.MouseButton1Click:connect(function()
  1745. if _G.InfNitro == false then
  1746. _G.InfNitro = true
  1747. local veh = game.workspace.ObjectSelection:FindFirstChild(game.Players.LocalPlayer.Name.."'s Vehicle")
  1748. veh.CarChassis.Boost.Value = 100
  1749. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  1750.  
  1751.  
  1752.  
  1753. while wait(0.04)do
  1754. if _G.InfNitro then
  1755. Infnitro.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  1756. nitroarrow.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  1757.  
  1758. end
  1759. end
  1760. else
  1761. _G.InfNitro = false
  1762. local veh = game.workspace.ObjectSelection:FindFirstChild(game.Players.LocalPlayer.Name.."'s Vehicle")
  1763. veh.CarChassis.Boost.Value = 0
  1764. Infnitro.TextColor3 = Color3.new(255,255,255)
  1765. nitroarrow.TextColor3 = Color3.new(255,255,255)
  1766. end
  1767. end)
  1768.  
  1769. InfAmmo.MouseButton1Click:connect(function()
  1770. if _G.InfAmmo == false then
  1771. _G.InfAmmo = true
  1772. if game.Players.LocalPlayer.Backpack:FindFirstChild("MP5") then
  1773. local env = getsenv(game.Players.LocalPlayer.Backpack.MP5.RifleScript)
  1774. debug.setupvalue(env.Reload, "Ammo", math.huge)
  1775. debug.setupvalue(env.Reload, "Clip", math.huge)
  1776. end
  1777. if game.Players.LocalPlayer.Backpack:FindFirstChild("Pistol") then
  1778. local env = getsenv(game.Players.LocalPlayer.Backpack.Pistol.PistolScript)
  1779.  
  1780. debug.setupvalue(env.Reload, "Ammo", math.huge)
  1781. debug.setupvalue(env.Reload, "Clip", math.huge)
  1782. end
  1783. if game.Players.LocalPlayer.Backpack:FindFirstChild("Deagle") then
  1784. local env = getsenv(game.Players.LocalPlayer.Backpack.Deagle.PistolScript)
  1785.  
  1786. debug.setupvalue(env.Reload, "Ammo", math.huge)
  1787. debug.setupvalue(env.Reload, "Clip", math.huge)
  1788. end
  1789. if game.Players.LocalPlayer.Backpack:FindFirstChild("SPAS") then
  1790. local env = getsenv(game.Players.LocalPlayer.Backpack.SPAS.ShotgunScript)
  1791.  
  1792. debug.setupvalue(env.Reload, "Ammo", math.huge)
  1793. debug.setupvalue(env.Reload, "Clip", math.huge)
  1794. end
  1795. if game.Players.LocalPlayer.Backpack:FindFirstChild("Shotgun") then
  1796. local env = getsenv(game.Players.LocalPlayer.Backpack.Shotgun.ShotgunScript)
  1797.  
  1798. debug.setupvalue(env.Reload, "Ammo", math.huge)
  1799. debug.setupvalue(env.Reload, "Clip", math.huge)
  1800. end
  1801. if game.Players.LocalPlayer.Backpack:FindFirstChild("Tazer") then
  1802. local env = getsenv(game.Players.LocalPlayer.Backpack.Tazer.TazerScript)
  1803.  
  1804. debug.setupvalue(env.Reload, "Ammo", math.huge)
  1805. debug.setupvalue(env.Reload, "Clip", math.huge)
  1806. end
  1807. if game.Players.LocalPlayer.Backpack:FindFirstChild("Sniper") then
  1808. local env = getsenv(game.Players.LocalPlayer.Backpack.Sniper.RifleScript)
  1809.  
  1810. debug.setupvalue(env.Reload, "Ammo", math.huge)
  1811. debug.setupvalue(env.Reload, "Clip", math.huge)
  1812. end
  1813. if game.Players.LocalPlayer.Backpack:FindFirstChild("AK47") then
  1814. local env = getsenv(game.Players.LocalPlayer.Backpack.AK47.RifleScript)
  1815.  
  1816. debug.setupvalue(env.Reload, "Ammo", math.huge)
  1817. debug.setupvalue(env.Reload, "Clip", math.huge)
  1818. end
  1819. if game.Players.LocalPlayer.Backpack:FindFirstChild("TEC9") then
  1820. local env = getsenv(game.Players.LocalPlayer.Backpack.AK47.RifleScript)
  1821.  
  1822. debug.setupvalue(env.Reload, "Ammo", math.huge)
  1823. debug.setupvalue(env.Reload, "Clip", math.huge)
  1824. end
  1825.  
  1826. if game.Players.LocalPlayer.Backpack:FindFirstChild("Death Ray") then
  1827. local env = getsenv(game.Players.LocalPlayer.Backpack:FindFirstChild("Death Ray"))
  1828. debug.setupvalue(env.Reload, "Ammo", math.huge)
  1829. debug.setupvalue(env.Reload, "Clip", math.huge)
  1830. end
  1831.  
  1832. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  1833.  
  1834.  
  1835.  
  1836. while wait(0.04)do
  1837. if _G.InfAmmo then
  1838. InfAmmo.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  1839. ammoarrow.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  1840. end
  1841. end
  1842. else
  1843. _G.InfAmmo = false
  1844. if game.Players.LocalPlayer.Backpack:FindFirstChild("MP5") then
  1845. local env = getsenv(game.Players.LocalPlayer.Backpack.MP5.RifleScript)
  1846. debug.setupvalue(env.Reload, "Ammo", 40)
  1847. debug.setupvalue(env.Reload, "Clip", 40)
  1848. end
  1849.  
  1850. if game.Players.LocalPlayer.Backpack:FindFirstChild("Pistol") then
  1851. local env = getsenv(game.Players.LocalPlayer.Backpack.Pistol.PistolScript)
  1852. debug.setupvalue(env.Reload, "Ammo", 14)
  1853. debug.setupvalue(env.Reload, "Clip", 14)
  1854. end
  1855.  
  1856. if game.Players.LocalPlayer.Backpack:FindFirstChild("Deagle") then
  1857. local env = getsenv(game.Players.LocalPlayer.Backpack.Deagle.PistolScript)
  1858. debug.setupvalue(env.Reload, "Ammo", 7)
  1859. debug.setupvalue(env.Reload, "Clip", 7)
  1860. end
  1861.  
  1862. if game.Players.LocalPlayer.Backpack:FindFirstChild("SPAS") then
  1863. local env = getsenv(game.Players.LocalPlayer.Backpack.SPAS.ShotgunScript)
  1864. debug.setupvalue(env.Reload, "Ammo", 4)
  1865. debug.setupvalue(env.Reload, "Clip", 4)
  1866. end
  1867.  
  1868. if game.Players.LocalPlayer.Backpack:FindFirstChild("Shotgun") then
  1869. local env = getsenv(game.Players.LocalPlayer.Backpack.Shotgun.ShotgunScript)
  1870. debug.setupvalue(env.Reload, "Ammo", 6)
  1871. debug.setupvalue(env.Reload, "Clip", 6)
  1872. end
  1873.  
  1874. if game.Players.LocalPlayer.Backpack:FindFirstChild("Tazer") then
  1875. local env = getsenv(game.Players.LocalPlayer.Backpack.Tazer.TazerScript)
  1876. debug.setupvalue(env.Reload, "Ammo", 1)
  1877. debug.setupvalue(env.Reload, "Clip", 1)
  1878. end
  1879.  
  1880. if game.Players.LocalPlayer.Backpack:FindFirstChild("Sniper") then
  1881. local env = getsenv(game.Players.LocalPlayer.Backpack.Sniper.RifleScript)
  1882. debug.setupvalue(env.Reload, "Ammo", 1)
  1883. debug.setupvalue(env.Reload, "Clip", 1)
  1884. end
  1885.  
  1886. if game.Players.LocalPlayer.Backpack:FindFirstChild("AK47") then
  1887. local env = getsenv(game.Players.LocalPlayer.Backpack.AK47.RifleScript)
  1888. debug.setupvalue(env.Reload, "Ammo", 30)
  1889. debug.setupvalue(env.Reload, "Clip", 30)
  1890. end
  1891.  
  1892. if game.Players.LocalPlayer.Backpack:FindFirstChild("TEC9") then
  1893. local env = getsenv(game.Players.LocalPlayer.Backpack.AK47.RifleScript)
  1894. debug.setupvalue(env.Reload, "Ammo", 20)
  1895. debug.setupvalue(env.Reload, "Clip", 20)
  1896. end
  1897. if game.Players.LocalPlayer.Backpack:FindFirstChild("Death Ray") then
  1898. local env = getsenv(game.Players.LocalPlayer.Backpack:FindFirstChild("Death Ray"))
  1899. debug.setupvalue(env.Reload, "Ammo", 20)
  1900. debug.setupvalue(env.Reload, "Clip", 20)
  1901. end
  1902. end
  1903. InfAmmo.TextColor3 = Color3.new(255,255,255)
  1904. ammoarrow.TextColor3 = Color3.new(255,255,255)
  1905. end)
  1906.  
  1907.  
  1908. Infnitroserver.MouseButton1Click:connect(function()
  1909. if _G.InfNitroServer == false then
  1910. _G.InfNitroServer = true
  1911.  
  1912. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  1913.  
  1914.  
  1915.  
  1916. while wait(0.04)do
  1917. if _G.InfNitroServer then
  1918. Infnitroserver.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  1919. servernitroarrow.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  1920.  
  1921. end
  1922. end
  1923. else
  1924. _G.InfNitroServer = false
  1925. Infnitroserver.TextColor3 = Color3.new(255,255,255)
  1926. servernitroarrow.TextColor3 = Color3.new(255,255,255)
  1927. end
  1928. end)
  1929.  
  1930.  
  1931.  
  1932. fullbright.MouseButton1Click:connect(function()
  1933. if _G.FullBright == false then
  1934. _G.FullBright = true
  1935. game.Lighting.Brightness = 25
  1936. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  1937.  
  1938.  
  1939.  
  1940. while wait(0.04)do
  1941. if _G.FullBright then
  1942. fullbright.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  1943. fullbrightarrow.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  1944.  
  1945. end
  1946. end
  1947. else
  1948. _G.FullBright = false
  1949.  
  1950. game.Lighting.Brightness = 2.11
  1951. fullbright.TextColor3 = Color3.new(255,255,255)
  1952. fullbrightarrow.TextColor3 = Color3.new(255,255,255)
  1953. end
  1954. end)
  1955.  
  1956. opengarage.MouseButton1Click:connect(function()
  1957. if _G.OpenGarage == false then
  1958. _G.OpenGarage = true
  1959. while wait(0.04)do
  1960. if _G.OpenGarage then
  1961. opengarage.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  1962. garagearrow.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  1963.  
  1964. end
  1965. end
  1966. else
  1967. _G.OpenGarage = false
  1968. opengarage.TextColor3 = Color3.new(255,255,255)
  1969. garagearrow.TextColor3 = Color3.new(255,255,255)
  1970. end
  1971. end)
  1972.  
  1973.  
  1974.  
  1975.  
  1976. gravity.MouseButton1Click:connect(function()
  1977. if _G.Gravity == false then
  1978. _G.Gravity = true
  1979. game:GetService("Workspace").Gravity = 45
  1980. while wait(0.04)do
  1981. if _G.Gravity then
  1982. gravity.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  1983. gravityarrow.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  1984.  
  1985. end
  1986. end
  1987. else
  1988. _G.Gravity = false
  1989. game:GetService("Workspace").Gravity = 196.2
  1990. gravity.TextColor3 = Color3.new(255,255,255)
  1991. gravityarrow.TextColor3 = Color3.new(255,255,255)
  1992. end
  1993. end)
  1994.  
  1995.  
  1996.  
  1997.  
  1998. spawn(function()
  1999. while wait(2) do
  2000. if _G.OpenGarage then
  2001. local gardoor = game.workspace.Ignore.WorldObjects.Garage.Trigger
  2002. local hmloc = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.Position
  2003.  
  2004. gardoor.CFrame = CFrame.new(hmloc)
  2005.  
  2006.  
  2007. end
  2008. end
  2009. end)
  2010.  
  2011.  
  2012. gamepasses.MouseButton1Click:connect(function()
  2013. local gamepasses = {5275404, 5275406, 5275408, 5283883, 5285945, 5786950,5945566,5981868}
  2014. for _,v in next, gamepasses do
  2015. if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
  2016. local l = Instance.new("BoolValue", game.Players.LocalPlayer)
  2017. l.Name = tostring(v)
  2018. l.Value = true
  2019. end
  2020. end
  2021. end)
  2022.  
  2023.  
  2024. spawn(function()
  2025. while wait(0.7) do
  2026. if _G.InfNitroServer then
  2027. local hmloc = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.Position
  2028. local trg = game.workspace.City.GasStation.RefillGas.Trigger
  2029.  
  2030.  
  2031.  
  2032. trg.CFrame = CFrame.new(hmloc)
  2033.  
  2034. end
  2035. end
  2036. end)
  2037.  
  2038.  
  2039.  
  2040.  
  2041.  
  2042.  
  2043.  
  2044. draggable.MouseButton1Click:connect(function()
  2045. if _G.Draggable == false then
  2046. _G.Draggable = true
  2047. TopFrameDestroy.Active = true
  2048. TopFrameFunctions.Active = true
  2049. TopFramemisc.Active = true
  2050. TopFramesettings.Active = true
  2051. TopFrameteleports.Active = true
  2052. TopFramevehicle.Active = true
  2053. TopFrameDestroy.Draggable = true
  2054. TopFrameFunctions.Draggable = true
  2055. TopFramemisc.Draggable = true
  2056. TopFramesettings.Draggable = true
  2057. TopFrameteleports.Draggable = true
  2058.  
  2059. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  2060.  
  2061.  
  2062.  
  2063. while wait(0.04)do
  2064. if _G.Draggable then
  2065. dragarrow.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2066. draggable.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2067.  
  2068. end
  2069. end
  2070. else
  2071. _G.Draggable = false
  2072. TopFrameDestroy.Active = false
  2073. TopFrameFunctions.Active = false
  2074. TopFramemisc.Active = false
  2075. TopFramesettings.Active = false
  2076. TopFrameteleports.Active = false
  2077. TopFramevehicle.Active = false
  2078. TopFrameDestroy.Draggable = false
  2079. TopFrameFunctions.Draggable = false
  2080. TopFramemisc.Draggable = false
  2081. TopFramesettings.Draggable = false
  2082. TopFrameteleports.Draggable = false
  2083. draggable.TextColor3 = Color3.new(255,255,255)
  2084. dragarrow.TextColor3 = Color3.new(255,255,255)
  2085. end
  2086. end)
  2087.  
  2088.  
  2089. annoy.MouseButton1Click:connect(function()
  2090. if _G.Annoy == false then
  2091. _G.Annoy = true
  2092. local s = game.Players.LocalPlayer.PlayerGui.Sounds
  2093.  
  2094. s.Cash.Volume = 10
  2095. s.Cash:Play()
  2096.  
  2097. s.XP:Play()
  2098. s.XP.Volume = 10
  2099.  
  2100. s.Coin:Play()
  2101. s.Coin.Volume = 10
  2102.  
  2103. s.Dig:Play()
  2104. s.Dig.Volume = 10
  2105.  
  2106. s.Message:Play()
  2107. s.Message.Volume = 10
  2108.  
  2109. s.HackSuccess:Play()
  2110. s.HackSuccess.Volume = 10
  2111.  
  2112. s.Hacking:Play()
  2113. s.Hacking.Volume = 10
  2114.  
  2115. s.MoneyFlip:Play()
  2116. s.MoneyFlip.Volume = 10
  2117.  
  2118. s.Dialogue:Play()
  2119. s.Dialogue.Volume = 10
  2120.  
  2121. s.Lockpick:Play()
  2122. s.Lockpick.Volume = 10
  2123. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  2124.  
  2125.  
  2126.  
  2127. while wait(0.04)do
  2128. if _G.Annoy then
  2129. annoy.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2130. annoyarrow.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2131.  
  2132. end
  2133. end
  2134. else
  2135. _G.Annoy = false
  2136. local s = game.Players.LocalPlayer.PlayerGui.Sounds
  2137.  
  2138. s.Cash.Volume = 1
  2139. s.Cash:Stop()
  2140.  
  2141. s.XP:Stop()
  2142. s.XP.Volume = 1
  2143.  
  2144. s.Coin:Stop()
  2145. s.Coin.Volume = 1
  2146.  
  2147. s.Dig:Stop()
  2148. s.Dig.Volume = 1
  2149.  
  2150. s.Message:Stop()
  2151. s.Message.Volume = 1
  2152.  
  2153. s.HackSuccess:Stop()
  2154. s.HackSuccess.Volume = 1
  2155.  
  2156. s.Hacking:Stop()
  2157. s.Hacking.Volume = 1
  2158.  
  2159. s.MoneyFlip:Stop()
  2160. s.MoneyFlip.Volume = 1
  2161.  
  2162. s.Dialogue:Stop()
  2163. s.Dialogue.Volume = 1
  2164.  
  2165. s.Lockpick:Stop()
  2166. s.Lockpick.Volume = 1
  2167. annoy.TextColor3 = Color3.new(255,255,255)
  2168. annoyarrow.TextColor3 = Color3.new(255,255,255)
  2169. end
  2170. end)
  2171.  
  2172. EGBcrosshair.MouseButton1Click:connect(function()
  2173. if _G.Crosshair == false then
  2174. _G.Crosshair = true
  2175. local imagec = game.Players.LocalPlayer.PlayerGui.CrosshairGUI.Crosshair
  2176.  
  2177. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  2178.  
  2179.  
  2180.  
  2181. while wait(0.04)do
  2182. if _G.Crosshair then
  2183. EGBcrosshair.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2184. crosshairarrow.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2185. imagec.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2186.  
  2187. end
  2188. end
  2189.  
  2190.  
  2191. else _G.Crosshair = false
  2192. local imagec = game.Players.LocalPlayer.PlayerGui.CrosshairGUI.Crosshair
  2193. imagec.ImageColor3 = Color3.new(255,255,255)
  2194. EGBcrosshair.TextColor3 = Color3.new(255,255,255)
  2195. crosshairarrow.TextColor3 = Color3.new(255,255,255)
  2196. end
  2197. end)
  2198.  
  2199.  
  2200.  
  2201. openshop.MouseButton1Click:connect(function()
  2202. if _G.OpenShop == false then
  2203. _G.OpenShop = true
  2204. game.Players.LocalPlayer.PlayerGui.WeaponShopGUI.Enabled = true
  2205. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  2206.  
  2207.  
  2208.  
  2209. while wait(0.04)do
  2210. if _G.OpenShop then
  2211. openshop.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2212. shoparrow.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2213.  
  2214. end
  2215. end
  2216. else
  2217. _G.OpenShop = false
  2218. game.Players.LocalPlayer.PlayerGui.WeaponShopGUI.Enabled = false
  2219. openshop.TextColor3 = Color3.new(255,255,255)
  2220. shoparrow.TextColor3 = Color3.new(255,255,255)
  2221. end
  2222. end)
  2223.  
  2224. hovercar.MouseButton1Click:connect(function()
  2225. if _G.Hover == false then
  2226. _G.Hover = true
  2227. local veh = game.workspace.ObjectSelection:FindFirstChild(game.Players.LocalPlayer.Name.."'s Vehicle")
  2228. veh.CarChassis.HoverMode.Value = true
  2229. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  2230.  
  2231.  
  2232.  
  2233. while wait(0.04)do
  2234. if _G.Hover then
  2235. hovercar.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2236. hovercararrow.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2237.  
  2238. end
  2239. end
  2240. else
  2241. _G.Hover = false
  2242. hovercar.TextColor3 = Color3.new(255,255,255)
  2243. hovercararrow.TextColor3 = Color3.new(255,255,255)
  2244. local veh = game.workspace.ObjectSelection:FindFirstChild(game.Players.LocalPlayer.Name.."'s Vehicle")
  2245. veh.CarChassis.HoverMode.Value = false
  2246. end
  2247. end)
  2248.  
  2249. allcodes.MouseButton1Click:connect(function()
  2250. game.ReplicatedStorage.RemoteFunction:InvokeServer("TwitterCode","B3M1N3")
  2251. game.ReplicatedStorage.RemoteFunction:InvokeServer("TwitterCode","W33K3NDHYP3")
  2252. game.ReplicatedStorage.RemoteFunction:InvokeServer("TwitterCode","T4L3N")
  2253. game.ReplicatedStorage.RemoteFunction:InvokeServer("TwitterCode","B34M3R")
  2254. game.ReplicatedStorage.RemoteFunction:InvokeServer("TwitterCode","S33Z4N2")
  2255. game.ReplicatedStorage.RemoteFunction:InvokeServer("TwitterCode","M4DC1TY")
  2256. game.ReplicatedStorage.RemoteFunction:InvokeServer("TwitterCode","STR33TL1N3")
  2257. end)
  2258.  
  2259.  
  2260. carplate.MouseButton1Click:connect(function()
  2261. if _G.CarPlate == false then
  2262. _G.CarPlate = true
  2263. end
  2264. carplate.Visible = false
  2265. carplatevalue.Visible = true
  2266. carplatevalue.FocusLost:connect(function()
  2267. local name = carplatevalue.Text
  2268. local veh = game.workspace.ObjectSelection:FindFirstChild(game.Players.LocalPlayer.Name.."'s Vehicle")
  2269. veh.Body.Plate.GUI.PlateText.Text = name
  2270. wait(0.5)
  2271. carplatevalue.Visible = false
  2272. carplate.Visible = true
  2273. if _G.CarPlate == true then
  2274. _G.CarPlate = false
  2275. end
  2276. carplatevalue.TextColor3 = Color3.new(255,255,255)
  2277. carplate.TextColor3 = Color3.new(255,255,255)
  2278. end)
  2279. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  2280.  
  2281.  
  2282.  
  2283. while wait(0.04)do
  2284. if _G.CarPlate then
  2285. carplatevalue.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2286.  
  2287. end
  2288. end
  2289. end)
  2290.  
  2291.  
  2292. -- functions
  2293.  
  2294.  
  2295.  
  2296.  
  2297. local pistol = game.Players.LocalPlayer.Backpack:FindFirstChild("Pistol")
  2298. local tazer = game.Players.LocalPlayer.Backpack:FindFirstChild("Tazer")
  2299. local spas = game.Players.LocalPlayer.Backpack:FindFirstChild("SPAS")
  2300. local shotty = game.Players.LocalPlayer.Backpack:FindFirstChild("Shotgun")
  2301. local sniper = game.Players.LocalPlayer.Backpack:FindFirstChild("Sniper")
  2302. local mp5 = game.Players.LocalPlayer.Backpack:FindFirstChild("MP5")
  2303. local ak = game.Players.LocalPlayer.Backpack:FindFirstChild("AK47")
  2304. local knife = game.Players.LocalPlayer.Backpack:FindFirstChild("Knife")
  2305. local baton = game.Players.LocalPlayer.Backpack:FindFirstChild("Baton")
  2306. local deagle = game.Players.LocalPlayer.Backpack:FindFirstChild("Deagle")
  2307. local nade = game.Players.LocalPlayer.Backpack:FindFirstChild("Grenade")
  2308. local tec = game.Players.LocalPlayer.Backpack:FindFirstChild("TEC9")
  2309. function rgbpistol ()
  2310. local pistol = game.Players.LocalPlayer.Backpack:FindFirstChild("Pistol")
  2311. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  2312. if pistol then
  2313. pistol.Handle.Mesh.TextureId = ""
  2314. counter = 0
  2315. while wait(0.04)do
  2316. if _G.GunSkin then
  2317. pistol.Handle.Color = Color3.fromHSV(zigzag(counter),1,1)
  2318.  
  2319. end
  2320. end
  2321. end
  2322. end
  2323. function rgbtazer ()
  2324. local tazer = game.Players.LocalPlayer.Backpack:FindFirstChild("Tazer")
  2325. if tazer then
  2326. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  2327.  
  2328. tazer.Handle.Mesh.TextureId = ""
  2329. counter = 0
  2330. while wait(0.04)do
  2331. if _G.GunSkin then
  2332. tazer.Handle.Color = Color3.fromHSV(zigzag(counter),1,1)
  2333.  
  2334. end
  2335. end
  2336. end
  2337. end
  2338. function rgbshotty ()
  2339. local shotty = game.Players.LocalPlayer.Backpack:FindFirstChild("Shotgun")
  2340. if shotty then
  2341. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  2342.  
  2343. shotty.Handle.Mesh.TextureId = ""
  2344. counter = 0
  2345. while wait(0.04)do
  2346. if _G.GunSkin then
  2347. shotty.Handle.Color = Color3.fromHSV(zigzag(counter),1,1)
  2348.  
  2349. end
  2350. end
  2351. end
  2352. end
  2353. function rgbsniper ()
  2354. local sniper = game.Players.LocalPlayer.Backpack:FindFirstChild("Sniper")
  2355. if sniper then
  2356. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  2357.  
  2358. sniper.Handle.Mesh.TextureId = ""
  2359. counter = 0
  2360. while wait(0.04)do
  2361. if _G.GunSkin then
  2362. sniper.Handle.Color = Color3.fromHSV(zigzag(counter),1,1)
  2363.  
  2364. end
  2365. end
  2366. end
  2367. end
  2368. function rgbmp ()
  2369. local mp5 = game.Players.LocalPlayer.Backpack:FindFirstChild("MP5")
  2370. if mp5 then
  2371. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  2372.  
  2373. mp5.Handle.Mesh.TextureId = ""
  2374. counter = 0
  2375. while wait(0.04)do
  2376. if _G.GunSkin then
  2377. mp5.Handle.Color = Color3.fromHSV(zigzag(counter),1,1)
  2378.  
  2379. end
  2380. end
  2381. end
  2382. end
  2383. function rgbAK ()
  2384. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  2385. local ak = game.Players.LocalPlayer.Backpack:FindFirstChild("AK47")
  2386. if ak then
  2387.  
  2388. ak.Handle.Mesh.TextureId = ""
  2389. counter = 0
  2390. while wait(0.04)do
  2391. if _G.GunSkin then
  2392. ak.Handle.Color = Color3.fromHSV(zigzag(counter),1,1)
  2393.  
  2394. end
  2395. end
  2396. end
  2397. end
  2398. function rgbknife ()
  2399. local knife = game.Players.LocalPlayer.Backpack:FindFirstChild("Knife")
  2400. if knife then
  2401. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  2402.  
  2403. knife.Handle.Mesh.TextureId = ""
  2404. counter = 0
  2405. while wait(0.04)do
  2406. if _G.GunSkin then
  2407. knife.Handle.Color = Color3.fromHSV(zigzag(counter),1,1)
  2408.  
  2409. end
  2410. end
  2411. end
  2412. end
  2413. function rgbbaton()
  2414. local baton = game.Players.LocalPlayer.Backpack:FindFirstChild("Baton")
  2415. if baton then
  2416. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  2417.  
  2418. baton.Handle.Mesh.TextureId = ""
  2419. counter = 0
  2420. while wait(0.04)do
  2421. if _G.GunSkin then
  2422. baton.Handle.Color = Color3.fromHSV(zigzag(counter),1,1)
  2423.  
  2424. end
  2425. end
  2426. end
  2427. end
  2428. function rgbdeagle ()
  2429.  
  2430. local deagle = game.Players.LocalPlayer.Backpack:FindFirstChild("Deagle")
  2431. if deagle then
  2432. counter = 0
  2433. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  2434.  
  2435. deagle.Handle.Mesh.TextureId = ""
  2436.  
  2437. while wait(0.04)do
  2438. if _G.GunSkin then
  2439. deagle.Handle.Color = Color3.fromHSV(zigzag(counter),1,1)
  2440.  
  2441. end
  2442. end
  2443. end
  2444. end
  2445. function rgbnade ()
  2446. local nade = game.Players.LocalPlayer.Backpack:FindFirstChild("Grenade")
  2447. if nade then
  2448.  
  2449. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  2450. counter = 0
  2451. nade.Handle.Mesh.TextureId = ""
  2452.  
  2453. while wait(0.04)do
  2454. if _G.GunSkin then
  2455. nade.Handle.Color = Color3.fromHSV(zigzag(counter),1,1)
  2456.  
  2457. end
  2458. end
  2459. end
  2460. end
  2461. function rgbtec ()
  2462. local tec = game.Players.LocalPlayer.Backpack:FindFirstChild("TEC9")
  2463. if tec then
  2464. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  2465. counter = 0
  2466. tec.Handle.Mesh.TextureId = ""
  2467.  
  2468. while wait(0.04)do
  2469. if _G.GunSkin then
  2470. tec.Handle.Color = Color3.fromHSV(zigzag(counter),1,1)
  2471.  
  2472. end
  2473. end
  2474. end
  2475. end
  2476. function rgbspas ()
  2477. local spas = game.Players.LocalPlayer.Backpack:FindFirstChild("SPAS")
  2478. if spas then
  2479. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  2480. counter = 0
  2481. spas.Handle.Mesh.TextureId = ""
  2482.  
  2483. while wait(0.04)do
  2484. if _G.GunSkin then
  2485. spas.Handle.Color = Color3.fromHSV(zigzag(counter),1,1)
  2486.  
  2487. end
  2488. end
  2489. end
  2490. end
  2491. function rgbcuffs ()
  2492. local cuff = game.Players.LocalPlayer.Backpack:FindFirstChild("Handcuffs")
  2493. if cuff then
  2494. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  2495. counter = 0
  2496. cuff.Handle.Mesh.TextureId = ""
  2497.  
  2498. while wait(0.04)do
  2499. if _G.GunSkin then
  2500. cuff.Handle.Color = Color3.fromHSV(zigzag(counter),1,1)
  2501.  
  2502. end
  2503. end
  2504. end
  2505. end
  2506. -- functions end
  2507. spawn(function()
  2508. while wait(0.04)do
  2509. if _G.Icons then
  2510. rgbicons.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2511. rgbiconsarrow.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2512. end
  2513. end
  2514. end)
  2515.  
  2516. function actionrgb ()
  2517. local gui = game.Players.LocalPlayer.PlayerGui.MainGUI.HelpHUD.ActionHUD
  2518. local sprint = gui.LeftShift.LeftShift
  2519. local crouch = gui.C.C
  2520. local punch = gui.F.F
  2521. local phone = gui.M.M
  2522. while wait (0.04) do
  2523. if _G.Icons then
  2524. sprint.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2525. crouch.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2526. phone.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2527. punch.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2528. end
  2529. end
  2530. end
  2531.  
  2532. function carrgb ()
  2533. local gui = game.Players.LocalPlayer.PlayerGui.MainGUI.HelpHUD.CarHUD
  2534. local drift = gui.LeftShift.LeftShift
  2535. local siren = gui.F.F
  2536. local music = gui.T.T
  2537. local phone = gui.M.M
  2538. local spike = gui.Q.Q
  2539. local boost = gui.LeftControl.LeftControl
  2540. local horn = gui.H.H
  2541. while wait (0.04) do
  2542. if _G.Icons then
  2543. drift.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2544. siren.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2545. phone.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2546. spike.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2547. boost.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2548. horn.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2549. music.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2550. end
  2551. end
  2552. end
  2553. function planergb ()
  2554. local gui = game.Players.LocalPlayer.PlayerGui.MainGUI.HelpHUD.PlaneHUD
  2555. local siren = gui.H.H
  2556. local music = gui.L.L
  2557. local phone = gui.P.P
  2558. local spike = gui.E.E
  2559. local boost = gui.T.T
  2560. local horn = gui.M.M
  2561. local pln = gui.F.F
  2562. while wait (0.04) do
  2563. if _G.Icons then
  2564. siren.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2565. phone.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2566. spike.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2567. boost.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2568. horn.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2569. music.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2570. pln.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2571. end
  2572. end
  2573. end
  2574. function boatrgb ()
  2575. local gui = game.Players.LocalPlayer.PlayerGui.MainGUI.HelpHUD.BoatHUD
  2576. local siren = gui.H.H
  2577. local music = gui.L.L
  2578. local boost = gui.T.T
  2579. local horn = gui.M.M
  2580. local pln = gui.F.F
  2581. while wait (0.04) do
  2582. if _G.Icons then
  2583. siren.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2584. boost.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2585. horn.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2586. music.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2587. pln.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2588. end
  2589. end
  2590. end
  2591. function helirgb ()
  2592. local gui = game.Players.LocalPlayer.PlayerGui.MainGUI.HelpHUD.HeliHUD
  2593. local siren = gui.H.H
  2594. local music = gui.E.E
  2595. local boost = gui.L.L
  2596. local horn = gui.P.P
  2597. local ases = gui.Q.Q
  2598. local pln = gui.F.F
  2599. local yeet = gui.C.C
  2600. local plen = gui.T.T
  2601. local pln = gui.M.M
  2602. while wait (0.04) do
  2603. if _G.Icons then
  2604. yeet.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2605. plen.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2606. ases.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2607. siren.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2608. boost.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2609. horn.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2610. music.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2611. pln.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2612. end
  2613. end
  2614. end
  2615. function tankrgb ()
  2616. local gui = game.Players.LocalPlayer.PlayerGui.MainGUI.HelpHUD.TankHUD
  2617. local siren = gui.H.H
  2618. local music = gui.V.V
  2619. local boost = gui.T.T
  2620. local horn = gui.P.P
  2621. local pln = gui.Q.Q
  2622. local eee = gui.M.M
  2623. local tenk = gui.G.G
  2624. local teenk = gui.F.F
  2625. while wait (0.04) do
  2626. if _G.Icons then
  2627. eee.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2628. tenk.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2629. teenk.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2630. siren.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2631. boost.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2632. horn.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2633. music.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2634. pln.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2635. end
  2636. end
  2637. end
  2638. rgbicons.MouseButton1Click:connect(function()
  2639. if _G.Icons == false then
  2640. _G.Icons = true
  2641.  
  2642. spawn(actionrgb)
  2643. spawn(carrgb)
  2644. spawn(helirgb)
  2645. spawn (tankrgb)
  2646. spawn(boatrgb)
  2647. spawn(planergb)
  2648.  
  2649.  
  2650. else
  2651. _G.Icons = false
  2652. rgbicons.TextColor3 = Color3.new(255,255,255)
  2653. rgbiconsarrow.TextColor3 = Color3.new(255,255,255)
  2654. local heli = game.Players.LocalPlayer.PlayerGui.MainGUI.HelpHUD.HeliHUD
  2655. heli.H.H.ImageColor3 = Color3.new(255,255,255)
  2656. heli.Q.Q.ImageColor3 = Color3.new(255,255,255)
  2657. heli.T.T.ImageColor3 = Color3.new(255,255,255)
  2658. heli.C.C.ImageColor3 = Color3.new(255,255,255)
  2659. heli.M.M.ImageColor3 = Color3.new(255,255,255)
  2660. heli.E.E.ImageColor3 = Color3.new(255,255,255)
  2661. local car = game.Players.LocalPlayer.PlayerGui.MainGUI.HelpHUD.CarHUD
  2662. car.LeftShift.LeftShift.ImageColor3 = Color3.new(255,255,255)
  2663. car.T.T.ImageColor3 = Color3.new(255,255,255)
  2664. car.M.M.ImageColor3 = Color3.new(255,255,255)
  2665. car.F.F.ImageColor3 = Color3.new(255,255,255)
  2666. car.Q.Q.ImageColor3 = Color3.new(255,255,255)
  2667. car.LeftControl.LeftControl.ImageColor3 = Color3.new(255,255,255)
  2668. car.H.H.ImageColor3 = Color3.new(255,255,255)
  2669. local tank = game.Players.LocalPlayer.PlayerGui.MainGUI.HelpHUD.TankHUD
  2670.  
  2671. tank.H.H.ImageColor3 = Color3.new(255,255,255)
  2672. tank.V.V.ImageColor3 = Color3.new(255,255,255)
  2673. tank.H.H.ImageColor3 = Color3.new(255,255,255)
  2674. tank.P.P.ImageColor3 = Color3.new(255,255,255)
  2675. tank.Q.Q.ImageColor3 = Color3.new(255,255,255)
  2676. tank.M.M.ImageColor3 = Color3.new(255,255,255)
  2677. tank.G.G.ImageColor3 = Color3.new(255,255,255)
  2678. tank.F.F.ImageColor3 = Color3.new(255,255,255)
  2679. local boat = game.Players.LocalPlayer.PlayerGui.MainGUI.HelpHUD.BoatHUD
  2680. boat.T.T.ImageColor3 = Color3.new(255,255,255)
  2681. boat.M.M.ImageColor3 = Color3.new(255,255,255)
  2682. boat.H.H.ImageColor3 = Color3.new(255,255,255)
  2683. local action = game.Players.LocalPlayer.PlayerGui.MainGUI.HelpHUD.ActionHUD
  2684. action.F.F.ImageColor3 = Color3.new(255,255,255)
  2685. action.M.M.ImageColor3 = Color3.new(255,255,255)
  2686. action.LeftShift.LeftShift.ImageColor3 = Color3.new(255,255,255)
  2687. action.C.C.ImageColor3 = Color3.new(255,255,255)
  2688. local plane = game.Players.LocalPlayer.PlayerGui.MainGUI.HelpHUD.PlaneHUD
  2689. plane.H.H.ImageColor3 = Color3.new(255,255,255)
  2690. plane.L.L.ImageColor3 = Color3.new(255,255,255)
  2691. plane.M.M.ImageColor3 = Color3.new(255,255,255)
  2692. plane.E.E.ImageColor3 = Color3.new(255,255,255)
  2693. plane.P.P.ImageColor3 = Color3.new(255,255,255)
  2694. plane.T.T.ImageColor3 = Color3.new(255,255,255)
  2695. plane.F.F.ImageColor3 = Color3.new(255,255,255)
  2696. end
  2697. end)
  2698.  
  2699. removescope.MouseButton1Click:connect(function()
  2700. game.Players.LocalPlayer.PlayerGui.ScopeGUI:Destroy()
  2701. end)
  2702.  
  2703. RGBgunskin.MouseButton1Click:connect(function()
  2704. if _G.GunSkin == false then
  2705. _G.GunSkin = true
  2706. spawn(rgbAK)
  2707. spawn(rgbbaton)
  2708. spawn(rgbdeagle)
  2709. spawn(rgbknife)
  2710. spawn(rgbpistol)
  2711. spawn(rgbmp)
  2712. spawn(rgbnade)
  2713. spawn(rgbsniper)
  2714. spawn(rgbshotty)
  2715. spawn(rgbspas)
  2716. spawn(rgbtazer)
  2717. spawn(rgbtec)
  2718. spawn(rgbcuffs)
  2719.  
  2720. else _G.GunSkin = false
  2721. RGBgunskin.TextColor3 = Color3.new(255,255,255)
  2722. rgbgunskinarrow.TextColor3 = Color3.new(255,255,255)
  2723. RGBgunskin.TextColor3 = Color3.new(255,255,255)
  2724. rgbgunskinarrow.TextColor3 = Color3.new(255,255,255)
  2725. local backpack = game.Players.LocalPlayer.Backpack
  2726. local pistol = backpack:findFirstChild("Pistol")
  2727. local shot = backpack:findFirstChild("Shotgun")
  2728. local tazer = backpack:findFirstChild("Tazer")
  2729. local Sniper = backpack:findFirstChild("Sniper")
  2730. local deagle = backpack:findFirstChild("Deagle")
  2731. local MP = backpack:findFirstChild("MP5")
  2732. local spas = backpack:findFirstChild("SPAS")
  2733. local tec = backpack:findFirstChild("TEC9")
  2734. local ak = backpack:findFirstChild("AK47")
  2735. local nade = backpack:findFirstChild("Grenade")
  2736. local kniev = backpack:findFirstChild("Knife")
  2737. local baton = backpack:findFirstChild("Baton")
  2738. local cuffs = backpack:findFirstChild("Handcuffs")
  2739. if tazer then
  2740. local taz = game.Players.LocalPlayer.Backpack.Tazer
  2741. taz.Handle.Mesh.TextureId = "rbxassetid://2249164860"
  2742. end
  2743.  
  2744. if pistol then
  2745. local psi = game.Players.LocalPlayer.Backpack.Pistol
  2746. psi.Handle.Mesh.TextureId = "rbxassetid://2470741536"
  2747. end
  2748.  
  2749. if shot then
  2750. local shz = game.Players.LocalPlayer.Backpack.Shotgun
  2751. shz.Handle.Mesh.TextureId = "rbxassetid://2470438009"
  2752. end
  2753.  
  2754. if Sniper then
  2755. local sne = game.Players.LocalPlayer.Backpack.Sniper
  2756. sne.Handle.Mesh.TextureId = "rbxassetid://2470741536"
  2757. end
  2758.  
  2759. if deagle then
  2760. local dag = game.Players.LocalPlayer.Backpack.Deagle
  2761. dag.Handle.Mesh.TextureId = "rbxassetid://2495786985"
  2762. end
  2763.  
  2764. if MP then
  2765. local mep = game.Players.LocalPlayer.Backpack.MP5
  2766. mep.Handle.Mesh.TextureId = "rbxassetid://270741536"
  2767. end
  2768. if spas then
  2769. local spes = game.Players.LocalPlayer.Backpack.SPAS
  2770. spes.Handle.Mesh.TextureId = "rbxassetid://270741536"
  2771. end
  2772. if tec then
  2773. local tac = game.Players.LocalPlayer.Backpack.TEC9
  2774. tac.Handle.Mesh.TextureId = "rbxassetid://270741536"
  2775. end
  2776.  
  2777. if ak then
  2778. local kalas = game.Players.LocalPlayer.Backpack.AK47
  2779. kalas.Handle.Mesh.TextureId = "rbxassetid://2470438009"
  2780. end
  2781. if nade then
  2782. local nyd = game.Players.LocalPlayer.Backpack.Grenade
  2783. nyd.Handle.Mesh.TextureId = "rbxassetid://2495189581"
  2784. end
  2785. if kniev then
  2786. local taes = game.Players.LocalPlayer.Backpack.Knife
  2787. taes.Handle.Mesh.TextureId = "rbxassetid://130252453"
  2788. end
  2789. if baton then
  2790. local betz = game.Players.LocalPlayer.Backpack.Baton
  2791. betz.Handle.Color3 = Color3.new(17,17,17)
  2792.  
  2793. end
  2794. if cuffs then
  2795. local cef = game.Players.LocalPlayer.Backpack.Handcuffs
  2796. cef.Handle.Color = Color3.new(99,95,98)
  2797. end
  2798.  
  2799.  
  2800. end
  2801. end)
  2802.  
  2803.  
  2804. -- end skinchange
  2805. suspension.MouseButton1Click:connect(function()
  2806. suspension.Visible = false
  2807. suspensionarrow.Visible = true
  2808. suspensionvalue.Visible = true
  2809. if _G.Suspension == false then
  2810. _G.Suspension = true
  2811. end
  2812.  
  2813.  
  2814.  
  2815. suspensionvalue.FocusLost:connect(function()
  2816. local am = suspensionvalue.Text
  2817. local veh = game.workspace.ObjectSelection:FindFirstChild(game.Players.LocalPlayer.Name.."'s Vehicle")
  2818. veh.CarChassis.Suspension.Value = am
  2819. wait(0.5)
  2820. suspensionvalue.Visible = false
  2821. suspension.Visible = true
  2822. if _G.Suspension == true then
  2823. _G.Suspension = false
  2824. end
  2825. suspensionarrow.TextColor3 = Color3.new(255,255,255)
  2826. suspensionvalue.TextColor3 = Color3.new(255,255,255)
  2827. end)
  2828.  
  2829. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  2830.  
  2831.  
  2832.  
  2833. while wait(0.04)do
  2834. if _G.Suspension then
  2835. suspensionarrow.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2836. suspensionvalue.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2837.  
  2838. end
  2839. end
  2840. end)
  2841.  
  2842.  
  2843.  
  2844. firstperson.MouseButton1Click:connect(function()
  2845. if _G.FirstPerson == false then
  2846. _G.FirstPerson = true
  2847. local player = game.Players.LocalPlayer
  2848.  
  2849. player.CameraMode = Enum.CameraMode.LockFirstPerson
  2850. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  2851.  
  2852.  
  2853.  
  2854. while wait(0.04)do
  2855. if _G.FirstPerson then
  2856. firstperson.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2857. fparrow.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2858.  
  2859. end
  2860. end
  2861.  
  2862. else
  2863. _G.FirstPerson = false
  2864. local player = game.Players.LocalPlayer
  2865.  
  2866. player.CameraMode = Enum.CameraMode.Classic
  2867. fparrow.TextColor3 = Color3.new(255,255,255)
  2868. firstperson.TextColor3 = Color3.new(255,255,255)
  2869. end
  2870. end)
  2871.  
  2872.  
  2873.  
  2874.  
  2875. speed.MouseButton1Click:connect(function()
  2876. if _G.Speed == false then
  2877. _G.Speed = true
  2878. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  2879.  
  2880.  
  2881.  
  2882. while wait(0.04)do
  2883. if _G.Speed then
  2884. speed.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2885. speedarrow.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  2886.  
  2887. end
  2888. end
  2889.  
  2890. else
  2891. _G.Speed = false
  2892. speed.TextColor3 = Color3.new(255,255,255)
  2893. speedarrow.TextColor3 = Color3.new(255,255,255)
  2894.  
  2895. end
  2896. end)
  2897.  
  2898. modnade.MouseButton1Click:connect(function()
  2899. for a_=1,10 do local bd=game.Players.LocalPlayer.Backpack.Grenade.GrenadeScript:Clone()bd.Parent=game.Players.LocalPlayer.Backpack.Grenade end
  2900. end)
  2901.  
  2902. specialcars.MouseButton1Click:connect(function()
  2903. local b2={"Hoverboard","Breakdown","Pony","F1","Phantom","Reaper","SWAT"}for b1,b0 in next,b2 do game.ReplicatedStorage.RemoteFunction:InvokeServer("BuyItem",b0)end
  2904. end)
  2905.  
  2906. allcars.MouseButton1Click:connect(function()
  2907. if game.PlaceId == 1224212277 then
  2908. local Check = function(a, b)
  2909. for _, v in next, a do
  2910. if v == b then return true end
  2911. end
  2912. return false
  2913. end
  2914.  
  2915. local meta, oldmeta = getrawmetatable(game), {}
  2916. if setreadonly then
  2917. setreadonly(meta, false)
  2918. elseif is_protosmasher_caller then
  2919. make_writeable(meta)
  2920. end
  2921. for i, v in next, meta do oldmeta[i] = v end
  2922. local realmethods = {}
  2923. realmethods.Fire = Instance.new("BindableEvent").Fire
  2924. realmethods.Invoke = Instance.new("BindableFunction").Invoke
  2925. realmethods.FireServer = Instance.new("RemoteEvent").FireServer
  2926. realmethods.InvokeServer = Instance.new("RemoteFunction").InvokeServer
  2927.  
  2928. meta.__namecall = function(...)
  2929. local args = {...}
  2930. local t, k = args[1], args[#args]
  2931. local actions = {};
  2932. for i, v in pairs(args) do
  2933. if i ~= 1 and i ~= #args then table.insert(actions, v) end
  2934. end
  2935. if k == "Fire" or k == "Invoke" or k == "FireServer" or k == "InvokeServer" then
  2936. local returns = {realmethods[k](t, unpack(actions))}
  2937. if t.Name == "RemoteFunction" and actions[1] == "DataFetch" then
  2938. local data = game.HttpService:JSONDecode(returns[1])
  2939. for _, v in next, game.ReplicatedStorage.ItemDatabase.Vehicles:GetDescendants() do
  2940. if v.Name ~= "Data" and not Check(data.Data.Items, v.Name) then
  2941. table.insert(data.Data.Items, v.Name)
  2942. end
  2943. end
  2944. returns[1] = game.HttpService:JSONEncode(data)
  2945. elseif t.Name == "RemoteFunction" and actions[1] == "GetVehicles" then
  2946. local vehicles = {}
  2947. for _, v in next, game.ReplicatedStorage.ItemDatabase.Vehicles:GetDescendants() do
  2948. if v.Name ~= "Data" then
  2949. table.insert(vehicles, v.Name)
  2950. end
  2951. end
  2952. returns[1] = vehicles
  2953. end
  2954. return unpack(returns)
  2955. else
  2956. return oldmeta.__namecall(unpack(args))
  2957. end
  2958. end
  2959. game.Players.LocalPlayer.Character:BreakJoints()
  2960. end
  2961. end)
  2962.  
  2963.  
  2964. infjump.MouseButton1Click:connect(function()
  2965. game:GetService("UserInputService").JumpRequest:connect(function()
  2966. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  2967. end)
  2968. end)
  2969.  
  2970.  
  2971. joinhero.MouseButton1Click:connect(function()
  2972. game.ReplicatedStorage.RemoteFunction:InvokeServer("SetTeam","Heroes")
  2973. end)
  2974. joinpolice.MouseButton1Click:connect(function()
  2975. game.ReplicatedStorage.RemoteFunction:InvokeServer("SetTeam","Police")
  2976. end)
  2977. joinprisoner.MouseButton1Click:connect(function()
  2978. game.ReplicatedStorage.RemoteFunction:InvokeServer("SetTeam","Prisoners")
  2979. end)
  2980. Allemotes.MouseButton1Click:connect(function()
  2981.  
  2982. end)
  2983.  
  2984. spawn(function()
  2985. while wait(0.1) do
  2986. if _G.Speed then
  2987. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed=59
  2988. end
  2989. end
  2990. end)
  2991.  
  2992. noclip.MouseButton1Click:connect(function()
  2993. noclip = false
  2994. game:GetService('RunService').Stepped:connect(function()
  2995. if noclip then
  2996. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  2997. end
  2998. end)
  2999. plr = game.Players.LocalPlayer
  3000. mouse = plr:GetMouse()
  3001. mouse.KeyDown:connect(function(key)
  3002.  
  3003. if key == noclipkeybox.Text then
  3004. noclip = not noclip
  3005. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  3006. end
  3007. end)
  3008. game.ReplicatedStorage.Event:FireServer("Dialogue",{{Text="NoClip Loaded Press N To Toggle NoClip",Delay=1.6}})
  3009. end)
  3010.  
  3011.  
  3012. deldestructables.MouseButton1Click:connect(function()
  3013. game.workspace.Destructibles:Destroy()
  3014. end)
  3015.  
  3016.  
  3017. Allemotes.MouseButton1Click:connect(function()
  3018. game.Players.LocalPlayer.Name = "FamedChris"
  3019. end)
  3020.  
  3021.  
  3022. keybind.MouseButton1Click:connect(function()
  3023. keybind.Visible = false
  3024. keybindbox.Visible = true
  3025. keybindbox.FocusLost:connect(function()
  3026. wait(0.5)
  3027. keybindbox.Visible = false
  3028. keybind.Visible = true
  3029.  
  3030.  
  3031. end)
  3032. end)
  3033. deldestructables_2.MouseButton1Click:connect(function()
  3034. game.workspace.Prison.CellSpawns:Destroy()
  3035. end)
  3036.  
  3037.  
  3038.  
  3039. delprison.MouseButton1Click:connect(function()
  3040. local children = game.workspace.Prison:GetChildren()
  3041. for i = 1, #children do
  3042. local child = children[i]
  3043. child:Destroy()
  3044. end
  3045. end)
  3046.  
  3047.  
  3048. nero.MouseButton1Click:connect(function()
  3049. function tp(x,y,z)
  3050. local valtomove = 45
  3051. moving = true
  3052. if x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  3053. while x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  3054. wait()
  3055. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3056. end
  3057. end
  3058. if z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  3059. while z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  3060. wait()
  3061. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-valtomove))
  3062. end
  3063. end
  3064. if x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  3065. while x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  3066. wait()
  3067. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3068. end
  3069. end
  3070. if z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  3071. while z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  3072. wait()
  3073. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+valtomove))
  3074. end
  3075. end
  3076. if y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  3077. while y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  3078. wait()
  3079. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3080. end
  3081. end
  3082. if y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  3083. while y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  3084. wait()
  3085. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3086. end
  3087. end
  3088. moving = false
  3089. end
  3090.  
  3091. spawn (function()
  3092. game:getService("RunService"):BindToRenderStep("",0,function()
  3093. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  3094. if moving == true then
  3095. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  3096. end
  3097. end)
  3098. end)
  3099.  
  3100. tp(1833,25,878)
  3101. end)
  3102.  
  3103. overdrive.MouseButton1Click:connect(function()
  3104. function tp(x,y,z)
  3105. local valtomove = 45
  3106. moving = true
  3107. if x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  3108. while x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  3109. wait()
  3110. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3111. end
  3112. end
  3113. if z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  3114. while z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  3115. wait()
  3116. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-valtomove))
  3117. end
  3118. end
  3119. if x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  3120. while x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  3121. wait()
  3122. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3123. end
  3124. end
  3125. if z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  3126. while z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  3127. wait()
  3128. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+valtomove))
  3129. end
  3130. end
  3131. if y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  3132. while y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  3133. wait()
  3134. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3135. end
  3136. end
  3137. if y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  3138. while y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  3139. wait()
  3140. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3141. end
  3142. end
  3143. moving = false
  3144. end
  3145.  
  3146. spawn (function()
  3147. game:getService("RunService"):BindToRenderStep("",0,function()
  3148. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  3149. if moving == true then
  3150. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  3151. end
  3152. end)
  3153. end)
  3154.  
  3155. tp(-2285,41,-796)
  3156. end)
  3157.  
  3158. tank.MouseButton1Click:connect(function()
  3159. function tp(x,y,z)
  3160. local valtomove = 45
  3161. moving = true
  3162. if x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  3163. while x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  3164. wait()
  3165. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3166. end
  3167. end
  3168. if z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  3169. while z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  3170. wait()
  3171. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-valtomove))
  3172. end
  3173. end
  3174. if x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  3175. while x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  3176. wait()
  3177. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3178. end
  3179. end
  3180. if z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  3181. while z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  3182. wait()
  3183. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+valtomove))
  3184. end
  3185. end
  3186. if y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  3187. while y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  3188. wait()
  3189. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3190. end
  3191. end
  3192. if y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  3193. while y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  3194. wait()
  3195. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3196. end
  3197. end
  3198. moving = false
  3199. end
  3200.  
  3201. spawn (function()
  3202. game:getService("RunService"):BindToRenderStep("",0,function()
  3203. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  3204. if moving == true then
  3205. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  3206. end
  3207. end)
  3208. end)
  3209.  
  3210. tp(-2261,41,-910)
  3211. end)
  3212.  
  3213. criminal.MouseButton1Click:connect(function()
  3214. function tp(x,y,z)
  3215. local valtomove = 45
  3216. moving = true
  3217. if x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  3218. while x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  3219. wait()
  3220. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3221. end
  3222. end
  3223. if z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  3224. while z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  3225. wait()
  3226. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-valtomove))
  3227. end
  3228. end
  3229. if x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  3230. while x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  3231. wait()
  3232. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3233. end
  3234. end
  3235. if z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  3236. while z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  3237. wait()
  3238. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+valtomove))
  3239. end
  3240. end
  3241. if y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  3242. while y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  3243. wait()
  3244. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3245. end
  3246. end
  3247. if y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  3248. while y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  3249. wait()
  3250. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3251. end
  3252. end
  3253. moving = false
  3254. end
  3255.  
  3256. spawn (function()
  3257. game:getService("RunService"):BindToRenderStep("",0,function()
  3258. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  3259. if moving == true then
  3260. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  3261. end
  3262. end)
  3263. end)
  3264.  
  3265. tp(2042.6, 26, 351.3)
  3266. end)
  3267.  
  3268. police.MouseButton1Click:connect(function()
  3269. function tp(x,y,z)
  3270. local valtomove = 45
  3271. moving = true
  3272. if x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  3273. while x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  3274. wait()
  3275. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3276. end
  3277. end
  3278. if z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  3279. while z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  3280. wait()
  3281. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-valtomove))
  3282. end
  3283. end
  3284. if x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  3285. while x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  3286. wait()
  3287. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3288. end
  3289. end
  3290. if z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  3291. while z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  3292. wait()
  3293. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+valtomove))
  3294. end
  3295. end
  3296. if y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  3297. while y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  3298. wait()
  3299. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3300. end
  3301. end
  3302. if y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  3303. while y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  3304. wait()
  3305. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3306. end
  3307. end
  3308. moving = false
  3309. end
  3310.  
  3311. spawn (function()
  3312. game:getService("RunService"):BindToRenderStep("",0,function()
  3313. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  3314. if moving == true then
  3315. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  3316. end
  3317. end)
  3318. end)
  3319.  
  3320. tp(-947.9, 53.36, -2949.3)
  3321. end)
  3322.  
  3323. hero.MouseButton1Click:connect(function()
  3324. function tp(x,y,z)
  3325. local valtomove = 45
  3326. moving = true
  3327. if x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  3328. while x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  3329. wait()
  3330. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3331. end
  3332. end
  3333. if z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  3334. while z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  3335. wait()
  3336. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-valtomove))
  3337. end
  3338. end
  3339. if x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  3340. while x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  3341. wait()
  3342. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3343. end
  3344. end
  3345. if z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  3346. while z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  3347. wait()
  3348. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+valtomove))
  3349. end
  3350. end
  3351. if y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  3352. while y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  3353. wait()
  3354. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3355. end
  3356. end
  3357. if y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  3358. while y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  3359. wait()
  3360. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3361. end
  3362. end
  3363. moving = false
  3364. end
  3365.  
  3366. spawn (function()
  3367. game:getService("RunService"):BindToRenderStep("",0,function()
  3368. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  3369. if moving == true then
  3370. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  3371. end
  3372. end)
  3373. end)
  3374.  
  3375. tp(-1752.5, 76.6, 1600.2)
  3376. end)
  3377. bank.MouseButton1Click:connect(function()
  3378. function tp(x,y,z)
  3379. local valtomove = 45
  3380. moving = true
  3381. if x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  3382. while x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  3383. wait()
  3384. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3385. end
  3386. end
  3387. if z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  3388. while z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  3389. wait()
  3390. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-valtomove))
  3391. end
  3392. end
  3393. if x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  3394. while x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  3395. wait()
  3396. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3397. end
  3398. end
  3399. if z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  3400. while z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  3401. wait()
  3402. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+valtomove))
  3403. end
  3404. end
  3405. if y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  3406. while y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  3407. wait()
  3408. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3409. end
  3410. end
  3411. if y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  3412. while y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  3413. wait()
  3414. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3415. end
  3416. end
  3417. moving = false
  3418. end
  3419.  
  3420. spawn (function()
  3421. game:getService("RunService"):BindToRenderStep("",0,function()
  3422. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  3423. if moving == true then
  3424. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  3425. end
  3426. end)
  3427. end)
  3428.  
  3429. tp(688.7, 26, 445.2)
  3430. end)
  3431. jewelry.MouseButton1Click:connect(function()
  3432. function tp(x,y,z)
  3433. local valtomove = 45
  3434. moving = true
  3435. if x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  3436. while x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  3437. wait()
  3438. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3439. end
  3440. end
  3441. if z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  3442. while z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  3443. wait()
  3444. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-valtomove))
  3445. end
  3446. end
  3447. if x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  3448. while x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  3449. wait()
  3450. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3451. end
  3452. end
  3453. if z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  3454. while z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  3455. wait()
  3456. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+valtomove))
  3457. end
  3458. end
  3459. if y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  3460. while y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  3461. wait()
  3462. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3463. end
  3464. end
  3465. if y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  3466. while y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  3467. wait()
  3468. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3469. end
  3470. end
  3471. moving = false
  3472. end
  3473.  
  3474. spawn (function()
  3475. game:getService("RunService"):BindToRenderStep("",0,function()
  3476. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  3477. if moving == true then
  3478. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  3479. end
  3480. end)
  3481. end)
  3482.  
  3483. tp(-79, 87, 812.7)
  3484. end)
  3485.  
  3486. pyramid.MouseButton1Click:connect(function()
  3487. function tp(x,y,z)
  3488. local valtomove = 45
  3489. moving = true
  3490. if x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  3491. while x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  3492. wait()
  3493. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3494. end
  3495. end
  3496. if z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  3497. while z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  3498. wait()
  3499. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-valtomove))
  3500. end
  3501. end
  3502. if x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  3503. while x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  3504. wait()
  3505. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3506. end
  3507. end
  3508. if z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  3509. while z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  3510. wait()
  3511. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+valtomove))
  3512. end
  3513. end
  3514. if y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  3515. while y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  3516. wait()
  3517. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3518. end
  3519. end
  3520. if y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  3521. while y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  3522. wait()
  3523. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3524. end
  3525. end
  3526. moving = false
  3527. end
  3528.  
  3529. spawn (function()
  3530. game:getService("RunService"):BindToRenderStep("",0,function()
  3531. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  3532. if moving == true then
  3533. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  3534. end
  3535. end)
  3536. end)
  3537.  
  3538. tp(-1044,17,-500)
  3539. end)
  3540. ship.MouseButton1Click:connect(function()
  3541. function tp(x,y,z)
  3542. local valtomove = 45
  3543. moving = true
  3544. if x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  3545. while x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  3546. wait()
  3547. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3548. end
  3549. end
  3550. if z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  3551. while z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  3552. wait()
  3553. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-valtomove))
  3554. end
  3555. end
  3556. if x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  3557. while x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  3558. wait()
  3559. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3560. end
  3561. end
  3562. if z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  3563. while z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  3564. wait()
  3565. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+valtomove))
  3566. end
  3567. end
  3568. if y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  3569. while y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  3570. wait()
  3571. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3572. end
  3573. end
  3574. if y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  3575. while y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  3576. wait()
  3577. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3578. end
  3579. end
  3580. moving = false
  3581. end
  3582.  
  3583. spawn (function()
  3584. game:getService("RunService"):BindToRenderStep("",0,function()
  3585. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  3586. if moving == true then
  3587. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  3588. end
  3589. end)
  3590. end)
  3591.  
  3592. tp(2430,25,271)
  3593. end)
  3594. carstore.MouseButton1Click:connect(function()
  3595. function tp(x,y,z)
  3596. local valtomove = 45
  3597. moving = true
  3598. if x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  3599. while x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  3600. wait()
  3601. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3602. end
  3603. end
  3604. if z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  3605. while z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  3606. wait()
  3607. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-valtomove))
  3608. end
  3609. end
  3610. if x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  3611. while x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  3612. wait()
  3613. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3614. end
  3615. end
  3616. if z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  3617. while z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  3618. wait()
  3619. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+valtomove))
  3620. end
  3621. end
  3622. if y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  3623. while y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  3624. wait()
  3625. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3626. end
  3627. end
  3628. if y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  3629. while y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  3630. wait()
  3631. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3632. end
  3633. end
  3634. moving = false
  3635. end
  3636.  
  3637. spawn (function()
  3638. game:getService("RunService"):BindToRenderStep("",0,function()
  3639. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  3640. if moving == true then
  3641. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  3642. end
  3643. end)
  3644. end)
  3645.  
  3646. tp(183.646576,25.197,-654)
  3647. end)
  3648. gunstore.MouseButton1Click:connect(function()
  3649. function tp(x,y,z)
  3650. local valtomove = 45
  3651. moving = true
  3652. if x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  3653. while x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  3654. wait()
  3655. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3656. end
  3657. end
  3658. if z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  3659. while z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  3660. wait()
  3661. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-valtomove))
  3662. end
  3663. end
  3664. if x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  3665. while x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  3666. wait()
  3667. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3668. end
  3669. end
  3670. if z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  3671. while z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  3672. wait()
  3673. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+valtomove))
  3674. end
  3675. end
  3676. if y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  3677. while y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  3678. wait()
  3679. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3680. end
  3681. end
  3682. if y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  3683. while y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  3684. wait()
  3685. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3686. end
  3687. end
  3688. moving = false
  3689. end
  3690.  
  3691. spawn (function()
  3692. game:getService("RunService"):BindToRenderStep("",0,function()
  3693. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  3694. if moving == true then
  3695. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  3696. end
  3697. end)
  3698. end)
  3699.  
  3700. tp(-1621, 42.7, 687.6)
  3701. end)
  3702.  
  3703. casino.MouseButton1Click:connect(function()
  3704. function tp(x,y,z)
  3705. local valtomove = 45
  3706. moving = true
  3707. if x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  3708. while x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  3709. wait()
  3710. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3711. end
  3712. end
  3713. if z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  3714. while z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  3715. wait()
  3716. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-valtomove))
  3717. end
  3718. end
  3719. if x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  3720. while x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  3721. wait()
  3722. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3723. end
  3724. end
  3725. if z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  3726. while z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  3727. wait()
  3728. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+valtomove))
  3729. end
  3730. end
  3731. if y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  3732. while y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  3733. wait()
  3734. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3735. end
  3736. end
  3737. if y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  3738. while y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  3739. wait()
  3740. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3741. end
  3742. end
  3743. moving = false
  3744. end
  3745.  
  3746. spawn (function()
  3747. game:getService("RunService"):BindToRenderStep("",0,function()
  3748. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  3749. if moving == true then
  3750. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  3751. end
  3752. end)
  3753. end)
  3754.  
  3755. tp(1781.6, 25.5, 685)
  3756. end)
  3757. club.MouseButton1Click:connect(function()
  3758. function tp(x,y,z)
  3759. local valtomove = 45
  3760. moving = true
  3761. if x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  3762. while x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  3763. wait()
  3764. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3765. end
  3766. end
  3767. if z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  3768. while z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  3769. wait()
  3770. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-valtomove))
  3771. end
  3772. end
  3773. if x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  3774. while x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  3775. wait()
  3776. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3777. end
  3778. end
  3779. if z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  3780. while z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  3781. wait()
  3782. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+valtomove))
  3783. end
  3784. end
  3785. if y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  3786. while y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  3787. wait()
  3788. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3789. end
  3790. end
  3791. if y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  3792. while y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  3793. wait()
  3794. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3795. end
  3796. end
  3797. moving = false
  3798. end
  3799.  
  3800. spawn (function()
  3801. game:getService("RunService"):BindToRenderStep("",0,function()
  3802. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  3803. if moving == true then
  3804. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  3805. end
  3806. end)
  3807. end)
  3808.  
  3809. tp(1285, 25.4, 35.7)
  3810. end)
  3811. airport.MouseButton1Click:connect(function()
  3812. function tp(x,y,z)
  3813. local valtomove = 45
  3814. moving = true
  3815. if x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  3816. while x < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  3817. wait()
  3818. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3819. end
  3820. end
  3821. if z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  3822. while z < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  3823. wait()
  3824. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z-valtomove))
  3825. end
  3826. end
  3827. if x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X then
  3828. while x > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X do
  3829. wait()
  3830. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3831. end
  3832. end
  3833. if z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z then
  3834. while z > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z do
  3835. wait()
  3836. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z+valtomove))
  3837. end
  3838. end
  3839. if y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  3840. while y < game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  3841. wait()
  3842. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y-valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3843. end
  3844. end
  3845. if y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y then
  3846. while y > game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y do
  3847. wait()
  3848. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y+valtomove,game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z))
  3849. end
  3850. end
  3851. moving = false
  3852. end
  3853.  
  3854. spawn (function()
  3855. game:getService("RunService"):BindToRenderStep("",0,function()
  3856. if not game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid") then return end
  3857. if moving == true then
  3858. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  3859. end
  3860. end)
  3861. end)
  3862.  
  3863. tp(-2415, 25.3, -1406.3)
  3864. end)
  3865.  
  3866. roball.MouseButton1Click:connect(function()
  3867. roball.Text = "Broken Atm "
  3868. wait(2)
  3869. _G.RobAll = false
  3870. roball.Text = "Rob All "
  3871. end)
  3872.  
  3873.  
  3874.  
  3875.  
  3876. noclipkey.MouseButton1Click:connect(function()
  3877. noclipkey.Visible = false
  3878. noclipkeybox.Visible = true
  3879. noclipkeybox.FocusLost:connect(function()
  3880. wait(0.5)
  3881. noclipkey.Visible = true
  3882. noclipkeybox.Visible = false
  3883. end)
  3884. end)
  3885.  
  3886. dellasers.MouseButton1Click:connect(function()
  3887. local store = game.Workspace.Club
  3888. store.SlideLaser:Destroy()
  3889. store.SpinLaser:Destroy()
  3890. store.LaserCut:Destroy()
  3891. local dl = game.workspace.Club:FindFirstChild("DeathLights")
  3892.  
  3893. dl:Destroy()
  3894. wait(1)
  3895. local dle = game.workspace.Club:FindFirstChild("DeathLights")
  3896.  
  3897. dle:Destroy()
  3898.  
  3899.  
  3900. local lasers = game.workspace.Ignore.WorldObjects:FindFirstChild("Lasers Club")
  3901. if lasers then
  3902. lasers:Destroy()
  3903. end
  3904.  
  3905. local dla = game.workspace.RandomModels.DeathLights
  3906. dla:Destroy()
  3907.  
  3908.  
  3909. local dlb = game.workspace.Ignore.WorldObjects.Lasers:Destroy()
  3910.  
  3911. dlb:Destroy()
  3912.  
  3913. local store = game.Workspace.JewelryStore
  3914. store.SlideLaser:Destroy()
  3915. store.SpinLaser:Destroy()
  3916. store.SpinLaser2:Destroy()
  3917. store.SpinLaser3:Destroy()
  3918. store.SpinLaser4:Destroy()
  3919. store.SpinLaser5:Destroy()
  3920. store.Jewlery.Lasers:Destroy()
  3921. end)
  3922.  
  3923.  
  3924. delobstacles.MouseButton1Click:connect(function()
  3925. local trap = game.workspace.Pyramid:FindFirstChild("SpikeTrap")
  3926. if trap then
  3927. trap:Destroy()
  3928. end
  3929.  
  3930. local trap = game.workspace.Pyramid:FindFirstChild("SpikeSwing")
  3931. if trap then
  3932. trap:Destroy()
  3933. end
  3934.  
  3935. local trap = game.workspace.Pyramid:FindFirstChild("BallDropper")
  3936. if trap then
  3937. trap:Destroy()
  3938. end
  3939. wait(0.5)
  3940. local trap = game.workspace.Pyramid:FindFirstChild("SpikeTrap")
  3941. if trap then
  3942. trap:Destroy()
  3943. end
  3944.  
  3945. local trap = game.workspace.Pyramid:FindFirstChild("SpikeSwing")
  3946. if trap then
  3947. trap:Destroy()
  3948. end
  3949.  
  3950. local trap = game.workspace.Pyramid:FindFirstChild("BallDropper")
  3951. if trap then
  3952. trap:Destroy()
  3953. end
  3954. wait(0.5)
  3955. local trap = game.workspace.Pyramid:FindFirstChild("SpikeTrap")
  3956. if trap then
  3957. trap:Destroy()
  3958. end
  3959.  
  3960. local trap = game.workspace.Pyramid:FindFirstChild("SpikeSwing")
  3961. if trap then
  3962. trap:Destroy()
  3963. end
  3964.  
  3965. local trap = game.workspace.Pyramid:FindFirstChild("BallDropper")
  3966. if trap then
  3967. trap:Destroy()
  3968. end
  3969. end)
  3970.  
  3971.  
  3972. p = game.Players.LocalPlayer
  3973. mouse = p:GetMouse()
  3974. mouse.KeyDown:connect(function(key)
  3975. if key == keybindbox.Text then
  3976. if TopFrameDestroy.Visible == true then
  3977. TopFrameDestroy.Visible = false
  3978. TopFrameFunctions.Visible = false
  3979. TopFramemisc.Visible = false
  3980. TopFramesettings.Visible = false
  3981. TopFrameteleports.Visible = false
  3982. TopFramevehicle.Visible = false
  3983. logo.Visible = false
  3984. if game.Workspace.CurrentCamera:FindFirstChild("Blur") then
  3985. game.Workspace.CurrentCamera.Blur.Enabled = false
  3986. end
  3987. if game.Workspace.CurrentCamera:FindFirstChild("Blur1") then
  3988. game.Workspace.CurrentCamera.Blur1.Enabled = false
  3989. end
  3990. game.Players.LocalPlayer.PlayerGui.Chat.Enabled = true
  3991. game.CoreGui.RobloxGui.Enabled = true
  3992. else
  3993. game.Players.LocalPlayer.PlayerGui.Chat.Enabled = false
  3994. game.CoreGui.RobloxGui.Enabled = false
  3995. TopFrameDestroy.Visible = true
  3996. TopFrameFunctions.Visible = true
  3997. TopFramemisc.Visible = true
  3998. TopFramesettings.Visible = true
  3999. TopFrameteleports.Visible = true
  4000. TopFramevehicle.Visible = true
  4001. logo.Visible = true
  4002. if game.Workspace.CurrentCamera:FindFirstChild("Blur") then
  4003. game.Workspace.CurrentCamera.Blur.Enabled = true
  4004. end
  4005. if game.Workspace.CurrentCamera:FindFirstChild("Blur1") then
  4006. game.Workspace.CurrentCamera.Blur1.Enabled = true
  4007. end
  4008.  
  4009.  
  4010. end
  4011. end
  4012. end)
  4013.  
  4014.  
  4015.  
  4016. local snd = Instance.new("Sound")
  4017. snd.Volume = 1
  4018. snd.SoundId = "rbxassetid://1839318703"
  4019. snd.Parent = game.Workspace
  4020. wait(snd.IsLoaded)
  4021. snd.Name = "AE31-ADVD-ADHT"
  4022.  
  4023. spawn(function()
  4024. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  4025.  
  4026.  
  4027. while wait(0.04)do
  4028. if _G.GunSkin then
  4029. RGBgunskin.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  4030. rgbgunskinarrow.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  4031. end
  4032. end
  4033. end)
  4034.  
  4035. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  4036.  
  4037. counter = 0
  4038.  
  4039. while wait(0.04)do
  4040. TopFrameDestroy.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  4041. TopFrameFunctions.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  4042. TopFramemisc.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  4043. TopFramesettings.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  4044. TopFrameteleports.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  4045. TopFramevehicle.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  4046. logo.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  4047. logoversion.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  4048. keybindbox.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  4049. noclipkeybox.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  4050. counter = counter + 0.01
  4051. end
Add Comment
Please, Sign In to add comment