Advertisement
Guest User

Untitled

a guest
Jan 21st, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.04 KB | None | 0 0
  1. -- Objects
  2. local Player = game.Players.LocalPlayer.Name
  3. local PhantomForces = Instance.new("Frame")
  4. local Title_2 = Instance.new("TextLabel")
  5. local styleLine_2 = Instance.new("Frame")
  6. local Hide_2 = Instance.new("TextButton")
  7. local ESP = Instance.new("TextButton")
  8. local Back_2 = Instance.new("TextButton")
  9. local Activate = Instance.new("TextButton")
  10. local WsBox_2 = Instance.new("TextBox")
  11. local WS_2 = Instance.new("TextButton")
  12. local JP_2 = Instance.new("TextButton")
  13. local JpBox_2 = Instance.new("TextBox")
  14. local Grav = Instance.new("TextButton")
  15. local GravBox = Instance.new("TextBox")
  16. local TPPlayer = Instance.new("TextButton")
  17. local Toys = Instance.new("Frame")
  18. local Bait = Instance.new("TextButton")
  19. local Moonman = Instance.new("TextButton")
  20. local SGod_2 = Instance.new("TextButton")
  21. local Gyro = Instance.new("TextButton")
  22. local Thomas = Instance.new("TextButton")
  23. local Keemstar = Instance.new("TextButton")
  24. local Weed_2 = Instance.new("TextButton")
  25. local Vest_2 = Instance.new("TextButton")
  26. local Vapor = Instance.new("TextButton")
  27. local Back_3 = Instance.new("TextButton")
  28. local Title_3 = Instance.new("TextLabel")
  29. local styleLine_3 = Instance.new("Frame")
  30. local Hide_3 = Instance.new("TextButton")
  31. local Harambe = Instance.new("TextButton")
  32. local Chicken = Instance.new("TextButton")
  33.  
  34. local Baseplate = Instance.new("TextButton")
  35. local Cena = Instance.new("TextButton")
  36. local Swear = Instance.new("TextButton")
  37. local Flood = Instance.new("TextButton")
  38. local Gaben = Instance.new("TextButton")
  39. local Shutdown = Instance.new("TextButton")
  40. local KillAll = Instance.new("TextButton")
  41. local _666 = Instance.new("TextButton")
  42. local CTerrain = Instance.new("TextButton")
  43. local MusicBox = Instance.new("TextBox")
  44. local Chat = Instance.new("TextButton")
  45. local Back_4 = Instance.new("TextButton")
  46. local CWorkspace = Instance.new("TextButton")
  47. local ChatBox = Instance.new("TextBox")
  48. local Troll = Instance.new("TextButton")
  49. local Flood_2 = Instance.new("TextButton")
  50. local Shutdown_2 = Instance.new("TextButton")
  51. local _666_2 = Instance.new("TextButton")
  52. local Music = Instance.new("TextButton")
  53. local InvisWorkspace = Instance.new("TextButton")
  54. local ReflectFun = Instance.new("TextButton")
  55. local ColorSpam = Instance.new("TextButton")
  56.  
  57. local ToysMen = Instance.new("TextButton")
  58. local ServerMen = Instance.new("TextButton")
  59. local TextButton = Instance.new("TextButton")
  60. local PhantomForcesMen = Instance.new("TextButton")
  61. local TextButton_2 = Instance.new("TextButton")
  62. local Players = Instance.new("TextButton")
  63.  
  64.  
  65.  
  66. -- Properties --
  67. wait(0.1)
  68. local Toggle = true
  69. local JurD = Instance.new("ScreenGui" ,game.Players.LocalPlayer.PlayerGui)
  70. JurD.ResetOnSpawn = true
  71. JurD.Name = math.random(1000)
  72. JurD.Name = "JurD"
  73.  
  74. local Holder = Instance.new("Frame" ,JurD)
  75. local LocalPlayerX = Instance.new("Frame" ,JurD)
  76.  
  77. Holder.Name = "Holder"
  78. Holder.Parent = JurD
  79. Holder.Active = true
  80. Holder.BackgroundColor3 = Color3.new(1, 1, 1)
  81. Holder.Draggable = true
  82. Holder.Position = UDim2.new(0.387755096, 0, 0, 80)
  83. Holder.Selectable = true
  84. Holder.Size = UDim2.new(0.1967213, 0, 0, 217)
  85. Holder.Style = Enum.FrameStyle.DropShadow
  86.  
  87. Players.Name = "Players"
  88. Players.Parent = Holder
  89. Players.BackgroundColor3 = Color3.new(0, 0, 0)
  90. Players.BorderSizePixel = 0
  91. Players.Position = UDim2.new(0.0306278225, 0, 0, 137)
  92. Players.Size = UDim2.new(0.939253271, 0, 0, 52)
  93. Players.Font = Enum.Font.SourceSans
  94. Players.FontSize = Enum.FontSize.Size24
  95. Players.Text = "Normal Commands"
  96. Players.TextColor3 = Color3.new(1, 1, 1)
  97. Players.TextSize = 24
  98.  
  99. local LocalPlayerMen = Instance.new("TextButton" ,Holder)
  100. LocalPlayerMen.Name = "LocalPlayerMen"
  101. LocalPlayerMen.BackgroundColor3 = Color3.new(0, 0, 0)
  102. LocalPlayerMen.BorderSizePixel = 0
  103. LocalPlayerMen.Position = UDim2.new(0.7146492, 0, 0, 44)
  104. LocalPlayerMen.Size = UDim2.new(0.256100744, 0, 0, 40)
  105. LocalPlayerMen.Font = Enum.Font.SourceSans
  106. LocalPlayerMen.FontSize = Enum.FontSize.Size24
  107. LocalPlayerMen.Text = "LocalPlayer"
  108. LocalPlayerMen.TextColor3 = Color3.new(1, 1, 1)
  109. LocalPlayerMen.TextSize = 24
  110.  
  111. LocalPlayerX.Name = "LocalPlayer"
  112. LocalPlayerX.Active = true
  113. LocalPlayerX.BackgroundColor3 = Color3.new(1, 1, 1)
  114. LocalPlayerX.Draggable = true
  115. LocalPlayerX.Position = UDim2.new(0.522448957, 0, 0, 68)
  116. LocalPlayerX.Selectable = true
  117. LocalPlayerX.Size = UDim2.new(0.150753766, 0, 0, 426)
  118. LocalPlayerX.Visible = false
  119. LocalPlayerX.Style = Enum.FrameStyle.DropShadow
  120.  
  121. local Title_5 = Instance.new("TextLabel" ,LocalPlayerMen)
  122. Title_5.Name = "Title"
  123. Title_5.Parent = Holder
  124. Title_5.BackgroundColor3 = Color3.new(0, 0, 0)
  125. Title_5.BorderSizePixel = 0
  126. Title_5.Position = UDim2.new(0, -2, 0, -2)
  127. Title_5.Size = UDim2.new(1, 4, 0, 32)
  128. Title_5.ZIndex = 2
  129. Title_5.Font = Enum.Font.SourceSansBold
  130. Title_5.FontSize = Enum.FontSize.Size24
  131. Title_5.Text = "JurD"
  132. Title_5.TextColor3 = Color3.new(1, 1, 1)
  133. Title_5.TextSize = 24
  134. Title_5.TextYAlignment = Enum.TextYAlignment.Top
  135.  
  136. local styleLine_5 = Instance.new("Frame" ,Title_5)
  137. styleLine_5.Name = "styleLine"
  138. styleLine_5.BackgroundColor3 = Color3.new(1, 1, 1)
  139. styleLine_5.BorderSizePixel = 0
  140. styleLine_5.Position = UDim2.new(0, 0, 0, 28)
  141. styleLine_5.Size = UDim2.new(1, 0, 0, 4)
  142. styleLine_5.ZIndex = 2
  143.  
  144.  
  145. local Hide_5 = Instance.new("TextButton" ,Title_5)
  146. Hide_5.Name = "Hide"
  147. Hide_5.BackgroundColor3 = Color3.new(0, 0, 0)
  148. Hide_5.BorderSizePixel = 0
  149. Hide_5.Position = UDim2.new(1, -30, 0, 0)
  150. Hide_5.Size = UDim2.new(0, 30, 0, 28)
  151. Hide_5.ZIndex = 2
  152. Hide_5.Font = Enum.Font.SourceSansBold
  153. Hide_5.FontSize = Enum.FontSize.Size24
  154. Hide_5.Text = "x"
  155. Hide_5.TextColor3 = Color3.new(1, 1, 1)
  156. Hide_5.TextSize = 24
  157. Hide_5.TextTransparency = 0.30000001192093
  158. Hide_5.TextYAlignment = Enum.TextYAlignment.Top
  159.  
  160. local Title = Instance.new("TextLabel" ,LocalPlayerX)
  161. Title.Name = "Title"
  162. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  163. Title.BorderSizePixel = 0
  164. Title.Draggable = true
  165. Title.Position = UDim2.new(0, -2, 0, -2)
  166. Title.Size = UDim2.new(1, 4, 0, 32)
  167. Title.Font = Enum.Font.SourceSansBold
  168. Title.FontSize = Enum.FontSize.Size24
  169. Title.Text = "LocalPlayer"
  170. Title.TextColor3 = Color3.new(1, 1, 1)
  171. Title.TextSize = 24
  172. Title.TextYAlignment = Enum.TextYAlignment.Top
  173.  
  174. local styleLine = Instance.new("Frame" ,Title)
  175. styleLine.Name = "styleLine"
  176. styleLine.BackgroundColor3 = Color3.new(1, 1, 1)
  177. styleLine.BorderSizePixel = 0
  178. styleLine.Position = UDim2.new(0, 0, 0, 28)
  179. styleLine.Size = UDim2.new(1, 0, 0, 4)
  180. styleLine.ZIndex = 2
  181.  
  182. local Hide = Instance.new("TextButton" ,Title)
  183. Hide.Name = "Hide"
  184. Hide.BackgroundColor3 = Color3.new(0, 0, 0)
  185. Hide.BorderSizePixel = 0
  186. Hide.Position = UDim2.new(1, -30, 0, 0)
  187. Hide.Size = UDim2.new(0, 30, 0, 28)
  188. Hide.ZIndex = 2
  189. Hide.Font = Enum.Font.SourceSansBold
  190. Hide.FontSize = Enum.FontSize.Size24
  191. Hide.Text = "x"
  192. Hide.TextColor3 = Color3.new(1, 1, 1)
  193. Hide.TextSize = 24
  194. Hide.TextTransparency = 0.30000001192093
  195. Hide.TextYAlignment = Enum.TextYAlignment.Top
  196.  
  197. local Giant = Instance.new("TextButton" ,LocalPlayerX)
  198. Giant.Name = "Giant"
  199. Giant.BackgroundColor3 = Color3.new(0, 0, 0)
  200. Giant.BorderSizePixel = 0
  201. Giant.Position = UDim2.new(0.663790524, 0, 0, 76)
  202. Giant.Size = UDim2.new(0.279240489, 0, 0, 28)
  203. Giant.Font = Enum.Font.SourceSansBold
  204. Giant.FontSize = Enum.FontSize.Size18
  205. Giant.Text = "Giant"
  206. Giant.TextColor3 = Color3.new(1, 1, 1)
  207. Giant.TextSize = 18
  208.  
  209. local FF = Giant:Clone()
  210. FF.Name = 'FF'
  211. FF.Parent = LocalPlayerX
  212. FF.Position = UDim2.new(0.354021609, 0, 0, 44)
  213. FF.Text = 'FF'
  214.  
  215. local SGod = Giant:Clone()
  216. SGod.Name = 'SGod'
  217. SGod.Parent = LocalPlayerX
  218. SGod.Position = UDim2.new(0.663790524, 0, 0, 44)
  219. SGod.Text = 'SGod'
  220.  
  221. local Disguise = Giant:Clone()
  222. Disguise.Name = 'Disguise'
  223. Disguise.Parent = LocalPlayerX
  224. Disguise.Position = UDim2.new(0.354021609, 0, 0, 76)
  225. Disguise.Text = 'Disguise'
  226.  
  227. local God = Giant:Clone()
  228. God.Name = 'God'
  229. God.Parent = LocalPlayerX
  230. God.Position = UDim2.new(0.0442527011, 0, 0, 44)
  231. God.Text = 'God'
  232.  
  233. local Stick = Giant:Clone()
  234. Stick.Name = 'Stick'
  235. Stick.Parent = LocalPlayerX
  236. Stick.Position = UDim2.new(0.354021609, 0, 0, 109)
  237. Stick.Text = 'Xplode Stick'
  238.  
  239. local Box = Giant:Clone()
  240. Box.Name = 'Box'
  241. Box.Parent = LocalPlayerX
  242. Box.Position = UDim2.new(0.0442527011, 0, 0, 76)
  243. Box.Text = 'Box'
  244.  
  245. local Vest = Giant:Clone()
  246. Vest.Name = 'Vest'
  247. Vest.Parent = LocalPlayerX
  248. Vest.Position = UDim2.new(0.663790524, 0, 0, 109)
  249. Vest.Text = 'Vest'
  250.  
  251. local Fly = Giant:Clone()
  252. Fly.Name = 'Fly'
  253. Fly.Parent = LocalPlayerX
  254. Fly.Position = UDim2.new(0.0442527011, 0, 0, 109)
  255. Fly.Text = 'Fly'
  256.  
  257. local Weed = Giant:Clone()
  258. Weed.Name = 'Weed'
  259. Weed.Parent = LocalPlayerX
  260. Weed.Position = UDim2.new(0.0442527011, 0, 0, 141)
  261. Weed.Size = UDim2.new(0.89980489, 0, 0, 28)
  262. Weed.Text = 'Weed'
  263.  
  264.  
  265. local NameBox = Instance.new("TextBox" ,LocalPlayerX)
  266. NameBox.Name = "NameBox"
  267. NameBox.BackgroundColor3 = Color3.new(1, 1, 1)
  268. NameBox.Position = UDim2.new(0.339270711, 0, 0, 193)
  269. NameBox.Size = UDim2.new(0.604786932, 0, 0, 24)
  270. NameBox.Font = Enum.Font.SourceSans
  271. NameBox.FontSize = Enum.FontSize.Size14
  272. NameBox.Text = "Name Here"
  273. NameBox.TextSize = 14
  274.  
  275. local Name = Giant:Clone()
  276. Name.Name = 'Name'
  277. Name.Parent = LocalPlayerX
  278. Name.Position = UDim2.new(0.0442527011, 0, 0, 193)
  279. Name.Size = UDim2.new(0.265516192, 0, 0, 24)
  280. Name.Text = 'Name'
  281.  
  282. local WsBox = NameBox:Clone()
  283. WsBox.Parent = LocalPlayerX
  284. WsBox.Name = 'WsBox'
  285. WsBox.Position = UDim2.new(0.339270711, 0, 0, 221)
  286. WsBox.Text = 'Value'
  287.  
  288. local WS = Giant:Clone()
  289. WS.Parent = LocalPlayerX
  290. WS.Name = 'WS'
  291. WS.Position = UDim2.new(0.0442527011, 0, 0, 221)
  292. WS.Size = UDim2.new(0.265516192, 0, 0, 24)
  293. WS.Text = 'WS'
  294.  
  295. local JP = Giant:Clone()
  296. JP.Parent = LocalPlayerX
  297. JP.Name = 'JP'
  298. JP.Position = UDim2.new(0.0442527011, 0, 0, 249)
  299. JP.Size = UDim2.new(0.265516192, 0, 0, 24)
  300. JP.Text = 'JP'
  301.  
  302. local JpBox = NameBox:Clone()
  303. JpBox.Parent = LocalPlayerX
  304. JpBox.Name = 'JpBox'
  305. JpBox.Position = UDim2.new(0.339270711, 0, 0, 249)
  306. JpBox.Text = 'Value'
  307.  
  308. local RainbowName = Giant:Clone()
  309. RainbowName.Parent = LocalPlayerX
  310. RainbowName.Name = 'RainbowName'
  311. RainbowName.Position = UDim2.new(0.0472028777, 0, 0, 281)
  312. RainbowName.Size = UDim2.new(0.89980489, 0, 0, 28)
  313. RainbowName.Text = 'Rainbow Name'
  314.  
  315. local Reach = Giant:Clone()
  316. Reach.Parent = LocalPlayerX
  317. Reach.Name = 'Reach'
  318. Reach.Position = UDim2.new(0.0472028777, 0, 0, 317)
  319. Reach.Size = UDim2.new(0.89980489, 0, 0, 28)
  320. Reach.Text = 'Fencing Reach'
  321.  
  322. local Back1 = Giant:Clone()
  323. Back1.Parent = LocalPlayerX
  324. Back1.Name = 'Back'
  325. Back1.Position = UDim2.new(0.322824299, 0, 0, 382)
  326. Back1.Size = UDim2.new(0.392000914, 0, 0, 16)
  327. Back1.Text = 'Back'
  328.  
  329. plr = game.Players.LocalPlayer
  330.  
  331. hum = plr.Character.HumanoidRootPart
  332.  
  333. mouse = plr:GetMouse()
  334.  
  335.  
  336.  
  337. mouse.KeyDown:connect(function(key)
  338.  
  339. if key == "e" then
  340.  
  341. if mouse.Target then
  342.  
  343. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  344.  
  345. end
  346.  
  347. end
  348.  
  349. end)
  350. WS.MouseButton1Down:connect(function()
  351. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = WsBox.Text
  352. end)
  353.  
  354. Disguise.MouseButton1Down:connect(function()
  355. local p = player.Character
  356. if p:FindFirstChild("richguy615") then
  357. p.topkek:Destroy()
  358. end
  359. p.Name = "richguy615"
  360. p.Head.Transparency = 1
  361. local mo = Instance.new("Model", p)
  362. mo.Name = "richguy615"
  363. local hu = Instance.new("Humanoid", mo)
  364. hu.Name = "distag"
  365. hu.Health = 100
  366. hu.MaxHealth = 100
  367. local fh = p.Head:Clone()
  368. fh.Parent = mo
  369. fh.Transparency = 0
  370. local we = Instance.new("Weld", fh)
  371. we.Part0 = mo
  372. we.Part1 = p.Head
  373. player:ClearCharacterAppearance()
  374. pcall(function() p["Body Colors"]:Destroy() end)
  375. Instance.new("BodyColors", p)
  376. end)
  377.  
  378. JP.MouseButton1Down:connect(function()
  379. game.Players.LocalPlayer.Character.Humanoid.Jumppower = JpBox.Text
  380. end)
  381.  
  382. Fly.MouseButton1Down:connect(function()
  383. repeat wait()
  384. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  385. local mouse = game.Players.LocalPlayer:GetMouse()
  386. repeat wait() until mouse
  387. local plr = game.Players.LocalPlayer
  388. local torso = plr.Character.Torso
  389. local flying = true
  390. local deb = true
  391. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  392. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  393. local maxspeed = 50
  394. local speed = 0
  395.  
  396. function Fly()
  397. local bg = Instance.new("BodyGyro", torso)
  398. bg.P = 9e4
  399. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  400. bg.cframe = torso.CFrame
  401. local bv = Instance.new("BodyVelocity", torso)
  402. bv.velocity = Vector3.new(0,0.1,0)
  403. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  404. repeat wait()
  405. plr.Character.Humanoid.PlatformStand = true
  406. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  407. speed = speed+.5+(speed/maxspeed)
  408. if speed > maxspeed then
  409. speed = maxspeed
  410. end
  411. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  412. speed = speed-1
  413. if speed < 0 then
  414. speed = 0
  415. end
  416. end
  417. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  418. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  419. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  420. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  421. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  422. else
  423. bv.velocity = Vector3.new(0,0.1,0)
  424. end
  425. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  426. until not flying
  427. ctrl = {f = 0, b = 0, l = 0, r = 0}
  428. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  429. speed = 0
  430. bg:Destroy()
  431. bv:Destroy()
  432. plr.Character.Humanoid.PlatformStand = false
  433. end
  434. mouse.KeyDown:connect(function(key)
  435. if key:lower() == "e" then
  436. if flying then flying = false
  437. else
  438. flying = true
  439. Fly()
  440. end
  441. elseif key:lower() == "w" then
  442. ctrl.f = 1
  443. elseif key:lower() == "s" then
  444. ctrl.b = -1
  445. elseif key:lower() == "a" then
  446. ctrl.l = -1
  447. elseif key:lower() == "d" then
  448. ctrl.r = 1
  449. end
  450. end)
  451. mouse.KeyUp:connect(function(key)
  452. if key:lower() == "w" then
  453. ctrl.f = 0
  454. elseif key:lower() == "s" then
  455. ctrl.b = 0
  456. elseif key:lower() == "a" then
  457. ctrl.l = 0
  458. elseif key:lower() == "d" then
  459. ctrl.r = 0
  460. end
  461. end)
  462. Fly()
  463. end)
  464.  
  465. LocalPlayerMen.MouseButton1Down:connect(function()
  466. Holder.Visible = false
  467. LocalPlayerX.Visible = true
  468. end)
  469.  
  470. Back1.MouseButton1Down:connect(function()
  471. Holder.Visible = true
  472. LocalPlayerX.Visible = false
  473. end)
  474.  
  475. PhantomForcesMen.MouseButton1Down:connect(function()
  476. Holder.Visible = false
  477. PhantomForces.Visible = true
  478. end)
  479.  
  480. God.MouseButton1Down:connect(function()
  481. game.Players.LocalPlayer.Character.Humanoid.MaxHealth = math.huge
  482. end)
  483.  
  484. Box.MouseButton1Down:connect(function()
  485. local SB = Instance.new('SelectionBox', game.Players.LocalPlayer.Character)
  486. SB.Adornee = SB.Parent
  487. end)
  488.  
  489. FF.MouseButton1Down:connect(function()
  490. Instance.new("ForceField",game.Players.LocalPlayer.Character)
  491. end)
  492.  
  493. LocalPlayerMen.MouseButton1Down:connect(function()
  494. LocalPlayerX.Visible = false
  495. LocalPlayerX.Visible = true
  496. end)
  497.  
  498. Reach.MouseButton1Down:connect(function()
  499. local foil=game.Players.LocalPlayer.Backpack.Foil
  500. local a=Instance.new("SelectionBox",foil.Handle)
  501. a.Adornee=foil.Handle
  502. foil.Handle.Size=Vector3.new(0.2,0.2,120)
  503. foil.Equipped:connect(function()
  504. while wait() do
  505. game.Workspace[game.Players.LocalPlayer.Name].Foil.GripPos=Vector3.new(0,0,-60)
  506. end
  507. end)
  508. end)
  509.  
  510. RainbowName.MouseButton1Down:connect(function()
  511. game.Players.LocalPlayer.Neutral = false
  512. repeat
  513. wait()
  514. game.Players.LocalPlayer.TeamColor = BrickColor.Random()
  515. until not game.Workspace.Character.Humanoid
  516. end)
  517.  
  518. Name.MouseButton1Down:connect(function()
  519. local bill = Instance.new("BillboardGui", game.Players.LocalPlayer.Character.Head)
  520. bill.Size = UDim2.new(4, 0, 4.5, 0)
  521. bill.AlwaysOnTop = true
  522.  
  523. local label = Instance.new("TextLabel", bill)
  524. label.Size = UDim2.new(2, 0, 1, 0)
  525. label.Position = UDim2.new(-0.5, 0, -0.5, 0)
  526. label.BackgroundTransparency = 1
  527. label.FontSize = "Size24"
  528.  
  529. label.TextColor3 = Color3.new(0,0,0)
  530. label.TextStrokeColor3 = Color3.new(0 ,0 ,0)
  531. label.TextStrokeTransparency = 01
  532. label.Text = NameBox.Text
  533. end)
  534.  
  535.  
  536. --======Phantom Forces============================
  537. PhantomForces.Name = "PhantomForces"
  538. PhantomForces.Parent = JurD
  539. PhantomForces.Active = true
  540. PhantomForces.BackgroundColor3 = Color3.new(1, 1, 1)
  541. PhantomForces.Draggable = true
  542. PhantomForces.Position = UDim2.new(0.179591835, 0, 0, 80)
  543. PhantomForces.Selectable = true
  544. PhantomForces.Size = UDim2.new(0.165413529, 0, 0, 422)
  545. PhantomForces.Visible = false
  546. PhantomForces.Style = Enum.FrameStyle.DropShadow
  547.  
  548.  
  549.  
  550. Title_2.Name = "Title"
  551. Title_2.Parent = PhantomForces
  552. Title_2.BackgroundColor3 = Color3.new(0, 0, 0)
  553. Title_2.BorderSizePixel = 0
  554. Title_2.Draggable = true
  555. Title_2.Position = UDim2.new(0, -2, 0, -2)
  556. Title_2.Size = UDim2.new(1, 4, 0, 32)
  557. Title_2.Font = Enum.Font.SourceSansBold
  558. Title_2.FontSize = Enum.FontSize.Size24
  559. Title_2.Text = "Phantom Forces"
  560. Title_2.TextColor3 = Color3.new(1, 1, 1)
  561. Title_2.TextSize = 24
  562. Title_2.TextYAlignment = Enum.TextYAlignment.Top
  563.  
  564. styleLine_2.Name = "styleLine"
  565. styleLine_2.Parent = Title_2
  566. styleLine_2.BackgroundColor3 = Color3.new(1, 1, 1)
  567. styleLine_2.BorderSizePixel = 0
  568. styleLine_2.Position = UDim2.new(0, 0, 0, 28)
  569. styleLine_2.Size = UDim2.new(1, 0, 0, 4)
  570. styleLine_2.ZIndex = 2
  571.  
  572. Hide_2.Name = "Hide"
  573. Hide_2.Parent = Title_2
  574. Hide_2.BackgroundColor3 = Color3.new(0, 0, 0)
  575. Hide_2.BorderSizePixel = 0
  576. Hide_2.Position = UDim2.new(1, -30, 0, 0)
  577. Hide_2.Size = UDim2.new(0, 30, 0, 28)
  578. Hide_2.ZIndex = 2
  579. Hide_2.Font = Enum.Font.SourceSansBold
  580. Hide_2.FontSize = Enum.FontSize.Size24
  581. Hide_2.Text = "x"
  582. Hide_2.TextColor3 = Color3.new(1, 1, 1)
  583. Hide_2.TextSize = 24
  584. Hide_2.TextTransparency = 0.30000001192093
  585. Hide_2.TextYAlignment = Enum.TextYAlignment.Top
  586.  
  587. ESP.Name = "ESP"
  588. ESP.Parent = PhantomForces
  589. ESP.BackgroundColor3 = Color3.new(0, 0, 0)
  590. ESP.BorderSizePixel = 0
  591. ESP.Position = UDim2.new(0.0734843388, 0, 0, 237)
  592. ESP.Size = UDim2.new(0.8671152, 0, 0, 36)
  593. ESP.Font = Enum.Font.SourceSansBold
  594. ESP.FontSize = Enum.FontSize.Size18
  595. ESP.Text = "ESP"
  596. ESP.TextColor3 = Color3.new(1, 1, 1)
  597. ESP.TextSize = 18
  598.  
  599. Back_2.Name = "Back"
  600. Back_2.Parent = PhantomForces
  601. Back_2.BackgroundColor3 = Color3.new(0, 0, 0)
  602. Back_2.BorderSizePixel = 0
  603. Back_2.Position = UDim2.new(0.322824299, 0, 0, 382)
  604. Back_2.Size = UDim2.new(0.392000914, 0, 0, 16)
  605. Back_2.Font = Enum.Font.SourceSansBold
  606. Back_2.FontSize = Enum.FontSize.Size18
  607. Back_2.Text = "Back"
  608. Back_2.TextColor3 = Color3.new(1, 1, 1)
  609. Back_2.TextSize = 18
  610.  
  611. Activate.Name = "Activate"
  612. Activate.Parent = PhantomForces
  613. Activate.BackgroundColor3 = Color3.new(0, 0, 0)
  614. Activate.BorderSizePixel = 0
  615. Activate.Position = UDim2.new(0.0440906025, 0, 0, 40)
  616. Activate.Size = UDim2.new(0.911205828, 0, 0, 32)
  617. Activate.Font = Enum.Font.SourceSansBold
  618. Activate.FontSize = Enum.FontSize.Size18
  619. Activate.Text = "Click to activate"
  620. Activate.TextColor3 = Color3.new(1, 1, 1)
  621. Activate.TextSize = 18
  622.  
  623. WsBox_2.Name = "WsBox"
  624. WsBox_2.Parent = PhantomForces
  625. WsBox_2.BackgroundColor3 = Color3.new(1, 1, 1)
  626. WsBox_2.Position = UDim2.new(0.338027954, 0, 0, 84)
  627. WsBox_2.Size = UDim2.new(0.604786932, 0, 0, 24)
  628. WsBox_2.Font = Enum.Font.SourceSans
  629. WsBox_2.FontSize = Enum.FontSize.Size14
  630. WsBox_2.Text = "Value"
  631. WsBox_2.TextSize = 14
  632.  
  633. WS_2.Name = "WS"
  634. WS_2.Parent = PhantomForces
  635. WS_2.BackgroundColor3 = Color3.new(0, 0, 0)
  636. WS_2.BorderSizePixel = 0
  637. WS_2.Position = UDim2.new(0.0587874688, 0, 0, 84)
  638. WS_2.Size = UDim2.new(0.265516192, 0, 0, 24)
  639. WS_2.Font = Enum.Font.SourceSansBold
  640. WS_2.FontSize = Enum.FontSize.Size18
  641. WS_2.Text = "WS"
  642. WS_2.TextColor3 = Color3.new(1, 1, 1)
  643. WS_2.TextSize = 18
  644.  
  645. JP_2.Name = "JP"
  646. JP_2.Parent = PhantomForces
  647. JP_2.BackgroundColor3 = Color3.new(0, 0, 0)
  648. JP_2.BorderSizePixel = 0
  649. JP_2.Position = UDim2.new(0.0587874688, 0, 0, 117)
  650. JP_2.Size = UDim2.new(0.265516192, 0, 0, 24)
  651. JP_2.Font = Enum.Font.SourceSansBold
  652. JP_2.FontSize = Enum.FontSize.Size18
  653. JP_2.Text = "JP"
  654. JP_2.TextColor3 = Color3.new(1, 1, 1)
  655. JP_2.TextSize = 18
  656.  
  657. JpBox_2.Name = "JpBox"
  658. JpBox_2.Parent = PhantomForces
  659. JpBox_2.BackgroundColor3 = Color3.new(1, 1, 1)
  660. JpBox_2.Position = UDim2.new(0.338027954, 0, 0, 117)
  661. JpBox_2.Size = UDim2.new(0.604786932, 0, 0, 24)
  662. JpBox_2.Font = Enum.Font.SourceSans
  663. JpBox_2.FontSize = Enum.FontSize.Size14
  664. JpBox_2.Text = "Value"
  665. JpBox_2.TextSize = 14
  666.  
  667. Grav.Name = "Grav"
  668. Grav.Parent = PhantomForces
  669. Grav.BackgroundColor3 = Color3.new(0, 0, 0)
  670. Grav.BorderSizePixel = 0
  671. Grav.Position = UDim2.new(0.0587874688, 0, 0, 149)
  672. Grav.Size = UDim2.new(0.265516192, 0, 0, 24)
  673. Grav.Font = Enum.Font.SourceSansBold
  674. Grav.FontSize = Enum.FontSize.Size18
  675. Grav.Text = "Gravity"
  676. Grav.TextColor3 = Color3.new(1, 1, 1)
  677. Grav.TextSize = 18
  678.  
  679. GravBox.Name = "GravBox"
  680. GravBox.Parent = PhantomForces
  681. GravBox.BackgroundColor3 = Color3.new(1, 1, 1)
  682. GravBox.Position = UDim2.new(0.338027954, 0, 0, 149)
  683. GravBox.Size = UDim2.new(0.604786932, 0, 0, 24)
  684. GravBox.Font = Enum.Font.SourceSans
  685. GravBox.FontSize = Enum.FontSize.Size14
  686. GravBox.Text = "Value"
  687. GravBox.TextSize = 14
  688.  
  689. TPPlayer.Name = "TPPlayer"
  690. TPPlayer.Parent = PhantomForces
  691. TPPlayer.BackgroundColor3 = Color3.new(0, 0, 0)
  692. TPPlayer.BorderSizePixel = 0
  693. TPPlayer.Position = UDim2.new(0.0734843388, 0, 0, 297)
  694. TPPlayer.Size = UDim2.new(0.8671152, 0, 0, 36)
  695. TPPlayer.Font = Enum.Font.SourceSansBold
  696. TPPlayer.FontSize = Enum.FontSize.Size18
  697. TPPlayer.Text = "Bind E to TP to player"
  698. TPPlayer.TextColor3 = Color3.new(1, 1, 1)
  699. TPPlayer.TextSize = 18
  700.  
  701. --===========Toys==========
  702. Toys.Name = "Toys"
  703. Toys.Parent = JurD
  704. Toys.Active = true
  705. Toys.BackgroundColor3 = Color3.new(1, 1, 1)
  706. Toys.Draggable = true
  707. Toys.Position = UDim2.new(0.653061211, 0, 0, 121)
  708. Toys.Selectable = true
  709. Toys.Size = UDim2.new(0.150753766, 0, 0, 426)
  710. Toys.Visible = false
  711. Toys.Style = Enum.FrameStyle.DropShadow
  712.  
  713. Bait.Name = "Bait"
  714. Bait.Parent = Toys
  715. Bait.BackgroundColor3 = Color3.new(0, 0, 0)
  716. Bait.BorderSizePixel = 0
  717. Bait.Position = UDim2.new(0.663790524, 0, 0, 76)
  718. Bait.Size = UDim2.new(0.279240489, 0, 0, 28)
  719. Bait.Font = Enum.Font.SourceSansBold
  720. Bait.FontSize = Enum.FontSize.Size18
  721. Bait.Text = "Bait"
  722. Bait.TextColor3 = Color3.new(1, 1, 1)
  723. Bait.TextSize = 18
  724.  
  725. Moonman.Name = "Moonman"
  726. Moonman.Parent = Toys
  727. Moonman.BackgroundColor3 = Color3.new(0, 0, 0)
  728. Moonman.BorderSizePixel = 0
  729. Moonman.Position = UDim2.new(0.354021609, 0, 0, 44)
  730. Moonman.Size = UDim2.new(0.279240489, 0, 0, 28)
  731. Moonman.Font = Enum.Font.SourceSansBold
  732. Moonman.FontSize = Enum.FontSize.Size18
  733. Moonman.Text = "Moonman"
  734. Moonman.TextColor3 = Color3.new(1, 1, 1)
  735. Moonman.TextSize = 18
  736.  
  737. SGod_2.Name = "SGod"
  738. SGod_2.Parent = Toys
  739. SGod_2.BackgroundColor3 = Color3.new(0, 0, 0)
  740. SGod_2.BorderSizePixel = 0
  741. SGod_2.Position = UDim2.new(0.663790524, 0, 0, 44)
  742. SGod_2.Size = UDim2.new(0.279240489, 0, 0, 28)
  743. SGod_2.Font = Enum.Font.SourceSansBold
  744. SGod_2.FontSize = Enum.FontSize.Size18
  745. SGod_2.Text = "Duck"
  746. SGod_2.TextColor3 = Color3.new(1, 1, 1)
  747. SGod_2.TextSize = 18
  748.  
  749. Gyro.Name = "Gyro"
  750. Gyro.Parent = Toys
  751. Gyro.BackgroundColor3 = Color3.new(0, 0, 0)
  752. Gyro.BorderSizePixel = 0
  753. Gyro.Position = UDim2.new(0.354021609, 0, 0, 76)
  754. Gyro.Size = UDim2.new(0.279240489, 0, 0, 28)
  755. Gyro.Font = Enum.Font.SourceSansBold
  756. Gyro.FontSize = Enum.FontSize.Size18
  757. Gyro.Text = "Gyro Gun"
  758. Gyro.TextColor3 = Color3.new(1, 1, 1)
  759. Gyro.TextSize = 18
  760.  
  761. Thomas.Name = "Thomas"
  762. Thomas.Parent = Toys
  763. Thomas.BackgroundColor3 = Color3.new(0, 0, 0)
  764. Thomas.BorderSizePixel = 0
  765. Thomas.Position = UDim2.new(0.0442527011, 0, 0, 44)
  766. Thomas.Size = UDim2.new(0.279240489, 0, 0, 28)
  767. Thomas.Font = Enum.Font.SourceSansBold
  768. Thomas.FontSize = Enum.FontSize.Size18
  769. Thomas.Text = "Thomas"
  770. Thomas.TextColor3 = Color3.new(1, 1, 1)
  771. Thomas.TextSize = 18
  772.  
  773. Keemstar.Name = "Keemstar"
  774. Keemstar.Parent = Toys
  775. Keemstar.BackgroundColor3 = Color3.new(0, 0, 0)
  776. Keemstar.BorderSizePixel = 0
  777. Keemstar.Position = UDim2.new(0.354021609, 0, 0, 109)
  778. Keemstar.Size = UDim2.new(0.279240489, 0, 0, 28)
  779. Keemstar.Font = Enum.Font.SourceSansBold
  780. Keemstar.FontSize = Enum.FontSize.Size18
  781. Keemstar.Text = "Keemstar"
  782. Keemstar.TextColor3 = Color3.new(1, 1, 1)
  783. Keemstar.TextSize = 18
  784.  
  785. Weed_2.Name = "Weed"
  786. Weed_2.Parent = Toys
  787. Weed_2.BackgroundColor3 = Color3.new(0, 0, 0)
  788. Weed_2.BorderSizePixel = 0
  789. Weed_2.Position = UDim2.new(0.0442527011, 0, 0, 76)
  790. Weed_2.Size = UDim2.new(0.279240489, 0, 0, 28)
  791. Weed_2.Font = Enum.Font.SourceSansBold
  792. Weed_2.FontSize = Enum.FontSize.Size18
  793. Weed_2.Text = "Weed"
  794. Weed_2.TextColor3 = Color3.new(1, 1, 1)
  795. Weed_2.TextSize = 18
  796.  
  797. Vest_2.Name = "Vest"
  798. Vest_2.Parent = Toys
  799. Vest_2.BackgroundColor3 = Color3.new(0, 0, 0)
  800. Vest_2.BorderSizePixel = 0
  801. Vest_2.Position = UDim2.new(0.663790524, 0, 0, 109)
  802. Vest_2.Size = UDim2.new(0.279240489, 0, 0, 28)
  803. Vest_2.Font = Enum.Font.SourceSansBold
  804. Vest_2.FontSize = Enum.FontSize.Size18
  805. Vest_2.Text = "Guest Talk"
  806. Vest_2.TextColor3 = Color3.new(1, 1, 1)
  807. Vest_2.TextSize = 18
  808.  
  809. Vapor.Name = "Vapor"
  810. Vapor.Parent = Toys
  811. Vapor.BackgroundColor3 = Color3.new(0, 0, 0)
  812. Vapor.BorderSizePixel = 0
  813. Vapor.Position = UDim2.new(0.364749521, 0, 0, 141)
  814. Vapor.Size = UDim2.new(0.279240489, 0, 0, 28)
  815. Vapor.Font = Enum.Font.SourceSansBold
  816. Vapor.FontSize = Enum.FontSize.Size18
  817. Vapor.Text = "Vapor Gun"
  818. Vapor.TextColor3 = Color3.new(1, 1, 1)
  819. Vapor.TextSize = 18
  820.  
  821. Back_3.Name = "Back"
  822. Back_3.Parent = Toys
  823. Back_3.BackgroundColor3 = Color3.new(0, 0, 0)
  824. Back_3.BorderSizePixel = 0
  825. Back_3.Position = UDim2.new(0.322824299, 0, 0, 382)
  826. Back_3.Size = UDim2.new(0.392000914, 0, 0, 16)
  827. Back_3.Font = Enum.Font.SourceSansBold
  828. Back_3.FontSize = Enum.FontSize.Size18
  829. Back_3.Text = "Back"
  830. Back_3.TextColor3 = Color3.new(1, 1, 1)
  831. Back_3.TextSize = 18
  832.  
  833. Title_3.Name = "Title"
  834. Title_3.Parent = Toys
  835. Title_3.BackgroundColor3 = Color3.new(0, 0, 0)
  836. Title_3.BorderSizePixel = 0
  837. Title_3.Draggable = true
  838. Title_3.Position = UDim2.new(0, -2, 0, -2)
  839. Title_3.Size = UDim2.new(1, 4, 0, 32)
  840. Title_3.Font = Enum.Font.SourceSansBold
  841. Title_3.FontSize = Enum.FontSize.Size24
  842. Title_3.Text = "Toys"
  843. Title_3.TextColor3 = Color3.new(1, 1, 1)
  844. Title_3.TextSize = 24
  845. Title_3.TextYAlignment = Enum.TextYAlignment.Top
  846.  
  847. styleLine_3.Name = "styleLine"
  848. styleLine_3.Parent = Title_3
  849. styleLine_3.BackgroundColor3 = Color3.new(1, 1, 1)
  850. styleLine_3.BorderSizePixel = 0
  851. styleLine_3.Position = UDim2.new(0, 0, 0, 28)
  852. styleLine_3.Size = UDim2.new(1, 0, 0, 4)
  853. styleLine_3.ZIndex = 2
  854.  
  855. Hide_3.Name = "Hide"
  856. Hide_3.Parent = Title_3
  857. Hide_3.BackgroundColor3 = Color3.new(0, 0, 0)
  858. Hide_3.BorderSizePixel = 0
  859. Hide_3.Position = UDim2.new(1, -30, 0, 0)
  860. Hide_3.Size = UDim2.new(0, 30, 0, 28)
  861. Hide_3.ZIndex = 2
  862. Hide_3.Font = Enum.Font.SourceSansBold
  863. Hide_3.FontSize = Enum.FontSize.Size24
  864. Hide_3.Text = "x"
  865. Hide_3.TextColor3 = Color3.new(1, 1, 1)
  866. Hide_3.TextSize = 24
  867. Hide_3.TextTransparency = 0.30000001192093
  868. Hide_3.TextYAlignment = Enum.TextYAlignment.Top
  869.  
  870. Harambe.Name = "Harambe"
  871. Harambe.Parent = Toys
  872. Harambe.BackgroundColor3 = Color3.new(0, 0, 0)
  873. Harambe.BorderSizePixel = 0
  874. Harambe.Position = UDim2.new(0.0442527011, 0, 0, 109)
  875. Harambe.Size = UDim2.new(0.279240489, 0, 0, 28)
  876. Harambe.Font = Enum.Font.SourceSansBold
  877. Harambe.FontSize = Enum.FontSize.Size18
  878. Harambe.Text = "Harambe"
  879. Harambe.TextColor3 = Color3.new(1, 1, 1)
  880. Harambe.TextSize = 18
  881.  
  882. Chicken.Name = "Chicken"
  883. Chicken.Parent = Toys
  884. Chicken.BackgroundColor3 = Color3.new(0, 0, 0)
  885. Chicken.BorderSizePixel = 0
  886. Chicken.Position = UDim2.new(0.0475760251, 0, 0, 141)
  887. Chicken.Size = UDim2.new(0.279240489, 0, 0, 28)
  888. Chicken.Font = Enum.Font.SourceSansBold
  889. Chicken.FontSize = Enum.FontSize.Size18
  890. Chicken.Text = "Chicken"
  891. Chicken.TextColor3 = Color3.new(1, 1, 1)
  892. Chicken.TextSize = 18
  893. --=========Server===========
  894.  
  895.  
  896. local Server = Instance.new("Frame" ,JurD)
  897. local Title_4 = Instance.new("TextLabel" ,Server)
  898. Title_4.Name = "Title"
  899. Title_4.Parent = Server
  900. Title_4.BackgroundColor3 = Color3.new(0, 0, 0)
  901. Title_4.BorderSizePixel = 0
  902. Title_4.Draggable = true
  903. Title_4.Position = UDim2.new(0, -2, 0, -2)
  904. Title_4.Size = UDim2.new(1, 4, 0, 32)
  905. Title_4.Font = Enum.Font.SourceSansBold
  906. Title_4.FontSize = Enum.FontSize.Size24
  907. Title_4.Text = "Server"
  908. Title_4.TextColor3 = Color3.new(1, 1, 1)
  909. Title_4.TextSize = 24
  910. Title_4.TextYAlignment = Enum.TextYAlignment.Top
  911.  
  912. local styleLine_4 = Instance.new("Frame" ,Title_4)
  913. styleLine_4.Name = "styleLine"
  914. styleLine_4.BackgroundColor3 = Color3.new(1, 1, 1)
  915. styleLine_4.BorderSizePixel = 0
  916. styleLine_4.Position = UDim2.new(0, 0, 0, 28)
  917. styleLine_4.Size = UDim2.new(1, 0, 0, 4)
  918. styleLine_4.ZIndex = 2
  919.  
  920. local Hide_4 = Instance.new("TextButton" ,Title_4)
  921. Hide_4.Name = "Hide"
  922. Hide_4.BackgroundColor3 = Color3.new(0, 0, 0)
  923. Hide_4.BorderSizePixel = 0
  924. Hide_4.Position = UDim2.new(1, -30, 0, 0)
  925. Hide_4.Size = UDim2.new(0, 30, 0, 28)
  926. Hide_4.ZIndex = 2
  927. Hide_4.Font = Enum.Font.SourceSansBold
  928. Hide_4.FontSize = Enum.FontSize.Size24
  929. Hide_4.Text = "x"
  930. Hide_4.TextColor3 = Color3.new(1, 1, 1)
  931. Hide_4.TextSize = 24
  932. Hide_4.TextTransparency = 0.30000001192093
  933. Hide_4.TextYAlignment = Enum.TextYAlignment.Top
  934.  
  935.  
  936. Server.Name = "Server"
  937. Server.Active = true
  938. Server.BackgroundColor3 = Color3.new(1, 1, 1)
  939. Server.Draggable = true
  940. Server.Position = UDim2.new(0.706122458, 0, 0, 56)
  941. Server.Selectable = true
  942. Server.Size = UDim2.new(0.165413529, 0, 0, 418)
  943. Server.Visible = false
  944. Server.Style = Enum.FrameStyle.DropShadow
  945.  
  946.  
  947. Baseplate.Name = "Baseplate"
  948. Baseplate.Parent = Server
  949. Baseplate.BackgroundColor3 = Color3.new(0, 0, 0)
  950. Baseplate.BorderSizePixel = 0
  951. Baseplate.Position = UDim2.new(0.663790524, 0, 0, 76)
  952. Baseplate.Size = UDim2.new(0.279240489, 0, 0, 28)
  953. Baseplate.Font = Enum.Font.SourceSansBold
  954. Baseplate.FontSize = Enum.FontSize.Size18
  955. Baseplate.Text = "Baseplate"
  956. Baseplate.TextColor3 = Color3.new(1, 1, 1)
  957. Baseplate.TextSize = 18
  958.  
  959. local Cena = Baseplate:Clone()
  960. Cena.Name = 'Cena'
  961. Cena.Parent = Server
  962. Cena.Position = UDim2.new(0.663790524, 0, 0, 44)
  963. Cena.Text = 'Cena'
  964.  
  965. local Swear = Baseplate:Clone()
  966. Swear.Name = 'Swear'
  967. Swear.Parent = Server
  968. Swear.Position = UDim2.new(0.354021609, 0, 0, 76)
  969. Swear.Text = 'Swear all'
  970.  
  971. local Flood = Baseplate:Clone()
  972. Flood.Name = 'Flood'
  973. Flood.Parent = Server
  974. Flood.Position = UDim2.new(0.0442527011, 0, 0, 44)
  975. Flood.Text = 'Flood'
  976.  
  977. local Gaben = Baseplate:Clone()
  978. Gaben.Name = 'Gaben'
  979. Gaben.Parent = Server
  980. Gaben.Position = UDim2.new(0.354021609, 0, 0, 109)
  981. Gaben.Text = 'Gaben'
  982.  
  983. local Purge = Baseplate:Clone()
  984. Purge.Name = 'Purge'
  985. Purge.Parent = Server
  986. Purge.Position = UDim2.new(0.354495525, 0, 0, 141)
  987. Purge.Text = 'Purge'
  988.  
  989. local KillAll = Baseplate:Clone()
  990. KillAll.Name = 'KillAll'
  991. KillAll.Parent = Server
  992. KillAll.Position = UDim2.new(0.663790524, 0, 0, 109)
  993. KillAll.Text = 'Kill All'
  994.  
  995. local _666 = Baseplate:Clone()
  996. _666.Name = '666'
  997. _666.Parent = Server
  998. _666.Position = UDim2.new(0.0483402982, 0, 0, 109)
  999. _666.Text = '666'
  1000.  
  1001. local CTerrain = Baseplate:Clone()
  1002. CTerrain.Name = 'CTerrain'
  1003. CTerrain.Parent = Server
  1004. CTerrain.Position = UDim2.new(0.0322268642, 0, 0, 330)
  1005. CTerrain.Size = UDim2.new(0.89980489, 0, 0, 28)
  1006. CTerrain.Text = 'Clear Terrain'
  1007.  
  1008.  
  1009. MusicBox.Name = "MusicBox"
  1010. MusicBox.Parent = Server
  1011. MusicBox.BackgroundColor3 = Color3.new(1, 1, 1)
  1012. MusicBox.Position = UDim2.new(0.354495525, 0, 0, 249)
  1013. MusicBox.Size = UDim2.new(0.604786932, 0, 0, 24)
  1014. MusicBox.Font = Enum.Font.SourceSans
  1015. MusicBox.FontSize = Enum.FontSize.Size14
  1016. MusicBox.Text = "ID"
  1017. MusicBox.TextSize = 14
  1018.  
  1019. local Chat = Baseplate:Clone()
  1020. Chat.Name = 'Chat'
  1021. Chat.Parent = Server
  1022. Chat.Position = UDim2.new(0.0644537285, 0, 0, 217)
  1023. Chat.Size = UDim2.new(0.265516192, 0, 0, 24)
  1024. Chat.Text = 'Chat'
  1025.  
  1026. local Back_4 = Baseplate:Clone()
  1027. Back_4.Name = 'Back'
  1028. Back_4.Parent = Server
  1029. Back_4.Position = UDim2.new(0.322824299, 0, 0, 382)
  1030. Back_4.Size = UDim2.new(0.392000914, 0, 0, 16)
  1031. Back_4.Text = 'Back'
  1032.  
  1033.  
  1034. CWorkspace.Name = "CWorkspace"
  1035. CWorkspace.Parent = Server
  1036. CWorkspace.BackgroundColor3 = Color3.new(0, 0, 0)
  1037. CWorkspace.BorderSizePixel = 0
  1038. CWorkspace.Position = UDim2.new(0.0322268642, 0, 0, 293)
  1039. CWorkspace.Size = UDim2.new(0.89980489, 0, 0, 28)
  1040. CWorkspace.Font = Enum.Font.SourceSansBold
  1041. CWorkspace.FontSize = Enum.FontSize.Size18
  1042. CWorkspace.Text = "Clear Worksapce (Laggy!)"
  1043. CWorkspace.TextColor3 = Color3.new(1, 1, 1)
  1044. CWorkspace.TextSize = 18
  1045.  
  1046. ChatBox.Name = "ChatBox"
  1047. ChatBox.Parent = Server
  1048. ChatBox.BackgroundColor3 = Color3.new(1, 1, 1)
  1049. ChatBox.Position = UDim2.new(0.354495525, 0, 0, 217)
  1050. ChatBox.Size = UDim2.new(0.604786932, 0, 0, 24)
  1051. ChatBox.Font = Enum.Font.SourceSans
  1052. ChatBox.FontSize = Enum.FontSize.Size14
  1053. ChatBox.Text = "Words Here"
  1054. ChatBox.TextSize = 14
  1055.  
  1056. Troll.Name = "Troll"
  1057. Troll.Parent = Server
  1058. Troll.BackgroundColor3 = Color3.new(0, 0, 0)
  1059. Troll.BorderSizePixel = 0
  1060. Troll.Position = UDim2.new(0.354021609, 0, 0, 44)
  1061. Troll.Size = UDim2.new(0.279240489, 0, 0, 28)
  1062. Troll.Font = Enum.Font.SourceSansBold
  1063. Troll.FontSize = Enum.FontSize.Size18
  1064. Troll.Text = "Troll"
  1065. Troll.TextColor3 = Color3.new(1, 1, 1)
  1066. Troll.TextSize = 18
  1067.  
  1068. Flood_2.Name = "Flood"
  1069. Flood_2.Parent = Server
  1070. Flood_2.BackgroundColor3 = Color3.new(0, 0, 0)
  1071. Flood_2.BorderSizePixel = 0
  1072. Flood_2.Position = UDim2.new(0.66065079, 0, 0, 141)
  1073. Flood_2.Size = UDim2.new(0.279240489, 0, 0, 28)
  1074. Flood_2.Font = Enum.Font.SourceSansBold
  1075. Flood_2.FontSize = Enum.FontSize.Size18
  1076. Flood_2.Text = "Flood"
  1077. Flood_2.TextColor3 = Color3.new(1, 1, 1)
  1078. Flood_2.TextSize = 18
  1079.  
  1080. Shutdown_2.Name = "Shutdown"
  1081. Shutdown_2.Parent = Server
  1082. Shutdown_2.BackgroundColor3 = Color3.new(0, 0, 0)
  1083. Shutdown_2.BorderSizePixel = 0
  1084. Shutdown_2.Position = UDim2.new(0.0442527011, 0, 0, 76)
  1085. Shutdown_2.Size = UDim2.new(0.279240489, 0, 0, 28)
  1086. Shutdown_2.Font = Enum.Font.SourceSansBold
  1087. Shutdown_2.FontSize = Enum.FontSize.Size18
  1088. Shutdown_2.Text = "Shutdown"
  1089. Shutdown_2.TextColor3 = Color3.new(1, 1, 1)
  1090. Shutdown_2.TextSize = 18
  1091.  
  1092. _666_2.Name = "666"
  1093. _666_2.Parent = Server
  1094. _666_2.BackgroundColor3 = Color3.new(0, 0, 0)
  1095. _666_2.BorderSizePixel = 0
  1096. _666_2.Position = UDim2.new(0.0483402982, 0, 0, 141)
  1097. _666_2.Size = UDim2.new(0.279240489, 0, 0, 28)
  1098. _666_2.Font = Enum.Font.SourceSansBold
  1099. _666_2.FontSize = Enum.FontSize.Size18
  1100. _666_2.Text = "Deek All"
  1101. _666_2.TextColor3 = Color3.new(1, 1, 1)
  1102. _666_2.TextSize = 18
  1103.  
  1104. Music.Name = "Music"
  1105. Music.Parent = Server
  1106. Music.BackgroundColor3 = Color3.new(0, 0, 0)
  1107. Music.BorderSizePixel = 0
  1108. Music.Position = UDim2.new(0.0644537285, 0, 0, 249)
  1109. Music.Size = UDim2.new(0.265516192, 0, 0, 24)
  1110. Music.Font = Enum.Font.SourceSansBold
  1111. Music.FontSize = Enum.FontSize.Size18
  1112. Music.Text = "Music"
  1113. Music.TextColor3 = Color3.new(1, 1, 1)
  1114. Music.TextSize = 18
  1115.  
  1116. InvisWorkspace.Name = "InvisWorkspace"
  1117. InvisWorkspace.Parent = Server
  1118. InvisWorkspace.BackgroundColor3 = Color3.new(0, 0, 0)
  1119. InvisWorkspace.BorderSizePixel = 0
  1120. InvisWorkspace.Position = UDim2.new(0.66065079, 0, 0, 173)
  1121. InvisWorkspace.Size = UDim2.new(0.279240489, 0, 0, 28)
  1122. InvisWorkspace.Font = Enum.Font.SourceSansBold
  1123. InvisWorkspace.FontSize = Enum.FontSize.Size18
  1124. InvisWorkspace.Text = "Invis Fun"
  1125. InvisWorkspace.TextColor3 = Color3.new(1, 1, 1)
  1126. InvisWorkspace.TextSize = 18
  1127.  
  1128. ReflectFun.Name = "ReflectFun"
  1129. ReflectFun.Parent = Server
  1130. ReflectFun.BackgroundColor3 = Color3.new(0, 0, 0)
  1131. ReflectFun.BorderSizePixel = 0
  1132. ReflectFun.Position = UDim2.new(0.354495525, 0, 0, 173)
  1133. ReflectFun.Size = UDim2.new(0.279240489, 0, 0, 28)
  1134. ReflectFun.Font = Enum.Font.SourceSansBold
  1135. ReflectFun.FontSize = Enum.FontSize.Size18
  1136. ReflectFun.Text = "Reflect Fun"
  1137. ReflectFun.TextColor3 = Color3.new(1, 1, 1)
  1138. ReflectFun.TextSize = 18
  1139.  
  1140. ColorSpam.Name = "ColorSpam"
  1141. ColorSpam.Parent = Server
  1142. ColorSpam.BackgroundColor3 = Color3.new(0, 0, 0)
  1143. ColorSpam.BorderSizePixel = 0
  1144. ColorSpam.Position = UDim2.new(0.0483402982, 0, 0, 173)
  1145. ColorSpam.Size = UDim2.new(0.279240489, 0, 0, 28)
  1146. ColorSpam.Font = Enum.Font.SourceSansBold
  1147. ColorSpam.FontSize = Enum.FontSize.Size18
  1148. ColorSpam.Text = "Color Spam"
  1149. ColorSpam.TextColor3 = Color3.new(1, 1, 1)
  1150. ColorSpam.TextSize = 18
  1151.  
  1152. ToysMen.Name = "ToysMen"
  1153. ToysMen.Parent = Holder
  1154. ToysMen.BackgroundColor3 = Color3.new(0, 0, 0)
  1155. ToysMen.BorderSizePixel = 0
  1156. ToysMen.Position = UDim2.new(0.0284556374, 0, 0, 44)
  1157. ToysMen.Size = UDim2.new(0.256100744, 0, 0, 40)
  1158. ToysMen.Font = Enum.Font.SourceSans
  1159. ToysMen.FontSize = Enum.FontSize.Size24
  1160. ToysMen.Text = "Toys"
  1161. ToysMen.TextColor3 = Color3.new(1, 1, 1)
  1162. ToysMen.TextSize = 24
  1163.  
  1164. ServerMen.Name = "ServerMen"
  1165. ServerMen.Parent = Holder
  1166. ServerMen.BackgroundColor3 = Color3.new(0, 0, 0)
  1167. ServerMen.BorderSizePixel = 0
  1168. ServerMen.Position = UDim2.new(0.294041604, 0, 0, 44)
  1169. ServerMen.Size = UDim2.new(0.407864153, 0, 0, 40)
  1170. ServerMen.Font = Enum.Font.SourceSans
  1171. ServerMen.FontSize = Enum.FontSize.Size24
  1172. ServerMen.Text = "Server"
  1173. ServerMen.TextColor3 = Color3.new(1, 1, 1)
  1174. ServerMen.TextSize = 24
  1175.  
  1176. TextButton.Parent = Holder
  1177. TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  1178. TextButton.BorderSizePixel = 0
  1179. TextButton.Position = UDim2.new(0.296068966, 0, 0, 88)
  1180. TextButton.Size = UDim2.new(0.407864153, 0, 0, 40)
  1181. TextButton.Font = Enum.Font.SourceSans
  1182. TextButton.FontSize = Enum.FontSize.Size24
  1183. TextButton.Text = "Misc"
  1184. TextButton.TextColor3 = Color3.new(1, 1, 1)
  1185. TextButton.TextSize = 24
  1186.  
  1187. PhantomForcesMen.Name = "PhantomForcesMen"
  1188. PhantomForcesMen.Parent = Holder
  1189. PhantomForcesMen.BackgroundColor3 = Color3.new(0, 0, 0)
  1190. PhantomForcesMen.BorderSizePixel = 0
  1191. PhantomForcesMen.Position = UDim2.new(0.0306278225, 0, 0, 88)
  1192. PhantomForcesMen.Size = UDim2.new(0.256100744, 0, 0, 40)
  1193. PhantomForcesMen.Font = Enum.Font.SourceSans
  1194. PhantomForcesMen.FontSize = Enum.FontSize.Size24
  1195. PhantomForcesMen.Text = "PF"
  1196. PhantomForcesMen.TextColor3 = Color3.new(1, 1, 1)
  1197. PhantomForcesMen.TextSize = 24
  1198.  
  1199. TextButton_2.Parent = Holder
  1200. TextButton_2.BackgroundColor3 = Color3.new(0, 0, 0)
  1201. TextButton_2.BorderSizePixel = 0
  1202. TextButton_2.Position = UDim2.new(0.7146492, 0, 0, 88)
  1203. TextButton_2.Size = UDim2.new(0.256100744, 0, 0, 40)
  1204. TextButton_2.Font = Enum.Font.SourceSans
  1205. TextButton_2.FontSize = Enum.FontSize.Size24
  1206. TextButton_2.Text = "Apoc"
  1207. TextButton_2.TextColor3 = Color3.new(1, 1, 1)
  1208. TextButton_2.TextSize = 24
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement