Advertisement
FuZionPlayz

Arsenic

Feb 18th, 2018
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 83.32 KB | None | 0 0
  1. --// Arsenic \\--
  2.  
  3. if game.Players.LocalPlayer.PlayerGui:FindFirstChild("Arsenic Rebirth") then
  4. game.Players.LocalPlayer.PlayerGui["Arsenic Rebirth"]:Destroy()
  5. end
  6. wait(0.5)
  7. --\\ Definitions //--
  8. local ArsenicRebirth = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
  9. local DRAG = Instance.new("TextButton", ArsenicRebirth)
  10. local Body = Instance.new("Frame", DRAG)
  11. local Title = Instance.new("TextLabel", Body)
  12. -- Pages
  13. local PageHolder = Instance.new("Frame", Body)
  14. local IntroPage = Instance.new("Frame", PageHolder)
  15. local ServerPage = Instance.new("ScrollingFrame", PageHolder)
  16. local LocalPage = Instance.new("Frame", PageHolder)
  17. local CrosshairPage = Instance.new("Frame", PageHolder)
  18. local PlayersPage = Instance.new("Frame", PageHolder)
  19. local SpawningPage = Instance.new("Frame", PageHolder)
  20. local VehiclesPage = Instance.new("Frame", PageHolder)
  21. local TeleportsPage = Instance.new("Frame", PageHolder)
  22. local StatisticsPage = Instance.new("Frame", PageHolder)
  23. local ClothesPage = Instance.new("Frame", PageHolder)
  24. local KitsPage = Instance.new("Frame", PageHolder)
  25. local Sidebar = Instance.new("ScrollingFrame", Body)
  26. -- Buttons
  27. local VehiclesButton = Instance.new("TextButton", Sidebar)
  28. local ServerButton = Instance.new("TextButton", Sidebar)
  29. local LocalButton = Instance.new("TextButton", Sidebar)
  30. local PlayersButton = Instance.new("TextButton", Sidebar)
  31. local CrosshairButton = Instance.new("TextButton", Sidebar)
  32. local SpawningButton = Instance.new("TextButton", Sidebar)
  33. local KitsButton = Instance.new("TextButton", Sidebar)
  34. local ClothesButton = Instance.new("TextButton", Sidebar)
  35. local StatisticsButton = Instance.new("TextButton", Sidebar)
  36. local TeleportsButton = Instance.new("TextButton", Sidebar)
  37. -- Intro
  38. local i1 = Instance.new("ImageLabel", IntroPage)
  39. local i2 = Instance.new("ImageLabel", IntroPage)
  40. local i3 = Instance.new("ImageLabel", IntroPage)
  41. local i4 = Instance.new("ImageLabel", IntroPage)
  42. local i5 = Instance.new("ImageLabel", IntroPage)
  43. local i6 = Instance.new("ImageLabel", IntroPage)
  44. local i7 = Instance.new("ImageLabel", IntroPage)
  45. local c = Instance.new("ImageLabel", IntroPage)
  46. local l = Instance.new("TextLabel", IntroPage)
  47. -- Crosshair
  48. local holder = Instance.new("Frame", CrosshairPage)
  49. local redvalue = Instance.new("TextBox", holder)
  50. local greenvalue = Instance.new("TextBox", holder)
  51. local bluevalue = Instance.new("TextBox", holder)
  52. local bluelabel = Instance.new("TextLabel", holder)
  53. local greenlabel = Instance.new("TextLabel", holder)
  54. local redlabel = Instance.new("TextLabel", holder)
  55. local crossholder = Instance.new("Frame", CrosshairPage)
  56. local Top = Instance.new("Frame", crossholder)
  57. local Right = Instance.new("Frame", crossholder)
  58. local Bottom = Instance.new("Frame", crossholder)
  59. local Left = Instance.new("Frame", crossholder)
  60. local SetCross = Instance.new("TextButton", CrosshairPage)
  61. local SetRainbowCross = Instance.new("TextButton", CrosshairPage)
  62. -- Local
  63. local espholder = Instance.new("Frame", LocalPage)
  64. local esptoggle = Instance.new("ImageButton", espholder)
  65. local esplabel = Instance.new("TextLabel", espholder)
  66. local espball = Instance.new("ImageLabel", esptoggle)
  67. local godholder = Instance.new("Frame", LocalPage)
  68. local godtoggle = Instance.new("ImageButton", godholder)
  69. local godlabel = Instance.new("TextLabel", godholder)
  70. local godball = Instance.new("ImageLabel", godtoggle)
  71. local noclipholder = Instance.new("Frame", LocalPage)
  72. local nocliptoggle = Instance.new("ImageButton", noclipholder)
  73. local nocliplabel = Instance.new("TextLabel", noclipholder)
  74. local noclipball = Instance.new("ImageLabel", nocliptoggle)
  75. --Server
  76. local serverlabel = Instance.new("TextLabel", ServerPage)
  77. local servermessageholder = Instance.new("Frame", serverlabel)
  78. local msg = Instance.new("TextBox", servermessageholder)
  79. local sendmessage = Instance.new("TextButton", servermessageholder)
  80. local messagespam = Instance.new("Frame", servermessageholder)
  81. local messagetoggle = Instance.new("ImageButton", messagespam)
  82. local messageball = Instance.new("ImageLabel", messagetoggle)
  83. local msgspamlabel = Instance.new("TextLabel", messagespam)
  84. local chatspam = Instance.new("Frame", servermessageholder)
  85. local chatspamtoggle = Instance.new("ImageButton", chatspam)
  86. local chatspamball = Instance.new("ImageLabel", chatspamtoggle)
  87. local chatspamlabel = Instance.new("TextLabel", chatspam)
  88. local msgholder = Instance.new("Frame", servermessageholder)
  89. local setcolor = Instance.new("TextButton", msgholder)
  90. local colorscroll = Instance.new("ScrollingFrame", msgholder)
  91. local colorvalue = Instance.new("StringValue", serverlabel)
  92. local msgred = Instance.new("TextButton", colorscroll)
  93. local msgyellow = Instance.new("TextButton", colorscroll)
  94. local msggreen = Instance.new("TextButton", colorscroll)
  95. local msgblue = Instance.new("TextButton", colorscroll)
  96. local msgwhite = Instance.new("TextButton", colorscroll)
  97. local musiclabel = Instance.new("TextLabel", ServerPage)
  98. local musiccontentholder = Instance.new("Frame", musiclabel)
  99. local musictext = Instance.new("TextBox", musiccontentholder)
  100. local playmusic = Instance.new("TextButton", musiccontentholder)
  101. local musicholder = Instance.new("Frame", musiccontentholder)
  102. local extra = Instance.new("Frame", musicholder)
  103. local servervolume = Instance.new("TextBox", extra)
  104. local serverpitch = Instance.new("TextBox", extra)
  105. local musicsep = Instance.new("Frame", musiclabel)
  106. -- Player
  107. local selectplayer = Instance.new("TextButton", PlayersPage)
  108. local kill = Instance.new("TextButton", PlayersPage)
  109. -- Spawning
  110. local normalpage = Instance.new("Frame" ,SpawningPage)
  111. local itembox = Instance.new("TextBox", normalpage)
  112. local spawnframe = Instance.new("ScrollingFrame", normalpage)
  113. local amountbox = Instance.new("TextBox", normalpage)
  114. local spawnplayer = Instance.new("TextButton", normalpage)
  115. local spawn = Instance.new("TextButton", normalpage)
  116. local weapons = Instance.new("TextButton", SpawningPage)
  117. local normal = Instance.new("TextButton", SpawningPage)
  118. -- Kits
  119. local susatholder = Instance.new("Frame")
  120. local susattoggle = Instance.new("ImageButton")
  121. local susatball = Instance.new("ImageLabel")
  122. local susatlabel = Instance.new("TextLabel")
  123. local suppholder = Instance.new("Frame")
  124. local supptoggle = Instance.new("ImageButton")
  125. local suppball = Instance.new("ImageLabel")
  126. local supplabel = Instance.new("TextLabel")
  127. local acogholder = Instance.new("Frame")
  128. local acogtoggle = Instance.new("ImageButton")
  129. local acogball = Instance.new("ImageLabel")
  130. local acoglabel = Instance.new("TextLabel")
  131. local selectplayerk = Instance.new("TextButton")
  132. local GunIMGLabels = Instance.new("ScrollingFrame")
  133. local M14 = Instance.new("ImageButton")
  134. local M4A1 = Instance.new("ImageButton")
  135. local HK21 = Instance.new("ImageButton")
  136. local G36K = Instance.new("ImageButton")
  137. local MK17 = Instance.new("ImageButton")
  138. local COLUMBINE = Instance.new("ImageButton")
  139.  
  140. -- Vehicles
  141. local selectvehicle = Instance.new("TextButton", VehiclesPage)
  142. local hornmusiclabel = Instance.new("TextLabel", VehiclesPage)
  143. local hornmusiccontentholder = Instance.new("Frame", hornmusiclabel)
  144. local hornmusictext = Instance.new("TextBox", hornmusiccontentholder)
  145. local hornplaymusic = Instance.new("TextButton", hornmusiccontentholder)
  146. local hornmusicsep = Instance.new("Frame", hornmusiclabel)
  147.  
  148. --// UI \\--
  149. --\\ Properties//--
  150.  
  151. ArsenicRebirth.Name = "Arsenic Rebirth"
  152.  
  153. DRAG.Name = "DRAG"
  154. DRAG.Active = true
  155. DRAG.BackgroundColor3 = Color3.new(0, 0, 0)
  156. DRAG.BorderSizePixel = 0
  157. DRAG.BackgroundTransparency = 0.40000000596046
  158. DRAG.BorderColor3 = Color3.new(0, 0, 0)
  159. DRAG.Draggable = true
  160. DRAG.Position = UDim2.new(0, 497, 0, 305)
  161. DRAG.Size = UDim2.new(0, 500, 0, 10)
  162. DRAG.Font = Enum.Font.ArialBold
  163. DRAG.FontSize = Enum.FontSize.Size10
  164. DRAG.Text = "- DRAG -"
  165. DRAG.TextColor3 = Color3.new(1, 1, 1)
  166. DRAG.TextSize = 10
  167. DRAG.TextTransparency = 0.20000000298023
  168.  
  169. Body.Name = "Body"
  170. Body.BackgroundColor3 = Color3.new(0, 0, 0)
  171. Body.BackgroundTransparency = 0.40000000596046
  172. Body.BorderSizePixel = 0
  173. Body.Position = UDim2.new(0, 0, 0, -245)
  174. Body.Size = UDim2.new(0, 500, 0, 240)
  175.  
  176. Title.Name = "Title"
  177. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  178. Title.BackgroundTransparency = 1
  179. Title.Size = UDim2.new(1, 0, 0, 15)
  180. Title.Font = Enum.Font.ArialBold
  181. Title.FontSize = Enum.FontSize.Size14
  182. Title.Text = "Arsenic Rebirth"
  183. Title.TextColor3 = Color3.new(1, 1, 1)
  184. Title.TextSize = 14
  185. Title.TextTransparency = 0.20000000298023
  186.  
  187. PageHolder.Name = "PageHolder"
  188. PageHolder.BackgroundColor3 = Color3.new(1, 1, 1)
  189. PageHolder.BackgroundTransparency = 1
  190. PageHolder.Position = UDim2.new(0, 115, 0, 30)
  191. PageHolder.Size = UDim2.new(0, 380, 0, 200)
  192.  
  193. IntroPage.Name = "IntroPage"
  194. IntroPage.BackgroundColor3 = Color3.new(1, 1, 1)
  195. IntroPage.BackgroundTransparency = 1
  196. IntroPage.Size = UDim2.new(1, 0, 0, 200)
  197.  
  198. ServerPage.Name = "ServerPage"
  199. ServerPage.Visible = false
  200. ServerPage.BackgroundColor3 = Color3.new(1, 1, 1)
  201. ServerPage.BackgroundTransparency = 1
  202. ServerPage.Size = UDim2.new(1, 0, 0, 200)
  203. ServerPage.BottomImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  204. ServerPage.CanvasSize = UDim2.new(0, 0, 2, 0)
  205. ServerPage.ScrollBarThickness = 5
  206. ServerPage.BorderSizePixel = 0
  207. ServerPage.TopImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  208.  
  209. LocalPage.Name = "LocalPage"
  210. LocalPage.Visible = false
  211. LocalPage.BackgroundColor3 = Color3.new(1, 1, 1)
  212. LocalPage.BackgroundTransparency = 1
  213. LocalPage.Size = UDim2.new(1, 0, 0, 200)
  214.  
  215. CrosshairPage.Name = "CrosshairPage"
  216. CrosshairPage.Visible = false
  217. CrosshairPage.BackgroundColor3 = Color3.new(1, 1, 1)
  218. CrosshairPage.BackgroundTransparency = 1
  219. CrosshairPage.Size = UDim2.new(1, 0, 0, 200)
  220.  
  221. PlayersPage.Name = "PlayersPage"
  222. PlayersPage.Visible = false
  223. PlayersPage.BackgroundColor3 = Color3.new(1, 1, 1)
  224. PlayersPage.BackgroundTransparency = 1
  225. PlayersPage.Size = UDim2.new(1, 0, 0, 200)
  226.  
  227. SpawningPage.Name = "SpawningPage"
  228. SpawningPage.Visible = false
  229. SpawningPage.BackgroundColor3 = Color3.new(1, 1, 1)
  230. SpawningPage.BackgroundTransparency = 1
  231. SpawningPage.Size = UDim2.new(1, 0, 0, 200)
  232.  
  233. VehiclesPage.Name = "VehiclesPage"
  234. VehiclesPage.Visible = false
  235. VehiclesPage.BackgroundColor3 = Color3.new(1, 1, 1)
  236. VehiclesPage.BackgroundTransparency = 1
  237. VehiclesPage.Size = UDim2.new(1, 0, 0, 200)
  238.  
  239. ClothesPage.Name = "ClothesPage"
  240. ClothesPage.Visible = false
  241. ClothesPage.BackgroundColor3 = Color3.new(1, 1, 1)
  242. ClothesPage.BackgroundTransparency = 1
  243. ClothesPage.Size = UDim2.new(1, 0, 0, 200)
  244.  
  245. StatisticsPage.Name = "StatisticsPage"
  246. StatisticsPage.Visible = false
  247. StatisticsPage.BackgroundColor3 = Color3.new(1, 1, 1)
  248. StatisticsPage.BackgroundTransparency = 1
  249. StatisticsPage.Size = UDim2.new(1, 0, 0, 200)
  250.  
  251. KitsPage.Name = "KitsPage"
  252. KitsPage.Visible = false
  253. KitsPage.BackgroundColor3 = Color3.new(1, 1, 1)
  254. KitsPage.BackgroundTransparency = 1
  255. KitsPage.Size = UDim2.new(1, 0, 0, 200)
  256.  
  257. TeleportsPage.Name = "TeleportsPage"
  258. TeleportsPage.Visible = false
  259. TeleportsPage.BackgroundColor3 = Color3.new(1, 1, 1)
  260. TeleportsPage.BackgroundTransparency = 1
  261. TeleportsPage.Size = UDim2.new(1, 0, 0, 200)
  262.  
  263. Sidebar.Name = "Sidebar"
  264. Sidebar.BackgroundColor3 = Color3.new(1, 1, 1)
  265. Sidebar.BackgroundTransparency = 1
  266. Sidebar.BorderSizePixel = 0
  267. Sidebar.Position = UDim2.new(0, 0, 0, 30)
  268. Sidebar.Size = UDim2.new(0, 110, 0, 205)
  269. Sidebar.BottomImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  270. Sidebar.CanvasSize = UDim2.new(0, 0, 1.23, 0)
  271. Sidebar.ScrollBarThickness = 5
  272. Sidebar.TopImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  273.  
  274. VehiclesButton.Name = "VehiclesButton"
  275. VehiclesButton.BackgroundColor3 = Color3.new(0.756863, 0.298039, 0.266667)
  276. VehiclesButton.BackgroundTransparency = 0.40000000596046
  277. VehiclesButton.BorderSizePixel = 0
  278. VehiclesButton.Position = UDim2.new(0, 5, 0, 150)
  279. VehiclesButton.Size = UDim2.new(0, 90, 0, 25)
  280. VehiclesButton.Font = Enum.Font.ArialBold
  281. VehiclesButton.FontSize = Enum.FontSize.Size14
  282. VehiclesButton.Text = "VEHICLES"
  283. VehiclesButton.TextColor3 = Color3.new(1, 1, 1)
  284. VehiclesButton.TextSize = 14
  285. VehiclesButton.TextTransparency = 0.20000000298023
  286.  
  287. ServerButton.Name = "ServerButton"
  288. ServerButton.BackgroundColor3 = Color3.new(0.756863, 0.298039, 0.266667)
  289. ServerButton.BackgroundTransparency = 0.40000000596046
  290. ServerButton.BorderSizePixel = 0
  291. ServerButton.Position = UDim2.new(0, 5, 0, 0)
  292. ServerButton.Size = UDim2.new(0, 90, 0, 25)
  293. ServerButton.Font = Enum.Font.ArialBold
  294. ServerButton.FontSize = Enum.FontSize.Size14
  295. ServerButton.Text = "SERVER"
  296. ServerButton.TextColor3 = Color3.new(1, 1, 1)
  297. ServerButton.TextSize = 14
  298. ServerButton.TextTransparency = 0.20000000298023
  299.  
  300. LocalButton.Name = "LocalButton"
  301. LocalButton.BackgroundColor3 = Color3.new(0.756863, 0.298039, 0.266667)
  302. LocalButton.BackgroundTransparency = 0.40000000596046
  303. LocalButton.BorderSizePixel = 0
  304. LocalButton.Position = UDim2.new(0, 5, 0, 30)
  305. LocalButton.Size = UDim2.new(0, 90, 0, 25)
  306. LocalButton.Font = Enum.Font.ArialBold
  307. LocalButton.FontSize = Enum.FontSize.Size14
  308. LocalButton.Text = "LOCAL"
  309. LocalButton.TextColor3 = Color3.new(1, 1, 1)
  310. LocalButton.TextSize = 14
  311. LocalButton.TextTransparency = 0.20000000298023
  312.  
  313. PlayersButton.Name = "PlayersButton"
  314. PlayersButton.BackgroundColor3 = Color3.new(0.756863, 0.298039, 0.266667)
  315. PlayersButton.BackgroundTransparency = 0.40000000596046
  316. PlayersButton.BorderSizePixel = 0
  317. PlayersButton.Position = UDim2.new(0, 5, 0, 60)
  318. PlayersButton.Size = UDim2.new(0, 90, 0, 25)
  319. PlayersButton.Font = Enum.Font.ArialBold
  320. PlayersButton.FontSize = Enum.FontSize.Size14
  321. PlayersButton.Text = "PLAYERS"
  322. PlayersButton.TextColor3 = Color3.new(1, 1, 1)
  323. PlayersButton.TextSize = 14
  324. PlayersButton.TextTransparency = 0.20000000298023
  325.  
  326. CrosshairButton.Name = "CrosshairButton"
  327. CrosshairButton.BackgroundColor3 = Color3.new(0.756863, 0.298039, 0.266667)
  328. CrosshairButton.BackgroundTransparency = 0.40000000596046
  329. CrosshairButton.BorderSizePixel = 0
  330. CrosshairButton.Position = UDim2.new(0, 5, 0, 90)
  331. CrosshairButton.Size = UDim2.new(0, 90, 0, 25)
  332. CrosshairButton.Font = Enum.Font.ArialBold
  333. CrosshairButton.FontSize = Enum.FontSize.Size14
  334. CrosshairButton.Text = "CROSSHAIR"
  335. CrosshairButton.TextColor3 = Color3.new(1, 1, 1)
  336. CrosshairButton.TextSize = 14
  337. CrosshairButton.TextTransparency = 0.20000000298023
  338.  
  339. SpawningButton.Name = "SpawningButton"
  340. SpawningButton.BackgroundColor3 = Color3.new(0.756863, 0.298039, 0.266667)
  341. SpawningButton.BackgroundTransparency = 0.40000000596046
  342. SpawningButton.BorderSizePixel = 0
  343. SpawningButton.Position = UDim2.new(0, 5, 0, 120)
  344. SpawningButton.Size = UDim2.new(0, 90, 0, 25)
  345. SpawningButton.Font = Enum.Font.ArialBold
  346. SpawningButton.FontSize = Enum.FontSize.Size14
  347. SpawningButton.Text = "SPAWNING"
  348. SpawningButton.TextColor3 = Color3.new(1, 1, 1)
  349. SpawningButton.TextSize = 14
  350. SpawningButton.TextTransparency = 0.20000000298023
  351.  
  352. KitsButton.Name = "KitsButton"
  353. KitsButton.Parent = Sidebar
  354. KitsButton.BackgroundColor3 = Color3.new(0.756863, 0.294118, 0.266667)
  355. KitsButton.BackgroundTransparency = 0.40000000596046
  356. KitsButton.BorderSizePixel = 0
  357. KitsButton.Position = UDim2.new(0, 5, 0, 180)
  358. KitsButton.Size = UDim2.new(0, 90, 0, 25)
  359. KitsButton.Font = Enum.Font.ArialBold
  360. KitsButton.FontSize = Enum.FontSize.Size14
  361. KitsButton.Text = "KITS"
  362. KitsButton.TextColor3 = Color3.new(1, 1, 1)
  363. KitsButton.TextSize = 14
  364. KitsButton.TextTransparency = 0.20000000298023
  365.  
  366. ClothesButton.Name = "ClothesButton"
  367. ClothesButton.BackgroundColor3 = Color3.new(0.756863, 0.298039, 0.266667)
  368. ClothesButton.BackgroundTransparency = 0.40000000596046
  369. ClothesButton.BorderSizePixel = 0
  370. ClothesButton.Position = UDim2.new(0, 5, 0, 210)
  371. ClothesButton.Size = UDim2.new(0, 90, 0, 25)
  372. ClothesButton.Font = Enum.Font.ArialBold
  373. ClothesButton.FontSize = Enum.FontSize.Size14
  374. ClothesButton.Text = "CLOTHES"
  375. ClothesButton.TextColor3 = Color3.new(1, 1, 1)
  376. ClothesButton.TextSize = 14
  377. ClothesButton.TextTransparency = 0.20000000298023
  378.  
  379. StatisticsButton.Name = "StatisticsButton"
  380. StatisticsButton.BackgroundColor3 = Color3.new(0.756863, 0.298039, 0.266667)
  381. StatisticsButton.BackgroundTransparency = 0.40000000596046
  382. StatisticsButton.BorderSizePixel = 0
  383. StatisticsButton.Position = UDim2.new(0, 5, 0, 240)
  384. StatisticsButton.Size = UDim2.new(0, 90, 0, 25)
  385. StatisticsButton.Font = Enum.Font.ArialBold
  386. StatisticsButton.FontSize = Enum.FontSize.Size14
  387. StatisticsButton.Text = "STATISTICS"
  388. StatisticsButton.TextColor3 = Color3.new(1, 1, 1)
  389. StatisticsButton.TextSize = 14
  390. StatisticsButton.TextTransparency = 0.20000000298023
  391.  
  392. TeleportsButton.Name = "TeleportsButton"
  393. TeleportsButton.BackgroundColor3 = Color3.new(0.756863, 0.298039, 0.266667)
  394. TeleportsButton.BackgroundTransparency = 0.40000000596046
  395. TeleportsButton.BorderSizePixel = 0
  396. TeleportsButton.Position = UDim2.new(0, 5, 0, 270)
  397. TeleportsButton.Size = UDim2.new(0, 90, 0, 25)
  398. TeleportsButton.Font = Enum.Font.ArialBold
  399. TeleportsButton.FontSize = Enum.FontSize.Size14
  400. TeleportsButton.Text = "TELEPORTS"
  401. TeleportsButton.TextColor3 = Color3.new(1, 1, 1)
  402. TeleportsButton.TextSize = 14
  403. TeleportsButton.TextTransparency = 0.20000000298023
  404.  
  405. --// Page \\--
  406. --\\ Properties //--
  407.  
  408.  
  409. --[[
  410.  
  411. Intro
  412.  
  413. ]]--
  414.  
  415.  
  416. i1.BackgroundTransparency = 1
  417. i1.Position = UDim2.new(0.100000001, 0, 0.150000006, 0)
  418. i1.Size = UDim2.new(0, 150, 0, 150)
  419. i1.Image = "rbxassetid://1014815936"
  420.  
  421. i2.BackgroundTransparency = 1
  422. i2.Position = UDim2.new(0.100000001, 0, 0.150000006, 0)
  423. i2.Size = UDim2.new(0, 150, 0, 150)
  424. i2.Image = "rbxassetid://1014815675"
  425.  
  426. i3.BackgroundTransparency = 1
  427. i3.Position = UDim2.new(0.100000001, 0, 0.150000006, 0)
  428. i3.Size = UDim2.new(0, 150, 0, 150)
  429. i3.Image = "rbxassetid://1014772958"
  430.  
  431. i4.BackgroundTransparency = 1
  432. i4.Position = UDim2.new(0.100000001, 0, 0.150000006, 0)
  433. i4.Size = UDim2.new(0, 150, 0, 150)
  434. i4.Image = "rbxassetid://1014848524"
  435.  
  436. i5.BackgroundTransparency = 1
  437. i5.Position = UDim2.new(0.100000001, 0, 0.150000006, 0)
  438. i5.Size = UDim2.new(0, 150, 0, 150)
  439. i5.Image = "rbxassetid://1014837599"
  440.  
  441. i6.BackgroundTransparency = 1
  442. i6.BorderColor3 = Color3.new(1, 1, 1)
  443. i6.Position = UDim2.new(0.100000001, 0, 0.150000006, 0)
  444. i6.Size = UDim2.new(0, 150, 0, 150)
  445. i6.Image = "rbxassetid://1014773078"
  446.  
  447. i7.BackgroundTransparency = 1
  448. i7.Position = UDim2.new(0.100000001, 0, 0.150000006, 0)
  449. i7.Size = UDim2.new(0, 150, 0, 150)
  450. i7.Image = "rbxassetid://1014848627"
  451.  
  452. c.BackgroundTransparency = 1
  453. c.Position = UDim2.new(0.525, 0, 0.150000006, 0)
  454. c.Size = UDim2.new(0, 150, 0, 150)
  455. c.Image = "rbxassetid://1158115602"
  456.  
  457. l.BackgroundColor3 = Color3.new(1, 1, 1)
  458. l.BackgroundTransparency = 1
  459. l.Size = UDim2.new(1, 0, 0, 25)
  460. l.Font = Enum.Font.ArialBold
  461. l.FontSize = Enum.FontSize.Size14
  462. l.Text = "CREATED BY nafiz101 & Liam"
  463. l.TextColor3 = Color3.new(1, 1, 1)
  464. l.TextSize = 14
  465. l.TextTransparency = 0.20000000298023
  466.  
  467. --[[
  468.  
  469. Crosshair
  470.  
  471. ]]--
  472.  
  473. holder.Name = "holder"
  474. holder.BackgroundColor3 = Color3.new(1, 1, 1)
  475. holder.BackgroundTransparency = 1
  476. holder.Position = UDim2.new(0.25, 0, 0, 0)
  477. holder.Size = UDim2.new(0, 175, 0, 25)
  478.  
  479. redvalue.Name = "redvalue"
  480. redvalue.BackgroundColor3 = Color3.new(0, 0, 0)
  481. redvalue.BackgroundTransparency = 0.80000001192093
  482. redvalue.BorderSizePixel = 0
  483. redvalue.Position = UDim2.new(0, 30, 0, 0)
  484. redvalue.Size = UDim2.new(0, 30, 0, 25)
  485. redvalue.Font = Enum.Font.ArialBold
  486. redvalue.FontSize = Enum.FontSize.Size12
  487. redvalue.Text = "255"
  488. redvalue.TextColor3 = Color3.new(1, 1, 1)
  489. redvalue.TextSize = 12
  490. redvalue.TextTransparency = 0.20000000298023
  491.  
  492. greenvalue.Name = "greenvalue"
  493. greenvalue.BackgroundColor3 = Color3.new(0, 0, 0)
  494. greenvalue.BackgroundTransparency = 0.80000001192093
  495. greenvalue.BorderSizePixel = 0
  496. greenvalue.Position = UDim2.new(0, 95, 0, 0)
  497. greenvalue.Size = UDim2.new(0, 30, 0, 25)
  498. greenvalue.Font = Enum.Font.ArialBold
  499. greenvalue.FontSize = Enum.FontSize.Size12
  500. greenvalue.Text = "0"
  501. greenvalue.TextColor3 = Color3.new(1, 1, 1)
  502. greenvalue.TextSize = 12
  503. greenvalue.TextTransparency = 0.20000000298023
  504.  
  505. bluevalue.Name = "bluevalue"
  506. bluevalue.BackgroundColor3 = Color3.new(0, 0, 0)
  507. bluevalue.BackgroundTransparency = 0.80000001192093
  508. bluevalue.BorderSizePixel = 0
  509. bluevalue.Position = UDim2.new(0, 150, 0, 0)
  510. bluevalue.Size = UDim2.new(0, 30, 0, 25)
  511. bluevalue.Font = Enum.Font.ArialBold
  512. bluevalue.FontSize = Enum.FontSize.Size12
  513. bluevalue.Text = "0"
  514. bluevalue.TextColor3 = Color3.new(1, 1, 1)
  515. bluevalue.TextSize = 12
  516. bluevalue.TextTransparency = 0.20000000298023
  517.  
  518. bluelabel.Name = "bluelabel"
  519. bluelabel.BackgroundColor3 = Color3.new(1, 1, 1)
  520. bluelabel.BackgroundTransparency = 1
  521. bluelabel.Position = UDim2.new(0, 125, 0, 0)
  522. bluelabel.Size = UDim2.new(0, 25, 0, 25)
  523. bluelabel.Font = Enum.Font.ArialBold
  524. bluelabel.FontSize = Enum.FontSize.Size14
  525. bluelabel.Text = "B:"
  526. bluelabel.TextColor3 = Color3.new(0, 0.666667, 1)
  527. bluelabel.TextSize = 14
  528.  
  529. greenlabel.Name = "greenlabel"
  530. greenlabel.BackgroundColor3 = Color3.new(1, 1, 1)
  531. greenlabel.BackgroundTransparency = 1
  532. greenlabel.Position = UDim2.new(0, 65, 0, 0)
  533. greenlabel.Size = UDim2.new(0, 25, 0, 25)
  534. greenlabel.Font = Enum.Font.ArialBold
  535. greenlabel.FontSize = Enum.FontSize.Size14
  536. greenlabel.Text = "G:"
  537. greenlabel.TextColor3 = Color3.new(0, 1, 0)
  538. greenlabel.TextSize = 14
  539.  
  540. redlabel.Name = "redlabel"
  541. redlabel.BackgroundColor3 = Color3.new(1, 1, 1)
  542. redlabel.BackgroundTransparency = 1
  543. redlabel.Size = UDim2.new(0, 25, 0, 25)
  544. redlabel.Font = Enum.Font.ArialBold
  545. redlabel.FontSize = Enum.FontSize.Size14
  546. redlabel.Text = "R:"
  547. redlabel.TextColor3 = Color3.new(1, 0, 0)
  548. redlabel.TextSize = 14
  549.  
  550. crossholder.Name = "crossholder"
  551. crossholder.BackgroundColor3 = Color3.new(1, 1, 1)
  552. crossholder.BackgroundTransparency = 1
  553. crossholder.Position = UDim2.new(0.400000006, 0, 0.25, 0)
  554. crossholder.Size = UDim2.new(0, 75, 0, 75)
  555.  
  556. Top.Name = "Top"
  557. Top.BackgroundColor3 = Color3.new(1, 0, 0)
  558. Top.BorderSizePixel = 0
  559. Top.Position = UDim2.new(0.479999989, 0, 0, 0)
  560. Top.Size = UDim2.new(0, 4, 0, 20)
  561.  
  562. Right.Name = "Right"
  563. Right.BackgroundColor3 = Color3.new(1, 0, 0)
  564. Right.BorderSizePixel = 0
  565. Right.Position = UDim2.new(0.800000012, 0, 0.479999989, 0)
  566. Right.Size = UDim2.new(0, 20, 0, 4)
  567.  
  568. Bottom.Name = "Bottom"
  569. Bottom.BackgroundColor3 = Color3.new(1, 0, 0)
  570. Bottom.BorderSizePixel = 0
  571. Bottom.Position = UDim2.new(0.479999989, 0, 0.800000012, 0)
  572. Bottom.Size = UDim2.new(0, 4, 0, 20)
  573.  
  574. Left.Name = "Left"
  575. Left.BackgroundColor3 = Color3.new(1, 0, 0)
  576. Left.BorderSizePixel = 0
  577. Left.Position = UDim2.new(0, 0, 0.479999989, 0)
  578. Left.Size = UDim2.new(0, 20, 0, 4)
  579.  
  580. SetCross.Name = "SetCross"
  581. SetCross.BackgroundColor3 = Color3.new(0, 0.333333, 0)
  582. SetCross.BackgroundTransparency = 0.5
  583. SetCross.BorderSizePixel = 0
  584. SetCross.Position = UDim2.new(0, 90, 0, 150)
  585. SetCross.Size = UDim2.new(0, 200, 0, 20)
  586. SetCross.Font = Enum.Font.ArialBold
  587. SetCross.FontSize = Enum.FontSize.Size14
  588. SetCross.Text = "SET CROSSHAIR"
  589. SetCross.TextColor3 = Color3.new(1, 1, 1)
  590. SetCross.TextSize = 14
  591. SetCross.TextTransparency = 0.20000000298023
  592.  
  593. SetRainbowCross.Name = "SetRainbowCross"
  594. SetRainbowCross.BackgroundColor3 = Color3.new(0, 0.333333, 0)
  595. SetRainbowCross.BackgroundTransparency = 0.5
  596. SetRainbowCross.BorderSizePixel = 0
  597. SetRainbowCross.Position = UDim2.new(0, 90, 0, 175)
  598. SetRainbowCross.Size = UDim2.new(0, 200, 0, 20)
  599. SetRainbowCross.Font = Enum.Font.ArialBold
  600. SetRainbowCross.FontSize = Enum.FontSize.Size14
  601. SetRainbowCross.Text = "SET RAINBOW CROSSHAIR"
  602. SetRainbowCross.TextColor3 = Color3.new(1, 1, 1)
  603. SetRainbowCross.TextSize = 14
  604. SetRainbowCross.TextTransparency = 0.20000000298023
  605.  
  606. --[[
  607.  
  608. Local
  609.  
  610. ]]--
  611.  
  612. -- God
  613.  
  614. godholder.BackgroundColor3 = Color3.new(1, 1, 1)
  615. godholder.BackgroundTransparency = 1
  616. godholder.Size = UDim2.new(0, 100, 0, 50)
  617.  
  618. godtoggle.BackgroundColor3 = Color3.new(1, 1, 1)
  619. godtoggle.BackgroundTransparency = 1
  620. godtoggle.Position = UDim2.new(0.3, 0, 0, 0)
  621. godtoggle.Size = UDim2.new(0, 42, 0, 24)
  622. godtoggle.Image = "rbxassetid://1151662243"
  623. godtoggle.ImageTransparency = 0.4
  624.  
  625. godlabel.BackgroundColor3 = Color3.new(1, 1, 1)
  626. godlabel.BackgroundTransparency = 1
  627. godlabel.Position = UDim2.new(0, 0, 0.5, 0)
  628. godlabel.Size = UDim2.new(1, 0, 0.5, 0)
  629. godlabel.Font = Enum.Font.ArialBold
  630. godlabel.FontSize = Enum.FontSize.Size14
  631. godlabel.Text = "GOD : OFF"
  632. godlabel.TextColor3 = Color3.new(1, 1, 1)
  633. godlabel.TextSize = 14
  634. godlabel.TextTransparency = 0.2
  635.  
  636. godball.BackgroundColor3 = Color3.new(1, 1, 1)
  637. godball.BackgroundTransparency = 1
  638. godball.Position = UDim2.new(0.08, 0, 0.145, 0)
  639. godball.Size = UDim2.new(0, 18, 0, 18)
  640. godball.Image = "rbxassetid://1151662385"
  641.  
  642. -- Noclip
  643.  
  644. noclipholder.BackgroundColor3 = Color3.new(1, 1, 1)
  645. noclipholder.BackgroundTransparency = 1
  646. noclipholder.Size = UDim2.new(0, 100, 0, 50)
  647. noclipholder.Position = UDim2.new(0.25, 0, 0, 0)
  648.  
  649. nocliptoggle.BackgroundColor3 = Color3.new(1, 1, 1)
  650. nocliptoggle.BackgroundTransparency = 1
  651. nocliptoggle.Position = UDim2.new(0.3, 0, 0, 0)
  652. nocliptoggle.Size = UDim2.new(0, 42, 0, 24)
  653. nocliptoggle.Image = "rbxassetid://1151662243"
  654. nocliptoggle.ImageTransparency = 0.4
  655.  
  656. nocliplabel.BackgroundColor3 = Color3.new(1, 1, 1)
  657. nocliplabel.BackgroundTransparency = 1
  658. nocliplabel.Position = UDim2.new(0, 0, 0.5, 0)
  659. nocliplabel.Size = UDim2.new(1, 0, 0.5, 0)
  660. nocliplabel.Font = Enum.Font.ArialBold
  661. nocliplabel.FontSize = Enum.FontSize.Size14
  662. nocliplabel.Text = "NOCLIP : OFF"
  663. nocliplabel.TextColor3 = Color3.new(1, 1, 1)
  664. nocliplabel.TextSize = 14
  665. nocliplabel.TextTransparency = 0.2
  666.  
  667. noclipball.BackgroundColor3 = Color3.new(1, 1, 1)
  668. noclipball.BackgroundTransparency = 1
  669. noclipball.Position = UDim2.new(0.08, 0, 0.145, 0)
  670. noclipball.Size = UDim2.new(0, 18, 0, 18)
  671. noclipball.Image = "rbxassetid://1151662385"
  672.  
  673. -- ESP
  674.  
  675. espholder.Name = "espholder"
  676. espholder.BackgroundColor3 = Color3.new(1, 1, 1)
  677. espholder.BackgroundTransparency = 1
  678. espholder.Position = UDim2.new(0.5, 0, 0, 0)
  679. espholder.Size = UDim2.new(0, 100, 0, 50)
  680.  
  681. esptoggle.Name = "esptoggle"
  682. esptoggle.BackgroundColor3 = Color3.new(1, 1, 1)
  683. esptoggle.BackgroundTransparency = 1
  684. esptoggle.Position = UDim2.new(0.300000012, 0, 0, 0)
  685. esptoggle.Size = UDim2.new(0, 42, 0, 24)
  686. esptoggle.Image = "rbxassetid://1151662243"
  687. esptoggle.ImageTransparency = 0.40000000596046
  688.  
  689. espball.Name = "espball"
  690. espball.BackgroundColor3 = Color3.new(1, 1, 1)
  691. espball.BackgroundTransparency = 1
  692. espball.Position = UDim2.new(0.0799999982, 0, 0.144999996, 0)
  693. espball.Size = UDim2.new(0, 18, 0, 18)
  694. espball.Image = "rbxassetid://1151662385"
  695.  
  696. esplabel.Name = "esplabel"
  697. esplabel.BackgroundColor3 = Color3.new(1, 1, 1)
  698. esplabel.BackgroundTransparency = 1
  699. esplabel.Position = UDim2.new(0, 0, 0.5, 0)
  700. esplabel.Size = UDim2.new(1, 0, 0.5, 0)
  701. esplabel.Font = Enum.Font.ArialBold
  702. esplabel.FontSize = Enum.FontSize.Size14
  703. esplabel.Text = "ESP : OFF"
  704. esplabel.TextColor3 = Color3.new(1, 1, 1)
  705. esplabel.TextSize = 14
  706. esplabel.TextTransparency = 0.20000000298023
  707.  
  708. selectplayer.Name = "selectplayer"
  709. selectplayer.BackgroundColor3 = Color3.new(0, 0, 0)
  710. selectplayer.BackgroundTransparency = 0.80000001192093
  711. selectplayer.Position = UDim2.new(0.224999994, 0, 0, 0)
  712. selectplayer.Size = UDim2.new(0, 200, 0, 25)
  713. selectplayer.Font = Enum.Font.ArialBold
  714. selectplayer.FontSize = Enum.FontSize.Size14
  715. selectplayer.Text = "SELECT PLAYER"
  716. selectplayer.TextColor3 = Color3.new(1, 1, 1)
  717. selectplayer.TextSize = 14
  718. selectplayer.TextTransparency = 0.20000000298023
  719.  
  720. --[[
  721.  
  722. Server
  723.  
  724. ]]--
  725.  
  726. serverlabel.Name = "serverlabel"
  727. serverlabel.BackgroundColor3 = Color3.new(1, 1, 1)
  728. serverlabel.BackgroundTransparency = 1
  729. serverlabel.Size = UDim2.new(1, 0, 0, 20)
  730. serverlabel.Font = Enum.Font.ArialBold
  731. serverlabel.FontSize = Enum.FontSize.Size14
  732. serverlabel.Text = "Server/Text Messaging"
  733. serverlabel.TextColor3 = Color3.new(1, 1, 1)
  734. serverlabel.TextSize = 14
  735. serverlabel.TextTransparency = 0.20000000298023
  736.  
  737. -- Server Message Spam
  738.  
  739. servermessageholder.Name = "servermessageholder"
  740. servermessageholder.BackgroundColor3 = Color3.new(1, 1, 1)
  741. servermessageholder.BackgroundTransparency = 1
  742. servermessageholder.Position = UDim2.new(0, 0, 0, 25)
  743. servermessageholder.Size = UDim2.new(1, 0, 0, 100)
  744.  
  745. msg.Name = "msg"
  746. msg.BackgroundColor3 = Color3.new(0, 0, 0)
  747. msg.BackgroundTransparency = 0.80000001192093
  748. msg.BorderSizePixel = 0
  749. msg.Position = UDim2.new(0.200000003, 0, 0, 0)
  750. msg.Size = UDim2.new(0, 225, 0, 50)
  751. msg.Font = Enum.Font.ArialBold
  752. msg.FontSize = Enum.FontSize.Size14
  753. msg.PlaceholderText = "MESSAGE HERE"
  754. msg.Text = ""
  755. msg.TextColor3 = Color3.new(1, 1, 1)
  756. msg.TextSize = 14
  757. msg.TextWrapped = true
  758.  
  759. sendmessage.Name = "sendmessage"
  760. sendmessage.BackgroundColor3 = Color3.new(0, 0.333333, 0)
  761. sendmessage.BackgroundTransparency = 0.5
  762. sendmessage.BorderSizePixel = 0
  763. sendmessage.Position = UDim2.new(0.0250000004, 0, 1, 0)
  764. sendmessage.Size = UDim2.new(0, 100, 0, 25)
  765. sendmessage.Font = Enum.Font.ArialBold
  766. sendmessage.FontSize = Enum.FontSize.Size14
  767. sendmessage.Text = "SEND"
  768. sendmessage.TextColor3 = Color3.new(1, 1, 1)
  769. sendmessage.TextSize = 14
  770. sendmessage.TextTransparency = 0.20000000298023
  771.  
  772. messagespam.Name = "messagespam"
  773. messagespam.BackgroundColor3 = Color3.new(1, 1, 1)
  774. messagespam.BackgroundTransparency = 1
  775. messagespam.Position = UDim2.new(0.314500004, 0, 1, 0)
  776. messagespam.Size = UDim2.new(0, 75, 0, 50)
  777.  
  778. messagetoggle.Name = "messagetoggle"
  779. messagetoggle.BackgroundColor3 = Color3.new(1, 1, 1)
  780. messagetoggle.BackgroundTransparency = 1
  781. messagetoggle.Size = UDim2.new(0, 42, 0, 24)
  782. messagetoggle.Image = "rbxassetid://1151662243"
  783. messagetoggle.ImageTransparency = 0.40000000596046
  784.  
  785. messageball.Name = "messageball"
  786. messageball.BackgroundColor3 = Color3.new(1, 1, 1)
  787. messageball.BackgroundTransparency = 1
  788. messageball.Position = UDim2.new(0.0799999982, 0, 0.144999996, 0)
  789. messageball.Size = UDim2.new(0, 18, 0, 18)
  790. messageball.Image = "rbxassetid://1151662385"
  791.  
  792. -- Message Spam
  793.  
  794. msgspamlabel.Name = "msgspamlabel"
  795. msgspamlabel.BackgroundColor3 = Color3.new(1, 1, 1)
  796. msgspamlabel.BackgroundTransparency = 1
  797. msgspamlabel.Position = UDim2.new(0.574999988, 0, 0, 0)
  798. msgspamlabel.Size = UDim2.new(1, 0, 0.5, 0)
  799. msgspamlabel.Font = Enum.Font.ArialBold
  800. msgspamlabel.FontSize = Enum.FontSize.Size14
  801. msgspamlabel.Text = "MSG SPAM"
  802. msgspamlabel.TextColor3 = Color3.new(1, 1, 1)
  803. msgspamlabel.TextSize = 14
  804. msgspamlabel.TextTransparency = 0.20000000298023
  805.  
  806. chatspam.Name = "chatspam"
  807. chatspam.BackgroundColor3 = Color3.new(1, 1, 1)
  808. chatspam.BackgroundTransparency = 1
  809. chatspam.Position = UDim2.new(0.649999976, 0, 1, 0)
  810. chatspam.Size = UDim2.new(0, 75, 0, 25)
  811.  
  812. chatspamtoggle.Name = "chatspamtoggle"
  813. chatspamtoggle.BackgroundColor3 = Color3.new(1, 1, 1)
  814. chatspamtoggle.BackgroundTransparency = 1
  815. chatspamtoggle.Size = UDim2.new(0, 42, 0, 24)
  816. chatspamtoggle.Image = "rbxassetid://1151662243"
  817. chatspamtoggle.ImageTransparency = 0.40000000596046
  818.  
  819. chatspamball.Name = "chatspamball"
  820. chatspamball.BackgroundColor3 = Color3.new(1, 1, 1)
  821. chatspamball.BackgroundTransparency = 1
  822. chatspamball.Position = UDim2.new(0.0799999982, 0, 0.144999996, 0)
  823. chatspamball.Size = UDim2.new(0, 18, 0, 18)
  824. chatspamball.Image = "rbxassetid://1151662385"
  825.  
  826. chatspamlabel.Name = "chatspamlabel"
  827. chatspamlabel.BackgroundColor3 = Color3.new(1, 1, 1)
  828. chatspamlabel.BackgroundTransparency = 1
  829. chatspamlabel.Position = UDim2.new(0.6, 0, 0, 0)
  830. chatspamlabel.Size = UDim2.new(1, 0, 0, 25)
  831. chatspamlabel.Font = Enum.Font.ArialBold
  832. chatspamlabel.FontSize = Enum.FontSize.Size14
  833. chatspamlabel.Text = "CHAT SPAM"
  834. chatspamlabel.TextColor3 = Color3.new(1, 1, 1)
  835. chatspamlabel.TextSize = 14
  836. chatspamlabel.TextTransparency = 0.20000000298023
  837.  
  838. msgholder.Name = "msgholder"
  839. msgholder.BackgroundColor3 = Color3.new(1, 1, 1)
  840. msgholder.BackgroundTransparency = 1
  841. msgholder.Size = UDim2.new(1, 0, 1, 0)
  842.  
  843. -- Server Messages
  844.  
  845. setcolor.Name = "setcolor"
  846. setcolor.BackgroundColor3 = Color3.new(0, 0, 0)
  847. setcolor.BackgroundTransparency = 0.80000001192093
  848. setcolor.Position = UDim2.new(0.200000003, 0, 0.625, 0)
  849. setcolor.Size = UDim2.new(0, 225, 0, 25)
  850. setcolor.Font = Enum.Font.ArialBold
  851. setcolor.FontSize = Enum.FontSize.Size14
  852. setcolor.Text = "COLOR HERE"
  853. setcolor.TextColor3 = Color3.new(1, 1, 1)
  854. setcolor.TextSize = 14
  855. setcolor.TextTransparency = 0.20000000298023
  856.  
  857. colorscroll.Name = "colorscroll"
  858. colorscroll.Visible = false
  859. colorscroll.BackgroundColor3 = Color3.new(0, 0, 0)
  860. colorscroll.BackgroundTransparency = 0.80000001192093
  861. colorscroll.BorderSizePixel = 0
  862. colorscroll.Position = UDim2.new(0.200000003, 0, 0.949999988, 0)
  863. colorscroll.Size = UDim2.new(0, 225, 0, 85)
  864. colorscroll.BottomImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  865. colorscroll.CanvasSize = UDim2.new(0, 0, 1.25, 0)
  866. colorscroll.ScrollBarThickness = 5
  867. colorscroll.TopImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  868.  
  869. msgred.Name = "msgred"
  870. msgred.BackgroundColor3 = Color3.new(0, 0, 0)
  871. msgred.BackgroundTransparency = 0.89999997615814
  872. msgred.Size = UDim2.new(1, 0, 0, 25)
  873. msgred.Font = Enum.Font.ArialBold
  874. msgred.FontSize = Enum.FontSize.Size14
  875. msgred.Text = "RED"
  876. msgred.TextColor3 = Color3.new(1, 1, 1)
  877. msgred.TextSize = 14
  878. msgred.TextTransparency = 0.20000000298023
  879.  
  880. msgyellow.Name = "msgyellow"
  881. msgyellow.BackgroundColor3 = Color3.new(0, 0, 0)
  882. msgyellow.BackgroundTransparency = 0.89999997615814
  883. msgyellow.Position = UDim2.new(0, 0, 0, 25)
  884. msgyellow.Size = UDim2.new(1, 0, 0, 25)
  885. msgyellow.Font = Enum.Font.ArialBold
  886. msgyellow.FontSize = Enum.FontSize.Size14
  887. msgyellow.Text = "YELLOW"
  888. msgyellow.TextColor3 = Color3.new(1, 1, 1)
  889. msgyellow.TextSize = 14
  890. msgyellow.TextTransparency = 0.20000000298023
  891.  
  892. msggreen.Name = "msggreen"
  893. msggreen.BackgroundColor3 = Color3.new(0, 0, 0)
  894. msggreen.BackgroundTransparency = 0.89999997615814
  895. msggreen.Position = UDim2.new(0, 0, 0, 50)
  896. msggreen.Size = UDim2.new(1, 0, 0, 25)
  897. msggreen.Font = Enum.Font.ArialBold
  898. msggreen.FontSize = Enum.FontSize.Size14
  899. msggreen.Text = "GREEN"
  900. msggreen.TextColor3 = Color3.new(1, 1, 1)
  901. msggreen.TextSize = 14
  902. msggreen.TextTransparency = 0.20000000298023
  903.  
  904. msgblue.Name = "msgblue"
  905. msgblue.BackgroundColor3 = Color3.new(0, 0, 0)
  906. msgblue.BackgroundTransparency = 0.89999997615814
  907. msgblue.Position = UDim2.new(0, 0, 0, 75)
  908. msgblue.Size = UDim2.new(1, 0, 0, 25)
  909. msgblue.Font = Enum.Font.ArialBold
  910. msgblue.FontSize = Enum.FontSize.Size14
  911. msgblue.Text = "BLUE"
  912. msgblue.TextColor3 = Color3.new(1, 1, 1)
  913. msgblue.TextSize = 14
  914. msgblue.TextTransparency = 0.20000000298023
  915.  
  916. msgwhite.Name = "msgwhite"
  917. msgwhite.BackgroundColor3 = Color3.new(0, 0, 0)
  918. msgwhite.BackgroundTransparency = 0.89999997615814
  919. msgwhite.Position = UDim2.new(0, 0, 0, 100)
  920. msgwhite.Size = UDim2.new(1, 0, 0, 25)
  921. msgwhite.Font = Enum.Font.ArialBold
  922. msgwhite.FontSize = Enum.FontSize.Size14
  923. msgwhite.Text = "WHITE"
  924. msgwhite.TextColor3 = Color3.new(1, 1, 1)
  925. msgwhite.TextSize = 14
  926. msgwhite.TextTransparency = 0.20000000298023
  927.  
  928. -- Server Music
  929.  
  930. musiclabel.Name = "musiclabel"
  931. musiclabel.BackgroundColor3 = Color3.new(1, 1, 1)
  932. musiclabel.BackgroundTransparency = 1
  933. musiclabel.Position = UDim2.new(0, 0, 0, 175)
  934. musiclabel.Size = UDim2.new(1, 0, 0, 20)
  935. musiclabel.Font = Enum.Font.ArialBold
  936. musiclabel.FontSize = Enum.FontSize.Size14
  937. musiclabel.Text = "Server Music"
  938. musiclabel.TextColor3 = Color3.new(1, 1, 1)
  939. musiclabel.TextSize = 14
  940. musiclabel.TextTransparency = 0.20000000298023
  941.  
  942. musiccontentholder.Name = "musiccontentholder"
  943. musiccontentholder.BackgroundColor3 = Color3.new(1, 1, 1)
  944. musiccontentholder.BackgroundTransparency = 1
  945. musiccontentholder.Position = UDim2.new(0, 0, 0, 25)
  946. musiccontentholder.Size = UDim2.new(1, 0, 0, 100)
  947.  
  948. musictext.Name = "musictext"
  949. musictext.BackgroundColor3 = Color3.new(0, 0, 0)
  950. musictext.BackgroundTransparency = 0.80000001192093
  951. musictext.BorderSizePixel = 0
  952. musictext.Position = UDim2.new(0.200000003, 0, 0, 0)
  953. musictext.Size = UDim2.new(0, 225, 0, 25)
  954. musictext.Font = Enum.Font.ArialBold
  955. musictext.FontSize = Enum.FontSize.Size14
  956. musictext.PlaceholderText = "SONG ID HERE"
  957. musictext.Text = ""
  958. musictext.TextColor3 = Color3.new(1, 1, 1)
  959. musictext.TextSize = 14
  960. musictext.TextTransparency = 0.20000000298023
  961. musictext.TextWrapped = true
  962.  
  963. playmusic.Name = "playmusic"
  964. playmusic.BackgroundColor3 = Color3.new(0, 0.333333, 0)
  965. playmusic.BackgroundTransparency = 0.5
  966. playmusic.BorderSizePixel = 0
  967. playmusic.Position = UDim2.new(0.375, 0, 0.600000024, 0)
  968. playmusic.Size = UDim2.new(0, 100, 0, 25)
  969. playmusic.Font = Enum.Font.ArialBold
  970. playmusic.FontSize = Enum.FontSize.Size14
  971. playmusic.Text = "PLAY"
  972. playmusic.TextColor3 = Color3.new(1, 1, 1)
  973. playmusic.TextSize = 14
  974. playmusic.TextTransparency = 0.20000000298023
  975.  
  976. musicholder.Name = "musicholder"
  977. musicholder.BackgroundColor3 = Color3.new(1, 1, 1)
  978. musicholder.BackgroundTransparency = 1
  979. musicholder.Size = UDim2.new(1, 0, 1, 0)
  980.  
  981. extra.Name = "extra"
  982. extra.BackgroundColor3 = Color3.new(1, 1, 1)
  983. extra.BackgroundTransparency = 1
  984. extra.Size = UDim2.new(0, 225, 0, 25)
  985.  
  986. servervolume.Name = "servervolume"
  987. servervolume.BackgroundColor3 = Color3.new(0, 0, 0)
  988. servervolume.BackgroundTransparency = 0.80000001192093
  989. servervolume.Position = UDim2.new(0, 76, 0, 30)
  990. servervolume.Size = UDim2.new(0.485000014, 0, 0, 25)
  991. servervolume.Font = Enum.Font.ArialBold
  992. servervolume.FontSize = Enum.FontSize.Size14
  993. servervolume.PlaceholderText = "VOLUME"
  994. servervolume.Text = ""
  995. servervolume.TextColor3 = Color3.new(1, 1, 1)
  996. servervolume.TextSize = 14
  997. servervolume.TextTransparency = 0.20000000298023
  998.  
  999. serverpitch.Name = "serverpitch"
  1000. serverpitch.BackgroundColor3 = Color3.new(0, 0, 0)
  1001. serverpitch.BackgroundTransparency = 0.80000001192093
  1002. serverpitch.Position = UDim2.new(0, 192, 0, 30)
  1003. serverpitch.Size = UDim2.new(0.485000014, 0, 0, 25)
  1004. serverpitch.Font = Enum.Font.ArialBold
  1005. serverpitch.FontSize = Enum.FontSize.Size14
  1006. serverpitch.PlaceholderText = "PITCH"
  1007. serverpitch.Text = ""
  1008. serverpitch.TextColor3 = Color3.new(1, 1, 1)
  1009. serverpitch.TextSize = 14
  1010. serverpitch.TextTransparency = 0.20000000298023
  1011.  
  1012. musicsep.Name = "musicsep"
  1013. musicsep.BackgroundColor3 = Color3.new(1, 1, 1)
  1014. musicsep.BackgroundTransparency = 0.20000000298023
  1015. musicsep.BorderSizePixel = 0
  1016. musicsep.Position = UDim2.new(0, 10, 0, -10)
  1017. musicsep.Size = UDim2.new(0.925000012, 0, 0, 1)
  1018.  
  1019. --[[
  1020.  
  1021. Player
  1022.  
  1023. ]]--
  1024.  
  1025. kill.Name = "kill"
  1026. kill.BackgroundColor3 = Color3.new(0, 0.333333, 0)
  1027. kill.BackgroundTransparency = 0.40000000596046
  1028. kill.BorderSizePixel = 0
  1029. kill.Position = UDim2.new(0, 5, 0, 35)
  1030. kill.Size = UDim2.new(0, 100, 0, 25)
  1031. kill.Font = Enum.Font.ArialBold
  1032. kill.FontSize = Enum.FontSize.Size14
  1033. kill.Text = "Kill"
  1034. kill.TextColor3 = Color3.new(1, 1, 1)
  1035. kill.TextSize = 14
  1036. kill.TextTransparency = 0.20000000298023
  1037.  
  1038. --[[
  1039.  
  1040. Spawning
  1041.  
  1042. ]]--
  1043.  
  1044. normalpage.Name = "normalpage"
  1045. normalpage.BackgroundColor3 = Color3.new(1, 1, 1)
  1046. normalpage.BackgroundTransparency = 1
  1047. normalpage.Size = UDim2.new(1, 0, 1, 0)
  1048.  
  1049. itembox.Name = "itembox"
  1050. itembox.BackgroundColor3 = Color3.new(0, 0, 0)
  1051. itembox.BackgroundTransparency = 0.80000001192093
  1052. itembox.BorderSizePixel = 0
  1053. itembox.PlaceholderText = "ITEM NAME"
  1054. --itembox.PlaceholderTextColor3 = Color3.new(0.733333333, 0.733333333, 0.733333333)
  1055. itembox.Position = UDim2.new(0.224999994, 0, 0, 45)
  1056. itembox.Size = UDim2.new(0, 200, 0, 25)
  1057. itembox.TextColor3 = Color3.new(1,1,1)
  1058. itembox.TextTransparency = 0.2
  1059. itembox.Font = Enum.Font.ArialBold
  1060. itembox.FontSize = Enum.FontSize.Size14
  1061. itembox.Text = ""
  1062. itembox.TextSize = 14
  1063.  
  1064. amountbox.Name = "amountbox"
  1065. amountbox.BackgroundColor3 = Color3.new(0, 0, 0)
  1066. amountbox.BackgroundTransparency = 0.80000001192093
  1067. amountbox.BorderSizePixel = 0
  1068. amountbox.PlaceholderText = "ITEM AMOUNT"
  1069. --amountbox.PlaceholderTextColor3 = Color3.new(0.733333333, 0.733333333, 0.733333333)
  1070. amountbox.Position = UDim2.new(0.224999994, 0, 0, 105)
  1071. amountbox.Size = UDim2.new(0, 200, 0, 25)
  1072. amountbox.TextColor3 = Color3.new(1,1,1)
  1073. amountbox.TextTransparency = 0.2
  1074. amountbox.Font = Enum.Font.ArialBold
  1075. amountbox.FontSize = Enum.FontSize.Size14
  1076. amountbox.Text = ""
  1077. amountbox.TextSize = 14
  1078.  
  1079. spawn.Name = "spawn"
  1080. spawn.BackgroundColor3 = Color3.new(0, 0.333333, 0)
  1081. spawn.BackgroundTransparency = 0.40000000596046
  1082. spawn.BorderSizePixel = 0
  1083. spawn.Position = UDim2.new(0.224999994, 0, 0, 150)
  1084. spawn.Size = UDim2.new(0, 200, 0, 25)
  1085. spawn.Font = Enum.Font.ArialBold
  1086. spawn.FontSize = Enum.FontSize.Size14
  1087. spawn.Text = "SPAWN"
  1088. spawn.TextColor3 = Color3.new(1, 1, 1)
  1089. spawn.TextSize = 14
  1090. spawn.TextTransparency = 0.20000000298023
  1091.  
  1092. spawnplayer.Name = "spawnplayer"
  1093. spawnplayer.BackgroundColor3 = Color3.new(0, 0, 0)
  1094. spawnplayer.BackgroundTransparency = 0.8
  1095. spawnplayer.BorderSizePixel = 0
  1096. spawnplayer.Position = UDim2.new(0.224999994, 0, 0, 75)
  1097. spawnplayer.Size = UDim2.new(0, 200, 0, 25)
  1098. spawnplayer.Font = Enum.Font.ArialBold
  1099. spawnplayer.FontSize = Enum.FontSize.Size14
  1100. spawnplayer.Text = "SELECT PLAYER"
  1101. spawnplayer.TextColor3 = Color3.new(1, 1, 1)
  1102. spawnplayer.TextSize = 14
  1103. spawnplayer.TextTransparency = 0.20000000298023
  1104.  
  1105. weapons.Name = "weapons"
  1106. weapons.BackgroundColor3 = Color3.new(0.756863, 0.294118, 0.266667)
  1107. weapons.BackgroundTransparency = 0.40000000596046
  1108. weapons.BorderSizePixel = 0
  1109. weapons.Position = UDim2.new(0.5, 0, 0, 0)
  1110. weapons.Size = UDim2.new(0, 95, 0, 25)
  1111. weapons.Font = Enum.Font.ArialBold
  1112. weapons.FontSize = Enum.FontSize.Size14
  1113. weapons.Text = "WEAPONS"
  1114. weapons.TextColor3 = Color3.new(1, 1, 1)
  1115. weapons.TextSize = 14
  1116. weapons.TextTransparency = 0.20000000298023
  1117.  
  1118. normal.Name = "normal"
  1119. normal.BackgroundColor3 = Color3.new(0, 0.333333, 0)
  1120. normal.BackgroundTransparency = 0.40000000596046
  1121. normal.BorderSizePixel = 0
  1122. normal.Position = UDim2.new(0.224999994, 0, 0, 0)
  1123. normal.Size = UDim2.new(0, 95, 0, 25)
  1124. normal.Font = Enum.Font.ArialBold
  1125. normal.FontSize = Enum.FontSize.Size14
  1126. normal.Text = "NORMAL"
  1127. normal.TextColor3 = Color3.new(1, 1, 1)
  1128. normal.TextSize = 14
  1129. normal.TextTransparency = 0.20000000298023
  1130.  
  1131. spawnframe.Name = "spawnframe"
  1132. spawnframe.BackgroundColor3 = Color3.new(0, 0, 0)
  1133. spawnframe.BackgroundTransparency = 0.8
  1134. spawnframe.BorderSizePixel = 0
  1135. spawnframe.Visible = false
  1136. spawnframe.Position = UDim2.new(0.225, 0, 0, 75)
  1137. spawnframe.ScrollBarThickness = 5
  1138. spawnframe.ZIndex = 5
  1139. spawnframe.Size = UDim2.new(0, 200, 0, 100)
  1140. spawnframe.BottomImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  1141. spawnframe.CanvasSize = UDim2.new(0, 0, 0, 0)
  1142. spawnframe.TopImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  1143. --[[
  1144.  
  1145. KITS
  1146.  
  1147. ]]--
  1148. susatholder.Name = "susatholder"
  1149. susatholder.Parent = KitsPage
  1150. susatholder.BackgroundColor3 = Color3.new(1, 1, 1)
  1151. susatholder.BackgroundTransparency = 1
  1152. susatholder.Position = UDim2.new(0.699999988, 0, 0, 0)
  1153. susatholder.Size = UDim2.new(0, 100, 0, 50)
  1154.  
  1155. susattoggle.Name = "susattoggle"
  1156. susattoggle.Parent = susatholder
  1157. susattoggle.BackgroundColor3 = Color3.new(1, 1, 1)
  1158. susattoggle.BackgroundTransparency = 1
  1159. susattoggle.Position = UDim2.new(0.300000012, 0, 0, 0)
  1160. susattoggle.Size = UDim2.new(0, 42, 0, 24)
  1161. susattoggle.Image = "rbxassetid://1151662243"
  1162. susattoggle.ImageTransparency = 0.40000000596046
  1163.  
  1164. susatball.Name = "susatball"
  1165. susatball.Parent = susattoggle
  1166. susatball.BackgroundColor3 = Color3.new(1, 1, 1)
  1167. susatball.BackgroundTransparency = 1
  1168. susatball.Position = UDim2.new(0.0799999982, 0, 0.144999996, 0)
  1169. susatball.Size = UDim2.new(0, 18, 0, 18)
  1170. susatball.Image = "rbxassetid://1151662385"
  1171.  
  1172. susatlabel.Name = "susatlabel"
  1173. susatlabel.Parent = susatholder
  1174. susatlabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1175. susatlabel.BackgroundTransparency = 1
  1176. susatlabel.Position = UDim2.new(0, 0, 0.5, 0)
  1177. susatlabel.Size = UDim2.new(1, 0, 0.5, 0)
  1178. susatlabel.Font = Enum.Font.ArialBold
  1179. susatlabel.FontSize = Enum.FontSize.Size14
  1180. susatlabel.Text = "SUSAT SIGHT"
  1181. susatlabel.TextColor3 = Color3.new(1, 1, 1)
  1182. susatlabel.TextSize = 14
  1183. susatlabel.TextTransparency = 0.20000000298023
  1184.  
  1185. suppholder.Name = "suppholder"
  1186. suppholder.Parent = KitsPage
  1187. suppholder.BackgroundColor3 = Color3.new(1, 1, 1)
  1188. suppholder.BackgroundTransparency = 1
  1189. suppholder.Size = UDim2.new(0, 100, 0, 50)
  1190.  
  1191. supptoggle.Name = "supptoggle"
  1192. supptoggle.Parent = suppholder
  1193. supptoggle.BackgroundColor3 = Color3.new(1, 1, 1)
  1194. supptoggle.BackgroundTransparency = 1
  1195. supptoggle.Position = UDim2.new(0.300000012, 0, 0, 0)
  1196. supptoggle.Size = UDim2.new(0, 42, 0, 24)
  1197. supptoggle.Image = "rbxassetid://1151662243"
  1198. supptoggle.ImageTransparency = 0.40000000596046
  1199.  
  1200. suppball.Name = "suppball"
  1201. suppball.Parent = supptoggle
  1202. suppball.BackgroundColor3 = Color3.new(1, 1, 1)
  1203. suppball.BackgroundTransparency = 1
  1204. suppball.Position = UDim2.new(0.0799999982, 0, 0.144999996, 0)
  1205. suppball.Size = UDim2.new(0, 18, 0, 18)
  1206. suppball.Image = "rbxassetid://1151662385"
  1207.  
  1208. supplabel.Name = "supplabel"
  1209. supplabel.Parent = suppholder
  1210. supplabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1211. supplabel.BackgroundTransparency = 1
  1212. supplabel.Position = UDim2.new(0, 0, 0.5, 0)
  1213. supplabel.Size = UDim2.new(1, 0, 0.5, 0)
  1214. supplabel.Font = Enum.Font.ArialBold
  1215. supplabel.FontSize = Enum.FontSize.Size14
  1216. supplabel.Text = "SUPPRESSORS"
  1217. supplabel.TextColor3 = Color3.new(1, 1, 1)
  1218. supplabel.TextSize = 14
  1219. supplabel.TextTransparency = 0.20000000298023
  1220.  
  1221. acogholder.Name = "acogholder"
  1222. acogholder.Parent = KitsPage
  1223. acogholder.BackgroundColor3 = Color3.new(1, 1, 1)
  1224. acogholder.BackgroundTransparency = 1
  1225. acogholder.Position = UDim2.new(0.349999994, 0, 0, 0)
  1226. acogholder.Size = UDim2.new(0, 100, 0, 50)
  1227.  
  1228. acogtoggle.Name = "acogtoggle"
  1229. acogtoggle.Parent = acogholder
  1230. acogtoggle.BackgroundColor3 = Color3.new(1, 1, 1)
  1231. acogtoggle.BackgroundTransparency = 1
  1232. acogtoggle.Position = UDim2.new(0.300000012, 0, 0, 0)
  1233. acogtoggle.Size = UDim2.new(0, 42, 0, 24)
  1234. acogtoggle.Image = "rbxassetid://1151662243"
  1235. acogtoggle.ImageTransparency = 0.40000000596046
  1236.  
  1237. acogball.Name = "acogtoggle"
  1238. acogball.Parent = acogtoggle
  1239. acogball.BackgroundColor3 = Color3.new(1, 1, 1)
  1240. acogball.BackgroundTransparency = 1
  1241. acogball.Position = UDim2.new(0.0799999982, 0, 0.144999996, 0)
  1242. acogball.Size = UDim2.new(0, 18, 0, 18)
  1243. acogball.Image = "rbxassetid://1151662385"
  1244.  
  1245. acoglabel.Name = "acoglabel"
  1246. acoglabel.Parent = acogholder
  1247. acoglabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1248. acoglabel.BackgroundTransparency = 1
  1249. acoglabel.Position = UDim2.new(0, 0, 0.5, 0)
  1250. acoglabel.Size = UDim2.new(1, 0, 0.5, 0)
  1251. acoglabel.Font = Enum.Font.ArialBold
  1252. acoglabel.FontSize = Enum.FontSize.Size14
  1253. acoglabel.Text = "ACOG SIGHT"
  1254. acoglabel.TextColor3 = Color3.new(1, 1, 1)
  1255. acoglabel.TextSize = 14
  1256. acoglabel.TextTransparency = 0.20000000298023
  1257.  
  1258. selectplayerk.Name = "selectplayer"
  1259. selectplayerk.Parent = KitsPage
  1260. selectplayerk.BackgroundColor3 = Color3.new(0, 0, 0)
  1261. selectplayerk.BackgroundTransparency = 0.80000001192093
  1262. selectplayerk.Position = UDim2.new(0.224999994, 0, 0.850000024, 0)
  1263. selectplayerk.Size = UDim2.new(0, 200, 0, 25)
  1264. selectplayerk.Font = Enum.Font.ArialBold
  1265. selectplayerk.FontSize = Enum.FontSize.Size14
  1266. selectplayerk.Text = "SELECT PLAYER"
  1267. selectplayerk.TextColor3 = Color3.new(1, 1, 1)
  1268. selectplayerk.TextSize = 14
  1269. selectplayerk.TextTransparency = 0.20000000298023
  1270.  
  1271. GunIMGLabels.Name = "GunIMGLabels"
  1272. GunIMGLabels.Parent = KitsPage
  1273. GunIMGLabels.BackgroundColor3 = Color3.new(1, 1, 1)
  1274. GunIMGLabels.BackgroundTransparency = 1
  1275. GunIMGLabels.BorderSizePixel = 0
  1276. GunIMGLabels.Position = UDim2.new(0, 0, 0, 50)
  1277. GunIMGLabels.Size = UDim2.new(1, 0, 0.5, 0)
  1278. GunIMGLabels.BottomImage = ""
  1279. GunIMGLabels.CanvasSize = UDim2.new(0, 0, 0.75, 0)
  1280. GunIMGLabels.MidImage = ""
  1281. GunIMGLabels.TopImage = ""
  1282.  
  1283. M14.Name = "M14"
  1284. M14.Parent = GunIMGLabels
  1285. M14.BackgroundColor3 = Color3.new(0, 0, 0)
  1286. M14.BackgroundTransparency = 1
  1287. M14.Position = UDim2.new(0, 10, 0, 0)
  1288. M14.Size = UDim2.new(0, 75, 0, 75)
  1289. M14.Image = "rbxassetid://112746408"
  1290. M14.ImageColor3 = Color3.new(0.705882, 0.705882, 0.705882)
  1291.  
  1292. M4A1.Name = "M4A1"
  1293. M4A1.Parent = GunIMGLabels
  1294. M4A1.BackgroundColor3 = Color3.new(0, 0, 0)
  1295. M4A1.BackgroundTransparency = 1
  1296. M4A1.Position = UDim2.new(0, 10, 0, 75)
  1297. M4A1.Size = UDim2.new(0, 75, 0, 75)
  1298. M4A1.Image = "rbxassetid://112746403"
  1299. M4A1.ImageColor3 = Color3.new(0.705882, 0.705882, 0.705882)
  1300.  
  1301. HK21.Name = "HK21"
  1302. HK21.Parent = GunIMGLabels
  1303. HK21.BackgroundColor3 = Color3.new(0, 0, 0)
  1304. HK21.BackgroundTransparency = 1
  1305. HK21.Position = UDim2.new(0.349999994, 0, 0, 0)
  1306. HK21.Size = UDim2.new(0, 75, 0, 75)
  1307. HK21.Image = "rbxassetid://116675802"
  1308. HK21.ImageColor3 = Color3.new(0.705882, 0.705882, 0.705882)
  1309.  
  1310. G36K.Name = "G36K"
  1311. G36K.Parent = GunIMGLabels
  1312. G36K.BackgroundColor3 = Color3.new(0, 0, 0)
  1313. G36K.BackgroundTransparency = 1
  1314. G36K.Position = UDim2.new(0.349999994, 0, 0, 75)
  1315. G36K.Size = UDim2.new(0, 75, 0, 75)
  1316. G36K.Image = "rbxassetid://112746387"
  1317. G36K.ImageColor3 = Color3.new(0.705882, 0.705882, 0.705882)
  1318.  
  1319. MK17.Name = "MK17"
  1320. MK17.Parent = GunIMGLabels
  1321. MK17.BackgroundColor3 = Color3.new(0, 0, 0)
  1322. MK17.BackgroundTransparency = 1
  1323. MK17.Position = UDim2.new(0.699999988, 0, 0, 0)
  1324. MK17.Size = UDim2.new(0, 75, 0, 75)
  1325. MK17.Image = "rbxassetid://116675808"
  1326. MK17.ImageColor3 = Color3.new(0.705882, 0.705882, 0.705882)
  1327.  
  1328. COLUMBINE.Name = "COLUMBINE"
  1329. COLUMBINE.Parent = GunIMGLabels
  1330. COLUMBINE.BackgroundColor3 = Color3.new(0, 0, 0)
  1331. COLUMBINE.BackgroundTransparency = 1
  1332. COLUMBINE.Position = UDim2.new(0.699999988, 0, 0, 75)
  1333. COLUMBINE.Size = UDim2.new(0, 75, 0, 75)
  1334. COLUMBINE.Image = "rbxassetid://112731921"
  1335. COLUMBINE.ImageColor3 = Color3.new(0.705882, 0.705882, 0.705882)
  1336. --[[
  1337.  
  1338. Vehicles
  1339.  
  1340. ]]--
  1341.  
  1342. selectvehicle.Name = "selectvehicle"
  1343. selectvehicle.BackgroundColor3 = Color3.new(0, 0, 0)
  1344. selectvehicle.BackgroundTransparency = 0.80000001192093
  1345. selectvehicle.Position = UDim2.new(0.224999994, 0, 0, 0)
  1346. selectvehicle.Size = UDim2.new(0, 200, 0, 25)
  1347. selectvehicle.Font = Enum.Font.ArialBold
  1348. selectvehicle.FontSize = Enum.FontSize.Size14
  1349. selectvehicle.Text = "SELECT VEHICLE"
  1350. selectvehicle.TextColor3 = Color3.new(1, 1, 1)
  1351. selectvehicle.TextSize = 14
  1352. selectvehicle.TextTransparency = 0.20000000298023
  1353.  
  1354. hornmusiclabel.Name = "hornmusiclabel"
  1355. hornmusiclabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1356. hornmusiclabel.BackgroundTransparency = 1
  1357. hornmusiclabel.Position = UDim2.new(0, 0, 0, 50)
  1358. hornmusiclabel.Size = UDim2.new(1, 0, 0, 20)
  1359. hornmusiclabel.Font = Enum.Font.ArialBold
  1360. hornmusiclabel.FontSize = Enum.FontSize.Size14
  1361. hornmusiclabel.Text = "Horn Music"
  1362. hornmusiclabel.TextColor3 = Color3.new(1, 1, 1)
  1363. hornmusiclabel.TextSize = 14
  1364. hornmusiclabel.TextTransparency = 0.20000000298023
  1365.  
  1366. hornmusiccontentholder.Name = "hornmusiccontentholder"
  1367. hornmusiccontentholder.BackgroundColor3 = Color3.new(1, 1, 1)
  1368. hornmusiccontentholder.BackgroundTransparency = 1
  1369. hornmusiccontentholder.Position = UDim2.new(0, 0, 0, 25)
  1370. hornmusiccontentholder.Size = UDim2.new(1, 0, 0, 100)
  1371. hornmusictext.PlaceholderText = "SONG ID"
  1372. hornmusictext.Name = "hornmusictext"
  1373. hornmusictext.BackgroundColor3 = Color3.new(0, 0, 0)
  1374. hornmusictext.BackgroundTransparency = 0.80000001192093
  1375. hornmusictext.BorderSizePixel = 0
  1376. hornmusictext.Position = UDim2.new(0.200000003, 0, 0, 0)
  1377. hornmusictext.Size = UDim2.new(0, 225, 0, 25)
  1378. hornmusictext.Font = Enum.Font.ArialBold
  1379. hornmusictext.FontSize = Enum.FontSize.Size14
  1380. hornmusictext.Text = ""
  1381. hornmusictext.TextColor3 = Color3.new(1, 1, 1)
  1382. hornmusictext.TextSize = 14
  1383. hornmusictext.TextTransparency = 0.20000000298023
  1384. hornmusictext.TextWrapped = true
  1385.  
  1386. hornplaymusic.Name = "hornplaymusic"
  1387. hornplaymusic.BackgroundColor3 = Color3.new(0, 0.333333, 0)
  1388. hornplaymusic.BackgroundTransparency = 0.5
  1389. hornplaymusic.BorderSizePixel = 0
  1390. hornplaymusic.Position = UDim2.new(0.375, 0, 0.300000012, 0)
  1391. hornplaymusic.Size = UDim2.new(0, 100, 0, 25)
  1392. hornplaymusic.Font = Enum.Font.ArialBold
  1393. hornplaymusic.FontSize = Enum.FontSize.Size14
  1394. hornplaymusic.Text = "SET ID"
  1395. hornplaymusic.TextColor3 = Color3.new(1, 1, 1)
  1396. hornplaymusic.TextSize = 14
  1397. hornplaymusic.TextTransparency = 0.20000000298023
  1398.  
  1399. hornmusicsep.Name = "hornmusicsep"
  1400. hornmusicsep.BackgroundColor3 = Color3.new(1, 1, 1)
  1401. hornmusicsep.BackgroundTransparency = 0.20000000298023
  1402. hornmusicsep.BorderSizePixel = 0
  1403. hornmusicsep.Position = UDim2.new(0, 10, 0, -10)
  1404. hornmusicsep.Size = UDim2.new(0.925000012, 0, 0, 1)
  1405.  
  1406. --[[
  1407.  
  1408. Spawning
  1409.  
  1410. ]]--
  1411.  
  1412.  
  1413.  
  1414. --// Arsenic \\--
  1415. --\\ Functions // --
  1416.  
  1417. bypass = getrenv().shared.fireserver--[[debug.getfenv and debug.getfenv(game.Players.LocalPlayer.PlayerGui:FindFirstChild('HitEqualsYouDie')).shared.fireserver or getfenv().getrenv and getfenv().getrenv().shared.fireserver or getfenv(0).shared.fireserver
  1418. if not bypass then
  1419. game.Players.LocalPlayer:Kick("You are not in Apocalypse Rising, or your exploit does not work with this GUI.")
  1420. return
  1421. end]]--
  1422. --#TAGS# : bypass, serializer bypass
  1423.  
  1424. for i, v in next, Sidebar:GetChildren() do
  1425. v.MouseEnter:connect(function()
  1426. v:TweenPosition(UDim2.new(0, 10, 0, v.Position.Y.Offset), "Out", "Quad", 0.5, true)
  1427. end)
  1428.  
  1429. v.MouseLeave:connect(function()
  1430. v:TweenPosition(UDim2.new(0, 5, 0, v.Position.Y.Offset), "Out", "Quad", 0.5, true)
  1431. end)
  1432.  
  1433. v.MouseButton1Click:connect(function()
  1434. local base_name = string.gsub(v.Name, "Button", "")
  1435.  
  1436. for q, r in next, Sidebar:GetChildren() do
  1437. if v.Name == r.Name then
  1438. v.BackgroundColor3 = Color3.new(0, .333333, 0)
  1439. else
  1440. v.BackgroundColor3 = Color3.new(0.756863, 0.298039, 0.266667)
  1441. end
  1442. end
  1443.  
  1444. for j, k in next, PageHolder:GetChildren() do
  1445. if k.Name == base_name .. "Page" then
  1446. k.Visible = true
  1447. else
  1448. k.Visible = false
  1449. end
  1450. end
  1451. end)
  1452. end
  1453. --[[
  1454.  
  1455. Server
  1456.  
  1457. ]]
  1458.  
  1459. messageenable = false
  1460. messagetoggle.MouseButton1Click:Connect(function()
  1461. if messageenable == false then
  1462. messageenable = true
  1463. messageball:TweenPosition(UDim2.new(0.5, 0, 0.145, 0), "Out", "Quad", 0.25, true)
  1464. messagetoggle.Image = "rbxassetid://1151662053"
  1465. colors = {"Red", "Yellow", "Green", "Blue", "White"}
  1466. while messageenable do
  1467. wait()
  1468. for i,v in pairs(game.Players:GetChildren()) do
  1469. workspace.Remote.SendMessage:FireServer(v,colors[math.random(#colors)], msg.Text)
  1470. end
  1471. end
  1472. else
  1473. messageenable = false
  1474. messageball:TweenPosition(UDim2.new(0.08, 0, 0.145, 0), "Out", "Quad", 0.25, true)
  1475. messagetoggle.Image = "rbxassetid://1151662243"
  1476. end
  1477. end)
  1478. --#TAGS# : message spam, spam message
  1479.  
  1480. chatspamenable = false
  1481. chatspamtoggle.MouseButton1Click:Connect(function()
  1482. if chatspamenable == false then
  1483. chatspamenable = true
  1484. chatspamball:TweenPosition(UDim2.new(0.5, 0, 0.145, 0), "Out", "Quad", 0.25, true)
  1485. chatspamtoggle.Image = "rbxassetid://1151662053"
  1486. words = {tostring(msg.Text), msg.Text..'.'}
  1487. while chatspamenable do
  1488. wait()
  1489. game.workspace.Remote.Chat:FireServer("Global", words[math.random(#words)])
  1490. end
  1491. else
  1492. chatspamenable = false
  1493. chatspamball:TweenPosition(UDim2.new(0.08, 0, 0.145, 0), "Out", "Quad", 0.25, true)
  1494. chatspamtoggle.Image = "rbxassetid://1151662243"
  1495. end
  1496. end)
  1497. --#TAGS# : chat spam, spam chat
  1498.  
  1499. colorvisible = false
  1500. setcolor.MouseButton1Click:Connect(function()
  1501. if colorvisible == false then
  1502. colorvisible = true
  1503. colorscroll.Visible = true
  1504. else
  1505. colorvisible = false
  1506. colorscroll.Visible = false
  1507. end
  1508. end)
  1509.  
  1510. msgred.MouseButton1Click:Connect(function()
  1511. colorvisible = false
  1512. colorvalue = "Red"
  1513. setcolor.Text = "RED"
  1514. colorscroll.Visible = false
  1515. end)
  1516.  
  1517. msggreen.MouseButton1Click:Connect(function()
  1518. colorvisible = false
  1519. colorvalue = "Green"
  1520. setcolor.Text = "GREEN"
  1521. colorscroll.Visible = false
  1522. end)
  1523.  
  1524. msgyellow.MouseButton1Click:Connect(function()
  1525. colorvisible = false
  1526. colorvalue = "Yellow"
  1527. setcolor.Text = "YELLOW"
  1528. colorscroll.Visible = false
  1529. end)
  1530.  
  1531. msgblue.MouseButton1Click:Connect(function()
  1532. colorvisible = false
  1533. colorvalue = "Blue"
  1534. setcolor.Text = "BLUE"
  1535. colorscroll.Visible = false
  1536. end)
  1537.  
  1538. msgwhite.MouseButton1Click:Connect(function()
  1539. colorvisible = false
  1540. colorvalue = "White"
  1541. setcolor.Text = "WHITE"
  1542. colorscroll.Visible = false
  1543. end)
  1544.  
  1545. sendmessage.MouseButton1Click:Connect(function()
  1546. for i,v in pairs(game.Players:GetChildren()) do
  1547. workspace.Remote.SendMessage:FireServer(v, colorvalue, msg.Text)
  1548. end
  1549. end)
  1550. --#TAGS# : message, server message
  1551.  
  1552. --[[
  1553.  
  1554. Local
  1555.  
  1556. ]]--
  1557.  
  1558. godenable = false
  1559. godtoggle.MouseButton1Click:Connect(function()
  1560. if godenable == false then
  1561. godenable = true
  1562. godlabel.Text = "GOD : ON"
  1563. godball:TweenPosition(UDim2.new(0.5, 0, 0.145, 0), "Out", "Quad", 0.25, true)
  1564. godtoggle.Image = "rbxassetid://1151662053"
  1565. bypass("AddDamage", game.Players.LocalPlayer.Character.Humanoid, math.huge)
  1566. else
  1567. godenable = false
  1568. godlabel.Text = "GOD : OFF"
  1569. godball:TweenPosition(UDim2.new(0.08, 0, 0.145, 0), "Out", "Quad", 0.25, true)
  1570. godtoggle.Image = "rbxassetid://1151662243"
  1571. bypass('HealthSet', 'MaxHealth', 100)
  1572. bypass('HealthSet', 'Health', 100)
  1573. end
  1574. end)
  1575. --#TAGS# : god, godmode, god mode, infinite health
  1576.  
  1577. noclip = false
  1578. game:GetService('RunService').Stepped:connect(function()
  1579. if noclip then
  1580. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1581. end
  1582. end)
  1583. nocliptoggle.MouseButton1Click:connect(function()
  1584. noclip = not noclip
  1585. if nocliplabel.Text == "NOCLIP : ON" then
  1586. nocliplabel.Text = "NOCLIP : OFF"
  1587. noclipball:TweenPosition(UDim2.new(0.08, 0, 0.145, 0), "Out", "Quad", 0.25, true)
  1588. nocliptoggle.Image = "rbxassetid://1151662243"
  1589. else
  1590. nocliplabel.Text = "NOCLIP : ON"
  1591. noclipball:TweenPosition(UDim2.new(0.5, 0, 0.145, 0), "Out", "Quad", 0.25, true)
  1592. nocliptoggle.Image = "rbxassetid://1151662053"
  1593. end
  1594. end)
  1595. --#TAGS# : noclip, walk through walls, walk in walls, hide in walls
  1596.  
  1597. local esp = false
  1598. local player = game.Players.LocalPlayer
  1599. esptoggle.MouseButton1Click:Connect(function()
  1600. if esp == false then
  1601. esp = true
  1602. esplabel.Text = "ESP : ON"
  1603. espball:TweenPosition(UDim2.new(0.5, 0, 0.145, 0), "Out", "Quad", 0.25, true)
  1604. esptoggle.Image = "rbxassetid://1151662053"
  1605. for get,nplayer in ipairs(game.Players:GetPlayers()) do
  1606. if nplayer.Name == player.Name then
  1607. else
  1608. local espgui = Instance.new('BillboardGui', workspace.CurrentCamera)
  1609. espgui.Name = 'espgui'
  1610. local espguiFrame = Instance.new('Frame', espgui)
  1611. espguiFrame.Name = 'espguiFrame'
  1612. local espguiName = Instance.new('TextLabel', espguiFrame)
  1613. espguiName.Name = 'espguiName'
  1614. espgui.AlwaysOnTop = true
  1615. espgui.Enabled = true
  1616. espgui.Size = UDim2.new(0,60,0,15)
  1617. espgui.Adornee = nplayer.Character.Head
  1618. espguiFrame.BackgroundTransparency = 1
  1619. espguiFrame.Size = UDim2.new(1,0,1,0)
  1620. espguiName.Size = UDim2.new(1,0,1,0)
  1621. espguiName.BackgroundTransparency = 1
  1622. espguiName.Text = nplayer.Name
  1623. espguiName.TextColor3 = Color3.new(255, 255,255)
  1624. espguiName.TextStrokeColor3 = Color3.new(0, 0, 0)
  1625. espguiName.TextStrokeTransparency = 0
  1626. espguiName.Font = "ArialBold"
  1627. espguiName.TextScaled = true
  1628. espguiName.TextSize = 14
  1629. espguiName.TextWrapped = false
  1630. end
  1631. end
  1632.  
  1633. for get,nvehicle in ipairs(workspace.Vehicles:GetChildren()) do
  1634. local espvgui = Instance.new('BillboardGui', workspace.CurrentCamera)
  1635. espvgui.Name = 'espvgui'
  1636. local espvguiFrame = Instance.new('Frame', espvgui)
  1637. espvguiFrame.Name = 'espvguiFrame'
  1638. local espvguiName = Instance.new('TextLabel', espvguiFrame)
  1639. espvguiName.Name = 'espvguiName'
  1640. espvgui.AlwaysOnTop = true
  1641. espvgui.Enabled = true
  1642. espvgui.Size = UDim2.new(0,60,0,15)
  1643. espvgui.Adornee = nvehicle.Essentials.Engine
  1644. espvguiFrame.BackgroundTransparency = 1
  1645. espvguiFrame.Size = UDim2.new(1,0,1,0)
  1646. espvguiName.Size = UDim2.new(1,0,1,0)
  1647. espvguiName.BackgroundTransparency = 1
  1648. espvguiName.Text = nvehicle.Name
  1649. espvguiName.TextColor3 = Color3.new(0, 255, 0)
  1650. espvguiName.TextStrokeColor3 = Color3.new(0, 0, 0)
  1651. espvguiName.TextStrokeTransparency = 0
  1652. espvguiName.Font = "ArialBold"
  1653. espvguiName.TextScaled = true
  1654. espvguiName.TextSize = 14
  1655. espvguiName.TextWrapped = false
  1656. if nvehicle.Name == "VehicleWreck" then
  1657. espvguiName.TextColor3 = Color3.new(1, 0, 0)
  1658. espvguiName.Text = "Exploded Vehicle"
  1659. end
  1660. end
  1661. elseif esp == true then
  1662. esp = false
  1663. esplabel.Text = "ESP : OFF"
  1664. espball:TweenPosition(UDim2.new(0.08, 0, 0.145, 0), "Out", "Quad", 0.25, true)
  1665. esptoggle.Image = "rbxassetid://1151662243"
  1666. for i,v in ipairs(game.Workspace.CurrentCamera:GetChildren()) do
  1667. if v.Name == 'espgui' then
  1668. v:Destroy()
  1669. for i,v in ipairs(game.Workspace.CurrentCamera:GetChildren()) do
  1670. if v.Name == 'espvgui' then
  1671. v:Destroy()
  1672. end
  1673. end
  1674. end
  1675. end
  1676. end
  1677. end)
  1678. --#TAGS# : esp, wall hacks, walls, see players
  1679.  
  1680. playerlistexists = false
  1681. selectplayer.MouseButton1Click:Connect(function()
  1682. if playerlistexists == false then
  1683. playerlistexists = true
  1684. local PlayerListFrame = Instance.new("ScrollingFrame", PlayersPage)
  1685. local function formInstance(class, properties)
  1686. local temp = Instance.new(class)
  1687. for i,v in pairs(properties) do
  1688. temp[i] = v
  1689. end
  1690. return temp
  1691. end
  1692. PlayerListFrame.Size = UDim2.new(0, 200, 0, 100)
  1693. PlayerListFrame.BackgroundColor3 = Color3.new(0,0,0)
  1694. PlayerListFrame.BackgroundTransparency = 0.8
  1695. PlayerListFrame.Position = UDim2.new(0.225, 0, 0, 25)
  1696. PlayerListFrame.BottomImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  1697. PlayerListFrame.ScrollBarThickness = 5
  1698. PlayerListFrame.TopImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  1699. local function StartPlayerList()
  1700. PlayerListFrame:ClearAllChildren()
  1701. wait()
  1702. local curPlayerPosition = UDim2.new(0,0,0,0)
  1703. for _,v in pairs(game.Players:GetPlayers()) do
  1704. local playerButton = formInstance('TextButton',
  1705. {BackgroundColor3=Color3.fromRGB(1,1,1),
  1706. BorderSizePixel=0,
  1707. BorderColor3=Color3.fromRGB(1,1,1),
  1708. BackgroundTransparency = 0.8,
  1709. Position=curPlayerPosition,
  1710. Size=UDim2.new(1,0,0,25),
  1711. ZIndex=2,
  1712. TextSize=14,
  1713. Font=Enum.Font.ArialBold,
  1714. Text=v.Name,
  1715. TextColor3=Color3.new(1,1,1),
  1716. TextTransparency = 0.2,
  1717. TextWrapped=true,
  1718. Parent=PlayerListFrame})
  1719. curPlayerPosition = curPlayerPosition + UDim2.new(0,0,0,25)
  1720. PlayerListFrame.CanvasSize = UDim2.new(0,0,0,(30*#game.Players:GetPlayers()))
  1721. playerButton.MouseButton1Click:connect(function()
  1722. selectplayer.Text = v.Name
  1723. PlayerListFrame:Destroy()
  1724. playerlistexists = false
  1725. end)
  1726. end
  1727. end
  1728. game.Players.PlayerRemoving:connect(StartPlayerList)
  1729. game.Players.PlayerAdded:connect(StartPlayerList)
  1730. StartPlayerList()
  1731. else
  1732. playerlist = false
  1733. end
  1734. end)
  1735. --#TAGS# : player list, list of players
  1736. playerlistexists = false
  1737. selectplayerk.MouseButton1Click:Connect(function()
  1738. if playerlistexists == false then
  1739. playerlistexists = true
  1740. local PlayerListFrame = Instance.new("ScrollingFrame", KitsPage)
  1741. local function formInstance(class, properties)
  1742. local temp = Instance.new(class)
  1743. for i,v in pairs(properties) do
  1744. temp[i] = v
  1745. end
  1746. return temp
  1747. end
  1748. PlayerListFrame.Size = UDim2.new(0, 200, 0, 100)
  1749. PlayerListFrame.BackgroundColor3 = Color3.new(0,0,0)
  1750. PlayerListFrame.BackgroundTransparency = 0.8
  1751. PlayerListFrame.Position = UDim2.new(0.225, 0, 0, 75)
  1752. PlayerListFrame.BottomImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  1753. PlayerListFrame.ScrollBarThickness = 5
  1754. PlayerListFrame.TopImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  1755. local function StartPlayerList()
  1756. PlayerListFrame:ClearAllChildren()
  1757. wait()
  1758. local curPlayerPosition = UDim2.new(0,0,0,0)
  1759. for _,v in pairs(game.Players:GetPlayers()) do
  1760. local playerButton = formInstance('TextButton',
  1761. {BackgroundColor3=Color3.fromRGB(1,1,1),
  1762. BorderSizePixel=0,
  1763. BorderColor3=Color3.fromRGB(1,1,1),
  1764. BackgroundTransparency = 0.8,
  1765. Position=curPlayerPosition,
  1766. Size=UDim2.new(1,0,0,25),
  1767. ZIndex=2,
  1768. TextSize=14,
  1769. Font=Enum.Font.ArialBold,
  1770. Text=v.Name,
  1771. TextColor3=Color3.new(1,1,1),
  1772. TextTransparency = 0.2,
  1773. TextWrapped=true,
  1774. Parent=PlayerListFrame})
  1775. curPlayerPosition = curPlayerPosition + UDim2.new(0,0,0,25)
  1776. PlayerListFrame.CanvasSize = UDim2.new(0,0,0,(30*#game.Players:GetPlayers()))
  1777. playerButton.MouseButton1Click:connect(function()
  1778. selectplayerk.Text = v.Name
  1779. PlayerListFrame:Destroy()
  1780. playerlistexists = false
  1781. end)
  1782. end
  1783. end
  1784. game.Players.PlayerRemoving:connect(StartPlayerList)
  1785. game.Players.PlayerAdded:connect(StartPlayerList)
  1786. StartPlayerList()
  1787. else
  1788. playerlist = false
  1789. end
  1790. end)
  1791. --[[
  1792.  
  1793. Players
  1794.  
  1795. ]]--
  1796.  
  1797. kill.MouseButton1Click:Connect(function()
  1798. SelectedPlr = selectplayer.Text
  1799. bypass('Destruct', game.Players[SelectedPlr].Character.Head)
  1800. end)
  1801. --#TAGS# : kill, kill player
  1802.  
  1803. --[[
  1804.  
  1805. Crosshair
  1806.  
  1807. ]]--
  1808.  
  1809. function rainbowbutton()
  1810. v = SetRainbowCross
  1811. while wait() do
  1812. v.BackgroundColor3 = Color3.new(1, 0, 0)
  1813. v.BorderColor3 = Color3.new(1, 0, 0)
  1814. for i=1,15 do
  1815. game:GetService("RunService").RenderStepped:wait()
  1816. v.BackgroundColor3 = Color3.new(v.BackgroundColor3.r,v.BackgroundColor3.g+(17/255),v.BackgroundColor3.b)
  1817. v.BorderColor3 = Color3.new(v.BorderColor3.r,v.BorderColor3.g+(17/255),v.BorderColor3.b)
  1818. end
  1819. for i=1,15 do
  1820. game:GetService("RunService").RenderStepped:wait()
  1821. v.BackgroundColor3 = Color3.new(v.BackgroundColor3.r-(17/255),v.BackgroundColor3.g,v.BackgroundColor3.b)
  1822. v.BorderColor3 = Color3.new(v.BorderColor3.r-(17/255),v.BorderColor3.g,v.BorderColor3.b)
  1823. end
  1824. for i=1,15 do
  1825. game:GetService("RunService").RenderStepped:wait()
  1826. v.BackgroundColor3 = Color3.new(v.BackgroundColor3.r,v.BackgroundColor3.g,v.BackgroundColor3.b+(17/255))
  1827. v.BorderColor3 = Color3.new(v.BorderColor3.r,v.BorderColor3.g,v.BorderColor3.b+(17/255))
  1828. end
  1829. for i=1,15 do
  1830. game:GetService("RunService").RenderStepped:wait()
  1831. v.BackgroundColor3 = Color3.new(v.BackgroundColor3.r,v.BackgroundColor3.g-(17/255),v.BackgroundColor3.b)
  1832. v.BorderColor3 = Color3.new(v.BorderColor3.r,v.BorderColor3.g-(17/255),v.BorderColor3.b)
  1833. end
  1834. for i=1,15 do
  1835. game:GetService("RunService").RenderStepped:wait()
  1836. v.BackgroundColor3 = Color3.new(v.BackgroundColor3.r+(17/255),v.BackgroundColor3.g,v.BackgroundColor3.b)
  1837. v.BorderColor3 = Color3.new(v.BorderColor3.r+(17/255),v.BorderColor3.g,v.BorderColor3.b)
  1838. end
  1839. for i=1,15 do
  1840. game:GetService("RunService").RenderStepped:wait()
  1841. v.BackgroundColor3 = Color3.new(v.BackgroundColor3.r,v.BackgroundColor3.g,v.BackgroundColor3.b-(17/255))
  1842. v.BorderColor3 = Color3.new(v.BorderColor3.r,v.BorderColor3.g,v.BorderColor3.b-(17/255))
  1843. end
  1844. end
  1845. end
  1846. --#TAGS# : rainbow crosshair button, rgb button, rainbow button
  1847.  
  1848. rainbow = false
  1849. SetRainbowCross.MouseButton1Click:Connect(function()
  1850. rainbow = true
  1851. while rainbow == true do
  1852. for i,v in pairs(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor:GetChildren()) do
  1853. v.BackgroundColor3 = Color3.new(1, 0, 0)
  1854. v.BorderColor3 = Color3.new(1, 0, 0)
  1855. end
  1856. for i=1,15 do
  1857. game:GetService("RunService").RenderStepped:wait()
  1858. for i,v in pairs(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor:GetChildren()) do
  1859. v.BackgroundColor3 = Color3.new(v.BackgroundColor3.r, v.BackgroundColor3.g+(17/255), v.BackgroundColor3.b)
  1860. v.BorderColor3 = Color3.new(v.BorderColor3.r, v.BorderColor3.g+(17/255), v.BorderColor3.b)
  1861. end
  1862. end
  1863. for i=1,15 do
  1864. game:GetService("RunService").RenderStepped:wait()
  1865. for i,v in pairs(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor:GetChildren()) do
  1866. v.BackgroundColor3 = Color3.new(v.BackgroundColor3.r-(17/255), v.BackgroundColor3.g, v.BackgroundColor3.b)
  1867. v.BorderColor3 = Color3.new(v.BorderColor3.r-(17/255), v.BorderColor3.g, v.BorderColor3.b)
  1868. end
  1869. end
  1870. for i=1,15 do
  1871. game:GetService("RunService").RenderStepped:wait()
  1872. for i,v in pairs(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor:GetChildren()) do
  1873. v.BackgroundColor3 = Color3.new(v.BackgroundColor3.r, v.BackgroundColor3.g, v.BackgroundColor3.b+(17/255))
  1874. v.BorderColor3 = Color3.new(v.BorderColor3.r, v.BorderColor3.g, v.BorderColor3.b+(17/255))
  1875. end
  1876. end
  1877. for i=1,15 do
  1878. game:GetService("RunService").RenderStepped:wait()
  1879. for i,v in pairs(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor:GetChildren()) do
  1880. v.BackgroundColor3 = Color3.new(v.BackgroundColor3.r, v.BackgroundColor3.g-(17/255), v.BackgroundColor3.b)
  1881. v.BorderColor3 = Color3.new(v.BorderColor3.r, v.BorderColor3.g-(17/255), v.BorderColor3.b)
  1882. end
  1883. end
  1884. for i=1,15 do
  1885. game:GetService("RunService").RenderStepped:wait()
  1886. for i,v in pairs(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor:GetChildren()) do
  1887. v.BackgroundColor3 = Color3.new(v.BackgroundColor3.r+(17/255), v.BackgroundColor3.g, v.BackgroundColor3.b)
  1888. v.BorderColor3 = Color3.new(v.BorderColor3.r+(17/255), v.BorderColor3.g, v.BorderColor3.b)
  1889. end
  1890. end
  1891. for i=1,15 do
  1892. game:GetService("RunService").RenderStepped:wait()
  1893. for i,v in pairs(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor:GetChildren()) do
  1894. v.BackgroundColor3 = Color3.new(v.BackgroundColor3.r, v.BackgroundColor3.g, v.BackgroundColor3.b-(17/255))
  1895. v.BorderColor3 = Color3.new(v.BorderColor3.r, v.BorderColor3.g, v.BorderColor3.b-(17/255))
  1896. end
  1897. end
  1898. end
  1899. repeat until rainbow == false
  1900. end)
  1901. --#TAGS# : rainbow crosshair, rgb crosshair
  1902.  
  1903. SetCross.MouseButton1Click:Connect(function()
  1904. rainbow = false
  1905. for i,v in pairs(CrosshairPage.crossholder:GetChildren()) do
  1906. v.BackgroundColor3 = Color3.new(redvalue.Text/255, greenvalue.Text/255, bluevalue.Text/255)
  1907. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BackgroundColor3 = Color3.new(redvalue.Text/255, greenvalue.Text/255, bluevalue.Text/255)
  1908. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BorderColor3 = Color3.new(redvalue.Text/255, greenvalue.Text/255, bluevalue.Text/255)
  1909. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BackgroundColor3 = Color3.new(redvalue.Text/255, greenvalue.Text/255, bluevalue.Text/255)
  1910. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BorderColor3 = Color3.new(redvalue.Text/255, greenvalue.Text/255, bluevalue.Text/255)
  1911. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BackgroundColor3 = Color3.new(redvalue.Text/255, greenvalue.Text/255, bluevalue.Text/255)
  1912. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BorderColor3 = Color3.new(redvalue.Text/255, greenvalue.Text/255, bluevalue.Text/255)
  1913. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BackgroundColor3 = Color3.new(redvalue.Text/255, greenvalue.Text/255, bluevalue.Text/255)
  1914. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BorderColor3 = Color3.new(redvalue.Text/255, greenvalue.Text/255, bluevalue.Text/255)
  1915. end
  1916. end)
  1917. --#TAGS# : change crosshair, crosshair color, color crosshair
  1918.  
  1919. --[[
  1920.  
  1921. Spawning
  1922.  
  1923. ]]--
  1924.  
  1925. splrlistexists = false
  1926. spawnplayer.MouseButton1Click:Connect(function()
  1927. if splrlistexists == false then
  1928. splrlistexists = true
  1929. local spawnplayerframe = Instance.new("ScrollingFrame", SpawningPage)
  1930. local function formInstance(class, properties)
  1931. local temp = Instance.new(class)
  1932. for i,v in pairs(properties) do
  1933. temp[i] = v
  1934. end
  1935. return temp
  1936. end
  1937. spawnplayerframe.Size = UDim2.new(0, 200, 0, 100)
  1938. spawnplayerframe.BackgroundColor3 = Color3.new(0,0,0)
  1939. spawnplayerframe.BackgroundTransparency = 0.8
  1940. spawnplayerframe.Position = UDim2.new(0.225, 0, 0, 100)
  1941. spawnplayerframe.BottomImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  1942. spawnplayerframe.ScrollBarThickness = 5
  1943. spawnplayerframe.TopImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  1944. local function StartPlayerList()
  1945. spawnplayerframe:ClearAllChildren()
  1946. wait()
  1947. local curPlayerPosition = UDim2.new(0,0,0,0)
  1948. for _,v in pairs(game.Players:GetPlayers()) do
  1949. local playerButton = formInstance('TextButton',
  1950. {BackgroundColor3=Color3.fromRGB(1,1,1),
  1951. BorderSizePixel=0,
  1952. BorderColor3=Color3.fromRGB(1,1,1),
  1953. BackgroundTransparency = 0.8,
  1954. Position=curPlayerPosition,
  1955. Size=UDim2.new(1,0,0,25),
  1956. ZIndex=5,
  1957. TextSize=14,
  1958. Font=Enum.Font.ArialBold,
  1959. Text=v.Name,
  1960. TextColor3=Color3.new(1,1,1),
  1961. TextTransparency = 0.2,
  1962. TextWrapped=true,
  1963. Parent=spawnplayerframe})
  1964. curPlayerPosition = curPlayerPosition + UDim2.new(0,0,0,25)
  1965. spawnplayerframe.CanvasSize = UDim2.new(0,0,0,(30*#game.Players:GetPlayers()))
  1966. playerButton.MouseButton1Click:connect(function()
  1967. spawnplayer.Text = v.Name
  1968. spawnplayerframe:Destroy()
  1969. splrlistexists = false
  1970. end)
  1971. end
  1972. end
  1973. game.Players.PlayerRemoving:connect(StartPlayerList)
  1974. game.Players.PlayerAdded:connect(StartPlayerList)
  1975. StartPlayerList()
  1976. else
  1977. playerlist = false
  1978. end
  1979. end)
  1980.  
  1981. local gui = normalpage
  1982. local box = gui:WaitForChild('itembox')
  1983. local items = gui:WaitForChild('spawnframe')
  1984. local path = game.Lighting.LootDrops
  1985. local btn = gui:WaitForChild('spawn')
  1986. local client = game.Players.LocalPlayer
  1987.  
  1988.  
  1989. local function search(text)
  1990. local items = {}
  1991. for i, v in next, path:GetChildren() do
  1992. if text:upper() == v.Name:sub(1, string.len(text)):upper() then
  1993. table.insert(items, v.Name)
  1994. end
  1995. end
  1996. return items
  1997. end
  1998.  
  1999. local function bind(thing, f)
  2000. thing.MouseButton1Click:connect(function()
  2001. f()
  2002. end)
  2003. end
  2004.  
  2005. box.Changed:connect(function()
  2006. if box.Text == "" then
  2007. spawnframe.Visible = false
  2008. else
  2009. spawnframe.Visible = true
  2010. local list = search(box.Text)
  2011. if box.Text:gsub("", "") == "" then
  2012. items.CanvasSize = UDim2.new(0, 0, 0, 0)
  2013. items:ClearAllChildren()
  2014. return
  2015. end
  2016. items.CanvasSize = UDim2.new(0, 0, 0, 0)
  2017. items:ClearAllChildren()
  2018. for i, v in next, list do
  2019. local yPos = ((20 * i) - 20)
  2020. local s = Instance.new('TextButton', items)
  2021. s.BorderSizePixel = 0
  2022. s.Font = Enum.Font.ArialBold
  2023. s.Text = v
  2024. s.Name = v
  2025. s.ZIndex = 6
  2026. s.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  2027. s.BackgroundTransparency = 0.8
  2028. s.TextSize = 14
  2029. s.TextColor3 = Color3.new(1, 1, 1)
  2030. s.Size = UDim2.new(0, 200, 0, 25)
  2031. s.Position = UDim2.new(0, 0, 0, yPos)
  2032. bind(s, function()
  2033. box.Text = s.Text
  2034. items:ClearAllChildren()
  2035. items.Visible = false
  2036. end)
  2037. end
  2038. items.CanvasSize = UDim2.new(0, 0, 0, (30 * #list))
  2039. end
  2040. end)
  2041.  
  2042. spawn.MouseButton1Click:Connect(function()
  2043. plr = spawnplayer.Text
  2044. num = amountbox.Text
  2045. for i = 1, num do
  2046. local item = path:FindFirstChild(box.Text)
  2047. if item then
  2048. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players[plr].Character.Torso.Position - item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  2049. end
  2050. end
  2051. end)
  2052. --[[
  2053.  
  2054. Kits
  2055.  
  2056. ]]
  2057. local a={}a[1]=game.Workspace.Remote.PlaceMaterial a[2]=game.Lighting.LootDrops["M14Ammo50"]a[3]=game.Lighting.LootDrops["STANAGAmmo100"]a[4]=game.Lighting.LootDrops["BloodBag"]a[5]=game.Lighting.LootDrops["M14"]a[6]=game.Lighting.LootDrops["HK21"]a[7]=game.Lighting.LootDrops["Mk 17"]a[8]=game.Lighting.LootDrops["G36K"]a[9]=game.Lighting.LootDrops["M4A1"]a[10]=game.Lighting.LootDrops["SCAR-L"]a[11]=game.Lighting.LootDrops["Patriot"]a[12]=game.Lighting.LootDrops["TEC-9"]a[13]=game.Lighting.LootDrops["TEC9Ammo32"]a[14]=game.Lighting.LootDrops["Shotgun"]a[15]=game.Lighting.LootDrops["ShotgunAmmo"]a[16]=game.Lighting.LootDrops["C4"]a[17]=game.Lighting.LootDrops["Detonator"]a[18]=game.Lighting.LootDrops["CamoSpecialTop"]a[19]=game.Lighting.LootDrops["CamoSpecialBottom"]a[20]=game.Lighting.LootDrops["BandanaRenegade"]a[21]=game.Lighting.LootDrops["BrimmedBlack"]a[22]=game.Lighting.LootDrops["Suppressor762"]a[23]=game.Lighting.LootDrops["Suppressor556"]a[24]=game.Lighting.LootDrops["Suppressor9"]a[25]=game.Lighting.LootDrops["ACOG"]a[26]=game.Lighting.LootDrops["Grip"]a[27]=game.Lighting.LootDrops["MilitaryPackBlack"]
  2058. function random()
  2059. return Vector3.new(math.random(1,3),-2,math.random(1,3))
  2060. end
  2061. function spawnItem(itemName)
  2062. local item = game.Lighting.LootDrops[tostring(itemName)]
  2063. local plr = game.Players[selectplayerk.Text].Character.Torso
  2064. a[1]:FireServer(item, plr.Position-item.PrimaryPart.Position + random())
  2065. end
  2066. function spawn762()
  2067. local plr = game.Players[selectplayerk.Text].Character.Torso
  2068. a[1]:FireServer(a[2], plr.Position-a[2].PrimaryPart.Position + random())
  2069. a[1]:FireServer(a[2], plr.Position-a[2].PrimaryPart.Position + random())
  2070. a[1]:FireServer(a[2], plr.Position-a[2].PrimaryPart.Position + random())
  2071. a[1]:FireServer(a[2], plr.Position-a[2].PrimaryPart.Position + random())
  2072. a[1]:FireServer(a[2], plr.Position-a[2].PrimaryPart.Position + random())
  2073. a[1]:FireServer(a[2], plr.Position-a[2].PrimaryPart.Position + random())
  2074. a[1]:FireServer(a[2], plr.Position-a[2].PrimaryPart.Position + random())
  2075. a[1]:FireServer(a[2], plr.Position-a[2].PrimaryPart.Position + random())
  2076. a[1]:FireServer(a[2], plr.Position-a[2].PrimaryPart.Position + random())
  2077. a[1]:FireServer(a[2], plr.Position-a[2].PrimaryPart.Position + random())
  2078. a[1]:FireServer(a[2], plr.Position-a[2].PrimaryPart.Position + random())
  2079. a[1]:FireServer(a[2], plr.Position-a[2].PrimaryPart.Position + random())
  2080. end
  2081. function spawn556()
  2082. local plr = game.Players[selectplayerk.Text].Character.Torso
  2083. a[1]:FireServer(a[3], plr.Position-a[3].PrimaryPart.Position + random())
  2084. a[1]:FireServer(a[3], plr.Position-a[3].PrimaryPart.Position + random())
  2085. a[1]:FireServer(a[3], plr.Position-a[3].PrimaryPart.Position + random())
  2086. a[1]:FireServer(a[3], plr.Position-a[3].PrimaryPart.Position + random())
  2087. a[1]:FireServer(a[3], plr.Position-a[3].PrimaryPart.Position + random())
  2088. a[1]:FireServer(a[3], plr.Position-a[3].PrimaryPart.Position + random())
  2089. a[1]:FireServer(a[3], plr.Position-a[3].PrimaryPart.Position + random())
  2090. a[1]:FireServer(a[3], plr.Position-a[3].PrimaryPart.Position + random())
  2091. a[1]:FireServer(a[3], plr.Position-a[3].PrimaryPart.Position + random())
  2092. a[1]:FireServer(a[3], plr.Position-a[3].PrimaryPart.Position + random())
  2093. a[1]:FireServer(a[3], plr.Position-a[3].PrimaryPart.Position + random())
  2094. a[1]:FireServer(a[3], plr.Position-a[3].PrimaryPart.Position + random())
  2095. end
  2096. function spawnBB()
  2097. local plr = game.Players[selectplayerk.Text].Character.Torso
  2098. a[1]:FireServer(a[4], plr.Position-a[4].PrimaryPart.Position + random())
  2099. a[1]:FireServer(a[4], plr.Position-a[4].PrimaryPart.Position + random())
  2100. a[1]:FireServer(a[4], plr.Position-a[4].PrimaryPart.Position + random())
  2101. a[1]:FireServer(a[4], plr.Position-a[4].PrimaryPart.Position + random())
  2102. a[1]:FireServer(a[4], plr.Position-a[4].PrimaryPart.Position + random())
  2103. a[1]:FireServer(a[4], plr.Position-a[4].PrimaryPart.Position + random())
  2104. a[1]:FireServer(a[4], plr.Position-a[4].PrimaryPart.Position + random())
  2105. a[1]:FireServer(a[4], plr.Position-a[4].PrimaryPart.Position + random())
  2106. end
  2107. local suptoggled = false
  2108. local player = game.Players.LocalPlayer
  2109. supptoggle.MouseButton1Click:Connect(function()
  2110. if suptoggled == false then
  2111. suptoggled = true
  2112. suppball:TweenPosition(UDim2.new(0.5, 0, 0.145, 0), "Out", "Quad", 0.25, true)
  2113. supptoggle.Image = "rbxassetid://1151662053"
  2114. elseif suptoggled == true then
  2115. suptoggled = false
  2116. suppball:TweenPosition(UDim2.new(0.08, 0, 0.145, 0), "Out", "Quad", 0.25, true)
  2117. supptoggle.Image = "rbxassetid://1151662243"
  2118. end
  2119. end)
  2120. local acogtoggled = false
  2121. local player = game.Players.LocalPlayer
  2122. acogtoggle.MouseButton1Click:Connect(function()
  2123. if acogtoggled == false then
  2124. acogtoggled = true
  2125. acogball:TweenPosition(UDim2.new(0.5, 0, 0.145, 0), "Out", "Quad", 0.25, true)
  2126. acogtoggle.Image = "rbxassetid://1151662053"
  2127. susattoggled = false
  2128. susatball:TweenPosition(UDim2.new(0.08, 0, 0.145, 0), "Out", "Quad", 0.25, true)
  2129. susattoggle.Image = "rbxassetid://1151662243"
  2130. elseif acogtoggled == true then
  2131. acogtoggled = false
  2132. acogball:TweenPosition(UDim2.new(0.08, 0, 0.145, 0), "Out", "Quad", 0.25, true)
  2133. acogtoggle.Image = "rbxassetid://1151662243"
  2134. end
  2135. end)
  2136. local susattoggled = false
  2137. local player = game.Players.LocalPlayer
  2138. susattoggle.MouseButton1Click:Connect(function()
  2139. if susattoggled == false then
  2140. susattoggled = true
  2141. susatball:TweenPosition(UDim2.new(0.5, 0, 0.145, 0), "Out", "Quad", 0.25, true)
  2142. susattoggle.Image = "rbxassetid://1151662053"
  2143. acogtoggled = false
  2144. acogball:TweenPosition(UDim2.new(0.08, 0, 0.145, 0), "Out", "Quad", 0.25, true)
  2145. acogtoggle.Image = "rbxassetid://1151662243"
  2146. elseif susattoggled == true then
  2147. susattoggled = false
  2148. susatball:TweenPosition(UDim2.new(0.08, 0, 0.145, 0), "Out", "Quad", 0.25, true)
  2149. susattoggle.Image = "rbxassetid://1151662243"
  2150. end
  2151. end)
  2152.  
  2153. M14.MouseButton1Click:Connect(function()
  2154. spawnItem(a[27])
  2155. spawn762()
  2156. spawnBB()
  2157. spawnItem(a[5])
  2158. spawnItem(a[26])
  2159. if acogtoggled == true then
  2160. spawnItem(a[25])
  2161. end
  2162. if susattoggled == true then
  2163. spawnItem(a[28])
  2164. end
  2165. if suptoggled == true then
  2166. spawnItem(a[22])
  2167. end
  2168. end)
  2169. HK21.MouseButton1Click:Connect(function()
  2170. spawnItem(a[27])
  2171. spawn762()
  2172. spawnBB()
  2173. spawnItem(a[26])
  2174. spawnItem(a[6])
  2175. if acogtoggled == true then
  2176. spawnItem(a[25])
  2177. end
  2178. if susattoggled == true then
  2179. spawnItem(a[28])
  2180. end
  2181. if suptoggled == true then
  2182. spawnItem(a[22])
  2183. end
  2184. end)
  2185. MK17.MouseButton1Click:Connect(function()
  2186. spawnItem(a[27])
  2187. spawn762()
  2188. spawnBB()
  2189. spawnItem(a[26])
  2190. spawnItem(a[7])
  2191. if acogtoggled == true then
  2192. spawnItem(a[25])
  2193. end
  2194. if susattoggled == true then
  2195. spawnItem(a[28])
  2196. end
  2197. if suptoggled == true then
  2198. spawnItem(a[22])
  2199. end
  2200. end)
  2201. M4A1.MouseButton1Click:Connect(function()
  2202. spawnItem(a[27])
  2203. spawn556()
  2204. spawnBB()
  2205. spawnItem(a[26])
  2206. spawnItem(a[9])
  2207. if acogtoggled == true then
  2208. spawnItem(a[25])
  2209. end
  2210. if susattoggled == true then
  2211. spawnItem(a[28])
  2212. end
  2213. if suptoggled == true then
  2214. spawnItem(a[23])
  2215. end
  2216. end)
  2217. G36K.MouseButton1Click:Connect(function()
  2218. spawnItem(a[27])
  2219. spawn556()
  2220. spawnBB()
  2221. spawnItem(a[26])
  2222. spawnItem(a[8])
  2223. if acogtoggled == true then
  2224. spawnItem(a[25])
  2225. end
  2226. if susattoggled == true then
  2227. spawnItem(a[28])
  2228. end
  2229. if suptoggled == true then
  2230. spawnItem(a[23])
  2231. end
  2232. end)
  2233. COLUMBINE.MouseButton1Click:Connect(function()
  2234. spawnItem(a[27])
  2235. spawnItem(a[12])
  2236. spawnItem(a[13])
  2237. spawnItem(a[13])
  2238. spawnItem(a[13])
  2239. spawnItem(a[13])
  2240. spawnItem(a[14])
  2241. spawnItem(a[15])
  2242. spawnItem(a[15])
  2243. spawnItem(a[15])
  2244. spawnItem(a[15])
  2245. spawnItem(a[16])
  2246. spawnItem(a[16])
  2247. spawnItem(a[16])
  2248. spawnItem(a[16])
  2249. spawnItem(a[17])
  2250. spawnItem(a[18])
  2251. spawnItem(a[19])
  2252. spawnItem(a[20])
  2253. spawnItem(a[21])
  2254. end)
  2255. --[[
  2256.  
  2257. Vehicles
  2258.  
  2259. ]]--
  2260.  
  2261. selectvehicle.MouseButton1Click:Connect(function()
  2262. if vehiclelistexists == false then
  2263. vehiclelistexists = true
  2264. local VehiclesListFrame = Instance.new("ScrollingFrame", VehiclesPage)
  2265. local function formInstance(class, properties)
  2266. local temp = Instance.new(class)
  2267. for i,v in pairs(properties) do
  2268. temp[i] = v
  2269. end
  2270. return temp
  2271. end
  2272.  
  2273. VehiclesListFrame.Size = UDim2.new(0, 200, 0, 100)
  2274. VehiclesListFrame.BackgroundColor3 = Color3.new(0,0,0)
  2275. VehiclesListFrame.BackgroundTransparency = 0.8
  2276. VehiclesListFrame.Position = UDim2.new(0.225, 0, 0, 25)
  2277. VehiclesListFrame.BottomImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  2278. VehiclesListFrame.ScrollBarThickness = 5
  2279. VehiclesListFrame.TopImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  2280.  
  2281. local function StartVehiclesList()
  2282. VehiclesListFrame:ClearAllChildren()
  2283. wait()
  2284. local curVehiclesPosition = UDim2.new(0,0,0,0)
  2285. for _,v in pairs(workspace.Vehicles:GetChildren()) do
  2286. local vehicleButton = formInstance('TextButton',
  2287. {BackgroundColor3=Color3.fromRGB(1,1,1),
  2288. BorderSizePixel=0,
  2289. BorderColor3=Color3.fromRGB(1,1,1),
  2290. BackgroundTransparency = 0.8,
  2291. Position=curVehiclesPosition,
  2292. Size=UDim2.new(1,0,0,25),
  2293. ZIndex=2,
  2294. TextSize=14,
  2295. Font=Enum.Font.ArialBold,
  2296. Text=v.Name,
  2297. TextColor3=Color3.new(1,1,1),
  2298. TextTransparency = 0.2,
  2299. TextWrapped=true,
  2300. Parent=VehiclesListFrame})
  2301. curVehiclesPosition = curVehiclesPosition + UDim2.new(0,0,0,25)
  2302. VehiclesListFrame.CanvasSize = UDim2.new(0,0,0,(30*#workspace.Vehicles:GetChildren()))
  2303. vehicleButton.MouseButton1Click:connect(function()
  2304. selectvehicle.Text = v.Name
  2305. VehiclesListFrame:Destroy()
  2306. vehiclelistexists = false
  2307. end)
  2308. end
  2309. end
  2310. StartVehiclesList()
  2311. else
  2312. vehiclelistexists = false
  2313. end
  2314. end)
  2315. --#TAGS# vehicle list
  2316.  
  2317. hornplaymusic.MouseButton1Click:Connect(function()
  2318. vehicle = selectvehicle.Text
  2319. bypass("SoundIdSet", workspace.Vehicles[vehicle].Essentials.Base.Horn, "rbxassetid://"..hornmusictext.Text)
  2320. end)
  2321. --#TAGS# vehicle music, vehicle horn, horn id, change horn
  2322.  
  2323. rainbowbutton()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement