Guest User

Untitled

a guest
Jan 22nd, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 70.39 KB | None | 0 0
  1. Player = game.Players.LocalPlayer.Name
  2.  
  3. local s = Instance.new ("Sound", workspace)
  4. s.SoundId = 'rbxassetid://530637073'
  5. s:Play()
  6.  
  7. local passdebounce = false
  8. local intro = Instance.new ("ScreenGui", game.CoreGui)
  9. local f = Instance.new ("Frame", intro)
  10. f.BackgroundColor3 = Color3.new(0/255,0/255,0/255)
  11. f.BackgroundTransparency = 0.2
  12. f.BorderColor3 = Color3.new(0/255,0/255,255/255)
  13. f.BorderSizePixel = 3
  14. f.Position = UDim2.new(0,540,0,250)
  15. f.Size = UDim2.new(0,200,0,200)
  16. f.Style = "Custom"
  17.  
  18. t = Instance.new ("ImageLabel", f)
  19. t.BackgroundTransparency = 1
  20. t.Image = "rbxassetid://508800483"
  21. t.Size = UDim2.new (0, 150, 0, 150)
  22. t.Position = UDim2.new(0, 25, 0, 25)
  23. t.ImageTransparency = 1
  24. wait()
  25.  
  26. t.ImageTransparency = 0.9
  27. t.Size = UDim2.new (0, 20, 0, 20)
  28. t.Position = UDim2.new(0, 90, 0, 90)
  29. wait()
  30. t.ImageTransparency = 0.9
  31. t.Size = UDim2.new (0, 40, 0, 40)
  32. t.Position = UDim2.new(0, 80, 0, 80)
  33. wait()
  34. t.ImageTransparency = 0.8
  35. t.Size = UDim2.new (0, 60, 0, 60)
  36. t.Position = UDim2.new(0, 70, 0, 70)
  37. wait()
  38. t.ImageTransparency = 0.7
  39. t.Size = UDim2.new (0, 80, 0, 80)
  40. t.Position = UDim2.new(0, 60, 0, 60)
  41. wait()
  42. t.ImageTransparency = 0.6
  43. t.Size = UDim2.new (0, 100, 0, 100)
  44. t.Position = UDim2.new(0, 50, 0, 50)
  45. wait()
  46. t.ImageTransparency = 0.5
  47. t.Size = UDim2.new (0, 120, 0, 120)
  48. t.Position = UDim2.new(0, 40, 0, 40)
  49. wait()
  50. t.ImageTransparency = 0.5
  51. t.Size = UDim2.new (0, 140, 0, 140)
  52. t.Position = UDim2.new(0, 30, 0, 30)
  53. wait()
  54. t.ImageTransparency = 0.4
  55. t.Size = UDim2.new (0, 160, 0, 160)
  56. t.Position = UDim2.new(0, 20, 0, 20)
  57. wait()
  58. t.ImageTransparency = 0.3
  59. t.Size = UDim2.new (0, 180, 0, 180)
  60. t.Position = UDim2.new(0, 10, 0, 10)
  61. wait()
  62. t.ImageTransparency = 0.2
  63. t.Size = UDim2.new (0, 200, 0, 200)
  64. t.Position = UDim2.new(0, 0, 0, 0)
  65. wait()
  66. t.ImageTransparency = 0.1
  67. t.Size = UDim2.new (0, 220, 0, 220)
  68. t.Position = UDim2.new(0, -10, 0, -10)
  69. wait()
  70. t.ImageTransparency = 0
  71. t.Size = UDim2.new (0, 200, 0, 200)
  72. t.Position = UDim2.new(0, 0, 0, 0)
  73. wait()
  74. t.ImageTransparency = 0
  75. t.Size = UDim2.new (0, 180, 0, 180)
  76. t.Position = UDim2.new(0, 10, 0, 10)
  77. wait(0.5)
  78. b = Instance.new ("TextButton", f)
  79. b.Size = UDim2.new(0,200,0,50)
  80. b.Position = UDim2.new(0,0,0,155)
  81. b.BorderSizePixel = 0
  82. b.BackgroundTransparency = 1
  83. b.Text = "Created by Strazos"
  84. b.Font = "SciFi"
  85. b.FontSize = "Size24"
  86. b.TextColor3 = Color3.new (255, 255, 255)
  87. b.TextTransparency = 1
  88. wait()
  89. b.TextTransparency = 0.9
  90. wait()
  91. b.TextTransparency = 0.8
  92. wait()
  93. b.TextTransparency = 0.7
  94. wait()
  95. b.TextTransparency = 0.6
  96. wait()
  97. b.TextTransparency = 0.5
  98. wait()
  99. b.TextTransparency = 0.4
  100. wait()
  101. b.TextTransparency = 0.3
  102. wait()
  103. b.TextTransparency = 0.2
  104. wait()
  105. b.TextTransparency = 0.1
  106. wait()
  107. b.TextTransparency = 0
  108. wait(1.5)
  109.  
  110. b.TextTransparency = 0.1
  111. f.BackgroundTransparency = 0.1
  112. t.ImageTransparency = 0.1
  113. wait()
  114. b.TextTransparency = 0.2
  115. f.BackgroundTransparency = 0.2
  116. t.ImageTransparency = 0.2
  117. wait()
  118. b.TextTransparency = 0.3
  119. f.BackgroundTransparency = 0.3
  120. t.ImageTransparency = 0.3
  121. wait()
  122. b.TextTransparency = 0.4
  123. f.BackgroundTransparency = 0.4
  124. t.ImageTransparency = 0.4
  125. wait()
  126. b.TextTransparency = 0.5
  127. f.BackgroundTransparency = 0.5
  128. t.ImageTransparency = 0.5
  129. wait()
  130. b.TextTransparency = 0.6
  131. f.BackgroundTransparency = 0.6
  132. t.ImageTransparency = 0.6
  133. wait()
  134. b.TextTransparency = 0.7
  135. f.BackgroundTransparency = 0.7
  136. t.ImageTransparency = 0.7
  137. wait()
  138. b.TextTransparency = 0.8
  139. f.BackgroundTransparency = 0.8
  140. t.ImageTransparency = 0.8
  141. wait()
  142. b.TextTransparency = 0.9
  143. f.BackgroundTransparency = 0.9
  144. t.ImageTransparency = 0.9
  145. wait()
  146. b.TextTransparency = 1
  147. f.BackgroundTransparency = 1
  148. t.ImageTransparency = 1
  149. wait()
  150.  
  151. intro:Remove()
  152. passdebounce = true
  153. s:Stop()
  154.  
  155. while passdebounce ~= true do
  156. wait()
  157. end
  158.  
  159. Player = game.Players.LocalPlayer.Name
  160. local Gui = Instance.new('ScreenGui', game.CoreGui)
  161. Gui.Name = 'LightningGui'
  162. local Pull = Instance.new('Frame', Gui)
  163. Pull.Name = 'Grab'
  164. Pull.Active = true
  165. Pull.BackgroundColor3 = Color3.new(0/255,0/255,0/255)
  166. Pull.BackgroundTransparency = 0.5
  167. Pull.BorderSizePixel = 0
  168. Pull.Position = UDim2.new(0.5,-318,0.5,-92)
  169. Pull.Size = UDim2.new(0,590,0,50)
  170. Pull.Draggable = true
  171. Pull.Style = "Custom"
  172. -- =====================================================================
  173. local Close = Instance.new('TextButton', Pull)
  174. Close.Name = 'Close'
  175. Close.BackgroundTransparency = 1
  176. Close.Position = UDim2.new(1,-23,0,1)
  177. Close.Size = UDim2.new(0,22,0,22)
  178. Close.Font = 'SourceSans'
  179. Close.FontSize = 'Size24'
  180. Close.TextColor3 = Color3.new(255,255,0)
  181. Close.Text = 'O'
  182. Close.TextStrokeTransparency = 0.8
  183. -- =====================================================================
  184. local Close2 = Instance.new('TextButton', Pull)
  185. Close2.Name = 'Close'
  186. Close2.BackgroundTransparency = 1
  187. Close2.Position = UDim2.new(1,-22,0,22)
  188. Close2.Size = UDim2.new(0,22,0,22)
  189. Close2.Font = 'SourceSans'
  190. Close2.FontSize = 'Size18'
  191. Close2.TextColor3 = Color3.new(255,0,0)
  192. Close2.Text = 'X'
  193. Close2.TextStrokeTransparency = 0.9
  194. -- =====================================================================
  195. local Body = Instance.new('Frame', Pull)
  196. Body.Name = 'Body'
  197. Body.BackgroundColor3 = Color3.new(0/255,0/255,0/255)
  198. Body.BackgroundTransparency = 0.5
  199. Body.BorderSizePixel = 0
  200. Body.Position = UDim2.new(0,0,0,52)
  201. Body.Size = UDim2.new(0,590,0,250)
  202. -- =====================================================================
  203. local scroll = Instance.new('ScrollingFrame', Pull)
  204. scroll.Name = 'scroll'
  205. scroll.BackgroundColor3 = Color3.new(0/255,0/255,0/255)
  206. scroll.BackgroundTransparency = 0.5
  207. scroll.BorderSizePixel = 0
  208. scroll.Position = UDim2.new(0,0,0,52)
  209. scroll.Size = UDim2.new(0,590,0,250)
  210. scroll.CanvasSize = UDim2.new(0, 0, 10, 0)
  211. -- =====================================================================
  212. local Title = Instance.new('TextLabel', Pull)
  213. Title.Name = 'Title'
  214. Title.BackgroundTransparency = 1
  215. Title.Position = UDim2.new(0,20,0,0)
  216. Title.Size = UDim2.new(0,200,1,0)
  217. Title.Font = 'SourceSansLight'
  218. Title.FontSize = 'Size48'
  219. Title.Text = "Lightning GUI"
  220. Title.TextColor3 = Color3.new(255,255,0)
  221. Title.TextStrokeColor3 = Color3.new(74/255,74/255,74/255)
  222. Title.TextStrokeTransparency = 0
  223. -- =====================================================================
  224. local Image = Instance.new('ImageLabel', Body)
  225. Image.Name = 'Image'
  226. Image.Size = UDim2.new (0, 590,0, 250)
  227. Image.BorderSizePixel = 0
  228. Image.Image = 'rbxassetid://503785894'
  229. -- =====================================================================
  230. local PlayerName = Instance.new('TextBox', Body)
  231. PlayerName.Name = 'PlayerName'
  232. PlayerName.BorderSizePixel = 0
  233. PlayerName.Position = UDim2.new(0,240,0,-40)
  234. PlayerName.Size = UDim2.new(0,180,0,30)
  235. PlayerName.Font = 'SourceSans'
  236. PlayerName.FontSize = 'Size18'
  237. PlayerName.Text = '[Player Name]'
  238. PlayerName.BackgroundColor3 = Color3.new(255,255,255)
  239. PlayerName.TextColor3 = Color3.new(0,0,0)
  240. PlayerName.TextWrapped = true
  241. -- =====================================================================
  242. local Message = Instance.new('TextBox', Body)
  243. Message.Name = 'Message'
  244. Message.BorderSizePixel = 0
  245. Message.Position = UDim2.new(0,420,0,-40)
  246. Message.Size = UDim2.new(0,150,0,30)
  247. Message.Font = 'SourceSans'
  248. Message.FontSize = 'Size18'
  249. Message.Text = '[Message]'
  250. Message.BackgroundColor3 = Color3.new(255,255,255)
  251. Message.TextColor3 = Color3.new(0,0,0)
  252. Message.TextWrapped = true
  253. -- =====================================================================
  254. local Credits = Instance.new('TextLabel', scroll)
  255. Credits.BackgroundTransparency = 1
  256. Credits.Position = UDim2.new(0,-40,0,15)
  257. Credits.Size = UDim2.new(1,0,0,20)
  258. Credits.TextColor3 = Color3.new(255,255,0)
  259. Credits.FontSize = 'Size24'
  260. Credits.Font = 'SourceSansItalic'
  261. Credits.Text = 'Welcome to Lightning GUI,'
  262.  
  263. plyr = game.Players.LocalPlayer.Name
  264. local Credits2 = Instance.new('TextLabel', scroll)
  265. Credits2.BackgroundTransparency = 1
  266. Credits2.Position = UDim2.new(0,106,0,15)
  267. Credits2.Size = UDim2.new(1,0,0,20)
  268. Credits2.TextColor3 = Color3.new(255,255,0)
  269. Credits2.FontSize = 'Size24'
  270. Credits2.Font = 'SourceSansItalic'
  271. Credits2.Text = tostring(plyr)
  272.  
  273.  
  274. if plyr == "Devoxus" then
  275. Credits2.TextColor3 = Color3.new(0,255,255)
  276. elseif plyr == "Strazos" then
  277. Credits2.TextColor3 = Color3.new(0,255,255)
  278. elseif plyr == "NRedxk" then
  279. Credits2.TextColor3 = Color3.new(0,255,255)
  280. end
  281.  
  282. wait(1.2)
  283. Credits.TextTransparency = 0.1
  284. Credits2.TextTransparency = 0.1
  285. wait(0.1)
  286. Credits.TextTransparency = 0.2
  287. Credits2.TextTransparency = 0.2
  288. wait(0.1)
  289. Credits.TextTransparency = 0.3
  290. Credits2.TextTransparency = 0.3
  291. wait(0.1)
  292. Credits.TextTransparency = 0.4
  293. Credits2.TextTransparency = 0.4
  294. wait(0.1)
  295. Credits.TextTransparency = 0.5
  296. Credits2.TextTransparency = 0.5
  297. wait(0.1)
  298. Credits.TextTransparency = 0.6
  299. Credits2.TextTransparency = 0.6
  300. wait(0.1)
  301. Credits.TextTransparency = 0.7
  302. Credits2.TextTransparency = 0.7
  303. wait(0.1)
  304. Credits.TextTransparency = 0.8
  305. Credits2.TextTransparency = 0.8
  306. wait(0.1)
  307. Credits.TextTransparency = 0.9
  308. Credits2.TextTransparency = 0.9
  309. wait(0.1)
  310. Credits.TextTransparency = 1
  311. Credits2.TextTransparency = 1
  312. Credits.Position = UDim2.new(0,0,0,15)
  313. Credits.Text = 'Created by Strazos'
  314. -- =====================================================================
  315. local God = Instance.new('TextButton', scroll)
  316. God.Name = 'God'
  317. God.BackgroundColor3 = Color3.new(0,0/255,0/255)
  318. God.BackgroundTransparency = 0.3
  319. God.BorderSizePixel = 2
  320. God.Position = UDim2.new(0,20,0,130)
  321. God.Size = UDim2.new(0,120,0,25)
  322. God.Font = 'SourceSansBold'
  323. God.FontSize = 'Size28'
  324. God.Text = 'God Plr'
  325. God.TextColor3 = Color3.new(255,255,0)
  326. God.TextWrapped = true
  327. God.BorderColor3 = Color3.new(140/255,140/255,0/255)
  328. God.TextTransparency = 0.3
  329. God.ZIndex = 2
  330. -- =====================================================================
  331. local car = Instance.new('TextButton', scroll)
  332. car.Name = 'Car TP'
  333. car.BackgroundColor3 = Color3.new(0/255,0/255,0)
  334. car.BackgroundTransparency = 0.3
  335. car.BorderSizePixel = 2
  336. car.Position = UDim2.new(0,20,0,290)
  337. car.Size = UDim2.new(0,120,0,25)
  338. car.Font = 'SourceSansBold'
  339. car.FontSize = 'Size28'
  340. car.Text = 'TP Car'
  341. car.TextColor3 = Color3.new(255,255,0)
  342. car.TextWrapped = true
  343. car.BorderColor3 = Color3.new(140/255,140/255,0/255)
  344. car.TextTransparency = 0.3
  345. car.ZIndex = 2
  346. -- =====================================================================
  347. local zomb = car:Clone()
  348. zomb.Name = 'killzombies'
  349. zomb.Parent = scroll
  350. zomb.Position = UDim2.new(0,450,0,370)
  351. zomb.Text = 'Kill Zombs'
  352. -- =====================================================================
  353. local stam = car:Clone()
  354. stam.Name = 'stamina'
  355. stam.Parent = scroll
  356. stam.Position = UDim2.new(0,315,0,370)
  357. stam.Text = 'InfStamina'
  358. -- =====================================================================
  359. local devon = car:Clone()
  360. devon.Name = 'devon'
  361. devon.Parent = scroll
  362. devon.Position = UDim2.new(0,315,0,410)
  363. devon.Text = 'DevConON'
  364. devon.Visible = false
  365. -- =====================================================================
  366. local devoff = car:Clone()
  367. devoff.Name = 'devoff'
  368. devoff.Parent = scroll
  369. devoff.Position = UDim2.new(0,315,0,410)
  370. devoff.Text = 'DevConOFF'
  371. devoff.Visible = true
  372. -- =====================================================================
  373. local horn = car:Clone()
  374. horn.Name = 'carhorn'
  375. horn.Parent = scroll
  376. horn.Position = UDim2.new(0,20,0,410)
  377. horn.Text = 'HornSound'
  378. -- =====================================================================
  379. local nograv = car:Clone()
  380. nograv.Name = 'nograv'
  381. nograv.Parent = scroll
  382. nograv.Position = UDim2.new(0,155,0,370)
  383. nograv.Text = 'NoGravON'
  384. nograv.Visible = false
  385. -- =====================================================================
  386. local grav = car:Clone()
  387. grav.Name = 'grav'
  388. grav.Parent = scroll
  389. grav.Position = UDim2.new(0,155,0,370)
  390. grav.Text = 'NoGravOFF'
  391. grav.Visible = true
  392. -- =====================================================================
  393. local nv = car:Clone()
  394. nv.Name = 'nv'
  395. nv.Parent = scroll
  396. nv.Position = UDim2.new(0,20,0,370)
  397. nv.Text = 'NightV ON'
  398. nv.Visible = false
  399. -- =====================================================================
  400. local nonv = car:Clone()
  401. nonv.Name = 'nonv'
  402. nonv.Parent = scroll
  403. nonv.Position = UDim2.new(0,20,0,370)
  404. nonv.Text = 'NightV OFF'
  405. nonv.Visible = true
  406. -- =====================================================================
  407. local cratetp = car:Clone()
  408. cratetp.Name = 'cratetp'
  409. cratetp.Parent = scroll
  410. cratetp.Position = UDim2.new(0,20,0,330)
  411. cratetp.Text = 'Crate TP'
  412. -- =====================================================================
  413. local delmap = car:Clone()
  414. delmap.Name = 'deletemap'
  415. delmap.Parent = scroll
  416. delmap.Position = UDim2.new(0,155,0,330)
  417. delmap.Text = 'Delete Map'
  418. -- =====================================================================
  419. local spectate = car:Clone()
  420. spectate.Name = 'spectate'
  421. spectate.Parent = scroll
  422. spectate.Position = UDim2.new(0,450,0,250)
  423. spectate.Text = 'Spectate'
  424. -- =====================================================================
  425. local spawnitem = car:Clone()
  426. spawnitem.Name = 'spawnitems'
  427. spawnitem.Parent = scroll
  428. spawnitem.Position = UDim2.new(0,315,0,290)
  429. spawnitem.Text = 'SpawnItem'
  430. -- =====================================================================
  431. local spawnskin = car:Clone()
  432. spawnskin.Name = 'spawnskin'
  433. spawnskin.Parent = scroll
  434. spawnskin.Position = UDim2.new(0,315,0,330)
  435. spawnskin.Text = 'Get Skin'
  436. -- =====================================================================
  437. local slotnumber = Instance.new('TextBox', scroll)
  438. slotnumber.Name = 'slotnumber'
  439. slotnumber.BorderSizePixel = 0
  440. slotnumber.Position = UDim2.new(0,450,0,330)
  441. slotnumber.Size = UDim2.new(0,120,0,25)
  442. slotnumber.Font = 'SourceSans'
  443. slotnumber.FontSize = 'Size18'
  444. slotnumber.Text = '[Skin Slot Num]'
  445. slotnumber.BackgroundColor3 = Color3.new(255,255,255)
  446. slotnumber.TextColor3 = Color3.new(0,0,0)
  447. slotnumber.TextWrapped = true
  448. -- =====================================================================
  449. local color1 = Instance.new('TextBox', scroll)
  450. color1.Name = 'color1'
  451. color1.BorderSizePixel = 0
  452. color1.Position = UDim2.new(0,315,0,370)
  453. color1.Size = UDim2.new(0,120,0,25)
  454. color1.Font = 'SourceSans'
  455. color1.FontSize = 'Size18'
  456. color1.Text = '[Color 1 Number]'
  457. color1.BackgroundColor3 = Color3.new(255,255,255)
  458. color1.TextColor3 = Color3.new(0,0,0)
  459. color1.TextWrapped = true
  460. -- =====================================================================
  461. local color2 = Instance.new('TextBox', scroll)
  462. color2.Name = 'color2'
  463. color2.BorderSizePixel = 0
  464. color2.Position = UDim2.new(0,450,0,370)
  465. color2.Size = UDim2.new(0,120,0,25)
  466. color2.Font = 'SourceSans'
  467. color2.FontSize = 'Size18'
  468. color2.Text = '[Color 2 Number]'
  469. color2.BackgroundColor3 = Color3.new(255,255,255)
  470. color2.TextColor3 = Color3.new(0,0,0)
  471. color2.TextWrapped = true
  472. -- =====================================================================
  473. --nvfunction--
  474. local Player = game.Players.LocalPlayer
  475. function NightVision()
  476. local nvGUI = Instance.new('ScreenGui', Player.PlayerGui)
  477. nvGUI.Name = 'NightVision'
  478. local nvMAIN = Instance.new('TextLabel', nvGUI)
  479. nvMAIN.Name = 'MAIN'
  480. nvMAIN.BackgroundColor = BrickColor.new(0,1,0)
  481. nvMAIN.BackgroundTransparency = 0.75
  482. nvMAIN.BorderSizePixel = 0
  483. nvMAIN.Size = UDim2.new(1,0,1,0)
  484. nvMAIN.Text = ''
  485.  
  486. for i,v in pairs(game.Players:GetChildren()) do
  487. if v and v.Character and not (v.Name == '' .. Player.Name) then
  488. for i,v in pairs(v.Character:GetChildren()) do
  489. if v:IsA('BasePart') then
  490. local nvBox = Instance.new('SelectionBox', nvMAIN)
  491. nvBox.Adornee = v
  492. nvBox.Color = BrickColor.new('Lime green')
  493. end
  494. end
  495. end
  496. end
  497. end
  498. -- =====================================================================
  499. local material1 = Instance.new('TextBox', scroll)
  500. material1.Name = 'material1'
  501. material1.BorderSizePixel = 0
  502. material1.Position = UDim2.new(0,315,0,410)
  503. material1.Size = UDim2.new(0,120,0,25)
  504. material1.Font = 'SourceSans'
  505. material1.FontSize = 'Size18'
  506. material1.Text = '[Material 1 Num]'
  507. material1.BackgroundColor3 = Color3.new(255,255,255)
  508. material1.TextColor3 = Color3.new(0,0,0)
  509. material1.TextWrapped = true
  510. -- =====================================================================
  511. local material2 = Instance.new('TextBox', scroll)
  512. material2.Name = 'material2'
  513. material2.BorderSizePixel = 0
  514. material2.Position = UDim2.new(0,450,0,410)
  515. material2.Size = UDim2.new(0,120,0,25)
  516. material2.Font = 'SourceSans'
  517. material2.FontSize = 'Size18'
  518. material2.Text = '[Material 2 Num]'
  519. material2.BackgroundColor3 = Color3.new(255,255,255)
  520. material2.TextColor3 = Color3.new(0,0,0)
  521. material2.TextWrapped = true
  522. -- =====================================================================
  523. --VISIBLITY
  524.  
  525. spawnskin.Visible = false
  526. slotnumber.Visible = false
  527. color1.Visible = false
  528. color2.Visible = false
  529. material1.Visible = false
  530. material2.Visible = false
  531. -- =====================================================================
  532. local carname = Instance.new('TextBox', scroll)
  533. carname.Name = 'carname'
  534. carname.BorderSizePixel = 0
  535. carname.Position = UDim2.new(0,155,0,290)
  536. carname.Size = UDim2.new(0,120,0,25)
  537. carname.Font = 'SourceSans'
  538. carname.FontSize = 'Size18'
  539. carname.Text = '[Car Name]'
  540. carname.BackgroundColor3 = Color3.new(255,255,255)
  541. carname.TextColor3 = Color3.new(0,0,0)
  542. carname.TextWrapped = true
  543. -- =====================================================================
  544. local hornid = Instance.new('TextBox', scroll)
  545. hornid.Name = 'hornid'
  546. hornid.BorderSizePixel = 0
  547. hornid.Position = UDim2.new(0,155,0,410)
  548. hornid.Size = UDim2.new(0,120,0,25)
  549. hornid.Font = 'SourceSans'
  550. hornid.FontSize = 'Size18'
  551. hornid.Text = '[Sound ID]'
  552. hornid.BackgroundColor3 = Color3.new(255,255,255)
  553. hornid.TextColor3 = Color3.new(0,0,0)
  554. hornid.TextWrapped = true
  555. -- =====================================================================
  556. local carspeed = Instance.new('TextBox', scroll)
  557. carspeed.Name = 'carspeed'
  558. carspeed.BorderSizePixel = 0
  559. carspeed.Position = UDim2.new(0,155,0,250)
  560. carspeed.Size = UDim2.new(0,120,0,25)
  561. carspeed.Font = 'SourceSans'
  562. carspeed.FontSize = 'Size18'
  563. carspeed.Text = '[Car Speed Num]'
  564. carspeed.BackgroundColor3 = Color3.new(255,255,255)
  565. carspeed.TextColor3 = Color3.new(0,0,0)
  566. carspeed.TextWrapped = true
  567. -- =====================================================================
  568. local itemid = Instance.new('TextBox', scroll)
  569. itemid.Name = 'itemid'
  570. itemid.BorderSizePixel = 0
  571. itemid.Position = UDim2.new(0,450,0,290)
  572. itemid.Size = UDim2.new(0,120,0,25)
  573. itemid.Font = 'SourceSans'
  574. itemid.FontSize = 'Size18'
  575. itemid.Text = '[Item ID]'
  576. itemid.BackgroundColor3 = Color3.new(255,255,255)
  577. itemid.TextColor3 = Color3.new(0,0,0)
  578. itemid.TextWrapped = true
  579. -- =====================================================================
  580. local KillAll = God:Clone()
  581. KillAll.Name = 'KillAll'
  582. KillAll.Parent = scroll
  583. KillAll.Position = UDim2.new(0,155,0,50)
  584. KillAll.Text = 'Kill All'
  585. -- =====================================================================
  586. local KillPlr = God:Clone()
  587. KillPlr.Name = 'KillPlr'
  588. KillPlr.Parent = scroll
  589. KillPlr.Position = UDim2.new(0,20,0,50)
  590. KillPlr.Text = 'Kill'
  591. -- =====================================================================
  592. local loopkplr = God:Clone()
  593. loopkplr.Name = 'loopkplr'
  594. loopkplr.Parent = scroll
  595. loopkplr.Position = UDim2.new(0,20,0,90)
  596. loopkplr.Text = 'LoopK Plr'
  597. -- =====================================================================
  598. local loopkall = God:Clone()
  599. loopkall.Name = 'loopkall'
  600. loopkall.Parent = scroll
  601. loopkall.Position = UDim2.new(0,155,0,90)
  602. loopkall.Text = 'LoopK All'
  603. -- =====================================================================
  604. local creds = God:Clone()
  605. creds.Name = 'creds'
  606. creds.Parent = scroll
  607. creds.Size = UDim2.new(0,25,0,25)
  608. creds.Position = UDim2.new(0,282,0,60)
  609. creds.Text = 'C '
  610. -- =====================================================================
  611. local blue = God:Clone()
  612. blue.Name = 'creds'
  613. blue.Parent = scroll
  614. blue.Size = UDim2.new(0,25,0,25)
  615. blue.Position = UDim2.new(0,282,0,105)
  616. blue.Text = 'B '
  617. blue.Visible = true
  618. -- =====================================================================
  619. local yellow = God:Clone()
  620. yellow.Name = 'creds'
  621. yellow.Parent = scroll
  622. yellow.Size = UDim2.new(0,25,0,25)
  623. yellow.Position = UDim2.new(0,282,0,105)
  624. yellow.Text = 'Y '
  625. yellow.Visible = false
  626. -- =====================================================================
  627. local Corpse = God:Clone()
  628. Corpse.Name = 'CorpseTP'
  629. Corpse.Parent = scroll
  630. Corpse.Position = UDim2.new(0,315,0,50)
  631. Corpse.Text = 'Corpse TP'
  632. -- =====================================================================
  633. local TpMe = God:Clone()
  634. TpMe.Name = 'TpMe'
  635. TpMe.Parent = scroll
  636. TpMe.Position = UDim2.new(0,20,0,170)
  637. TpMe.Text = 'Plr -> Me'
  638. -- =====================================================================
  639. local TpTo = God:Clone()
  640. TpTo.Name = 'TpTo'
  641. TpTo.Parent = scroll
  642. TpTo.Position = UDim2.new(0,155,0,170)
  643. TpTo.Text = 'Me -> Plr'
  644. -- =====================================================================
  645. local TpAllMe = God:Clone()
  646. TpAllMe.Name = 'TpAllMe'
  647. TpAllMe.Parent = scroll
  648. TpAllMe.Position = UDim2.new(0,155,0,130)
  649. TpAllMe.Text = 'TPAll -> Me'
  650. -- =====================================================================
  651. local GiveBadges = God:Clone()
  652. GiveBadges.Name = 'GiveBadges'
  653. GiveBadges.Parent = scroll
  654. GiveBadges.Position = UDim2.new(0,315,0,330)
  655. GiveBadges.Text = 'All Badges'
  656. -- =====================================================================
  657. local tpscary = God:Clone()
  658. tpscary.Name = 'GiveBadges'
  659. tpscary.Parent = scroll
  660. tpscary.Position = UDim2.new(0,450,0,330)
  661. tpscary.Text = 'TP Scary'
  662. -- =====================================================================
  663. local Noclip = God:Clone()
  664. Noclip.Name = 'Noclip'
  665. Noclip.Parent = scroll
  666. Noclip.Position = UDim2.new(0,450,0,50)
  667. Noclip.Text = 'Noclip'
  668. -- =====================================================================
  669. local NoFog = God:Clone()
  670. NoFog.Name = 'No Fog'
  671. NoFog.Parent = scroll
  672. NoFog.Position = UDim2.new(0,450,0,170)
  673. NoFog.Text = 'No Fog'
  674. -- =====================================================================
  675. local FALKIT = God:Clone()
  676. FALKIT.Name = 'SpawnFal'
  677. FALKIT.Parent = scroll
  678. FALKIT.Position = UDim2.new(0,315,0,90)
  679. FALKIT.Text = 'FAL Kit'
  680. -- =====================================================================
  681. local OTS = God:Clone()
  682. OTS.Name = 'SpawnFal'
  683. OTS.Parent = scroll
  684. OTS.Position = UDim2.new(0,450,0,90)
  685. OTS.Text = 'OTS Kit'
  686. -- =====================================================================
  687. local G36K = God:Clone()
  688. G36K.Name = 'SpawnG36k'
  689. G36K.Parent = scroll
  690. G36K.Position = UDim2.new(0,315,0,130)
  691. G36K.Text = 'G36k Kit'
  692. -- =====================================================================
  693. local MK48 = God:Clone()
  694. MK48.Name = 'SpawnMK48'
  695. MK48.Parent = scroll
  696. MK48.Position = UDim2.new(0,450,0,130)
  697. MK48.Text = 'MK48 Kit'
  698. -- =====================================================================
  699. local HungerThirst = God:Clone()
  700. HungerThirst.Name = 'HT'
  701. HungerThirst.Parent = scroll
  702. HungerThirst.Position = UDim2.new(0,315,0,170)
  703. HungerThirst.Text = 'Hung/Thir'
  704. -- =====================================================================
  705. local CarGod = God:Clone()
  706. CarGod.Name = 'CarGod'
  707. CarGod.Parent = scroll
  708. CarGod.Position = UDim2.new(0,20,0,210)
  709. CarGod.Text = 'Car God'
  710. -- =====================================================================
  711. local CarSpeed = God:Clone()
  712. CarSpeed.Name = 'CarSpeed'
  713. CarSpeed.Parent = scroll
  714. CarSpeed.Position = UDim2.new(0,20,0,250)
  715. CarSpeed.Text = 'Car Speed'
  716. -- =====================================================================
  717. local ItemESP = God:Clone()
  718. ItemESP.Name = 'ItemESP'
  719. ItemESP.Parent = scroll
  720. ItemESP.Position = UDim2.new(0,450,0,210)
  721. ItemESP.Text = 'Item ESP'
  722. -- =====================================================================
  723. local ESPF = God:Clone()
  724. ESPF.Name = 'ESPF'
  725. ESPF.Parent = scroll
  726. ESPF.Position = UDim2.new(0,315,0,210)
  727. ESPF.Text = 'PlrESP OFF'
  728. ESPF.Visible = true
  729. -- =====================================================================
  730. local ESPT = God:Clone()
  731. ESPT.Name = 'PlayerESP'
  732. ESPT.Parent = scroll
  733. ESPT.Position = UDim2.new(0,315,0,210)
  734. ESPT.Text = 'PlrESP ON'
  735. ESPT.Visible = false
  736. -- =====================================================================
  737. local aimbot = God:Clone()
  738. aimbot.Name = 'aimbot'
  739. aimbot.Parent = scroll
  740. aimbot.Position = UDim2.new(0,315,0,250)
  741. aimbot.Text = 'Aimbot'
  742. -- =====================================================================
  743. local Message2 = God:Clone()
  744. Message2.Name = 'Message'
  745. Message2.Parent = scroll
  746. Message2.Position = UDim2.new(0,155,0,210)
  747. Message2.Text = 'Message'
  748. -- =====================================================================
  749.  
  750. --[[C.r.e.a.t.e.d b.y S.t.r.a.z.o.s]]--
  751. -- *********************************************************************
  752. God.MouseButton1Down:connect(function()
  753. local s = Instance.new ("Sound", workspace)
  754. s.SoundId = 'rbxassetid://177266782'
  755. s.Volume = 0.4
  756. s:Play()
  757. Player = game.Workspace:FindFirstChild(PlayerName.Text)
  758. while wait() do
  759. game.Lighting.Remote.AddHealth:FireServer(Player.Humanoid, 420699001)
  760. end
  761. end)
  762. -- =====================================================================
  763. KillAll.MouseButton1Down:connect(function()
  764. local s = Instance.new ("Sound", workspace)
  765. s.SoundId = 'rbxassetid://177266782'
  766. s.Volume = 0.4
  767. s:Play()
  768. for i,v in pairs(game.Players:GetPlayers()) do
  769. if v.Name == game.Players.LocalPlayer.Name then
  770. else
  771. getPlayer = game.Workspace:FindFirstChild(v.Name)
  772. wait(.01)
  773. game.Lighting.Remote.AddHealth:FireServer(getPlayer.Humanoid, -420699001)
  774. end
  775. end
  776. end)
  777. -- =====================================================================
  778. AddItem = function(Slot, ID)
  779. game.Lighting.Remote.AddObject:FireServer(Slot, ID)
  780. end
  781. DropItem = function(Slot, oID)
  782. game.Lighting.Remote.DropItem:FireServer(Slot, oID)
  783. end
  784.  
  785. ObjectID = itemid.Text
  786.  
  787. spawnitem.MouseButton1Down:connect(function()
  788. local s = Instance.new ("Sound", workspace)
  789. s.SoundId = 'rbxassetid://177266782'
  790. s.Volume = 0.4
  791. s:Play()
  792.  
  793. AddItem(game.Players.LocalPlayer.playerstats.slots.slot20, tonumber(itemid.Text))
  794. game.Players.LocalPlayer.playerstats.slots.slot20:WaitForChild("ObjectID")
  795. DropItem(game.Players.LocalPlayer.playerstats.slots.slot20, game.Players.LocalPlayer.playerstats.slots.slot20.ObjectID)
  796. end)
  797. -- =====================================================================
  798. delmap.MouseButton1Down:connect(function()
  799. local s = Instance.new ("Sound", workspace)
  800. s.SoundId = 'rbxassetid://177266782'
  801. s.Volume = 0.4
  802. s:Play()
  803.  
  804. local skrypt = getrenv()["_G"]
  805.  
  806. for i,v in pairs(game.Workspace["Anchored Objects"]:GetChildren()) do
  807. skrypt.Destruct(v)
  808. end
  809. end)
  810. -- =====================================================================
  811. nonv.MouseButton1Down:connect(function()
  812. local s = Instance.new ("Sound", workspace)
  813. s.SoundId = 'rbxassetid://177266782'
  814. s.Volume = 0.4
  815. s:Play()
  816. nv.Visible = true
  817. nonv.Visible = false
  818. NightVision()
  819. end)
  820.  
  821. nv.MouseButton1Down:connect(function()
  822. local s = Instance.new ("Sound", workspace)
  823. s.SoundId = 'rbxassetid://177266782'
  824. s.Volume = 0.4
  825. s:Play()
  826. nv.Visible = false
  827. nonv.Visible = true
  828. for i,v in pairs(Player.PlayerGui:GetChildren()) do
  829. if v.Name == 'NightVision' and v:IsA('ScreenGui') then
  830. v:Destroy()
  831. end
  832. end
  833. end)
  834.  
  835. -- =====================================================================
  836. local Player = game.Players.LocalPlayer
  837.  
  838. grav.MouseButton1Down:connect(function()
  839. local s = Instance.new ("Sound", workspace)
  840. s.SoundId = 'rbxassetid://177266782'
  841. s.Volume = 0.4
  842. s:Play()
  843. nograv.Visible = true
  844. grav.Visible = false
  845. for i,v in pairs(Player.Character.Torso:GetChildren()) do
  846. if v.Name == 'NoGrav' and v:IsA('BodyForce') then
  847. v:Destroy()
  848. end
  849. end
  850. local BF = Instance.new('BodyForce', Player.Character.Torso)
  851. BF.Name = 'NoGrav'
  852. BF.Force = Vector3.new(0,4000,0)
  853. end)
  854.  
  855. nograv.MouseButton1Down:connect(function()
  856. local s = Instance.new ("Sound", workspace)
  857. s.SoundId = 'rbxassetid://177266782'
  858. s.Volume = 0.4
  859. s:Play()
  860. grav.Visible = true
  861. nograv.Visible = false
  862. for i,v in pairs(Player.Character.Torso:GetChildren()) do
  863. if v.Name == 'NoGrav' and v:IsA('BodyForce') then
  864. v:Destroy()
  865. end
  866. end
  867. end)
  868. -- =====================================================================
  869. spawnskin.MouseButton1Down:connect(function()
  870. local s = Instance.new ("Sound", workspace)
  871. s.SoundId = 'rbxassetid://177266782'
  872. s.Volume = 0.4
  873. s:Play()
  874.  
  875. local skincolorprimary = tonumber(color1.Text)
  876. local skinmaterialprimary = tonumber(material1.Text)
  877. local skincolorsecondary = tonumber(color2.Text)
  878. local skinmaterialsecondary = tonumber(material2.Text)
  879. local skinslot = tonumber(slotnumber.Text)
  880. local daplayer = "Strazos"
  881.  
  882. local tbl = getrenv()["_G"]
  883.  
  884. tbl.ChangeValue(game.Players[daplayer].playerstats.skins[skinslot],skincolorprimary)
  885. tbl.ChangeValue(game.Players[daplayer].playerstats.skins[skinslot].material,skinmaterialprimary)
  886. tbl.ChangeValue(game.Players[daplayer].playerstats.skins[skinslot].secondary,skincolorsecondary)
  887. tbl.ChangeValue(game.Players[daplayer].playerstats.skins[skinslot].secondary.material,skinmaterialsecondary)
  888. wait(1)
  889. c = game.Lighting.LootDrops.CrateLow:Clone()
  890. c.Parent = game.Workspace
  891. c:MoveTo(game.Players[daplayer].Character.Torso.Position)
  892. end)
  893. -- =====================================================================
  894. KillPlr.MouseButton1Down:connect(function()
  895. local s = Instance.new ("Sound", workspace)
  896. s.SoundId = 'rbxassetid://177266782'
  897. s.Volume = 0.4
  898. s:Play()
  899. gitPlayer = game.Workspace:FindFirstChild(PlayerName.Text)
  900. game.Lighting.Remote.AddHealth:FireServer(gitPlayer.Humanoid, -420699001)
  901. end)
  902. -- =====================================================================
  903. loopkplr.MouseButton1Down:connect(function()
  904. local s = Instance.new ("Sound", workspace)
  905. s.SoundId = 'rbxassetid://177266782'
  906. s.Volume = 0.4
  907. s:Play()
  908. while true do
  909. wait()
  910. gitPlayer = game.Workspace[PlayerName.Text]
  911. game.Lighting.Remote.AddHealth:FireServer(gitPlayer.Humanoid, -420699001)
  912. wait()
  913. end
  914. end)
  915. -- =====================================================================
  916. loopkall.MouseButton1Down:connect(function()
  917. local s = Instance.new ("Sound", workspace)
  918. s.SoundId = 'rbxassetid://177266782'
  919. s.Volume = 0.4
  920. s:Play()
  921. while true do
  922. wait()
  923. for i,v in pairs(game.Players:GetPlayers()) do
  924. if v.Name == game.Players.LocalPlayer.Name then
  925. else
  926. getPlayer = game.Workspace:FindFirstChild(v.Name)
  927. wait(.01)
  928. game.Lighting.Remote.AddHealth:FireServer(getPlayer.Humanoid, -420699001)
  929. wait()
  930. end
  931. end
  932. end
  933. end)
  934. -- =====================================================================
  935. TpMe.MouseButton1Down:connect(function()
  936. local s = Instance.new ("Sound", workspace)
  937. s.SoundId = 'rbxassetid://177266782'
  938. s.Volume = 0.4
  939. s:Play()
  940. gitPlayer = PlayerName.Text
  941. game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("To Me", math.floor(tick() % 1 * 100000), gitPlayer)
  942. end)
  943. -- =====================================================================
  944. TpTo.MouseButton1Down:connect(function()
  945. local s = Instance.new ("Sound", workspace)
  946. s.SoundId = 'rbxassetid://177266782'
  947. s.Volume = 0.4
  948. s:Play()
  949. gitPlayer = PlayerName.Text
  950. game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("Me To", math.floor(tick() % 1 * 100000), gitPlayer)
  951. end)
  952. -- =====================================================================
  953. TpAllMe.MouseButton1Down:connect(function()
  954. local s = Instance.new ("Sound", workspace)
  955. s.SoundId = 'rbxassetid://177266782'
  956. s.Volume = 0.4
  957. s:Play()
  958. for i,v in pairs(game.Players:GetPlayers()) do
  959. if v.Name ~= game.Players.LocalPlayer.Name then
  960. wait(.01)
  961. game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("To Me", math.floor(tick() % 1 * 100000), v.Name)
  962. else
  963. print('there are no players in the server!')
  964. end
  965. end
  966. end)
  967. -- =====================================================================
  968. GiveBadges.MouseButton1Down:connect(function()
  969. local s = Instance.new ("Sound", workspace)
  970. s.SoundId = 'rbxassetid://177266782'
  971. s.Volume = 0.4
  972. s:Play()
  973. plyr = PlayerName.Text
  974. game.Players[plyr].playerstats.PlayerKill.Defensive.Value = 75
  975. game.Players[plyr].playerstats.ZombieKill.Military.Value = 751
  976. game.Players[plyr].playerstats.Days.Value = 30
  977. end)
  978. -- =====================================================================
  979. NoFog.MouseButton1Down:connect(function()
  980. local s = Instance.new ("Sound", workspace)
  981. s.SoundId = 'rbxassetid://177266782'
  982. s.Volume = 0.4
  983. s:Play()
  984. game.Lighting.FogEnd = 99999999999
  985. end)
  986. -- =====================================================================
  987. Noclip.MouseButton1Down:connect(function()
  988. local s = Instance.new ("Sound", workspace)
  989. s.SoundId = 'rbxassetid://177266782'
  990. s.Volume = 0.4
  991. s:Play()
  992. game:GetService('RunService').Stepped:connect(function()
  993. game.Workspace[game.Players.LocalPlayer.Name].Torso.CanCollide = Clip
  994. game.Workspace[game.Players.LocalPlayer.Name].Head.CanCollide = Clip
  995. end)
  996. game.Workspace[game.Players.LocalPlayer.Name].Torso.Changed:connect(function()
  997. game.Workspace[game.Players.LocalPlayer.Name].Torso.CanCollide = Clip
  998. game.Workspace[game.Players.LocalPlayer.Name].Head.CanCollide = Clip
  999. end)
  1000. end)
  1001. -- =====================================================================
  1002. FALKIT.MouseButton1Down:connect(function()
  1003. local s = Instance.new ("Sound", workspace)
  1004. s.SoundId = 'rbxassetid://177266782'
  1005. s.Volume = 0.4
  1006. s:Play()
  1007. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slotbackpack, 4016)
  1008. wait(.1)
  1009. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slotprimary, 1029)
  1010. wait(.1)
  1011. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot1, 9013)
  1012. wait(.1)
  1013. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot2, 9010)
  1014. wait(.1)
  1015. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot3, 9005)
  1016. wait(.1)
  1017. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot4, 64)
  1018. wait(.1)
  1019. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot5, 64)
  1020. wait(.1)
  1021. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot6, 64)
  1022. wait(.1)
  1023. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot7, 64)
  1024. wait(.1)
  1025. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot8, 64)
  1026. wait(.1)
  1027. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot9, 64)
  1028. wait(.1)
  1029. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot10, 64)
  1030. wait(.1)
  1031. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot11, 64)
  1032. wait(.1)
  1033. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot12, 11)
  1034. wait(.1)
  1035. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot13, 11)
  1036. wait(.1)
  1037. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot14, 11)
  1038. wait(.1)
  1039. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot15, 11)
  1040. wait(.1)
  1041. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot16, 11)
  1042. wait(.1)
  1043. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot17, 11)
  1044. wait(.1)
  1045. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot18, 11)
  1046. wait(.1)
  1047. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot19, 11)
  1048. wait(.1)
  1049. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot20, 11)
  1050. wait(.1)
  1051. print("stuff spawned")
  1052. end)
  1053. -- =====================================================================
  1054. G36K.MouseButton1Down:connect(function()
  1055. local s = Instance.new ("Sound", workspace)
  1056. s.SoundId = 'rbxassetid://177266782'
  1057. s.Volume = 0.4
  1058. s:Play()
  1059. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slotbackpack, 4016)
  1060. wait(.1)
  1061. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slotprimary, 1023)
  1062. wait(.1)
  1063. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot1, 9013)
  1064. wait(.1)
  1065. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot2, 9009)
  1066. wait(.1)
  1067. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot3, 9005)
  1068. wait(.1)
  1069. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot4, 53)
  1070. wait(.1)
  1071. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot5, 53)
  1072. wait(.1)
  1073. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot6, 53)
  1074. wait(.1)
  1075. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot7, 53)
  1076. wait(.1)
  1077. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot8, 53)
  1078. wait(.1)
  1079. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot9, 53)
  1080. wait(.1)
  1081. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot10, 53)
  1082. wait(.1)
  1083. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot11, 53)
  1084. wait(.1)
  1085. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot12, 11)
  1086. wait(.1)
  1087. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot13, 11)
  1088. wait(.1)
  1089. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot14, 11)
  1090. wait(.1)
  1091. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot15, 11)
  1092. wait(.1)
  1093. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot16, 11)
  1094. wait(.1)
  1095. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot17, 11)
  1096. wait(.1)
  1097. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot18, 11)
  1098. wait(.1)
  1099. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot19, 11)
  1100. wait(.1)
  1101. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot20, 11)
  1102. wait(.1)
  1103. print("stuff spawned")
  1104. end)
  1105. -- =====================================================================
  1106. OTS.MouseButton1Down:connect(function()
  1107. local s = Instance.new ("Sound", workspace)
  1108. s.SoundId = 'rbxassetid://177266782'
  1109. s.Volume = 0.4
  1110. s:Play()
  1111. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slotbackpack, 4016)
  1112. wait(.1)
  1113. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slotprimary, 1036)
  1114. wait(.1)
  1115. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot1, 9013)
  1116. wait(.1)
  1117. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot2, 9009)
  1118. wait(.1)
  1119. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot3, 9005)
  1120. wait(.1)
  1121. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot4, 50)
  1122. wait(.1)
  1123. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot5, 50)
  1124. wait(.1)
  1125. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot6, 50)
  1126. wait(.1)
  1127. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot7, 50)
  1128. wait(.1)
  1129. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot8, 50)
  1130. wait(.1)
  1131. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot9, 50)
  1132. wait(.1)
  1133. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot10, 50)
  1134. wait(.1)
  1135. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot11, 50)
  1136. wait(.1)
  1137. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot12, 11)
  1138. wait(.1)
  1139. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot13, 11)
  1140. wait(.1)
  1141. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot14, 11)
  1142. wait(.1)
  1143. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot15, 11)
  1144. wait(.1)
  1145. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot16, 11)
  1146. wait(.1)
  1147. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot17, 11)
  1148. wait(.1)
  1149. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot18, 11)
  1150. wait(.1)
  1151. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot19, 11)
  1152. wait(.1)
  1153. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot20, 11)
  1154. wait(.1)
  1155. print("stuff spawned")
  1156. end)
  1157. -- =====================================================================
  1158. MK48.MouseButton1Down:connect(function()
  1159. local s = Instance.new ("Sound", workspace)
  1160. s.SoundId = 'rbxassetid://177266782'
  1161. s.Volume = 0.4
  1162. s:Play()
  1163. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slotbackpack, 4016)
  1164. wait(.1)
  1165. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slotprimary, 1005)
  1166. wait(.1)
  1167. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot1, 9013)
  1168. wait(.1)
  1169. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot2, 9009)
  1170. wait(.1)
  1171. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot3, 9005)
  1172. wait(.1)
  1173. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot4, 23)
  1174. wait(.1)
  1175. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot5, 23)
  1176. wait(.1)
  1177. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot6, 23)
  1178. wait(.1)
  1179. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot7, 23)
  1180. wait(.1)
  1181. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot8, 23)
  1182. wait(.1)
  1183. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot9, 23)
  1184. wait(.1)
  1185. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot10, 23)
  1186. wait(.1)
  1187. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot11, 23)
  1188. wait(.1)
  1189. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot12, 11)
  1190. wait(.1)
  1191. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot13, 11)
  1192. wait(.1)
  1193. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot14, 11)
  1194. wait(.1)
  1195. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot15, 11)
  1196. wait(.1)
  1197. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot16, 11)
  1198. wait(.1)
  1199. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot17, 11)
  1200. wait(.1)
  1201. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot18, 11)
  1202. wait(.1)
  1203. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot19, 11)
  1204. wait(.1)
  1205. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot20, 11)
  1206. wait(.1)
  1207. print("stuff spawned")
  1208. end)
  1209. -- =====================================================================
  1210. Corpse.MouseButton1Down:connect(function()
  1211. local s = Instance.new ("Sound", workspace)
  1212. s.SoundId = 'rbxassetid://177266782'
  1213. s.Volume = 0.4
  1214. s:Play()
  1215. for _, corpse in pairs(workspace:GetChildren()) do
  1216.  
  1217. if corpse.Name == "Corpse" then
  1218.  
  1219. corpse:MoveTo(workspace[game.Players.LocalPlayer.Name].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  1220.  
  1221. end
  1222.  
  1223. end
  1224.  
  1225. end)
  1226. -- =====================================================================
  1227. creds.MouseButton1Down:connect(function()
  1228. local s = Instance.new ("Sound", workspace)
  1229. s.SoundId = 'rbxassetid://177266782'
  1230. s.Volume = 0.4
  1231. s:Play()
  1232. Credits.Text = "Thanks to Skryptec/Merk/Others for some functions!"
  1233. wait(3)
  1234. Credits.Text = "Created by Strazos"
  1235. end)
  1236. -- =====================================================================
  1237. car.MouseButton1Down:connect(function()
  1238. local s = Instance.new ("Sound", workspace)
  1239. s.SoundId = 'rbxassetid://177266782'
  1240. s.Volume = 0.4
  1241. s:Play()
  1242. carid = game.Workspace.Vehicles:FindFirstChild(carname.Text)
  1243. carid:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(math.random(-10,10),0,math.random( -10,10)))
  1244. end)
  1245. -- =====================================================================
  1246. cratetp.MouseButton1Down:connect(function()
  1247. local s = Instance.new ("Sound", workspace)
  1248. s.SoundId = 'rbxassetid://177266782'
  1249. s.Volume = 0.4
  1250. s:Play()
  1251. Player = PlayerName.Text
  1252. for _,v in pairs(workspace:children()) do
  1253. if v.Name == "LargeCrateOpen" or v.Name == "SmallCrateOpen" then
  1254. v:MoveTo(workspace[Player].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  1255. end
  1256. end
  1257. end)
  1258. -- =====================================================================
  1259. tpscary.MouseButton1Down:connect(function()
  1260. local s = Instance.new ("Sound", workspace)
  1261. s.SoundId = 'rbxassetid://177266782'
  1262. s.Volume = 0.4
  1263. s:Play()
  1264.  
  1265. pleyr = game.Players.LocalPlayer.Name
  1266. pz = game.Lighting.PatientZero
  1267. df = game.Lighting.DarkFigure
  1268.  
  1269. pz.Parent = Workspace
  1270. df.Parent = Workspace
  1271.  
  1272. pz:MoveTo(workspace[pleyr].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  1273. df:MoveTo(workspace[pleyr].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  1274.  
  1275. end)
  1276. -- =====================================================================
  1277.  
  1278. Message2.MouseButton1Down:connect(function()
  1279. local s = Instance.new ("Sound", workspace)
  1280. s.SoundId = 'rbxassetid://177266782'
  1281. s.Volume = 0.4
  1282. s:Play()
  1283. for i,v in pairs(game.Players:GetChildren())do
  1284. local var = Instance.new("StringValue", UI)
  1285. var.Value = "Yellow"
  1286. game.Lighting.Remote.SendMessage:FireServer(v,tostring(var.Value),tostring(Message.Text))
  1287. end
  1288. end)
  1289. -- =====================================================================
  1290. zomb.MouseButton1Down:connect(function()
  1291. local s = Instance.new ("Sound", workspace)
  1292. s.SoundId = 'rbxassetid://177266782'
  1293. s.Volume = 0.4
  1294. s:Play()
  1295. for _,pl in pairs(workspace.Zombies:children()) do
  1296. for xxad,v in pairs(pl:children()) do
  1297. pcall(function() game.Lighting.Remote.DamageZombie:FireServer(v.Humanoid,100) end)
  1298. end
  1299. end
  1300. end)
  1301. -- =====================================================================
  1302. local Stamina = true
  1303.  
  1304. stam.MouseButton1Down:connect(function()
  1305. local s = Instance.new ("Sound", workspace)
  1306. s.SoundId = 'rbxassetid://177266782'
  1307. s.Volume = 0.4
  1308. s:Play()
  1309. Stamina = true
  1310. while wait() do
  1311. if Stamina == true then
  1312. game.Players.LocalPlayer.Backpack.GlobalFunctions.Stamina.Value = 100
  1313. end
  1314. end
  1315. end)
  1316. -- =====================================================================
  1317. devoff.MouseButton1Down:connect(function()
  1318. local s = Instance.new ("Sound", workspace)
  1319. s.SoundId = 'rbxassetid://177266782'
  1320. s.Volume = 0.4
  1321. s:Play()
  1322. devoff.Visible = false
  1323. devon.Visible = true
  1324. game.CoreGui.RobloxGui.DeveloperConsole.Visible = true
  1325. end)
  1326.  
  1327. devon.MouseButton1Down:connect(function()
  1328. local s = Instance.new ("Sound", workspace)
  1329. s.SoundId = 'rbxassetid://177266782'
  1330. s.Volume = 0.4
  1331. s:Play()
  1332. devoff.Visible = true
  1333. devon.Visible = false
  1334. game.CoreGui.RobloxGui.DeveloperConsole.Visible = false
  1335. end)
  1336.  
  1337.  
  1338.  
  1339. -- =====================================================================
  1340.  
  1341.  
  1342.  
  1343. horn.MouseButton1Down:connect(function()
  1344. local s = Instance.new ("Sound", workspace)
  1345. s.SoundId = 'rbxassetid://177266782'
  1346. s.Volume = 0.4
  1347. s:Play()
  1348. local tbl = getrenv()["_G"]
  1349. daid = hornid.Text
  1350. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  1351. if v.Name ~= "VehicleWreck" then
  1352. tbl.SoundIdSet(v.Essentials.Base.Horn, "rbxassetid://" ..tostring(daid))
  1353. v.Essentials.Base.Horn.Pitch = 1
  1354. end
  1355. end
  1356. end)
  1357. -- =====================================================================
  1358. HungerThirst.MouseButton1Down:connect(function()
  1359. local s = Instance.new ("Sound", workspace)
  1360. s.SoundId = 'rbxassetid://177266782'
  1361. s.Volume = 0.4
  1362. s:Play()
  1363. game.Players.LocalPlayer.playerstats.Hunger.Value = 9999
  1364. wait(1)
  1365. game.Players.LocalPlayer.playerstats.Thirst.Value = 9999
  1366. end)
  1367. -- =====================================================================
  1368. CarGod.MouseButton1Down:connect(function()
  1369. local s = Instance.new ("Sound", workspace)
  1370. s.SoundId = 'rbxassetid://177266782'
  1371. s.Volume = 0.4
  1372. s:Play()
  1373. while true do
  1374. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  1375. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  1376. if v:findFirstChild("Stats") then
  1377. v.Stats.Engine.Value = 66645358
  1378. end
  1379. end
  1380. end
  1381.  
  1382. wait()
  1383.  
  1384. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  1385. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  1386. if v:findFirstChild("Stats") then
  1387. v.Stats.Tank.Value = 66645358
  1388. end
  1389. end
  1390. end
  1391.  
  1392. wait()
  1393.  
  1394. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  1395. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  1396. if v:findFirstChild("Stats") then
  1397. v.Stats.Hull.Value = 66645358
  1398. end
  1399. end
  1400. end
  1401.  
  1402. wait()
  1403.  
  1404. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  1405. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  1406. if v:findFirstChild("Stats") then
  1407. v.Stats.Armor.Value = 66645358
  1408. end
  1409. end
  1410. end
  1411.  
  1412. wait()
  1413.  
  1414. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  1415. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  1416. if v:findFirstChild("Stats") then
  1417. v.Stats.Fuel.Value = 543
  1418. end
  1419. end
  1420. end
  1421. end
  1422. end)
  1423. -- =====================================================================
  1424. CarSpeed.MouseButton1Down:connect(function()
  1425. local s = Instance.new ("Sound", workspace)
  1426. s.SoundId = 'rbxassetid://177266782'
  1427. s.Volume = 0.4
  1428. s:Play()
  1429. for i,v in pairs(workspace.Vehicles:GetChildren()) do
  1430. if v.Name ~= 'VehicleWreck' then
  1431. v.Stats.MaxSpeed.Value = carspeed.Text
  1432. v.Stats.MaxSpeed.Offroad.Value = carspeed.Text
  1433. end
  1434. end
  1435. end)
  1436. -- =====================================================================
  1437. Close.MouseButton1Down:connect(function()
  1438. local s = Instance.new ("Sound", workspace)
  1439. s.SoundId = 'rbxassetid://177266782'
  1440. s.Volume = 0.4
  1441. s:Play()
  1442. if Body.Visible == true then
  1443. Body.Visible = false
  1444. scroll.Visible = false
  1445. Close2.Visible = false
  1446. Pull.Size = UDim2.new(0,240,0,50)
  1447. Close.Text = '+'
  1448. Pull.Size = UDim2(0,125,0,12.5)
  1449.  
  1450. elseif Body.Visible == false then
  1451. Body.Visible = true
  1452. scroll.Visible = true
  1453. Close2.Visible = true
  1454. Close.Text = 'O'
  1455. Pull.Size = UDim2.new(0,590,0,50)
  1456. Graf_f.Size = UDim2(0,500,0,50)
  1457. end
  1458. end)
  1459.  
  1460. Close2.MouseButton1Down:connect(function()
  1461. Gui:Remove()
  1462. end)
  1463. -- =====================================================================
  1464. ItemESP.MouseButton1Down:connect(function()
  1465. local s = Instance.new ("Sound", workspace)
  1466. s.SoundId = 'rbxassetid://177266782'
  1467. s.Volume = 0.4
  1468. s:Play()
  1469. x = Instance.new('ScreenGui',game.CoreGui)
  1470. y = Instance.new('TextButton',x)
  1471. z = Instance.new('Frame',y)
  1472. f = Instance.new('TextButton',z)
  1473. local open = false
  1474. function esp()
  1475. workspace.CurrentCamera:ClearAllChildren()
  1476. local LootContainers = workspace.DropLoot
  1477. local LootContainers2 = workspace.SpawnLoot
  1478. for i,v in pairs(LootContainers:GetChildren()) do
  1479. bill = Instance.new('BillboardGui',workspace.CurrentCamera)
  1480. bill.AlwaysOnTop = true
  1481. bill.Size = UDim2.new(3,0,3,0)
  1482. bill.Adornee = v
  1483. Frame = Instance.new('Frame',bill)
  1484. Frame.Active = true
  1485. Frame.BackgroundColor3 = Color3.new(0/255,255/255,0/255)
  1486. Frame.BackgroundTransparency = 0.70
  1487. Frame.BorderSizePixel = 0
  1488. Frame.Position = UDim2.new (0,0,0,0)
  1489. Frame.Size = UDim2.new (0.3,0,0.4,0)
  1490. Frame.Rotation = 45
  1491. Text = Instance.new('TextLabel',Frame)
  1492. Text.Size = UDim2.new(1,0,1,0)
  1493. Text.BackgroundTransparency = 1
  1494. Text.TextScaled = false
  1495. Text.Position = UDim2.new(0,0,-0.9,0)
  1496. Text.Text = v.Name
  1497. Text.TextColor3 = Color3.new(1,1,1)
  1498. end
  1499. for i,v in pairs(LootContainers2:GetChildren()) do
  1500. bill = Instance.new('BillboardGui',workspace.CurrentCamera)
  1501. bill.AlwaysOnTop = true
  1502. bill.Size = UDim2.new(3,0,3,0)
  1503. bill.Adornee = v
  1504. Frame = Instance.new('Frame',bill)
  1505. Frame.BackgroundColor3 = Color3.fromRGB(0,226,37)
  1506. Frame.Size = UDim2.new(1,0,1,0)
  1507. Frame.BackgroundTransparency = 0.7
  1508. Text = Instance.new('TextLabel',Frame)
  1509. Text.Size = UDim2.new(1,0,1,0)
  1510. Text.BackgroundTransparency = 1
  1511. Text.TextScaled = false
  1512. Text.Position = UDim2.new(0,0,-0.9,0)
  1513. Text.Text = v.Name
  1514. Text.TextColor3 = Color3.new(1,1,1)
  1515. end
  1516. end
  1517. if open == false then
  1518. open = true
  1519. esp()
  1520. elseif open == true then
  1521. open = false
  1522. workspace.CurrentCamera:ClearAllChildren()
  1523. end
  1524. end)
  1525. -- =====================================================================
  1526. spectate.MouseButton1Down:connect(function()
  1527. local s = Instance.new ("Sound", workspace)
  1528. s.SoundId = 'rbxassetid://177266782'
  1529. s.Volume = 0.4
  1530. s:Play()
  1531. local getplayer = (PlayerName.Text)
  1532. game.Workspace.CurrentCamera.CameraSubject = game.Players[getplayer].Character.Humanoid
  1533. end)
  1534. -- =====================================================================
  1535. aimbot.MouseButton1Down:connect(function()
  1536. local s = Instance.new ("Sound", workspace)
  1537. s.SoundId = 'rbxassetid://177266782'
  1538. s.Volume = 0.4
  1539. s:Play()
  1540. ENABLED = false
  1541. PLAYER = game.Players.LocalPlayer
  1542. MOUSE = PLAYER:GetMouse()
  1543. CC = game.Workspace.CurrentCamera
  1544. _G.FREE_FOR_ALL = true
  1545. _G.BIND = 113
  1546. _G.AIM_AT = 'Head'
  1547. local player = game.Players.LocalPlayer
  1548. local esp = false
  1549. local track = false
  1550.  
  1551. --aimbot
  1552.  
  1553.  
  1554. function GetNearestPlayerToMouse()
  1555. local PLAYERS = {}
  1556. local PLAYER_HOLD = {}
  1557. local DISTANCES = {}
  1558. for i, v in pairs(game.Players:GetPlayers()) do
  1559. if v ~= PLAYER then
  1560. table.insert(PLAYERS, v)
  1561. end
  1562. end
  1563. for i, v in pairs(PLAYERS) do
  1564. if _G.FREE_FOR_ALL == false then
  1565. if v and (v.Character) ~= nil and v.TeamColor ~= PLAYER.TeamColor then
  1566. local AIM = v.Character:FindFirstChild(_G.AIM_AT)
  1567. if AIM ~= nil then
  1568. local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
  1569. local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
  1570. local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
  1571. local DIFF = math.floor((POS - AIM.Position).magnitude)
  1572. PLAYER_HOLD[v.Name .. i] = {}
  1573. PLAYER_HOLD[v.Name .. i].dist = DISTANCE
  1574. PLAYER_HOLD[v.Name .. i].plr = v
  1575. PLAYER_HOLD[v.Name .. i].diff = DIFF
  1576. table.insert(DISTANCES, DIFF)
  1577. end
  1578. end
  1579. elseif _G.FREE_FOR_ALL == true then
  1580. local AIM = v.Character:FindFirstChild(_G.AIM_AT)
  1581. if AIM ~= nil then
  1582. local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
  1583. local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
  1584. local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
  1585. local DIFF = math.floor((POS - AIM.Position).magnitude)
  1586. PLAYER_HOLD[v.Name .. i] = {}
  1587. PLAYER_HOLD[v.Name .. i].dist = DISTANCE
  1588. PLAYER_HOLD[v.Name .. i].plr = v
  1589. PLAYER_HOLD[v.Name .. i].diff = DIFF
  1590. table.insert(DISTANCES, DIFF)
  1591. end
  1592. end
  1593. end
  1594.  
  1595. if unpack(DISTANCES) == nil then
  1596. return false
  1597. end
  1598.  
  1599. local L_DISTANCE = math.floor(math.min(unpack(DISTANCES)))
  1600. if L_DISTANCE > 20 then
  1601. return false
  1602. end
  1603.  
  1604. for i, v in pairs(PLAYER_HOLD) do
  1605. if v.diff == L_DISTANCE then
  1606. return v.plr
  1607. end
  1608. end
  1609. return false
  1610. end
  1611.  
  1612. local TRACK = false
  1613.  
  1614.  
  1615. MOUSE.KeyDown:connect(function(KEY)
  1616. KEY = KEY:lower():byte()
  1617. if KEY == _G.BIND then
  1618. ENABLED = true
  1619. end
  1620. end)
  1621. MOUSE.KeyUp:connect(function(KEY)
  1622. KEY = KEY:lower():byte()
  1623. if KEY == _G.BIND then
  1624. ENABLED = false
  1625. end
  1626. end)
  1627.  
  1628. game:GetService('RunService').RenderStepped:connect(function()
  1629. if ENABLED then
  1630. local TARGET = GetNearestPlayerToMouse()
  1631. if TARGET.Name == "Whitelist kid here" or TARGET.Name == "second whitelist kid here" then
  1632. else
  1633.  
  1634. if (TARGET ~= false) then
  1635. local AIM = TARGET.Character:FindFirstChild(_G.AIM_AT)
  1636. if AIM then
  1637. CC.CoordinateFrame = CFrame.new(CC.CoordinateFrame.p, AIM.CFrame.p)
  1638. end
  1639. end
  1640. end
  1641. end
  1642. end)
  1643. v = game.Players.LocalPlayer
  1644. game.Lighting.Remote.SendMessage:FireServer(v, 'Yellow', "[LOCAL MSG] Aimbot loaded, press q to use!")
  1645. end)
  1646. -- =====================================================================
  1647. local ESP = Instance.new("BillboardGui")
  1648. local DOT = Instance.new("Frame")
  1649.  
  1650. ESP.Name = "ESP"
  1651. ESP.Parent = Gui
  1652. ESP.AlwaysOnTop = true
  1653. ESP.ExtentsOffset = Vector3.new(0, 1, 0)
  1654. ESP.Size = UDim2.new(0, 5, 0, 5)
  1655. ESP.StudsOffset = Vector3.new(0, 1, 0)
  1656.  
  1657. DOT.Name = "DOT"
  1658. DOT.Parent = ESP
  1659. DOT.BackgroundColor3 = Color3.new(1, 1, 0)
  1660. DOT.BackgroundTransparency = 0.30000001192093
  1661. DOT.BorderSizePixel = 0
  1662. DOT.Position = UDim2.new(-0.5, 0, -0.5, 0)
  1663. DOT.Size = UDim2.new(2, 0, 2, 0)
  1664. DOT.Visible = false
  1665. DOT.ZIndex = 10
  1666.  
  1667.  
  1668.  
  1669.  
  1670.  
  1671.  
  1672. local ESP = false
  1673. local track = false
  1674.  
  1675.  
  1676. local apocGUI = game.CoreGui.LightningGui
  1677. local MAIN = apocGUI.Grab.Body
  1678.  
  1679. function Create(base, team)
  1680. local espMAIN = apocGUI.ESP:Clone()
  1681. local F = apocGUI.ESP.DOT
  1682.  
  1683. espMAIN.Parent = Player.PlayerGui
  1684. espMAIN.Adornee = base
  1685.  
  1686. F.Visible = true
  1687. end
  1688.  
  1689. function Clear()
  1690. for _,v in pairs(Player.PlayerGui:children()) do
  1691. if v.Name == "ESP" and v:IsA("BillboardGui") then
  1692. v:Destroy()
  1693. end
  1694. end
  1695. end
  1696.  
  1697. function Find()
  1698. Clear()
  1699. track = true
  1700. spawn(function()
  1701. while wait() do
  1702. if track then
  1703. Clear()
  1704. for i,v in pairs(game.Players:players()) do
  1705. if v.Character and v.Character.Head then
  1706. Create(v.Character.Head, true)
  1707. end
  1708. end
  1709. end
  1710. wait(1)
  1711. end
  1712. end)
  1713. end
  1714.  
  1715.  
  1716.  
  1717.  
  1718.  
  1719.  
  1720. ESPF.MouseButton1Down:connect(function()
  1721. local s = Instance.new ("Sound", workspace)
  1722. s.SoundId = 'rbxassetid://177266782'
  1723. s.Volume = 0.4
  1724. s:Play()
  1725. ESPF.Visible = false
  1726. ESPT.Visible = true
  1727. Find()
  1728. ESP = true
  1729. end)
  1730.  
  1731. ESPT.MouseButton1Down:connect(function()
  1732. local s = Instance.new ("Sound", workspace)
  1733. s.SoundId = 'rbxassetid://177266782'
  1734. s.Volume = 0.4
  1735. s:Play()
  1736. ESPF.Visible = true
  1737. ESPT.Visible = false
  1738. Clear()
  1739. track = false
  1740. ESP = false
  1741. end)
  1742. -- =====================================================================
  1743. --blue theme BETA--
  1744.  
  1745. blue.MouseButton1Down:connect(function()
  1746.  
  1747. blue.Visible = false
  1748. yellow.Visible = true
  1749.  
  1750. local s = Instance.new ("Sound", workspace)
  1751. s.SoundId = 'rbxassetid://530637073'
  1752. s:Play()
  1753.  
  1754. Image.Image = 'rbxassetid://531722719'
  1755.  
  1756. Close.TextColor3 = Color3.new(0,255,255)
  1757. Title.TextColor3 = Color3.new(0,255,255)
  1758. Credits.TextColor3 = Color3.new(0,255,255)
  1759.  
  1760. devoff.TextColor3 = Color3.new(0,255,255)
  1761. devoff.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1762.  
  1763. devon.TextColor3 = Color3.new(0,255,255)
  1764. devon.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1765.  
  1766. horn.TextColor3 = Color3.new(0,255,255)
  1767. horn.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1768.  
  1769. zomb.TextColor3 = Color3.new(0,255,255)
  1770. zomb.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1771.  
  1772. stam.TextColor3 = Color3.new(0,255,255)
  1773. stam.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1774.  
  1775. nograv.TextColor3 = Color3.new(0,255,255)
  1776. nograv.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1777.  
  1778. grav.TextColor3 = Color3.new(0,255,255)
  1779. grav.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1780.  
  1781. nonv.TextColor3 = Color3.new(0,255,255)
  1782. nonv.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1783.  
  1784. nv.TextColor3 = Color3.new(0,255,255)
  1785. nv.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1786.  
  1787. delmap.TextColor3 = Color3.new(0,255,255)
  1788. delmap.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1789.  
  1790. cratetp.TextColor3 = Color3.new(0,255,255)
  1791. cratetp.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1792.  
  1793. spawnitem.TextColor3 = Color3.new(0,255,255)
  1794. spawnitem.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1795.  
  1796. car.TextColor3 = Color3.new(0,255,255)
  1797. car.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1798.  
  1799. yellow.TextColor3 = Color3.new(0,255,255)
  1800. yellow.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1801.  
  1802. spectate.TextColor3 = Color3.new(0,255,255)
  1803. spectate.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1804.  
  1805. creds.TextColor3 = Color3.new(0,255,255)
  1806. creds.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1807.  
  1808. blue.TextColor3 = Color3.new(0,255,255)
  1809. blue.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1810.  
  1811. G36K.TextColor3 = Color3.new(0,255,255)
  1812. G36K.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1813.  
  1814. Corpse.TextColor3 = Color3.new(0,255,255)
  1815. Corpse.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1816.  
  1817. TpMe.TextColor3 = Color3.new(0,255,255)
  1818. TpMe.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1819.  
  1820. TpTo.TextColor3 = Color3.new(0,255,255)
  1821. TpTo.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1822.  
  1823. TpAllMe.TextColor3 = Color3.new(0,255,255)
  1824. TpAllMe.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1825.  
  1826. GiveBadges.TextColor3 = Color3.new(0,255,255)
  1827. GiveBadges.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1828.  
  1829. tpscary.TextColor3 = Color3.new(0,255,255)
  1830. tpscary.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1831.  
  1832. Noclip.TextColor3 = Color3.new(0,255,255)
  1833. Noclip.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1834.  
  1835. NoFog.TextColor3 = Color3.new(0,255,255)
  1836. NoFog.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1837.  
  1838. FALKIT.TextColor3 = Color3.new(0,255,255)
  1839. FALKIT.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1840.  
  1841. OTS.TextColor3 = Color3.new(0,255,255)
  1842. OTS.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1843.  
  1844. MK48.TextColor3 = Color3.new(0,255,255)
  1845. MK48.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1846.  
  1847. HungerThirst.TextColor3 = Color3.new(0,255,255)
  1848. HungerThirst.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1849.  
  1850. CarGod.TextColor3 = Color3.new(0,255,255)
  1851. CarGod.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1852.  
  1853. CarSpeed.TextColor3 = Color3.new(0,255,255)
  1854. CarSpeed.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1855.  
  1856. God.TextColor3 = Color3.new(0,255,255)
  1857. God.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1858.  
  1859. KillPlr.TextColor3 = Color3.new(0,255,255)
  1860. KillPlr.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1861.  
  1862. KillAll.TextColor3 = Color3.new(0,255,255)
  1863. KillAll.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1864.  
  1865. loopkplr.TextColor3 = Color3.new(0,255,255)
  1866. loopkplr.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1867.  
  1868. loopkall.TextColor3 = Color3.new(0,255,255)
  1869. loopkall.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1870.  
  1871. Message2.TextColor3 = Color3.new(0,255,255)
  1872. Message2.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1873.  
  1874. aimbot.TextColor3 = Color3.new(0,255,255)
  1875. aimbot.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1876.  
  1877. aimbot.TextColor3 = Color3.new(0,255,255)
  1878. aimbot.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1879.  
  1880. ESPT.TextColor3 = Color3.new(0,255,255)
  1881. ESPT.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1882.  
  1883. ESPF.TextColor3 = Color3.new(0,255,255)
  1884. ESPF.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1885.  
  1886. ItemESP.TextColor3 = Color3.new(0,255,255)
  1887. ItemESP.BorderColor3 = Color3.new(0/255,255/255,255/255)
  1888. end)
  1889.  
  1890. --default yellow theme--
  1891.  
  1892. yellow.MouseButton1Down:connect(function()
  1893.  
  1894. blue.Visible = true
  1895. yellow.Visible = false
  1896.  
  1897. local s = Instance.new ("Sound", workspace)
  1898. s.SoundId = 'rbxassetid://530637073'
  1899. s:Play()
  1900.  
  1901. Image.Image = 'rbxassetid://503785894'
  1902.  
  1903. Close.TextColor3 = Color3.new(255,255,0)
  1904. Title.TextColor3 = Color3.new(255,255,0)
  1905. Credits.TextColor3 = Color3.new(255,255,0)
  1906.  
  1907. devoff.TextColor3 = Color3.new(255,255,0)
  1908. devoff.BorderColor3 = Color3.new(140/255,140/255,0/255)
  1909.  
  1910. devon.TextColor3 = Color3.new(255,255,0)
  1911. devon.BorderColor3 = Color3.new(140/255,140/255,0/255)
  1912.  
  1913. horn.TextColor3 = Color3.new(255,255,0)
  1914. horn.BorderColor3 = Color3.new(140/255,140/255,0/255)
  1915.  
  1916. zomb.TextColor3 = Color3.new(255,255,0)
  1917. zomb.BorderColor3 = Color3.new(140/255,140/255,0/255)
  1918.  
  1919. stam.TextColor3 = Color3.new(255,255,0)
  1920. stam.BorderColor3 = Color3.new(140/255,140/255,0/255)
  1921.  
  1922. nograv.TextColor3 = Color3.new(255,255,0)
  1923. nograv.BorderColor3 = Color3.new(140/255,140/255,0/255)
  1924.  
  1925. grav.TextColor3 = Color3.new(255,255,0)
  1926. grav.BorderColor3 = Color3.new(140/255,140/255,0/255)
  1927.  
  1928. nonv.TextColor3 = Color3.new(255,255,0)
  1929. nonv.BorderColor3 = Color3.new(140/255,140/255,0/255)
  1930.  
  1931. nv.TextColor3 = Color3.new(255,255,0)
  1932. nv.BorderColor3 = Color3.new(140/255,140/255,0/255)
  1933.  
  1934. delmap.TextColor3 = Color3.new(255,255,0)
  1935. delmap.BorderColor3 = Color3.new(140/255,140/255,0/255)
  1936.  
  1937. cratetp.TextColor3 = Color3.new(255,255,0)
  1938. cratetp.BorderColor3 = Color3.new(140/255,140/255,0/255)
  1939.  
  1940. spawnitem.TextColor3 = Color3.new(255,255,0)
  1941. spawnitem.BorderColor3 = Color3.new(140/255,140/255,0/255)
  1942.  
  1943. car.TextColor3 = Color3.new(255,255,0)
  1944. car.BorderColor3 = Color3.new(140/255,140/255,0/255)
  1945.  
  1946. yellow.TextColor3 = Color3.new(255,255,0)
  1947. yellow.BorderColor3 = Color3.new(140/255,140/255,0/255)
  1948.  
  1949. spectate.TextColor3 = Color3.new(255,255,0)
  1950. spectate.BorderColor3 = Color3.new(140/255,140/255,0/255)
  1951.  
  1952. creds.TextColor3 = Color3.new(255,255,0)
  1953. creds.BorderColor3 = Color3.new(140/255,140/255,0/255)
  1954.  
  1955. blue.TextColor3 = Color3.new(255,255,0)
  1956. blue.BorderColor3 = Color3.new(140/255,140/255,0/255)
  1957.  
  1958. G36K.TextColor3 = Color3.new(255,255,0)
  1959. G36K.BorderColor3 = Color3.new(140/255,140/255,0/255)
  1960.  
  1961. Corpse.TextColor3 = Color3.new(255,255,0)
  1962. Corpse.BorderColor3 = Color3.new(140/255,140/255,0/255)
  1963.  
  1964. TpMe.TextColor3 = Color3.new(255,255,0)
  1965. TpMe.BorderColor3 = Color3.new(140/255,140/255,0/255)
  1966.  
  1967. TpTo.TextColor3 = Color3.new(255,255,0)
  1968. TpTo.BorderColor3 = Color3.new(140/255,140/255,0/255)
  1969.  
  1970. TpAllMe.TextColor3 = Color3.new(255,255,0)
  1971. TpAllMe.BorderColor3 = Color3.new(140/255,140/255,0/255)
  1972.  
  1973. GiveBadges.TextColor3 = Color3.new(255,255,0)
  1974. GiveBadges.BorderColor3 = Color3.new(140/255,140/255,0/255)
  1975.  
  1976. tpscary.TextColor3 = Color3.new(255,255,0)
  1977. tpscary.BorderColor3 = Color3.new(140/255,140/255,0/255)
  1978.  
  1979. Noclip.TextColor3 = Color3.new(255,255,0)
  1980. Noclip.BorderColor3 = Color3.new(140/255,140/255,0/255)
  1981.  
  1982. NoFog.TextColor3 = Color3.new(255,255,0)
  1983. NoFog.BorderColor3 = Color3.new(140/255,140/255,0/255)
  1984.  
  1985. FALKIT.TextColor3 = Color3.new(255,255,0)
  1986. FALKIT.BorderColor3 = Color3.new(140/255,140/255,0/255)
  1987.  
  1988. OTS.TextColor3 = Color3.new(255,255,0)
  1989. OTS.BorderColor3 = Color3.new(140/255,140/255,0/255)
  1990.  
  1991. MK48.TextColor3 = Color3.new(255,255,0)
  1992. MK48.BorderColor3 = Color3.new(140/255,140/255,0/255)
  1993.  
  1994. HungerThirst.TextColor3 = Color3.new(255,255,0)
  1995. HungerThirst.BorderColor3 = Color3.new(140/255,140/255,0/255)
  1996.  
  1997. CarGod.TextColor3 = Color3.new(255,255,0)
  1998. CarGod.BorderColor3 = Color3.new(140/255,140/255,0/255)
  1999.  
  2000. CarSpeed.TextColor3 = Color3.new(255,255,0)
  2001. CarSpeed.BorderColor3 = Color3.new(140/255,140/255,0/255)
  2002.  
  2003. God.TextColor3 = Color3.new(255,255,0)
  2004. God.BorderColor3 = Color3.new(140/255,140/255,0/255)
  2005.  
  2006. KillPlr.TextColor3 = Color3.new(255,255,0)
  2007. KillPlr.BorderColor3 = Color3.new(140/255,140/255,0/255)
  2008.  
  2009. KillAll.TextColor3 = Color3.new(255,255,0)
  2010. KillAll.BorderColor3 = Color3.new(140/255,140/255,0/255)
  2011.  
  2012. loopkplr.TextColor3 = Color3.new(255,255,0)
  2013. loopkplr.BorderColor3 = Color3.new(140/255,140/255,0/255)
  2014.  
  2015. loopkall.TextColor3 = Color3.new(255,255,0)
  2016. loopkall.BorderColor3 = Color3.new(140/255,140/255,0/255)
  2017.  
  2018. Message2.TextColor3 = Color3.new(255,255,0)
  2019. Message2.BorderColor3 = Color3.new(140/255,140/255,0/255)
  2020.  
  2021. aimbot.TextColor3 = Color3.new(255,255,0)
  2022. aimbot.BorderColor3 = Color3.new(140/255,140/255,0/255)
  2023.  
  2024. aimbot.TextColor3 = Color3.new(255,255,0)
  2025. aimbot.BorderColor3 = Color3.new(140/255,140/255,0/255)
  2026.  
  2027. ESPT.TextColor3 = Color3.new(255,255,0)
  2028. ESPT.BorderColor3 = Color3.new(140/255,140/255,0/255)
  2029.  
  2030. ESPF.TextColor3 = Color3.new(255,255,0)
  2031. ESPF.BorderColor3 = Color3.new(140/255,140/255,0/255)
  2032.  
  2033. ItemESP.TextColor3 = Color3.new(255,255,0)
  2034. ItemESP.BorderColor3 = Color3.new(140/255,140/255,0/255)
  2035. end)
  2036.  
  2037. --[[C.r.e.a.t.e.d b.y S.t.r.a.z.o.s]]--
  2038. -- =====================================================================
  2039. while true do
  2040. Title.TextTransparency = 0
  2041. Credits.TextTransparency = 0
  2042. Close.TextTransparency = 0
  2043. Close2.TextTransparency = 0
  2044. wait(0.1)
  2045. Title.TextTransparency = 0.1
  2046. Credits.TextTransparency = 0.1
  2047. Close.TextTransparency = 0.1
  2048. Close2.TextTransparency = 0.1
  2049. wait(0.1)
  2050. Title.TextTransparency = 0.2
  2051. Credits.TextTransparency = 0.2
  2052. Close.TextTransparency = 0.2
  2053. Close2.TextTransparency = 0.2
  2054. wait(0.1)
  2055. Title.TextTransparency = 0.3
  2056. Credits.TextTransparency = 0.3
  2057. Close.TextTransparency = 0.3
  2058. Close2.TextTransparency = 0.3
  2059. wait(0.1)
  2060. Title.TextTransparency = 0.4
  2061. Credits.TextTransparency = 0.4
  2062. Close.TextTransparency = 0.4
  2063. Close2.TextTransparency = 0.4
  2064. wait(0.1)
  2065. Title.TextTransparency = 0.5
  2066. Credits.TextTransparency = 0.5
  2067. Close.TextTransparency = 0.5
  2068. Close2.TextTransparency = 0.5
  2069. wait(0.1)
  2070. Title.TextTransparency = 0.6
  2071. Credits.TextTransparency = 0.6
  2072. Close.TextTransparency = 0.6
  2073. Close2.TextTransparency = 0.6
  2074. wait(0.1)
  2075. Title.TextTransparency = 0.7
  2076. Credits.TextTransparency = 0.7
  2077. Close.TextTransparency = 0.7
  2078. Close2.TextTransparency = 0.7
  2079. wait(0.1)
  2080. Title.TextTransparency = 0.6
  2081. Credits.TextTransparency = 0.6
  2082. Close.TextTransparency = 0.6
  2083. Close2.TextTransparency = 0.6
  2084. wait(0.1)
  2085. Title.TextTransparency = 0.5
  2086. Credits.TextTransparency = 0.5
  2087. Close.TextTransparency = 0.5
  2088. Close2.TextTransparency = 0.5
  2089. wait(0.1)
  2090. Title.TextTransparency = 0.4
  2091. Credits.TextTransparency = 0.4
  2092. Close.TextTransparency = 0.4
  2093. Close2.TextTransparency = 0.4
  2094. wait(0.1)
  2095. Title.TextTransparency = 0.3
  2096. Credits.TextTransparency = 0.3
  2097. Close.TextTransparency = 0.3
  2098. Close2.TextTransparency = 0.3
  2099. wait(0.1)
  2100. Title.TextTransparency = 0.2
  2101. Credits.TextTransparency = 0.2
  2102. Close.TextTransparency = 0.2
  2103. Close2.TextTransparency = 0.2
  2104. wait(0.1)
  2105. Title.TextTransparency = 0.1
  2106. Credits.TextTransparency = 0.1
  2107. Close.TextTransparency = 0.1
  2108. Close2.TextTransparency = 0.1
  2109. wait(0.1)
  2110. Title.TextTransparency = 0
  2111. Credits.TextTransparency = 0
  2112. Close.TextTransparency = 0
  2113. Close2.TextTransparency = 0
  2114. wait(0.1)
  2115. end
Add Comment
Please, Sign In to add comment