M1XTExploits

Untitled

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