Advertisement
D0MiN0_FX

Dank Memes Reborn V1 [ APOC ]

Aug 15th, 2017
429
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 68.96 KB | None | 0 0
  1.  
  2. local DankMemes = Instance.new("ScreenGui", game.CoreGui)
  3. -------
  4. local IntroFrame = Instance.new("ScrollingFrame")
  5. -------
  6. local IntroLogo = Instance.new("TextLabel")
  7. -------
  8. local s = Instance.new ("Sound", workspace)
  9. -------
  10. local IntroCredit = Instance.new("TextLabel")
  11. -------
  12. local DragFrame = Instance.new("Frame")
  13. -------
  14. local Title = Instance.new("TextLabel")
  15. -------
  16. local PagesParent = Instance.new("ScrollingFrame")
  17. -------
  18. local TabOpen = Instance.new("TextButton")
  19. -------
  20. local TabClose = Instance.new("TextButton")
  21. -------
  22. local ChangeLogPage = Instance.new("Frame")
  23. -------
  24. local ChangeLogTitle = Instance.new("TextLabel")
  25. -------
  26. local CL1 = Instance.new("TextLabel")
  27. -------
  28. local CL2 = Instance.new("TextLabel")
  29. -------
  30. local CL3 = Instance.new("TextLabel")
  31. -------
  32. local CL4 = Instance.new("TextLabel")
  33. -------
  34. local CL5 = Instance.new("TextLabel")
  35. -------
  36. local CL6 = Instance.new("TextLabel")
  37. -------
  38. local LocalPage = Instance.new("Frame")
  39. -------
  40. local PlayerPage = Instance.new("ScrollingFrame")
  41. -------
  42. local ServerPage = Instance.new("Frame")
  43. -------
  44. local VehiclePage = Instance.new("Frame")
  45. -------
  46. local WaypointsPage = Instance.new("Frame")
  47. -------
  48. local TabsParent = Instance.new("ScrollingFrame")
  49. -------
  50. local LocalButton = Instance.new("TextButton")
  51. -------
  52. local PlayerButton = Instance.new("TextButton")
  53. -------
  54. local ServerButton = Instance.new("TextButton")
  55. -------
  56. local WaypointsButton = Instance.new("TextButton")
  57. -------
  58. local WaypointsImage = Instance.new("ImageLabel")
  59. -------
  60. local VehicleButton = Instance.new("TextButton")
  61. -------
  62. local CloseButton = Instance.new("TextButton")
  63. -------
  64. local OpenButton = Instance.new("TextButton")
  65. -------
  66. local LocalTitle = Instance.new("TextLabel")
  67. -------
  68. local LocalDesc = Instance.new("TextLabel")
  69. -------
  70. local GodButton = Instance.new("TextButton")
  71. -------
  72. local C4WalkButton = Instance.new("TextButton")
  73. -------
  74. local HungThirButton = Instance.new("TextButton")
  75. -------
  76. local FloatButton = Instance.new("TextButton")
  77. -------
  78. local NoclipButton = Instance.new("TextButton")
  79. -------
  80. local KillButton = Instance.new("TextButton")
  81. -------
  82. local PlayerSelect = Instance.new("TextBox")
  83. -------
  84. local ESPButton = Instance.new("TextButton")
  85. -------
  86. local SpectateButton = Instance.new("TextButton")
  87. -------
  88. local TeleportButton = Instance.new("TextButton")
  89. -------
  90. local InfiniteFuel = Instance.new("TextButton")
  91. -------
  92. local CarHeal = Instance.new("TextButton")
  93. -------
  94. local SpeedButton = Instance.new("TextButton")
  95. -------
  96. local SpeedSet = Instance.new("TextBox")
  97. -------
  98. local WaypointsImage = Instance.new("ImageLabel")
  99. -------
  100. local RefugeeFoward = Instance.new("TextButton")
  101. -------
  102. local RefugeeBack = Instance.new("TextButton")
  103. -------
  104. local RefugeeSelect = Instance.new("TextButton")
  105. -------
  106. local MOBack = Instance.new("TextButton")
  107. -------
  108. local MOSelect = Instance.new("TextButton")
  109. -------
  110. local MOFoward = Instance.new("TextButton")
  111. -------
  112. local VernalBack = Instance.new("TextButton")
  113. -------
  114. local VernalSelect = Instance.new("TextButton")
  115. -------
  116. local VernalFoward = Instance.new("TextButton")
  117. -------
  118. local MasonBack = Instance.new("TextButton")
  119. -------
  120. local MasonSelect = Instance.new("TextButton")
  121. -------
  122. local MasonFoward = Instance.new("TextButton")
  123. -------
  124. local FactoryBack = Instance.new("TextButton")
  125. -------
  126. local FactorySelect = Instance.new("TextButton")
  127. -------
  128. local FactoryFoward = Instance.new("TextButton")
  129. -------
  130. local KorriBack = Instance.new("TextButton")
  131. -------
  132. local KorriSelect = Instance.new("TextButton")
  133. -------
  134. local KorriFoward = Instance.new("TextButton")
  135. -------
  136. local FortRuinsBack = Instance.new("TextButton")
  137. -------
  138. local FortRuinsSelect = Instance.new("TextButton")
  139. -------
  140. local FortRuinsFoward = Instance.new("TextButton")
  141.  
  142. DankMemes.Name = "DankMemes Reborn"
  143.  
  144. IntroLogo.Name = "IntroLogo"
  145. IntroLogo.Parent = IntroFrame
  146. IntroLogo.BackgroundTransparency = 1
  147. IntroLogo.Size = UDim2.new(0, 200, 0, 200)
  148. IntroLogo.Position = UDim2.new(0, 25, 0, 0)
  149. IntroLogo.Text = "int"
  150. IntroLogo.TextSize = 128
  151. IntroLogo.Font = "Code"
  152. IntroLogo.TextColor3 = Color3.new(0, 0.666667, 1)
  153.  
  154. IntroCredit.Name = "IntroCredit"
  155. IntroCredit.Parent = IntroFrame
  156. IntroCredit.BackgroundTransparency = 1
  157. IntroCredit.Size = UDim2.new(0, 200, 0, 50)
  158. IntroCredit.Position = UDim2.new(0, 25, 0, 175)
  159. IntroCredit.Text = "Created by integer"
  160. IntroCredit.Font = "SciFi"
  161. IntroCredit.TextSize = 24
  162. IntroCredit.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  163.  
  164. IntroFrame.Name = "IntroFrame"
  165. IntroFrame.Parent = DankMemes
  166. IntroFrame.BackgroundColor3 = Color3.new(45/255, 45/255, 45/255)
  167. IntroFrame.BorderColor3 = Color3.new(255/255, 255/255, 255/255)
  168. IntroFrame.Size = UDim2.new(0, 0, 0, 0)
  169. IntroFrame.Position = UDim2.new(0.5, 0, 0.5, 0)
  170. IntroFrame.ScrollingEnabled = false
  171. IntroFrame.ScrollBarThickness = 0
  172. wait(0.1)
  173. IntroFrame:TweenSize(UDim2.new(0, 250, 0, 250), 'Out', 'Bounce', 1, false)
  174. wait(2.5)
  175. IntroFrame:TweenSize(UDim2.new(0,0,0,0), 'Out', 'Quad', 0.5, false)
  176. IntroFrame.Active = false
  177. wait(.5)
  178. IntroFrame.BackgroundTransparency = 1
  179. wait(.25)
  180. IntroFrame:Destroy()
  181.  
  182. DragFrame.Active = true
  183. DragFrame.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  184. DragFrame.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  185. DragFrame.BorderSizePixel = 2
  186. DragFrame.Name = "DragFrame"
  187. DragFrame.Position = UDim2.new(0.5, 0, 0.5, 0)
  188. DragFrame.Selectable = true
  189. DragFrame.Size = UDim2.new(0, 400, 0, 35)
  190. DragFrame.Draggable = true
  191. DragFrame.Parent = DankMemes
  192.  
  193. Title.BackgroundTransparency = 1
  194. Title.Name = "Title"
  195. Title.Position = UDim2.new(0, 85, 0, 0)
  196. Title.Size = UDim2.new(0, 225, 0, 35)
  197. Title.Font = Enum.Font.Cartoon
  198. Title.FontSize = Enum.FontSize.Size32
  199. Title.Text = "DankMemes Reborn v.1"
  200. Title.TextColor3 = Color3.new(1, 1, 1)
  201. Title.TextStrokeTransparency = 0
  202. Title.Parent = DragFrame
  203.  
  204. PagesParent.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  205. PagesParent.BorderColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  206. PagesParent.BorderSizePixel = 2
  207. PagesParent.Name = "PagesParent"
  208. PagesParent.Position = UDim2.new(0, 0, 0, 39)
  209. PagesParent.Selectable = true
  210. PagesParent.Size = UDim2.new(0, 400, 0, 0)
  211. PagesParent.ZIndex = 2
  212. PagesParent.ClipsDescendants = true
  213. PagesParent.Parent = DragFrame
  214. PagesParent.ScrollingEnabled = false
  215. PagesParent.ScrollBarThickness = 0
  216. PagesParent:TweenSize(UDim2.new(0, 400, 0, 225), 'Out', 'Bounce', 2, false)
  217. TabsParent.Visible = false
  218.  
  219. TabOpen.Active = true
  220. TabOpen.BackgroundTransparency = 1
  221. TabOpen.Name = "TabOpen"
  222. TabOpen.Selectable = true
  223. TabOpen.Size = UDim2.new(0, 30, 0, 30)
  224. TabOpen.Style = Enum.ButtonStyle.Custom
  225. TabOpen.ZIndex = 4
  226. TabOpen.Font = Enum.Font.SourceSansBold
  227. TabOpen.FontSize = Enum.FontSize.Size36
  228. TabOpen.Text = "<"
  229. TabOpen.TextColor3 = Color3.new(1, 1, 1)
  230. TabOpen.TextStrokeTransparency = 0
  231. TabOpen.Parent = PagesParent
  232. TabOpen.MouseButton1Down:connect(function()
  233. TabsParent:TweenPosition(UDim2.new(0, -105, 0, 39), "Out", "Bounce", 0.5, false)
  234. s.SoundId = 'rbxassetid://596439421'
  235. s.PlaybackSpeed = 2
  236. s:Play()
  237. TabOpen.Visible = false
  238. TabClose.Visible = true
  239. TabsParent.Active = true
  240. TabsParent.Visible = true
  241. end)
  242.  
  243. TabClose.Active = true
  244. TabClose.Visible = false
  245. TabClose.BackgroundTransparency = 1
  246. TabClose.Name = "TabClose"
  247. TabClose.Selectable = true
  248. TabClose.Size = UDim2.new(0, 30, 0, 30)
  249. TabClose.Style = Enum.ButtonStyle.Custom
  250. TabClose.ZIndex = 4
  251. TabClose.Font = Enum.Font.SourceSansBold
  252. TabClose.FontSize = Enum.FontSize.Size36
  253. TabClose.Text = ">"
  254. TabClose.TextColor3 = Color3.new(1, 1, 1)
  255. TabClose.TextStrokeTransparency = 0
  256. TabClose.Parent = PagesParent
  257. TabClose.MouseButton1Down:connect(function()
  258. TabsParent:TweenPosition(UDim2.new(0, 0, 0, 39), "Out", "Quad", 0.5, false)
  259. s.SoundId = 'rbxassetid://596439421'
  260. s.PlaybackSpeed = 1
  261. s:Play()
  262. wait(0.6)
  263. TabOpen.Visible = true
  264. TabClose.Visible = false
  265. TabsParent.Active = false
  266. TabsParent.Visible = false
  267. end)
  268.  
  269. ChangeLogPage.BackgroundTransparency = 1
  270. ChangeLogPage.Name = "ChangeLogPage"
  271. ChangeLogPage.Size = UDim2.new(0, 400, 0, 225)
  272. ChangeLogPage.ZIndex = 3
  273. ChangeLogPage.Parent = PagesParent
  274. -------
  275. local ChangeLogTitle = Instance.new("TextLabel")
  276. ChangeLogTitle.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  277. ChangeLogTitle.BackgroundTransparency = 1
  278. ChangeLogTitle.Name = "ChangeLogTitle"
  279. ChangeLogTitle.Position = UDim2.new(0, 0, 0, 10)
  280. ChangeLogTitle.Size = UDim2.new(0, 400, 0, 25)
  281. ChangeLogTitle.ZIndex = 3
  282. ChangeLogTitle.Font = Enum.Font.Cartoon
  283. ChangeLogTitle.FontSize = Enum.FontSize.Size28
  284. ChangeLogTitle.Text = "Welcome to DankMemes!"
  285. ChangeLogTitle.TextColor3 = Color3.new(0, 0.666667, 1)
  286. ChangeLogTitle.TextStrokeTransparency = 0
  287. ChangeLogTitle.Parent = ChangeLogPage
  288. -------
  289. local CL3b = Instance.new("TextLabel")
  290. CL3b.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  291. CL3b.BackgroundTransparency = 1
  292. CL3b.Name = "CL3b"
  293. CL3b.Position = UDim2.new(0, 215, 0, 75)
  294. CL3b.Size = UDim2.new(0, 75, 0, 25)
  295. CL3b.ZIndex = 3
  296. CL3b.Font = Enum.Font.SourceSansBold
  297. CL3b.FontSize = Enum.FontSize.Size28
  298. CL3b.Text = "Sample"
  299. CL3b.TextColor3 = Color3.new(1, 0.882353, 0)
  300. CL3b.Parent = ChangeLogPage
  301. -------
  302. local CL3 = Instance.new("TextLabel")
  303. CL3.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  304. CL3.BackgroundTransparency = 1
  305. CL3.Name = "CL3"
  306. CL3.Position = UDim2.new(0, 80, 0, 75)
  307. CL3.Size = UDim2.new(0, 135, 0, 25)
  308. CL3.ZIndex = 3
  309. CL3.Font = Enum.Font.Cartoon
  310. CL3.FontSize = Enum.FontSize.Size24
  311. CL3.Text = "Functions by"
  312. CL3.TextColor3 = Color3.new(1, 1, 1)
  313. CL3.TextStrokeTransparency = 0
  314. CL3.Parent = ChangeLogPage
  315. -------
  316. local CL4 = Instance.new("TextLabel")
  317. CL4.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  318. CL4.BackgroundTransparency = 1
  319. CL4.Name = "CL4"
  320. CL4.Position = UDim2.new(0, 0, 0, 120)
  321. CL4.Size = UDim2.new(0, 400, 0, 25)
  322. CL4.ZIndex = 3
  323. CL4.Font = Enum.Font.Cartoon
  324. CL4.FontSize = Enum.FontSize.Size24
  325. CL4.Text = ""
  326. CL4.TextColor3 = Color3.new(1, 1, 1)
  327. CL4.TextStrokeTransparency = 0
  328. CL4.Parent = ChangeLogPage
  329. -------
  330. local CL5 = Instance.new("TextLabel")
  331. CL5.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  332. CL5.BackgroundTransparency = 1
  333. CL5.Name = "CL5"
  334. CL5.Position = UDim2.new(0, 0, 0, 145)
  335. CL5.Size = UDim2.new(0, 400, 0, 25)
  336. CL5.ZIndex = 3
  337. CL5.Font = Enum.Font.Cartoon
  338. CL5.FontSize = Enum.FontSize.Size24
  339. CL5.Text = "Recreation of CiniMadness' "
  340. CL5.TextColor3 = Color3.new(1, 1, 1)
  341. CL5.TextStrokeTransparency = 0
  342. CL5.Parent = ChangeLogPage
  343. -------
  344. local CL6 = Instance.new("TextLabel")
  345. CL6.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  346. CL6.BackgroundTransparency = 1
  347. CL6.Name = "CL6"
  348. CL6.Position = UDim2.new(0, 0, 0, 175)
  349. CL6.Size = UDim2.new(0, 400, 0, 25)
  350. CL6.ZIndex = 3
  351. CL6.FontSize = Enum.FontSize.Size24
  352. CL6.Text = "DankMemesV2"
  353. CL6.TextColor3 = Color3.new(1, 1, 1)
  354. CL6.TextStrokeTransparency = 0
  355. CL6.Parent = ChangeLogPage
  356. -------
  357. local CL1 = Instance.new("TextLabel")
  358. CL1.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  359. CL1.BackgroundTransparency = 1
  360. CL1.Name = "CL1"
  361. CL1.Position = UDim2.new(0, 25, 0, 45)
  362. CL1.Size = UDim2.new(0, 250, 0, 25)
  363. CL1.ZIndex = 3
  364. CL1.Font = Enum.Font.Cartoon
  365. CL1.FontSize = Enum.FontSize.Size24
  366. CL1.Text = "This GUI was created by"
  367. CL1.TextColor3 = Color3.new(1, 1, 1)
  368. CL1.TextStrokeTransparency = 0
  369. CL1.Parent = ChangeLogPage
  370. -------
  371. local CL1b = Instance.new("TextLabel")
  372. CL1b.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  373. CL1b.BackgroundTransparency = 1
  374. CL1b.Name = "CL1b"
  375. CL1b.Position = UDim2.new(0, 280, 0, 45)
  376. CL1b.Size = UDim2.new(0, 75, 0, 25)
  377. CL1b.ZIndex = 3
  378. CL1b.Font = Enum.Font.Code
  379. CL1b.FontSize = Enum.FontSize.Size24
  380. CL1b.Text = "integer"
  381. CL1b.TextColor3 = Color3.new(0, 0.666667, 1)
  382. CL1b.Parent = ChangeLogPage
  383.  
  384. LocalPage.BackgroundTransparency = 1
  385. LocalPage.Name = "LocalPage"
  386. LocalPage.Size = UDim2.new(0, 400, 0, 225)
  387. LocalPage.Visible = false
  388. LocalPage.ZIndex = 3
  389. LocalPage.Parent = PagesParent
  390.  
  391. PlayerPage.BackgroundTransparency = 1
  392. PlayerPage.Name = "PlayerPage"
  393. PlayerPage.Size = UDim2.new(0, 400, 0, 225)
  394. PlayerPage.Visible = false
  395. PlayerPage.ZIndex = 3
  396. PlayerPage.Parent = PagesParent
  397. PlayerPage.MidImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  398. PlayerPage.TopImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  399. PlayerPage.BottomImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  400.  
  401. ServerPage.BackgroundTransparency = 1
  402. ServerPage.Name = "ServerPage"
  403. ServerPage.Size = UDim2.new(0, 400, 0, 225)
  404. ServerPage.Visible = false
  405. ServerPage.ZIndex = 3
  406. ServerPage.Parent = PagesParent
  407.  
  408. WaypointsPage.BackgroundTransparency = 1
  409. WaypointsPage.Name = "WaypointsPage"
  410. WaypointsPage.Size = UDim2.new(0, 400, 0, 225)
  411. WaypointsPage.Visible = false
  412. WaypointsPage.ZIndex = 3
  413. WaypointsPage.Parent = PagesParent
  414.  
  415. VehiclePage.BackgroundTransparency = 1
  416. VehiclePage.Name = "VehiclePage"
  417. VehiclePage.Size = UDim2.new(0, 400, 0, 225)
  418. VehiclePage.Visible = false
  419. VehiclePage.ZIndex = 3
  420. VehiclePage.Parent = PagesParent
  421.  
  422. TabsParent.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902)
  423. TabsParent.BorderColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  424. TabsParent.BorderSizePixel = 2
  425. TabsParent.Name = "TabsParent"
  426. TabsParent.Position = UDim2.new(0, 0, 0, 39)
  427. TabsParent.Selectable = true
  428. TabsParent.Size = UDim2.new(0, 100, 0, 225)
  429. TabsParent.ClipsDescendants = true
  430. TabsParent.Parent = DragFrame
  431. TabsParent.ScrollingEnabled = false
  432. TabsParent.ScrollBarThickness = 0
  433.  
  434. WaypointsButton.Active = true
  435. WaypointsButton.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  436. WaypointsButton.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  437. WaypointsButton.BorderSizePixel = 2
  438. WaypointsButton.Name = "WaypointsButton"
  439. WaypointsButton.Position = UDim2.new(0, 5, 0, 5)
  440. WaypointsButton.Selectable = true
  441. WaypointsButton.Size = UDim2.new(0, 90, 0, 35)
  442. WaypointsButton.Style = Enum.ButtonStyle.Custom
  443. WaypointsButton.Font = Enum.Font.Cartoon
  444. WaypointsButton.FontSize = Enum.FontSize.Size28
  445. WaypointsButton.Text = "Waypoints"
  446. WaypointsButton.TextColor3 = Color3.new(1, 1, 1)
  447. WaypointsButton.TextScaled = true
  448. WaypointsButton.TextStrokeTransparency = 0
  449. WaypointsButton.TextWrapped = true
  450. WaypointsButton.Parent = TabsParent
  451.  
  452. WaypointsButton.MouseButton1Down:connect(function()
  453. s.SoundId = 'rbxassetid://177266782'
  454. s.Volume = 0.2
  455. s.PlaybackSpeed = 1
  456. s:Play()
  457. LocalPage.Visible = false
  458. PlayerPage.Visible = false
  459. ServerPage.Visible = false
  460. VehiclePage.Visible = false
  461. ChangeLogPage.Visible = false
  462. WaypointsPage.Visible = true
  463. end)
  464.  
  465. LocalButton.Active = true
  466. LocalButton.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  467. LocalButton.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  468. LocalButton.BorderSizePixel = 2
  469. LocalButton.Name = "LocalButton"
  470. LocalButton.Position = UDim2.new(0, 5, 0, 50)
  471. LocalButton.Selectable = true
  472. LocalButton.Size = UDim2.new(0, 90, 0, 35)
  473. LocalButton.Style = Enum.ButtonStyle.Custom
  474. LocalButton.Font = Enum.Font.Cartoon
  475. LocalButton.FontSize = Enum.FontSize.Size28
  476. LocalButton.Text = "Local"
  477. LocalButton.TextColor3 = Color3.new(1, 1, 1)
  478. LocalButton.TextStrokeTransparency = 0
  479. LocalButton.Parent = TabsParent
  480.  
  481. LocalButton.MouseButton1Down:connect(function()
  482. s.SoundId = 'rbxassetid://177266782'
  483. s.Volume = 0.2
  484. s.PlaybackSpeed = 1
  485. s:Play()
  486. LocalPage.Visible = true
  487. WaypointsPage.Visible = false
  488. PlayerPage.Visible = false
  489. ServerPage.Visible = false
  490. VehiclePage.Visible = false
  491. ChangeLogPage.Visible = false
  492. end)
  493.  
  494. PlayerButton.Active = true
  495. PlayerButton.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  496. PlayerButton.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  497. PlayerButton.BorderSizePixel = 2
  498. PlayerButton.Name = "PlayerButton"
  499. PlayerButton.Position = UDim2.new(0, 5, 0, 95)
  500. PlayerButton.Selectable = true
  501. PlayerButton.Size = UDim2.new(0, 90, 0, 35)
  502. PlayerButton.Style = Enum.ButtonStyle.Custom
  503. PlayerButton.Font = Enum.Font.Cartoon
  504. PlayerButton.FontSize = Enum.FontSize.Size28
  505. PlayerButton.Text = "Player"
  506. PlayerButton.TextColor3 = Color3.new(1, 1, 1)
  507. PlayerButton.TextStrokeTransparency = 0
  508. PlayerButton.Parent = TabsParent
  509.  
  510. PlayerButton.MouseButton1Down:connect(function()
  511. s.SoundId = 'rbxassetid://177266782'
  512. s.Volume = 0.2
  513. s.PlaybackSpeed = 1
  514. s:Play()
  515. LocalPage.Visible = false
  516. PlayerPage.Visible = true
  517. ServerPage.Visible = false
  518. VehiclePage.Visible = false
  519. WaypointsPage.Visible = false
  520. ChangeLogPage.Visible = false
  521. end)
  522.  
  523. ServerButton.Active = true
  524. ServerButton.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  525. ServerButton.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  526. ServerButton.BorderSizePixel = 2
  527. ServerButton.Name = "ServerButton"
  528. ServerButton.Position = UDim2.new(0, 5, 0, 140)
  529. ServerButton.Selectable = true
  530. ServerButton.Size = UDim2.new(0, 90, 0, 35)
  531. ServerButton.Style = Enum.ButtonStyle.Custom
  532. ServerButton.Font = Enum.Font.Cartoon
  533. ServerButton.FontSize = Enum.FontSize.Size28
  534. ServerButton.Text = "Server"
  535. ServerButton.TextColor3 = Color3.new(1, 1, 1)
  536. ServerButton.TextStrokeTransparency = 0
  537. ServerButton.Parent = TabsParent
  538.  
  539. ServerButton.MouseButton1Down:connect(function()
  540. s.SoundId = 'rbxassetid://177266782'
  541. s.Volume = 0.2
  542. s.PlaybackSpeed = 1
  543. s:Play()
  544. LocalPage.Visible = false
  545. PlayerPage.Visible = false
  546. WaypointsPage.Visible = false
  547. ServerPage.Visible = true
  548. VehiclePage.Visible = false
  549. ChangeLogPage.Visible = false
  550. end)
  551.  
  552. VehicleButton.Active = true
  553. VehicleButton.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  554. VehicleButton.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  555. VehicleButton.BorderSizePixel = 2
  556. VehicleButton.Name = "VehicleButton"
  557. VehicleButton.Position = UDim2.new(0, 5, 0, 185)
  558. VehicleButton.Selectable = true
  559. VehicleButton.Size = UDim2.new(0, 90, 0, 35)
  560. VehicleButton.Style = Enum.ButtonStyle.Custom
  561. VehicleButton.Font = Enum.Font.Cartoon
  562. VehicleButton.FontSize = Enum.FontSize.Size28
  563. VehicleButton.Text = "Vehicle"
  564. VehicleButton.TextColor3 = Color3.new(1, 1, 1)
  565. VehicleButton.TextStrokeTransparency = 0
  566. VehicleButton.Parent = TabsParent
  567.  
  568. VehicleButton.MouseButton1Down:connect(function()
  569. s.SoundId = 'rbxassetid://177266782'
  570. s.Volume = 0.2
  571. s.PlaybackSpeed = 1
  572. s:Play()
  573. LocalPage.Visible = false
  574. WaypointsPage.Visible = false
  575. PlayerPage.Visible = false
  576. ServerPage.Visible = false
  577. VehiclePage.Visible = true
  578. ChangeLogPage.Visible = false
  579. end)
  580.  
  581. CloseButton.Active = true
  582. CloseButton.BackgroundTransparency = 1
  583. CloseButton.Name = "CloseButton"
  584. CloseButton.Position = UDim2.new(0, 365, 0, 0)
  585. CloseButton.Selectable = true
  586. CloseButton.Size = UDim2.new(0, 35, 0, 35)
  587. CloseButton.Style = Enum.ButtonStyle.Custom
  588. CloseButton.Font = Enum.Font.Cartoon
  589. CloseButton.FontSize = Enum.FontSize.Size14
  590. CloseButton.Text = "X"
  591. CloseButton.TextColor3 = Color3.new(1, 1, 1)
  592. CloseButton.TextScaled = true
  593. CloseButton.TextStrokeTransparency = 0
  594. CloseButton.TextWrapped = true
  595. CloseButton.Parent = DragFrame
  596. CloseButton.MouseButton1Down:connect(function()
  597. PagesParent:TweenSize(UDim2.new(1,0,0,0), 'In', 'Quad', 0.5, false)
  598. TabsParent:TweenSize(UDim2.new(1,0,0,0), 'In', 'Quad', 0.5, false)
  599. wait(0.5)
  600. CloseButton.Visible = false
  601. OpenButton.Visible = true
  602. PagesParent.Visible = false
  603. TabsParent.Visible = false
  604. end)
  605.  
  606. OpenButton.Active = true
  607. OpenButton.Visible = false
  608. OpenButton.BackgroundTransparency = 1
  609. OpenButton.Name = "OpenButton"
  610. OpenButton.Position = UDim2.new(0, 365, 0, 0)
  611. OpenButton.Selectable = true
  612. OpenButton.Size = UDim2.new(0, 35, 0, 35)
  613. OpenButton.Style = Enum.ButtonStyle.Custom
  614. OpenButton.Font = Enum.Font.Cartoon
  615. OpenButton.FontSize = Enum.FontSize.Size14
  616. OpenButton.Text = "+"
  617. OpenButton.TextColor3 = Color3.new(1, 1, 1)
  618. OpenButton.TextScaled = true
  619. OpenButton.TextStrokeTransparency = 0
  620. OpenButton.TextWrapped = true
  621. OpenButton.Parent = DragFrame
  622. OpenButton.MouseButton1Down:connect(function()
  623. PagesParent.Visible = true
  624. TabsParent.Visible = true
  625. PagesParent:TweenSize(UDim2.new(0, 400, 0, 225), 'Out', 'Bounce', 0.75, false)
  626. TabsParent:TweenSize(UDim2.new(0, 100, 0, 225), 'Out', 'Bounce', 0.75, false)
  627. wait(0.05)
  628. s.SoundId = "rbxassetid://247008426"
  629. s.PlaybackSpeed = 1
  630. s:Play()
  631. wait(0.5)
  632. CloseButton.Visible = true
  633. OpenButton.Visible = false
  634. PagesParent.Visible = true
  635. TabsParent.Visible = true
  636. end)
  637.  
  638. LocalTitle.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  639. LocalTitle.BackgroundTransparency = 1
  640. LocalTitle.Name = "LocalTitle"
  641. LocalTitle.Position = UDim2.new(0, 0, 0, 10)
  642. LocalTitle.Size = UDim2.new(0, 400, 0, 25)
  643. LocalTitle.ZIndex = 3
  644. LocalTitle.Font = Enum.Font.Cartoon
  645. LocalTitle.FontSize = Enum.FontSize.Size28
  646. LocalTitle.Text = "Local Commands"
  647. LocalTitle.TextColor3 = Color3.new(0, 0.666667, 1)
  648. LocalTitle.TextStrokeTransparency = 0
  649. LocalTitle.Parent = LocalPage
  650.  
  651. LocalDesc.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  652. LocalDesc.BackgroundTransparency = 1
  653. LocalDesc.Name = "LocalDesc"
  654. LocalDesc.Position = UDim2.new(0, 0, 0, 45)
  655. LocalDesc.Size = UDim2.new(0, 400, 0, 25)
  656. LocalDesc.ZIndex = 3
  657. LocalDesc.Font = Enum.Font.Cartoon
  658. LocalDesc.FontSize = Enum.FontSize.Size24
  659. LocalDesc.Text = "Local commands only work for YOU."
  660. LocalDesc.TextColor3 = Color3.new(1, 1, 1)
  661. LocalDesc.TextStrokeTransparency = 0
  662. LocalDesc.Parent = LocalPage
  663.  
  664. WaypointsImage.Active = false
  665. WaypointsImage.BorderColor3 = Color3.new(0.588235, 0.588235, 0.588235)
  666. WaypointsImage.BorderSizePixel = 2
  667. WaypointsImage.Position = UDim2.new(0, 75, 0, 20)
  668. WaypointsImage.Name = "WaypointsImage"
  669. WaypointsImage.Selectable = false
  670. WaypointsImage.Size = UDim2.new(0, 250, 0, 150)
  671. WaypointsImage.ZIndex = 2
  672. WaypointsImage.Image = "rbxassetid://900664940"
  673. WaypointsImage.Draggable = true
  674. WaypointsImage.Parent = WaypointsPage
  675.  
  676. RefugeeBack.Active = true
  677. RefugeeBack.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  678. RefugeeBack.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  679. RefugeeBack.BorderSizePixel = 2
  680. RefugeeBack.Name = "RefugeeBack"
  681. RefugeeBack.Position = UDim2.new(0, 75, 0, 175)
  682. RefugeeBack.Selectable = true
  683. RefugeeBack.Size = UDim2.new(0, 35, 0, 35)
  684. RefugeeBack.Style = Enum.ButtonStyle.Custom
  685. RefugeeBack.ZIndex = 3
  686. RefugeeBack.Font = Enum.Font.Cartoon
  687. RefugeeBack.FontSize = Enum.FontSize.Size28
  688. RefugeeBack.Text = "<"
  689. RefugeeBack.TextColor3 = Color3.new(1, 1, 1)
  690. RefugeeBack.TextScaled = true
  691. RefugeeBack.TextStrokeTransparency = 0
  692. RefugeeBack.TextWrapped = true
  693. RefugeeBack.TextYAlignment = Enum.TextYAlignment.Top
  694. RefugeeBack.Parent = WaypointsPage
  695. RefugeeBack.MouseButton1Click:connect(function()
  696. RefugeeBack.Visible = false
  697. RefugeeFoward.Visible = false
  698. RefugeeSelect.Visible = false
  699. WaypointsImage.Image = "rbxassetid://900666427"
  700. end)
  701.  
  702. RefugeeSelect.Active = true
  703. RefugeeSelect.Parent = WaypointsPage
  704. RefugeeSelect.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  705. RefugeeSelect.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  706. RefugeeSelect.BorderSizePixel = 2
  707. RefugeeSelect.Name = "RefugeeSelect"
  708. RefugeeSelect.Position = UDim2.new(0, 115, 0, 175)
  709. RefugeeSelect.Selectable = true
  710. RefugeeSelect.Size = UDim2.new(0, 170, 0, 35)
  711. RefugeeSelect.Style = Enum.ButtonStyle.Custom
  712. RefugeeSelect.ZIndex = 3
  713. RefugeeSelect.Font = Enum.Font.Cartoon
  714. RefugeeSelect.FontSize = Enum.FontSize.Size28
  715. RefugeeSelect.Text = "Refugee Camp"
  716. RefugeeSelect.TextColor3 = Color3.new(1, 1, 1)
  717. RefugeeSelect.TextScaled = true
  718. RefugeeSelect.TextStrokeTransparency = 0
  719. RefugeeSelect.TextWrapped = true
  720.  
  721.  
  722.  
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730.  
  731. RefugeeSelect.MouseButton1Click:connect(function()
  732. game.Workspace.Remote.AddDamageSelf:FireServer(game.Players.LocalPlayer.Character.Humanoid, math.huge)
  733. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2435.35815, 4.01000977, -2790.55444)
  734. end)
  735.  
  736. RefugeeFoward.Active = true
  737. RefugeeFoward.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  738. RefugeeFoward.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  739. RefugeeFoward.BorderSizePixel = 2
  740. RefugeeFoward.Name = "RefugeeFoward"
  741. RefugeeFoward.Position = UDim2.new(0, 290, 0, 175)
  742. RefugeeFoward.Selectable = true
  743. RefugeeFoward.Size = UDim2.new(0, 35, 0, 35)
  744. RefugeeFoward.Style = Enum.ButtonStyle.Custom
  745. RefugeeFoward.ZIndex = 3
  746. RefugeeFoward.Font = Enum.Font.Cartoon
  747. RefugeeFoward.FontSize = Enum.FontSize.Size28
  748. RefugeeFoward.Text = ">"
  749. RefugeeFoward.TextColor3 = Color3.new(1, 1, 1)
  750. RefugeeFoward.TextScaled = true
  751. RefugeeFoward.TextStrokeTransparency = 0
  752. RefugeeFoward.TextWrapped = true
  753. RefugeeFoward.TextYAlignment = Enum.TextYAlignment.Top
  754. RefugeeFoward.Parent = WaypointsPage
  755. RefugeeFoward.MouseButton1Click:connect(function()
  756. RefugeeBack.Visible = false
  757. RefugeeFoward.Visible = false
  758. RefugeeSelect.Visible = false
  759. MOBack.Visible = true
  760. MOFoward.Visible = true
  761. MOSelect.Visible = true
  762. WaypointsImage.Image = "rbxassetid://900662814"
  763. end)
  764.  
  765. MOBack.Visible = false
  766. MOBack.Active = true
  767. MOBack.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  768. MOBack.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  769. MOBack.BorderSizePixel = 2
  770. MOBack.Name = "MOBack"
  771. MOBack.Position = UDim2.new(0, 75, 0, 175)
  772. MOBack.Selectable = true
  773. MOBack.Size = UDim2.new(0, 35, 0, 35)
  774. MOBack.Style = Enum.ButtonStyle.Custom
  775. MOBack.ZIndex = 3
  776. MOBack.Font = Enum.Font.Cartoon
  777. MOBack.FontSize = Enum.FontSize.Size28
  778. MOBack.Text = "<"
  779. MOBack.TextColor3 = Color3.new(1, 1, 1)
  780. MOBack.TextScaled = true
  781. MOBack.TextStrokeTransparency = 0
  782. MOBack.TextWrapped = true
  783. MOBack.TextYAlignment = Enum.TextYAlignment.Top
  784. MOBack.Parent = WaypointsPage
  785. MOBack.MouseButton1Click:connect(function()
  786. RefugeeBack.Visible = true
  787. RefugeeFoward.Visible = true
  788. RefugeeSelect.Visible = true
  789. MOBack.Visible = false
  790. MOFoward.Visible = false
  791. MOSelect.Visible = false
  792. WaypointsImage.Image = "rbxassetid://900664940"
  793. end)
  794.  
  795. MOSelect.Visible = false
  796. MOSelect.Active = true
  797. MOSelect.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  798. MOSelect.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  799. MOSelect.BorderSizePixel = 2
  800. MOSelect.Name = "MOSelect"
  801. MOSelect.Position = UDim2.new(0, 115, 0, 175)
  802. MOSelect.Selectable = true
  803. MOSelect.Size = UDim2.new(0, 170, 0, 35)
  804. MOSelect.Style = Enum.ButtonStyle.Custom
  805. MOSelect.ZIndex = 3
  806. MOSelect.Font = Enum.Font.Cartoon
  807. MOSelect.FontSize = Enum.FontSize.Size28
  808. MOSelect.Text = "Military Outpost"
  809. MOSelect.TextColor3 = Color3.new(1, 1, 1)
  810. MOSelect.TextScaled = true
  811. MOSelect.TextStrokeTransparency = 0
  812. MOSelect.TextWrapped = true
  813. MOSelect.Parent = WaypointsPage
  814. MOSelect.MouseButton1Click:connect(function()
  815. game.Workspace.Remote.AddDamageSelf:FireServer(game.Players.LocalPlayer.Character.Humanoid, math.huge)
  816. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1728.78052, 4.0999999, -1634.20215)
  817. end)
  818.  
  819. MOFoward.Visible = false
  820. MOFoward.Active = true
  821. MOFoward.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  822. MOFoward.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  823. MOFoward.BorderSizePixel = 2
  824. MOFoward.Name = "MOFoward"
  825. MOFoward.Position = UDim2.new(0, 290, 0, 175)
  826. MOFoward.Selectable = true
  827. MOFoward.Size = UDim2.new(0, 35, 0, 35)
  828. MOFoward.Style = Enum.ButtonStyle.Custom
  829. MOFoward.ZIndex = 3
  830. MOFoward.Font = Enum.Font.Cartoon
  831. MOFoward.FontSize = Enum.FontSize.Size28
  832. MOFoward.Text = ">"
  833. MOFoward.TextColor3 = Color3.new(1, 1, 1)
  834. MOFoward.TextScaled = true
  835. MOFoward.TextStrokeTransparency = 0
  836. MOFoward.TextWrapped = true
  837. MOFoward.TextYAlignment = Enum.TextYAlignment.Top
  838. MOFoward.Parent = WaypointsPage
  839. MOFoward.MouseButton1Click:connect(function()
  840. MOBack.Visible = false
  841. MOFoward.Visible = false
  842. MOSelect.Visible = false
  843. VernalBack.Visible = true
  844. VernalSelect.Visible = true
  845. VernalFoward.Visible = true
  846. WaypointsImage.Image = "rbxassetid://900666599"
  847. end)
  848.  
  849. VernalBack.Active = true
  850. VernalBack.Visible = false
  851. VernalBack.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  852. VernalBack.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  853. VernalBack.BorderSizePixel = 2
  854. VernalBack.Name = "MOBack"
  855. VernalBack.Position = UDim2.new(0, 75, 0, 175)
  856. VernalBack.Selectable = true
  857. VernalBack.Size = UDim2.new(0, 35, 0, 35)
  858. VernalBack.Style = Enum.ButtonStyle.Custom
  859. VernalBack.ZIndex = 3
  860. VernalBack.Font = Enum.Font.Cartoon
  861. VernalBack.FontSize = Enum.FontSize.Size28
  862. VernalBack.Text = "<"
  863. VernalBack.TextColor3 = Color3.new(1, 1, 1)
  864. VernalBack.TextScaled = true
  865. VernalBack.TextStrokeTransparency = 0
  866. VernalBack.TextWrapped = true
  867. VernalBack.TextYAlignment = Enum.TextYAlignment.Top
  868. VernalBack.Parent = WaypointsPage
  869. VernalBack.MouseButton1Click:connect(function()
  870. VernalBack.Visible = false
  871. VernalFoward.Visible = false
  872. VernalSelect.Visible = false
  873. MOBack.Visible = true
  874. MOFoward.Visible = true
  875. MOSelect.Visible = true
  876. WaypointsImage.Image = "rbxassetid://900662814"
  877. end)
  878.  
  879. VernalSelect.Visible = false
  880. VernalSelect.Active = true
  881. VernalSelect.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  882. VernalSelect.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  883. VernalSelect.BorderSizePixel = 2
  884. VernalSelect.Name = "VernalSelect"
  885. VernalSelect.Position = UDim2.new(0, 115, 0, 175)
  886. VernalSelect.Selectable = true
  887. VernalSelect.Size = UDim2.new(0, 170, 0, 35)
  888. VernalSelect.Style = Enum.ButtonStyle.Custom
  889. VernalSelect.ZIndex = 3
  890. VernalSelect.Font = Enum.Font.Cartoon
  891. VernalSelect.FontSize = Enum.FontSize.Size28
  892. VernalSelect.Text = "Vernal"
  893. VernalSelect.TextColor3 = Color3.new(1, 1, 1)
  894. VernalSelect.TextScaled = true
  895. VernalSelect.TextStrokeTransparency = 0
  896. VernalSelect.TextWrapped = true
  897. VernalSelect.Parent = WaypointsPage
  898. VernalSelect.MouseButton1Click:connect(function()
  899. game.Workspace.Remote.AddDamageSelf:FireServer(game.Players.LocalPlayer.Character.Humanoid, math.huge)
  900. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2584.03394, 4.0985134, -728.393738)
  901. end)
  902.  
  903. VernalFoward.Visible = false
  904. VernalFoward.Active = true
  905. VernalFoward.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  906. VernalFoward.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  907. VernalFoward.BorderSizePixel = 2
  908. VernalFoward.Name = "VernalFoward"
  909. VernalFoward.Position = UDim2.new(0, 290, 0, 175)
  910. VernalFoward.Selectable = true
  911. VernalFoward.Size = UDim2.new(0, 35, 0, 35)
  912. VernalFoward.Style = Enum.ButtonStyle.Custom
  913. VernalFoward.ZIndex = 3
  914. VernalFoward.Font = Enum.Font.Cartoon
  915. VernalFoward.FontSize = Enum.FontSize.Size28
  916. VernalFoward.Text = ">"
  917. VernalFoward.TextColor3 = Color3.new(1, 1, 1)
  918. VernalFoward.TextScaled = true
  919. VernalFoward.TextStrokeTransparency = 0
  920. VernalFoward.TextWrapped = true
  921. VernalFoward.TextYAlignment = Enum.TextYAlignment.Top
  922. VernalFoward.Parent = WaypointsPage
  923. VernalFoward.MouseButton1Click:connect(function()
  924. VernalBack.Visible = false
  925. VernalFoward.Visible = false
  926. VernalSelect.Visible = false
  927. MasonBack.Visible = true
  928. MasonFoward.Visible = true
  929. MasonSelect.Visible = true
  930. WaypointsImage.Image = "rbxassetid://900662552"
  931. end)
  932.  
  933. MasonBack.Active = true
  934. MasonBack.Visible = false
  935. MasonBack.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  936. MasonBack.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  937. MasonBack.BorderSizePixel = 2
  938. MasonBack.Name = "MOBack"
  939. MasonBack.Position = UDim2.new(0, 75, 0, 175)
  940. MasonBack.Selectable = true
  941. MasonBack.Size = UDim2.new(0, 35, 0, 35)
  942. MasonBack.Style = Enum.ButtonStyle.Custom
  943. MasonBack.ZIndex = 3
  944. MasonBack.Font = Enum.Font.Cartoon
  945. MasonBack.FontSize = Enum.FontSize.Size28
  946. MasonBack.Text = "<"
  947. MasonBack.TextColor3 = Color3.new(1, 1, 1)
  948. MasonBack.TextScaled = true
  949. MasonBack.TextStrokeTransparency = 0
  950. MasonBack.TextWrapped = true
  951. MasonBack.TextYAlignment = Enum.TextYAlignment.Top
  952. MasonBack.Parent = WaypointsPage
  953. MasonBack.MouseButton1Click:connect(function()
  954. MasonBack.Visible = false
  955. MasonFoward.Visible = false
  956. MasonSelect.Visible = false
  957. VernalBack.Visible = true
  958. VernalFoward.Visible = true
  959. VernalSelect.Visible = true
  960. WaypointsImage.Image = "rbxassetid://900666599"
  961. end)
  962.  
  963. MasonSelect.Visible = false
  964. MasonSelect.Active = true
  965. MasonSelect.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  966. MasonSelect.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  967. MasonSelect.BorderSizePixel = 2
  968. MasonSelect.Name = "MasonSelect"
  969. MasonSelect.Position = UDim2.new(0, 115, 0, 175)
  970. MasonSelect.Selectable = true
  971. MasonSelect.Size = UDim2.new(0, 170, 0, 35)
  972. MasonSelect.Style = Enum.ButtonStyle.Custom
  973. MasonSelect.ZIndex = 3
  974. MasonSelect.Font = Enum.Font.Cartoon
  975. MasonSelect.FontSize = Enum.FontSize.Size28
  976. MasonSelect.Text = "Mason"
  977. MasonSelect.TextColor3 = Color3.new(1, 1, 1)
  978. MasonSelect.TextScaled = true
  979. MasonSelect.TextStrokeTransparency = 0
  980. MasonSelect.TextWrapped = true
  981. MasonSelect.Parent = WaypointsPage
  982. MasonSelect.MouseButton1Click:connect(function()
  983. game.Workspace.Remote.AddDamageSelf:FireServer(game.Players.LocalPlayer.Character.Humanoid, math.huge)
  984. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2410.36157, 4.09999371, 684.061096)
  985. end)
  986.  
  987. MasonFoward.Visible = false
  988. MasonFoward.Active = true
  989. MasonFoward.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  990. MasonFoward.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  991. MasonFoward.BorderSizePixel = 2
  992. MasonFoward.Name = "MasonFoward"
  993. MasonFoward.Position = UDim2.new(0, 290, 0, 175)
  994. MasonFoward.Selectable = true
  995. MasonFoward.Size = UDim2.new(0, 35, 0, 35)
  996. MasonFoward.Style = Enum.ButtonStyle.Custom
  997. MasonFoward.ZIndex = 3
  998. MasonFoward.Font = Enum.Font.Cartoon
  999. MasonFoward.FontSize = Enum.FontSize.Size28
  1000. MasonFoward.Text = ">"
  1001. MasonFoward.TextColor3 = Color3.new(1, 1, 1)
  1002. MasonFoward.TextScaled = true
  1003. MasonFoward.TextStrokeTransparency = 0
  1004. MasonFoward.TextWrapped = true
  1005. MasonFoward.TextYAlignment = Enum.TextYAlignment.Top
  1006. MasonFoward.Parent = WaypointsPage
  1007. MasonFoward.MouseButton1Click:connect(function()
  1008. MasonBack.Visible = false
  1009. MasonFoward.Visible = false
  1010. MasonSelect.Visible = false
  1011. FactoryBack.Visible = true
  1012. FactoryFoward.Visible = true
  1013. FactorySelect.Visible = true
  1014. WaypointsImage.Image = "rbxassetid://900468024"
  1015. end)
  1016.  
  1017. FactoryBack.Active = true
  1018. FactoryBack.Visible = false
  1019. FactoryBack.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1020. FactoryBack.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  1021. FactoryBack.BorderSizePixel = 2
  1022. FactoryBack.Name = "MOBack"
  1023. FactoryBack.Position = UDim2.new(0, 75, 0, 175)
  1024. FactoryBack.Selectable = true
  1025. FactoryBack.Size = UDim2.new(0, 35, 0, 35)
  1026. FactoryBack.Style = Enum.ButtonStyle.Custom
  1027. FactoryBack.ZIndex = 3
  1028. FactoryBack.Font = Enum.Font.Cartoon
  1029. FactoryBack.FontSize = Enum.FontSize.Size28
  1030. FactoryBack.Text = "<"
  1031. FactoryBack.TextColor3 = Color3.new(1, 1, 1)
  1032. FactoryBack.TextScaled = true
  1033. FactoryBack.TextStrokeTransparency = 0
  1034. FactoryBack.TextWrapped = true
  1035. FactoryBack.TextYAlignment = Enum.TextYAlignment.Top
  1036. FactoryBack.Parent = WaypointsPage
  1037. FactoryBack.MouseButton1Click:connect(function()
  1038. MasonBack.Visible = true
  1039. MasonFoward.Visible = true
  1040. MasonSelect.Visible = true
  1041. FactoryBack.Visible = false
  1042. FactoryFoward.Visible = false
  1043. FactorySelect.Visible = false
  1044. WaypointsImage.Image = "rbxassetid://900662552"
  1045. end)
  1046.  
  1047. FactorySelect.Visible = false
  1048. FactorySelect.Active = true
  1049. FactorySelect.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1050. FactorySelect.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  1051. FactorySelect.BorderSizePixel = 2
  1052. FactorySelect.Name = "FactorySelect"
  1053. FactorySelect.Position = UDim2.new(0, 115, 0, 175)
  1054. FactorySelect.Selectable = true
  1055. FactorySelect.Size = UDim2.new(0, 170, 0, 35)
  1056. FactorySelect.Style = Enum.ButtonStyle.Custom
  1057. FactorySelect.ZIndex = 3
  1058. FactorySelect.Font = Enum.Font.Cartoon
  1059. FactorySelect.FontSize = Enum.FontSize.Size28
  1060. FactorySelect.Text = "Factory"
  1061. FactorySelect.TextColor3 = Color3.new(1, 1, 1)
  1062. FactorySelect.TextScaled = true
  1063. FactorySelect.TextStrokeTransparency = 0
  1064. FactorySelect.TextWrapped = true
  1065. FactorySelect.Parent = WaypointsPage
  1066. FactorySelect.MouseButton1Click:connect(function()
  1067. game.Workspace.Remote.AddDamageSelf:FireServer(game.Players.LocalPlayer.Character.Humanoid, math.huge)
  1068. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2585.26538, 4.09999371, 2227.57275)
  1069. end)
  1070.  
  1071. FactoryFoward.Visible = false
  1072. FactoryFoward.Active = true
  1073. FactoryFoward.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1074. FactoryFoward.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  1075. FactoryFoward.BorderSizePixel = 2
  1076. FactoryFoward.Name = "FactoryFoward"
  1077. FactoryFoward.Position = UDim2.new(0, 290, 0, 175)
  1078. FactoryFoward.Selectable = true
  1079. FactoryFoward.Size = UDim2.new(0, 35, 0, 35)
  1080. FactoryFoward.Style = Enum.ButtonStyle.Custom
  1081. FactoryFoward.ZIndex = 3
  1082. FactoryFoward.Font = Enum.Font.Cartoon
  1083. FactoryFoward.FontSize = Enum.FontSize.Size28
  1084. FactoryFoward.Text = ">"
  1085. FactoryFoward.TextColor3 = Color3.new(1, 1, 1)
  1086. FactoryFoward.TextScaled = true
  1087. FactoryFoward.TextStrokeTransparency = 0
  1088. FactoryFoward.TextWrapped = true
  1089. FactoryFoward.TextYAlignment = Enum.TextYAlignment.Top
  1090. FactoryFoward.Parent = WaypointsPage
  1091. FactoryFoward.MouseButton1Click:connect(function()
  1092. FactoryBack.Visible = false
  1093. FactoryFoward.Visible = false
  1094. FactorySelect.Visible = false
  1095. KorriBack.Visible = true
  1096. KorriFoward.Visible = true
  1097. KorriSelect.Visible = true
  1098. WaypointsImage.Image = "rbxassetid://900469407"
  1099. end)
  1100.  
  1101. KorriBack.Active = true
  1102. KorriBack.Visible = false
  1103. KorriBack.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1104. KorriBack.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  1105. KorriBack.BorderSizePixel = 2
  1106. KorriBack.Name = "MOBack"
  1107. KorriBack.Position = UDim2.new(0, 75, 0, 175)
  1108. KorriBack.Selectable = true
  1109. KorriBack.Size = UDim2.new(0, 35, 0, 35)
  1110. KorriBack.Style = Enum.ButtonStyle.Custom
  1111. KorriBack.ZIndex = 3
  1112. KorriBack.Font = Enum.Font.Cartoon
  1113. KorriBack.FontSize = Enum.FontSize.Size28
  1114. KorriBack.Text = "<"
  1115. KorriBack.TextColor3 = Color3.new(1, 1, 1)
  1116. KorriBack.TextScaled = true
  1117. KorriBack.TextStrokeTransparency = 0
  1118. KorriBack.TextWrapped = true
  1119. KorriBack.TextYAlignment = Enum.TextYAlignment.Top
  1120. KorriBack.Parent = WaypointsPage
  1121. KorriBack.MouseButton1Click:connect(function()
  1122. KorriBack.Visible = false
  1123. KorriFoward.Visible = false
  1124. KorriSelect.Visible = false
  1125. FactoryBack.Visible = true
  1126. FactoryFoward.Visible = true
  1127. FactorySelect.Visible = true
  1128. WaypointsImage.Image = "rbxassetid://900662552"
  1129. end)
  1130.  
  1131. KorriSelect.Visible = false
  1132. KorriSelect.Active = true
  1133. KorriSelect.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1134. KorriSelect.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  1135. KorriSelect.BorderSizePixel = 2
  1136. KorriSelect.Name = "KorriSelect"
  1137. KorriSelect.Position = UDim2.new(0, 115, 0, 175)
  1138. KorriSelect.Selectable = true
  1139. KorriSelect.Size = UDim2.new(0, 170, 0, 35)
  1140. KorriSelect.Style = Enum.ButtonStyle.Custom
  1141. KorriSelect.ZIndex = 3
  1142. KorriSelect.Font = Enum.Font.Cartoon
  1143. KorriSelect.FontSize = Enum.FontSize.Size28
  1144. KorriSelect.Text = "Korri"
  1145. KorriSelect.TextColor3 = Color3.new(1, 1, 1)
  1146. KorriSelect.TextScaled = true
  1147. KorriSelect.TextStrokeTransparency = 0
  1148. KorriSelect.TextWrapped = true
  1149. KorriSelect.Parent = WaypointsPage
  1150. KorriSelect.MouseButton1Click:connect(function()
  1151. game.Workspace.Remote.AddDamageSelf:FireServer(game.Players.LocalPlayer.Character.Humanoid, math.huge)
  1152. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1250.82129, 4.09999371, 2519.40869)
  1153. end)
  1154.  
  1155. KorriFoward.Visible = false
  1156. KorriFoward.Active = true
  1157. KorriFoward.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1158. KorriFoward.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  1159. KorriFoward.BorderSizePixel = 2
  1160. KorriFoward.Name = "KorriFoward"
  1161. KorriFoward.Position = UDim2.new(0, 290, 0, 175)
  1162. KorriFoward.Selectable = true
  1163. KorriFoward.Size = UDim2.new(0, 35, 0, 35)
  1164. KorriFoward.Style = Enum.ButtonStyle.Custom
  1165. KorriFoward.ZIndex = 3
  1166. KorriFoward.Font = Enum.Font.Cartoon
  1167. KorriFoward.FontSize = Enum.FontSize.Size28
  1168. KorriFoward.Text = ">"
  1169. KorriFoward.TextColor3 = Color3.new(1, 1, 1)
  1170. KorriFoward.TextScaled = true
  1171. KorriFoward.TextStrokeTransparency = 0
  1172. KorriFoward.TextWrapped = true
  1173. KorriFoward.TextYAlignment = Enum.TextYAlignment.Top
  1174. KorriFoward.Parent = WaypointsPage
  1175. KorriFoward.MouseButton1Click:connect(function()
  1176. KorriBack.Visible = false
  1177. KorriFoward.Visible = false
  1178. KorriSelect.Visible = false
  1179. FortRuinsBack.Visible = true
  1180. FortRuinsFoward.Visible = true
  1181. FortRuinsSelect.Visible = true
  1182. WaypointsImage.Image = "rbxassetid://900469407"
  1183. end)
  1184.  
  1185.  
  1186. KorriBack.Active = true
  1187. KorriBack.Visible = false
  1188. KorriBack.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1189. KorriBack.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  1190. KorriBack.BorderSizePixel = 2
  1191. KorriBack.Name = "MOBack"
  1192. KorriBack.Position = UDim2.new(0, 75, 0, 175)
  1193. KorriBack.Selectable = true
  1194. KorriBack.Size = UDim2.new(0, 35, 0, 35)
  1195. KorriBack.Style = Enum.ButtonStyle.Custom
  1196. KorriBack.ZIndex = 3
  1197. KorriBack.Font = Enum.Font.Cartoon
  1198. KorriBack.FontSize = Enum.FontSize.Size28
  1199. KorriBack.Text = "<"
  1200. KorriBack.TextColor3 = Color3.new(1, 1, 1)
  1201. KorriBack.TextScaled = true
  1202. KorriBack.TextStrokeTransparency = 0
  1203. KorriBack.TextWrapped = true
  1204. KorriBack.TextYAlignment = Enum.TextYAlignment.Top
  1205. KorriBack.Parent = WaypointsPage
  1206. KorriBack.MouseButton1Click:connect(function()
  1207. KorriBack.Visible = false
  1208. KorriFoward.Visible = false
  1209. KorriSelect.Visible = false
  1210. FactoryBack.Visible = true
  1211. FactoryFoward.Visible = true
  1212. FactorySelect.Visible = true
  1213. WaypointsImage.Image = "rbxassetid://900662552"
  1214. end)
  1215.  
  1216. KorriSelect.Visible = false
  1217. KorriSelect.Active = true
  1218. KorriSelect.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1219. KorriSelect.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  1220. KorriSelect.BorderSizePixel = 2
  1221. KorriSelect.Name = "KorriSelect"
  1222. KorriSelect.Position = UDim2.new(0, 115, 0, 175)
  1223. KorriSelect.Selectable = true
  1224. KorriSelect.Size = UDim2.new(0, 170, 0, 35)
  1225. KorriSelect.Style = Enum.ButtonStyle.Custom
  1226. KorriSelect.ZIndex = 3
  1227. KorriSelect.Font = Enum.Font.Cartoon
  1228. KorriSelect.FontSize = Enum.FontSize.Size28
  1229. KorriSelect.Text = "Korri"
  1230. KorriSelect.TextColor3 = Color3.new(1, 1, 1)
  1231. KorriSelect.TextScaled = true
  1232. KorriSelect.TextStrokeTransparency = 0
  1233. KorriSelect.TextWrapped = true
  1234. KorriSelect.Parent = WaypointsPage
  1235. KorriSelect.MouseButton1Click:connect(function()
  1236. game.Workspace.Remote.AddDamageSelf:FireServer(game.Players.LocalPlayer.Character.Humanoid, math.huge)
  1237. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1250.82129, 4.09999371, 2519.40869)
  1238. end)
  1239.  
  1240. KorriFoward.Visible = false
  1241. KorriFoward.Active = true
  1242. KorriFoward.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1243. KorriFoward.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  1244. KorriFoward.BorderSizePixel = 2
  1245. KorriFoward.Name = "KorriFoward"
  1246. KorriFoward.Position = UDim2.new(0, 290, 0, 175)
  1247. KorriFoward.Selectable = true
  1248. KorriFoward.Size = UDim2.new(0, 35, 0, 35)
  1249. KorriFoward.Style = Enum.ButtonStyle.Custom
  1250. KorriFoward.ZIndex = 3
  1251. KorriFoward.Font = Enum.Font.Cartoon
  1252. KorriFoward.FontSize = Enum.FontSize.Size28
  1253. KorriFoward.Text = ">"
  1254. KorriFoward.TextColor3 = Color3.new(1, 1, 1)
  1255. KorriFoward.TextScaled = true
  1256. KorriFoward.TextStrokeTransparency = 0
  1257. KorriFoward.TextWrapped = true
  1258. KorriFoward.TextYAlignment = Enum.TextYAlignment.Top
  1259. KorriFoward.Parent = WaypointsPage
  1260. KorriFoward.MouseButton1Click:connect(function()
  1261. KorriBack.Visible = false
  1262. KorriFoward.Visible = false
  1263. KorriSelect.Visible = false
  1264. FortRuinsBack.Visible = true
  1265. FortRuinsFoward.Visible = true
  1266. FortRuinsSelect.Visible = true
  1267. WaypointsImage.Image = "rbxassetid://900469407"
  1268. end)
  1269.  
  1270. GodButton.Active = true
  1271. GodButton.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1272. GodButton.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  1273. GodButton.BorderSizePixel = 2
  1274. GodButton.Name = "GodButton"
  1275. GodButton.Position = UDim2.new(0, 50, 0, 95)
  1276. GodButton.Selectable = true
  1277. GodButton.Size = UDim2.new(0, 90, 0, 35)
  1278. GodButton.Style = Enum.ButtonStyle.Custom
  1279. GodButton.ZIndex = 3
  1280. GodButton.Font = Enum.Font.Cartoon
  1281. GodButton.FontSize = Enum.FontSize.Size28
  1282. GodButton.Text = "God"
  1283. GodButton.TextColor3 = Color3.new(1, 1, 1)
  1284. GodButton.TextStrokeTransparency = 0
  1285. GodButton.Parent = LocalPage
  1286.  
  1287. GodButton.MouseButton1Down:connect(function()
  1288. game.Workspace.Remote.AddDamageSelf:FireServer(game.Players.LocalPlayer.Character.Humanoid, math.huge)
  1289. end)
  1290.  
  1291. C4WalkButton.Active = true
  1292. C4WalkButton.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1293. C4WalkButton.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  1294. C4WalkButton.BorderSizePixel = 2
  1295. C4WalkButton.Name = "C4WalkButton"
  1296. C4WalkButton.Position = UDim2.new(0, 155, 0, 95)
  1297. C4WalkButton.Selectable = true
  1298. C4WalkButton.Size = UDim2.new(0, 90, 0, 35)
  1299. C4WalkButton.Style = Enum.ButtonStyle.Custom
  1300. C4WalkButton.ZIndex = 3
  1301. C4WalkButton.Font = Enum.Font.Cartoon
  1302. C4WalkButton.FontSize = Enum.FontSize.Size28
  1303. C4WalkButton.Text = "C4 : Off"
  1304. C4WalkButton.TextColor3 = Color3.new(1, 1, 1)
  1305. C4WalkButton.TextStrokeTransparency = 0
  1306. C4WalkButton.Parent = LocalPage
  1307.  
  1308. local C4On = false
  1309. local Plr = game.Players.LocalPlayer
  1310. local material = game.Lighting.Materials.C4Placed
  1311. C4WalkButton.MouseButton1Click:connect(function()
  1312. local pos = Plr.Character.Torso.Position
  1313. if C4On == false then
  1314. C4On = true
  1315. C4WalkButton.Text = "C4 : On"
  1316. C4WalkButton.BorderColor3 = Color3.new(0/255, 255/255, 0/255)
  1317. repeat
  1318. game.Workspace.Remote.PlaceC4:FireServer(material, pos, true)
  1319. wait()
  1320. until C4On == false
  1321. elseif C4On == true then
  1322. C4On = false
  1323. C4WalkButton.Text = "C4 : Off"
  1324. C4WalkButton.BorderColor3 = Color3.new(170/255, 0/255, 0/255)
  1325. end
  1326. end)
  1327.  
  1328. ESPButton.Active = true
  1329. ESPButton.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1330. ESPButton.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  1331. ESPButton.BorderSizePixel = 2
  1332. ESPButton.Name = "ESPButton"
  1333. ESPButton.Position = UDim2.new(0, 155, 0, 145)
  1334. ESPButton.Selectable = true
  1335. ESPButton.Size = UDim2.new(0, 90, 0, 35)
  1336. ESPButton.Style = Enum.ButtonStyle.Custom
  1337. ESPButton.ZIndex = 3
  1338. ESPButton.Font = Enum.Font.Cartoon
  1339. ESPButton.FontSize = Enum.FontSize.Size28
  1340. ESPButton.Text = "ESP : Off"
  1341. ESPButton.TextColor3 = Color3.new(1, 1, 1)
  1342. ESPButton.TextStrokeTransparency = 0
  1343. ESPButton.TextScaled = true
  1344. ESPButton.Parent = LocalPage
  1345.  
  1346. local esp = false
  1347. local player = game.Players.LocalPlayer
  1348. ESPButton.MouseButton1Down:connect(function()
  1349. if esp == false then -- forgot esp lol
  1350. esp = true
  1351. ESPButton.Text = "ESP : on"
  1352. for get,nplayer in ipairs(game.Players:GetPlayers()) do
  1353. if nplayer.Name == player.Name then
  1354. else
  1355. local BGUI = Instance.new('BillboardGui', workspace.CurrentCamera)
  1356. BGUI.Name = 'BGui'
  1357. local BGUIFrame = Instance.new('Frame', BGUI)
  1358. BGUIFrame.Name = 'BGUIFrame'
  1359. local BGUIName = Instance.new('TextLabel', BGUIFrame)
  1360. BGUIName.Name = 'BGUIName'
  1361. BGUI.AlwaysOnTop = true
  1362. BGUI.Enabled = true
  1363. BGUI.Size = UDim2.new(0,60,0,15)
  1364. BGUI.Adornee = nplayer.Character.Head
  1365. BGUIFrame.BackgroundTransparency = 1
  1366. BGUIFrame.Size = UDim2.new(1,0,1,0)
  1367. BGUIName.Size = UDim2.new(1,0,1,0)
  1368. BGUIName.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1369. BGUIName.Text = nplayer.Name
  1370. BGUIName.TextColor3 = Color3.new(255, 255,255)
  1371. BGUIName.TextStrokeColor3 = Color3.new(0, 0, 0)
  1372. BGUIName.TextStrokeTransparency = 0
  1373. BGUIName.Font = "Cartoon"
  1374. BGUIName.TextScaled = true
  1375. BGUIName.TextWrapped = true
  1376. BGUIName.MouseEnter:connect(function()
  1377. PlayerSelect.Text = game.Players.LocalPlayer.Name
  1378. BGUIName.MouseLeave:connect(function()
  1379. PlayerSelect.Text = ""
  1380. end)
  1381. end)
  1382. end
  1383. local nvGUI = Instance.new('ScreenGui', player.PlayerGui)
  1384. nvGUI.Name = "NVG"
  1385. local nvMAIN = Instance.new('TextLabel', nvGUI)
  1386. nvMAIN.Name = "Main"
  1387. nvMAIN.BackgroundTransparency = 1
  1388. for i,v in pairs(game.Players:GetChildren()) do
  1389. if v and v.Character and not (v.Name == '' .. player.Name) then
  1390. for i,v in pairs(v.Character:GetChildren()) do
  1391. if v:IsA('BasePart') then
  1392. local nvBox = Instance.new('SelectionBox', nvMAIN)
  1393. nvBox.Adornee = v
  1394. nvBox.Color = BrickColor.new('Blue')
  1395. end
  1396. end
  1397. end
  1398. end
  1399. end
  1400. elseif esp == true then
  1401. esp = false
  1402. ESPButton.Text = "ESP : off"
  1403. for i,v in ipairs(game.Workspace.CurrentCamera:GetChildren()) do
  1404. if v.Name == 'BGui' then
  1405. v:Destroy()
  1406. end
  1407. end
  1408. for i,v in pairs(player.PlayerGui:GetChildren()) do
  1409. if v.Name == "NVG" and v:IsA('ScreenGui') then
  1410. v:Destroy()
  1411. end
  1412. end
  1413. end
  1414. end)
  1415.  
  1416. HungThirButton.Active = true
  1417. HungThirButton.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1418. HungThirButton.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  1419. HungThirButton.BorderSizePixel = 2
  1420. HungThirButton.Name = "HungThirButton"
  1421. HungThirButton.Position = UDim2.new(0, 260, 0, 95)
  1422. HungThirButton.Selectable = true
  1423. HungThirButton.Size = UDim2.new(0, 90, 0, 35)
  1424. HungThirButton.Style = Enum.ButtonStyle.Custom
  1425. HungThirButton.ZIndex = 3
  1426. HungThirButton.Font = Enum.Font.Cartoon
  1427. HungThirButton.FontSize = Enum.FontSize.Size24
  1428. HungThirButton.Text = "Hung/Thir"
  1429. HungThirButton.TextColor3 = Color3.new(1, 1, 1)
  1430. HungThirButton.TextStrokeTransparency = 0
  1431. HungThirButton.Parent = LocalPage
  1432.  
  1433. HungThirButton.MouseButton1Down:connect(function()
  1434. plr = game.Players.LocalPlayer.playerstats
  1435. game.Players.LocalPlayer.playerstats.Thirst.Value = math.huge
  1436. game.Players.LocalPlayer.playerstats.Hunger.Value = math.huge
  1437. end)
  1438.  
  1439. NoclipButton.Active = true
  1440. NoclipButton.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1441. NoclipButton.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  1442. NoclipButton.BorderSizePixel = 2
  1443. NoclipButton.Name = "NoclipButton"
  1444. NoclipButton.Position = UDim2.new(0, 50, 0, 145)
  1445. NoclipButton.Selectable = true
  1446. NoclipButton.Size = UDim2.new(0, 90, 0, 35)
  1447. NoclipButton.Style = Enum.ButtonStyle.Custom
  1448. NoclipButton.ZIndex = 3
  1449. NoclipButton.Font = Enum.Font.Cartoon
  1450. NoclipButton.TextScaled = true
  1451. NoclipButton.FontSize = Enum.FontSize.Size28
  1452. NoclipButton.Text = "Noclip : Off"
  1453. NoclipButton.TextColor3 = Color3.new(1, 1, 1)
  1454. NoclipButton.TextStrokeTransparency = 0
  1455. NoclipButton.Parent = LocalPage
  1456.  
  1457. local noclip = false
  1458. NoclipButton.MouseButton1Down:connect(function()
  1459. if noclip == true then
  1460. noclip = false
  1461. NoclipButton.Text = "Noclip : On"
  1462. game:GetService('RunService').Stepped:connect(function()
  1463. game.Players.LocalPlayer.Character.Torso.CanCollide = noclip
  1464. game.Players.LocalPlayer.Character.Head.CanCollide = noclip
  1465. end)
  1466. game.Players.LocalPlayer.Character.Torso.Changed:connect(function()
  1467. game.Players.LocalPlayer.Character.Torso.CanCollide = noclip
  1468. game.Players.LocalPlayer.Character.Head.CanCollide = noclip
  1469. end)
  1470. elseif noclip == false then
  1471. noclip = true
  1472. NoclipButton.Text = "Noclip : Off"
  1473. end
  1474. end)
  1475.  
  1476. KillButton.Active = true
  1477. KillButton.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1478. KillButton.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  1479. KillButton.BorderSizePixel = 2
  1480. KillButton.Name = "KillButton"
  1481. KillButton.Position = UDim2.new(0, 50, 0, 95)
  1482. KillButton.Selectable = true
  1483. KillButton.Size = UDim2.new(0, 90, 0, 35)
  1484. KillButton.Style = Enum.ButtonStyle.Custom
  1485. KillButton.ZIndex = 3
  1486. KillButton.Font = Enum.Font.Cartoon
  1487. KillButton.FontSize = Enum.FontSize.Size28
  1488. KillButton.Text = "Kill"
  1489. KillButton.TextColor3 = Color3.new(1, 1, 1)
  1490. KillButton.TextStrokeTransparency = 0
  1491. KillButton.Parent = PlayerPage
  1492.  
  1493. KillButton.MouseButton1Down:connect(function()
  1494. v = PlayerSelect.Text
  1495. repeat wait()
  1496. workspace.Remote.DoHitLogic:FireServer(game.Players.LocalPlayer.Backpack["Makarov"], workspace[v].Head)
  1497. until nil
  1498. end)
  1499.  
  1500. PlayerSelect.BorderColor3 = Color3.new(0.411765, 0.411765, 0.411765)
  1501. PlayerSelect.BackgroundColor3 = Color3.new(255, 255, 255)
  1502. PlayerSelect.BorderSizePixel = 2
  1503. PlayerSelect.Name = "PlayerSelect"
  1504. PlayerSelect.Position = UDim2.new(0, 95, 0, 35)
  1505. PlayerSelect.Size = UDim2.new(0, 200, 0, 35)
  1506. PlayerSelect.ZIndex = 2
  1507. PlayerSelect.Font = Enum.Font.Cartoon
  1508. PlayerSelect.FontSize = Enum.FontSize.Size14
  1509. PlayerSelect.Text = ""
  1510. PlayerSelect.TextColor3 = Color3.new(1, 1, 1)
  1511. PlayerSelect.TextScaled = true
  1512. PlayerSelect.TextStrokeTransparency = 0
  1513. PlayerSelect.TextWrapped = true
  1514. PlayerSelect.Parent = PlayerPage
  1515.  
  1516. SpectateButton.Active = true
  1517. SpectateButton.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1518. SpectateButton.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  1519. SpectateButton.BorderSizePixel = 2
  1520. SpectateButton.Name = "SpectateButton"
  1521. SpectateButton.Position = UDim2.new(0, 155, 0, 95)
  1522. SpectateButton.Selectable = true
  1523. SpectateButton.Size = UDim2.new(0, 90, 0, 35)
  1524. SpectateButton.Style = Enum.ButtonStyle.Custom
  1525. SpectateButton.ZIndex = 3
  1526. SpectateButton.Font = Enum.Font.Cartoon
  1527. SpectateButton.FontSize = Enum.FontSize.Size28
  1528. SpectateButton.Text = "Spectate"
  1529. SpectateButton.TextColor3 = Color3.new(1, 1, 1)
  1530. SpectateButton.TextScaled = true
  1531. SpectateButton.TextStrokeTransparency = 0
  1532. SpectateButton.TextWrapped = true
  1533. SpectateButton.Parent = PlayerPage
  1534.  
  1535. SpectateButton.MouseButton1Click:connect(function()
  1536. playername = PlayerSelect.Text
  1537. game.Workspace.CurrentCamera.CameraSubject = game.Players[playername].Character.Humanoid
  1538. end)
  1539.  
  1540. TeleportButton.Active = true
  1541. TeleportButton.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1542. TeleportButton.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  1543. TeleportButton.BorderSizePixel = 2
  1544. TeleportButton.Name = "TeleportButton"
  1545. TeleportButton.Position = UDim2.new(0, 260, 0, 95)
  1546. TeleportButton.Selectable = true
  1547. TeleportButton.Size = UDim2.new(0, 90, 0, 35)
  1548. TeleportButton.Style = Enum.ButtonStyle.Custom
  1549. TeleportButton.ZIndex = 3
  1550. TeleportButton.Font = Enum.Font.Cartoon
  1551. TeleportButton.FontSize = Enum.FontSize.Size24
  1552. TeleportButton.Text = "Teleport To"
  1553. TeleportButton.TextColor3 = Color3.new(1, 1, 1)
  1554. TeleportButton.TextScaled = true
  1555. TeleportButton.TextStrokeTransparency = 0
  1556. TeleportButton.TextWrapped = true
  1557. TeleportButton.Parent = PlayerPage
  1558.  
  1559. TeleportButton.MouseButton1Click:connect(function()
  1560. o = PlayerSelect.Text
  1561. game.Workspace.Remote.AddDamageSelf:FireServer(game.Players.LocalPlayer.Character.Humanoid, math.huge)
  1562. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players[o].Character.HumanoidRootPart.Position)
  1563. end)
  1564.  
  1565. SpeedSet.BackgroundColor3 = Color3.new(255, 255, 255)
  1566. SpeedSet.BorderColor3 = Color3.new(0.411765, 0.411765, 0.411765)
  1567. SpeedSet.BorderSizePixel = 2
  1568. SpeedSet.Name = "SpeedSet"
  1569. SpeedSet.Position = UDim2.new(0, 95, 0, 35)
  1570. SpeedSet.Size = UDim2.new(0, 200, 0, 35)
  1571. SpeedSet.ZIndex = 2
  1572. SpeedSet.Font = Enum.Font.Cartoon
  1573. SpeedSet.FontSize = Enum.FontSize.Size14
  1574. SpeedSet.Text = "Enter Vehicle Speed"
  1575. SpeedSet.TextColor3 = Color3.new(1, 1, 1)
  1576. SpeedSet.TextScaled = true
  1577. SpeedSet.TextStrokeTransparency = 0
  1578. SpeedSet.TextWrapped = true
  1579. SpeedSet.Parent = VehiclePage
  1580.  
  1581. SpeedButton.Active = true
  1582. SpeedButton.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1583. SpeedButton.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  1584. SpeedButton.BorderSizePixel = 2
  1585. SpeedButton.Name = "SpeedButton"
  1586. SpeedButton.Position = UDim2.new(0, 90, 0, 95)
  1587. SpeedButton.Selectable = true
  1588. SpeedButton.Size = UDim2.new(0, 100, 0, 35)
  1589. SpeedButton.Style = Enum.ButtonStyle.Custom
  1590. SpeedButton.ZIndex = 3
  1591. SpeedButton.Font = Enum.Font.Cartoon
  1592. SpeedButton.FontSize = Enum.FontSize.Size28
  1593. SpeedButton.Text = "Set Speed"
  1594. SpeedButton.TextColor3 = Color3.new(1, 1, 1)
  1595. SpeedButton.TextScaled = true
  1596. SpeedButton.TextStrokeTransparency = 0
  1597. SpeedButton.TextWrapped = true
  1598. SpeedButton.Parent = VehiclePage
  1599.  
  1600. SpeedButton.MouseButton1Click:connect(function()
  1601. for i,v in pairs(workspace.Vehicles:GetChildren()) do
  1602. if v.Name ~= 'VehicleWreck' then
  1603. v.Stats.MaxSpeed.Value = SpeedSet.Text
  1604. v.Stats.MaxSpeed.Offroad.Value = SpeedSet.Text
  1605. end
  1606. end
  1607. end)
  1608.  
  1609. CarHeal.Active = true
  1610. CarHeal.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1611. CarHeal.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  1612. CarHeal.BorderSizePixel = 2
  1613. CarHeal.Name = "CarHeal"
  1614. CarHeal.Position = UDim2.new(0, 200, 0, 95)
  1615. CarHeal.Selectable = true
  1616. CarHeal.Size = UDim2.new(0, 100, 0, 35)
  1617. CarHeal.Style = Enum.ButtonStyle.Custom
  1618. CarHeal.ZIndex = 3
  1619. CarHeal.Font = Enum.Font.Cartoon
  1620. CarHeal.FontSize = Enum.FontSize.Size28
  1621. CarHeal.Text = "Semi-God Car"
  1622. CarHeal.TextScaled = true
  1623. CarHeal.TextColor3 = Color3.new(1, 1, 1)
  1624. CarHeal.TextStrokeTransparency = 0
  1625. CarHeal.Parent = VehiclePage
  1626.  
  1627. CarHeal.MouseButton1Click:connect(function()
  1628. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  1629. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  1630. if v:findFirstChild("Stats") then
  1631. v.Stats.Engine.Value = 133742069
  1632. end
  1633. end
  1634. end
  1635. wait(1)
  1636. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  1637. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  1638. if v:findFirstChild("Stats") then
  1639. v.Stats.Tank.Value = math.huge
  1640. end
  1641. end
  1642. end
  1643. wait(1)
  1644. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  1645. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  1646. if v:findFirstChild("Stats") then
  1647. v.Stats.Hull.Value = math.huge
  1648. end
  1649. end
  1650. end
  1651. wait(1)
  1652. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  1653. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  1654. if v:findFirstChild("Stats") then
  1655. v.Stats.Armor.Value = math.huge
  1656. end
  1657. end
  1658. end
  1659. end)
  1660.  
  1661. InfiniteFuel.Active = true
  1662. InfiniteFuel.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1663. InfiniteFuel.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  1664. InfiniteFuel.BorderSizePixel = 2
  1665. InfiniteFuel.Name = "InfiniteFuel"
  1666. InfiniteFuel.Position = UDim2.new(0, 90, 0, 140)
  1667. InfiniteFuel.Selectable = true
  1668. InfiniteFuel.Size = UDim2.new(0, 210, 0, 35)
  1669. InfiniteFuel.Style = Enum.ButtonStyle.Custom
  1670. InfiniteFuel.ZIndex = 3
  1671. InfiniteFuel.Font = Enum.Font.Cartoon
  1672. InfiniteFuel.FontSize = Enum.FontSize.Size28
  1673. InfiniteFuel.Text = "Infinite Fuel"
  1674. InfiniteFuel.TextColor3 = Color3.new(1, 1, 1)
  1675. InfiniteFuel.TextScaled = true
  1676. InfiniteFuel.TextStrokeTransparency = 0
  1677. InfiniteFuel.TextWrapped = true
  1678. InfiniteFuel.Parent = VehiclePage
  1679.  
  1680. InfiniteFuel.MouseButton1Click:connect(function()
  1681. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  1682. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  1683. if v:findFirstChild("Stats") then
  1684. v.Stats.Fuel.Value = math.huge
  1685. end
  1686. end
  1687. end
  1688. end)
  1689.  
  1690. FloatButton.Active = true
  1691. FloatButton.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1692. FloatButton.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  1693. FloatButton.BorderSizePixel = 2
  1694. FloatButton.Name = "FloatButton"
  1695. FloatButton.Position = UDim2.new(0, 260, 0, 145)
  1696. FloatButton.Selectable = true
  1697. FloatButton.Size = UDim2.new(0, 90, 0, 35)
  1698. FloatButton.Style = Enum.ButtonStyle.Custom
  1699. FloatButton.ZIndex = 3
  1700. FloatButton.Font = Enum.Font.Cartoon
  1701. FloatButton.FontSize = Enum.FontSize.Size28
  1702. FloatButton.Text = "Float : Off"
  1703. FloatButton.TextColor3 = Color3.new(1, 1, 1)
  1704. FloatButton.TextStrokeTransparency = 0
  1705. FloatButton.TextScaled = true
  1706. FloatButton.Parent = LocalPage
  1707.  
  1708. local ApocFloatBrick = Instance.new("Part", game.Workspace)
  1709. ApocFloatBrick.Name = "Float"
  1710. ApocFloatBrick.Material = Enum.Material.Neon
  1711. ApocFloatBrick.BrickColor = BrickColor.new("Lime green")
  1712. ApocFloatBrick.Transparency = 1
  1713. ApocFloatBrick.Position = Vector3.new(-141.5, 0.500001013, 40)
  1714. ApocFloatBrick.Anchored = true
  1715. ApocFloatBrick.CFrame = CFrame.new(-141.5, 0.500001013, 40, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1716. ApocFloatBrick.FormFactor = Enum.FormFactor.Symmetric
  1717. ApocFloatBrick.Size = Vector3.new(6, 1, 6)
  1718. ApocFloatBrick.TopSurface = Enum.SurfaceType.Smooth
  1719. ApocFloatBrick.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1720.  
  1721. local FLOATA = false
  1722.  
  1723. local FLOATBRICKK = ApocFloatBrick:Clone()
  1724. FLOATBRICKK.Parent = game.Players.LocalPlayer.Character.Torso
  1725.  
  1726. FloatButton.MouseButton1Down:connect(function()
  1727. if FLOATA == false then
  1728. FLOATA = true
  1729. FLOATBRICKK.CanCollide = true
  1730. FloatButton.Text = 'Float : On'
  1731. wait(0.1)
  1732. repeat wait()
  1733. FLOATBRICKK.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame * CFrame.new(0,-3.5,0)
  1734. until FLOATA == false
  1735. elseif FLOATA == true then
  1736. FLOATA = false
  1737. FloatButton.Text = 'Float : Off'
  1738. FLOATBRICKK.CanCollide = false
  1739.  
  1740. end
  1741. end)
  1742.  
  1743. -------
  1744. local MessageBox = Instance.new("TextBox")
  1745. MessageBox.BackgroundColor3 = Color3.new(255, 255, 255)
  1746. MessageBox.BorderColor3 = Color3.new(0.411765, 0.411765, 0.411765)
  1747. MessageBox.BorderSizePixel = 2
  1748. MessageBox.Name = "MessageBox"
  1749. MessageBox.Position = UDim2.new(0, 85, 0, 35)
  1750. MessageBox.Size = UDim2.new(0, 225, 0, 50)
  1751. MessageBox.ZIndex = 2
  1752. MessageBox.Font = Enum.Font.Cartoon
  1753. MessageBox.FontSize = Enum.FontSize.Size14
  1754. MessageBox.Text = ""
  1755. MessageBox.TextColor3 = Color3.new(1, 1, 1)
  1756. MessageBox.TextScaled = true
  1757. MessageBox.TextStrokeTransparency = 0
  1758. MessageBox.TextWrapped = true
  1759. MessageBox.Parent = ServerPage
  1760. -------
  1761. local ServMessage = Instance.new("TextLabel")
  1762. ServMessage.BackgroundTransparency = 2
  1763. ServMessage.Name = "ServMessage"
  1764. ServMessage.Position = UDim2.new(0, 50, 0, 100)
  1765. ServMessage.Size = UDim2.new(0, 125, 0, 20)
  1766. ServMessage.ZIndex = 3
  1767. ServMessage.Font = Enum.Font.Cartoon
  1768. ServMessage.FontSize = Enum.FontSize.Size24
  1769. ServMessage.Text = "Server Messaging"
  1770. ServMessage.TextColor3 = Color3.new(1, 1, 1)
  1771. ServMessage.TextStrokeTransparency = 0
  1772. ServMessage.Parent = ServerPage
  1773. -------
  1774. local RedButton = Instance.new("TextButton")
  1775. RedButton.Active = true
  1776. RedButton.BackgroundColor3 = Color3.new(1, 0.00392157, 0.00392157)
  1777. RedButton.BorderColor3 = Color3.new(0.666667, 0, 0)
  1778. RedButton.BorderSizePixel = 2
  1779. RedButton.Name = "RedButton"
  1780. RedButton.Position = UDim2.new(0, 20, 0, 125)
  1781. RedButton.Selectable = true
  1782. RedButton.Size = UDim2.new(0, 55, 0, 20)
  1783. RedButton.Style = Enum.ButtonStyle.Custom
  1784. RedButton.ZIndex = 2
  1785. RedButton.Font = Enum.Font.Cartoon
  1786. RedButton.FontSize = Enum.FontSize.Size14
  1787. RedButton.Text = "R"
  1788. RedButton.TextColor3 = Color3.new(1, 1, 1)
  1789. RedButton.TextScaled = true
  1790. RedButton.TextStrokeTransparency = 0
  1791. RedButton.TextWrapped = true
  1792. RedButton.Parent = ServerPage
  1793. RedButton.MouseButton1Down:connect(function()
  1794. for i,v in pairs(game.Players:GetChildren())do
  1795. workspace.Remote.SendMessage:FireServer(game.Players[v.Name], 'Red', MessageBox.Text)
  1796. end
  1797. end)
  1798. -------
  1799. local BlueButton = Instance.new("TextButton")
  1800. BlueButton.Active = true
  1801. BlueButton.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1802. BlueButton.BorderColor3 = Color3.new(0, 0.470588, 0.705882)
  1803. BlueButton.BorderSizePixel = 2
  1804. BlueButton.Name = "BlueButton"
  1805. BlueButton.Position = UDim2.new(0, 20, 0, 151)
  1806. BlueButton.Selectable = true
  1807. BlueButton.Size = UDim2.new(0, 55, 0, 20)
  1808. BlueButton.Style = Enum.ButtonStyle.Custom
  1809. BlueButton.ZIndex = 2
  1810. BlueButton.Font = Enum.Font.Cartoon
  1811. BlueButton.FontSize = Enum.FontSize.Size14
  1812. BlueButton.Text = "B"
  1813. BlueButton.TextColor3 = Color3.new(1, 1, 1)
  1814. BlueButton.TextScaled = true
  1815. BlueButton.TextStrokeTransparency = 0
  1816. BlueButton.TextWrapped = true
  1817. BlueButton.Parent = ServerPage
  1818. BlueButton.MouseButton1Down:connect(function()
  1819. for i,v in pairs(game.Players:GetChildren())do
  1820. workspace.Remote.SendMessage:FireServer(game.Players[v.Name], 'Blue', MessageBox.Text)
  1821. end
  1822. end)
  1823. -------
  1824. local GreenButton = Instance.new("TextButton")
  1825. GreenButton.Active = true
  1826. GreenButton.BackgroundColor3 = Color3.new(0, 1, 0)
  1827. GreenButton.BorderColor3 = Color3.new(0, 0.666667, 0)
  1828. GreenButton.BorderSizePixel = 2
  1829. GreenButton.Name = "GreenButton"
  1830. GreenButton.Position = UDim2.new(0, 140, 0, 125)
  1831. GreenButton.Selectable = true
  1832. GreenButton.Size = UDim2.new(0, 55, 0, 20)
  1833. GreenButton.Style = Enum.ButtonStyle.Custom
  1834. GreenButton.ZIndex = 2
  1835. GreenButton.Font = Enum.Font.Cartoon
  1836. GreenButton.FontSize = Enum.FontSize.Size14
  1837. GreenButton.Text = "G"
  1838. GreenButton.TextColor3 = Color3.new(1, 1, 1)
  1839. GreenButton.TextScaled = true
  1840. GreenButton.TextStrokeTransparency = 0
  1841. GreenButton.TextWrapped = true
  1842. GreenButton.Parent = ServerPage
  1843. GreenButton.MouseButton1Down:connect(function()
  1844. for i,v in pairs(game.Players:GetChildren())do
  1845. workspace.Remote.SendMessage:FireServer(game.Players[v.Name], 'Green', MessageBox.Text)
  1846. end
  1847. end)
  1848. -------
  1849. local YellowButton = Instance.new("TextButton")
  1850. YellowButton.Active = true
  1851. YellowButton.BackgroundColor3 = Color3.new(1, 1, 0)
  1852. YellowButton.BorderColor3 = Color3.new(1, 0.835294, 0.00784314)
  1853. YellowButton.BorderSizePixel = 2
  1854. YellowButton.Name = "YellowButton"
  1855. YellowButton.Position = UDim2.new(0, 80, 0, 125)
  1856. YellowButton.Selectable = true
  1857. YellowButton.Size = UDim2.new(0, 55, 0, 20)
  1858. YellowButton.Style = Enum.ButtonStyle.Custom
  1859. YellowButton.ZIndex = 2
  1860. YellowButton.Font = Enum.Font.Cartoon
  1861. YellowButton.FontSize = Enum.FontSize.Size14
  1862. YellowButton.Text = "Y"
  1863. YellowButton.TextColor3 = Color3.new(1, 1, 1)
  1864. YellowButton.TextScaled = true
  1865. YellowButton.TextStrokeTransparency = 0
  1866. YellowButton.TextWrapped = true
  1867. YellowButton.Parent = ServerPage
  1868. YellowButton.MouseButton1Down:connect(function()
  1869. for i,v in pairs(game.Players:GetChildren())do
  1870. workspace.Remote.SendMessage:FireServer(game.Players[v.Name], 'Yellow', MessageBox.Text)
  1871. end
  1872. end)
  1873. -------
  1874. local WhiteButton = Instance.new("TextButton")
  1875. WhiteButton.Active = true
  1876. WhiteButton.BackgroundColor3 = Color3.new(255, 255, 255)
  1877. WhiteButton.BorderColor3 = Color3.new(0.411765, 0.411765, 0.411765)
  1878. WhiteButton.BorderSizePixel = 2
  1879. WhiteButton.Name = "WhiteButton"
  1880. WhiteButton.Position = UDim2.new(0, 80, 0, 151)
  1881. WhiteButton.Selectable = true
  1882. WhiteButton.Size = UDim2.new(0, 55, 0, 20)
  1883. WhiteButton.Style = Enum.ButtonStyle.Custom
  1884. WhiteButton.ZIndex = 2
  1885. WhiteButton.Font = Enum.Font.Cartoon
  1886. WhiteButton.FontSize = Enum.FontSize.Size14
  1887. WhiteButton.Text = "W"
  1888. WhiteButton.TextColor3 = Color3.new(1, 1, 1)
  1889. WhiteButton.TextScaled = true
  1890. WhiteButton.TextStrokeTransparency = 0
  1891. WhiteButton.TextWrapped = true
  1892. WhiteButton.Parent = ServerPage
  1893. WhiteButton.MouseButton1Down:connect(function()
  1894. for i,v in pairs(game.Players:GetChildren())do
  1895. workspace.Remote.SendMessage:FireServer(game.Players[v.Name], 'White', MessageBox.Text)
  1896. end
  1897. end)
  1898. -------
  1899. local SpamButton = Instance.new("TextButton")
  1900. SpamButton.Active = true
  1901. SpamButton.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1902. SpamButton.BorderColor3 = Color3.new(0, 0.470588, 0.705882)
  1903. SpamButton.BorderSizePixel = 0
  1904. SpamButton.Name = "SpamButton"
  1905. SpamButton.Position = UDim2.new(0, 139, 0, 149)
  1906. SpamButton.Selectable = true
  1907. SpamButton.Size = UDim2.new(0, 57, 0, 24)
  1908. SpamButton.Style = Enum.ButtonStyle.Custom
  1909. SpamButton.ZIndex = 2
  1910. SpamButton.Font = Enum.Font.Cartoon
  1911. SpamButton.FontSize = Enum.FontSize.Size14
  1912. SpamButton.Text = "Spam"
  1913. SpamButton.TextColor3 = Color3.new(1, 1, 1)
  1914. SpamButton.TextScaled = true
  1915. SpamButton.TextStrokeTransparency = 0
  1916. SpamButton.TextWrapped = true
  1917. SpamButton.Parent = ServerPage
  1918. SpamButton.MouseButton1Click:connect(function()
  1919. Colors = {"Blue", "Green", "Red", "Yellow", "White"}
  1920. for i,v in pairs(game.Players:GetChildren()) do
  1921. game.Workspace.Remote.SendMessage:FireServer(v, Colors[math.random(1, #Colors)], MessageBox.Text)
  1922. end
  1923. end)
  1924. -------
  1925. local ChatSpamButton = Instance.new("TextButton")
  1926. ChatSpamButton.Active = true
  1927. ChatSpamButton.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  1928. ChatSpamButton.BorderColor3 = Color3.new(0, 0.486275, 0.729412)
  1929. ChatSpamButton.BorderSizePixel = 2
  1930. ChatSpamButton.Name = "ChatSpamButton"
  1931. ChatSpamButton.Position = UDim2.new(0, 225, 0, 125)
  1932. ChatSpamButton.Selectable = true
  1933. ChatSpamButton.Size = UDim2.new(0, 150, 0, 45)
  1934. ChatSpamButton.Style = Enum.ButtonStyle.Custom
  1935. ChatSpamButton.ZIndex = 2
  1936. ChatSpamButton.Font = Enum.Font.Cartoon
  1937. ChatSpamButton.FontSize = Enum.FontSize.Size14
  1938. ChatSpamButton.Text = "Chat Spam : Off"
  1939. ChatSpamButton.TextColor3 = Color3.new(1, 1, 1)
  1940. ChatSpamButton.TextScaled = true
  1941. ChatSpamButton.TextStrokeTransparency = 0
  1942. ChatSpamButton.TextWrapped = true
  1943. ChatSpamButton.Parent = ServerPage
  1944. tspamBool = false
  1945. ChatSpamButton.MouseButton1Click:connect(function()
  1946. if tspamBool == false then
  1947. tspamBool = true
  1948.  
  1949. words = {tostring(MessageBox.Text), MessageBox.Text..'.'}
  1950. while tspamBool do
  1951. wait()
  1952. game.workspace.Remote.Chat:FireServer("Global", words[math.random(#words)])
  1953. end
  1954. else
  1955. tspamBool = false
  1956. end
  1957.  
  1958. end)
  1959.  
  1960. --[[]]--
  1961.  
  1962.  
  1963.  
  1964.  
  1965.  
  1966. -- DON'T MOVE THIS UP OR ELSE NOTHING WILL WORK
  1967. -- DON'T MOVE THIS UP OR ELSE NOTHING WILL WORK
  1968. -- DON'T MOVE THIS UP OR ELSE NOTHING WILL WORK
  1969. -- DON'T MOVE THIS UP OR ELSE NOTHING WILL WORK
  1970. -- DON'T MOVE THIS UP OR ELSE NOTHING WILL WORK
  1971. -- DON'T MOVE THIS UP OR ELSE NOTHING WILL WORK
  1972. -- DON'T MOVE THIS UP OR ELSE NOTHING WILL WORK
  1973. -- DON'T MOVE THIS UP OR ELSE NOTHING WILL WORK
  1974. -- DON'T MOVE THIS UP OR ELSE NOTHING WILL WORK
  1975. -- DON'T MOVE THIS UP OR ELSE NOTHING WILL WORK
  1976. -- DON'T MOVE THIS UP OR ELSE NOTHING WILL WORK
  1977. -- DON'T MOVE THIS UP OR ELSE NOTHING WILL WORK
  1978. -- DON'T MOVE THIS UP OR ELSE NOTHING WILL WORK
  1979. -- DON'T MOVE THIS UP OR ELSE NOTHING WILL WORK
  1980. -- DON'T MOVE THIS UP OR ELSE NOTHING WILL WORK
  1981. -- DON'T MOVE THIS UP OR ELSE NOTHING WILL WORK
  1982. -- DON'T MOVE THIS UP OR ELSE NOTHING WILL WORK
  1983. -- DON'T MOVE THIS UP OR ELSE NOTHING WILL WORK
  1984. -- DON'T MOVE THIS UP OR ELSE NOTHING WILL WORK
  1985. -- DON'T MOVE THIS UP OR ELSE NOTHING WILL WORK
  1986. -- DON'T MOVE THIS UP OR ELSE NOTHING WILL WORK
  1987. -- DON'T MOVE THIS UP OR ELSE NOTHING WILL WORK
  1988. -- DON'T MOVE THIS UP OR ELSE NOTHING WILL WORK
  1989. -- DON'T MOVE THIS UP OR ELSE NOTHING WILL WORK
  1990. -- DON'T MOVE THIS UP OR ELSE NOTHING WILL WORK
  1991. -- DON'T MOVE THIS UP OR ELSE NOTHING WILL WORK
  1992. -- DON'T MOVE THIS UP OR ELSE NOTHING WILL WORK
  1993. -- DON'T MOVE THIS UP OR ELSE NOTHING WILL WORK
  1994. -- DON'T MOVE THIS UP OR ELSE NOTHING WILL WORK
  1995. -- DON'T MOVE THIS UP OR ELSE NOTHING WILL WORK
  1996. -- DON'T MOVE THIS UP OR ELSE NOTHING WILL WORK
  1997. -- DON'T MOVE THIS UP OR ELSE NOTHING WILL WORK
  1998. -- DON'T MOVE THIS UP OR ELSE NOTHING WILL WORK
  1999.  
  2000. while wait() do
  2001. Title.TextColor3 = Color3.new(1,0,0)
  2002. -- Title
  2003. for i=1,15 do
  2004. game:GetService("RunService").RenderStepped:wait()
  2005. Title.TextColor3 = Color3.new(Title.TextColor3.r,Title.TextColor3.g+(17/255),Title.TextColor3.b)
  2006. end
  2007. for i=1,15 do
  2008. game:GetService("RunService").RenderStepped:wait()
  2009. Title.TextColor3 = Color3.new(Title.TextColor3.r-(17/255),Title.TextColor3.g,Title.TextColor3.b)
  2010. end
  2011. for i=1,15 do
  2012. game:GetService("RunService").RenderStepped:wait()
  2013. Title.TextColor3 = Color3.new(Title.TextColor3.r,Title.TextColor3.g,Title.TextColor3.b+(17/255))
  2014. end
  2015. for i=1,15 do
  2016. game:GetService("RunService").RenderStepped:wait()
  2017. Title.TextColor3 = Color3.new(Title.TextColor3.r,Title.TextColor3.g-(17/255),Title.TextColor3.b)
  2018. end
  2019. for i=1,15 do
  2020. game:GetService("RunService").RenderStepped:wait()
  2021. Title.TextColor3 = Color3.new(Title.TextColor3.r+(17/255),Title.TextColor3.g,Title.TextColor3.b)
  2022. end
  2023. for i=1,15 do
  2024. game:GetService("RunService").RenderStepped:wait()
  2025. Title.TextColor3 = Color3.new(Title.TextColor3.r,Title.TextColor3.g,Title.TextColor3.b-(17/255))
  2026. end
  2027. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement