IiIDriversIiI

[Roblox] Toolbox Script

May 15th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.67 KB | None | 0 0
  1. --Creation--
  2. me = game.Players.LocalPlayer
  3. NamePlr = me.Name
  4.  
  5. local edb1 = Instance.new("ScreenGui",game.CoreGui)
  6. edb1.Name = ("Main")
  7. local edb2 = Instance.new("Frame",game.CoreGui.Main)
  8. edb2.Name = ("GuiButtons")
  9. edb2.Visible = false
  10. edb2.BackgroundTransparency = 1
  11. edb2.Position = UDim2.new(0, 50, 0, 69)
  12. local gg = Instance.new("Hint", game.Players.LocalPlayer.PlayerGui)
  13. gg.Text = ("xXhoponXx's exploit GUI loaded!")
  14. gg.Name = ("expliot22")
  15.  
  16. local edb3 = Instance.new("Frame",game.CoreGui.Main)
  17. edb3.Name = ("GuiButtons2")
  18. edb3.Visible = false
  19. edb3.BackgroundTransparency = 1
  20. edb3.Position = UDim2.new(0, 50, 0, 69)
  21.  
  22.  
  23. --End Creation
  24.  
  25. --Page one
  26. local edb = Instance.new("TextButton")
  27. edb.Name = ("Insert")
  28. edb.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  29. edb.Position = UDim2.new(0, 5, 0.5, 295);
  30. edb.TextColor3 = Color3.new(1, 1, 1)
  31. edb.MouseButton1Click:connect(function()
  32. insrt = game:GetService("InsertService"):LoadAsset(58901335)
  33. insrt2 = game:GetService("InsertService"):LoadAsset(16190677)
  34. pcall(function()
  35. for _, v in pairs(insrt:GetChildren()) do
  36. v:Clone().Parent = me.Backpack
  37. end
  38. for _, v in pairs(insrt2:GetChildren()) do
  39. v:Clone().Parent = me.Backpack
  40. end
  41. end)
  42. end)
  43.  
  44. edb.Text = "Insert"
  45. edb.Parent = game.CoreGui.Main.GuiButtons
  46. edb.Style = "RobloxButtonDefault"
  47. edb.Draggable = false
  48.  
  49. local pb = Instance.new("TextButton")
  50. pb.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  51. pb.Name = ("MakePart")
  52. pb.Position = UDim2.new(0, 5, 0.5, 316);
  53. pb.Draggable = false
  54. pb.TextColor3 = Color3.new(1, 1, 1)
  55. pb.MouseButton1Click:connect(function()
  56. local p=Instance.new("Part");
  57. p.Name = "RAWR"
  58. p.BrickColor = BrickColor.Random()
  59. p.Material = ((math.random(1, 2) == 1) and "Ice") or "Wood";
  60. p.CFrame = CFrame.new(math.random(-60, 60), (game.PlaceId == 41324860 and 350 or 60), math.random(-60, 60));
  61. p.formFactor = "Custom"
  62. p.Size = Vector3.new(0.5, math.random(2, 40)/10, 0.5)
  63. p.Parent = workspace
  64. end)
  65. pb.Text = "Make part"
  66. pb.Style = "RobloxButtonDefault"
  67. pb.Parent = game.CoreGui.Main.GuiButtons
  68.  
  69.  
  70. function getAll(obj)
  71. for i, v in pairs(obj:getChildren()) do
  72. if v:IsA("BasePart") then
  73. v.Anchored = false
  74. v.Transparency = 0.7
  75. v.BrickColor = BrickColor.new("Really Black")
  76. v.TopSurface = ("Smooth")
  77. v.BottomSurface = ("Smooth")
  78. v.BackSurface = ("Smooth")
  79. v.FrontSurface = ("Smooth")
  80. v.RightSurface = ("Smooth")
  81. v.LeftSurface = ("Smooth")
  82. bv = Instance.new("BodyVelocity")
  83. bv.Parent = v
  84. bv.maxForce = Vector3.new(100000000,100000000,100000000)
  85. end
  86. getAll(v)
  87. end
  88. end
  89.  
  90.  
  91. function exPro(root)
  92. for _, v in pairs(root:GetChildren()) do
  93. if v:IsA("Decal") and v.Texture ~= "http://www.roblox.com/asset/?id=122579628" then
  94. v.Parent = nil
  95. elseif v:IsA("BasePart") then
  96. v.Material = "Plastic"
  97. v.Transparency = 0
  98. One = Instance.new("Decal", v)
  99. Two = Instance.new("Decal", v)
  100. Three = Instance.new("Decal", v)
  101. Four = Instance.new("Decal", v)
  102. Five = Instance.new("Decal", v)
  103. Six = Instance.new("Decal", v)
  104. One.Texture = "http://www.roblox.com/asset/?id=122579628"
  105. Two.Texture = "http://www.roblox.com/asset/?id=122579628"
  106. Three.Texture = "http://www.roblox.com/asset/?id=122579628"
  107. Four.Texture = "http://www.roblox.com/asset/?id=122579628"
  108. Five.Texture = "http://www.roblox.com/asset/?id=122579628"
  109. Six.Texture = "http://www.roblox.com/asset/?id=122579628"
  110. One.Face = "Front"
  111. Two.Face = "Back"
  112. Three.Face = "Right"
  113. Four.Face = "Left"
  114. Five.Face = "Top"
  115. Six.Face = "Bottom"
  116. end
  117. exPro(v)
  118. end
  119. end
  120.  
  121.  
  122. local DoD = Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  123. DoD.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  124. DoD.Name = ("DoD")
  125. DoD.Position = UDim2.new(0, 5, 0.5, 337);
  126. DoD.Text = "DoD"
  127. DoD.TextColor3 = Color3.new(1, 1, 1)
  128. DoD.Style = "RobloxButtonDefault"
  129. DoD.Draggable = false
  130.  
  131. DoD.MouseButton1Click:connect(function()
  132. game.Lighting.FogEnd = 230
  133. game.Lighting.FogColor = Color3.new(0, 0, 0)
  134. getAll(workspace)
  135. game.Lighting.TimeOfDay = "07:00:00"
  136. game.Lighting.Ambient = Color3.new(0,0,0)
  137. sky = Instance.new("Sky")
  138. sky.Parent = game.Lighting
  139. sky.SkyboxBk = "http://www.roblox.com/asset/?id=122579628"
  140. sky.SkyboxDn = "http://www.roblox.com/asset/?id=122579628"
  141. sky.SkyboxFt = "http://www.roblox.com/asset/?id=122579628"
  142. sky.SkyboxLf = "http://www.roblox.com/asset/?id=122579628"
  143. sky.SkyboxRt = "http://www.roblox.com/asset/?id=122579628"
  144. sky.SkyboxUp = "http://www.roblox.com/asset/?id=122579628"
  145. end)
  146. local ToggleFrame = Instance.new("Frame", game.CoreGui.Main)
  147. ToggleFrame.Name = ("ToggleFrame")
  148. ToggleFrame.Position = UDim2.new(0.207000002, 0, 0.700000048, 0);
  149. ToggleFrame.BackgroundTransparency = 1
  150.  
  151.  
  152. ToggleOn = Instance.new("TextButton", game.CoreGui.Main.ToggleFrame)
  153. ToggleOn.Size = UDim2.new(0, 150, 0, 50)
  154. ToggleOn.Name = ("ToggleOn")
  155. ToggleOn.Position = UDim2.new(0.100000001, 0, 0.700000048, 0)
  156. ToggleOn.Text = "Click To Toggle"
  157. ToggleOn.TextColor3 = Color3.new(1, 1, 1)
  158. ToggleOn.Style = "RobloxButton"
  159. ToggleOn.Draggable = false
  160. ToggleOn.Font = "ArialBold"
  161. ToggleOn.FontSize = "Size14"
  162.  
  163.  
  164.  
  165. ToggleOn.MouseButton1Click:connect(function()
  166. game.CoreGui.RobloxGui.ChatFrame.Position = UDim2.new(0,300,0,0)
  167. game.CoreGui.Main.GuiButtons.Visible = true
  168. game.CoreGui.Main.GuiButtons2.Visible = false
  169. game.CoreGui.Main.ToggleFrame.ToggleOn.Visible = false
  170. game.CoreGui.Main.ToggleFrame.ToggleOff.Visible = true
  171. p1.Visible = true
  172. p2.Visible = true
  173. end)
  174.  
  175. ToggleOff = Instance.new("TextButton", game.CoreGui.Main.ToggleFrame)
  176. ToggleOff.Size = UDim2.new(0, 150, 0, 50)
  177. ToggleOff.Name = ("ToggleOff")
  178. ToggleOff.Position = UDim2.new(0.100000001, 0, 0.700000048, 0)
  179. ToggleOff.Text = "Click To Hide"
  180. ToggleOff.TextColor3 = Color3.new(1, 1, 1)
  181. ToggleOff.Style = "RobloxButton"
  182. ToggleOff.Draggable = false
  183. ToggleOff.Font = "ArialBold"
  184. ToggleOff.FontSize = "Size14"
  185. ToggleOff.Selected = true
  186. ToggleOff.Visible = false
  187.  
  188. ToggleOff.MouseButton1Click:connect(function()
  189. game.CoreGui.RobloxGui.ChatFrame.Position = UDim2.new(0,0,0,0)
  190. game.CoreGui.Main.GuiButtons.Visible = false
  191. game.CoreGui.Main.GuiButtons2.Visible = false
  192. game.CoreGui.Main.ToggleFrame.ToggleOn.Visible = true
  193. game.CoreGui.Main.ToggleFrame.ToggleOff.Visible = false
  194. p1.Visible = false
  195. p2.Visible = false
  196. end)
  197.  
  198. Close = Instance.new("TextButton", game.CoreGui.Main.ToggleFrame)
  199. Close.Size = UDim2.new(0, 17, 0, 46)
  200. Close.Name = ("Close")
  201. Close.Position = UDim2.new(0.103000008, 146, 0.700000048, 2)
  202. Close.Text = "X"
  203. Close.TextColor3 = Color3.new(1, 1, 1)
  204. Close.Style = "RobloxButton"
  205. Close.Draggable = false
  206. Close.Font = "ArialBold"
  207. Close.FontSize = "Size14"
  208. Close.Selected = true
  209.  
  210. Close.MouseButton1Click:connect(function()
  211. game.CoreGui.Main:Remove()
  212. gg:Remove()
  213. game.CoreGui.RobloxGui.ChatFrame.Position = UDim2.new(0,0,0,0)
  214. end)
  215.  
  216. Shutdown = Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  217. Shutdown.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  218. Shutdown.Name = ("Shutdown")
  219. Shutdown.Position = UDim2.new(0, 5, 0.5, 358)
  220. Shutdown.Text = "Shutdown"
  221. Shutdown.TextColor3 = Color3.new(1, 1, 1)
  222. Shutdown.Style = "RobloxButtonDefault"
  223. Shutdown.Draggable = false
  224.  
  225. Shutdown.MouseButton1Click:connect(function()
  226. coroutine.resume(coroutine.create(function()
  227. while wait() do
  228. for _, v in pairs(game.Players:GetPlayers()) do
  229. v.Parent = nil
  230. end
  231. end
  232. end))
  233. end)
  234.  
  235.  
  236. SetHealthText = Instance.new("TextBox", game.CoreGui.Main.GuiButtons)
  237. SetHealthText.BackgroundColor3 = Color3.new(1, 1, 1)
  238. SetHealthText.Name = ("HealthText")
  239. SetHealthText.ClearTextOnFocus = true
  240. SetHealthText.Font = "ArialBold"
  241. SetHealthText.FontSize = "Size11"
  242. SetHealthText.Position = UDim2.new(0.129999891, 72, 0.826999605, 228)
  243. SetHealthText.Size = UDim2.new(0.0500000007, 77, 0.0500000007, 19)
  244. SetHealthText.Text = "Health"
  245. SetHealthText.ClipsDescendants = true
  246. SetHealthText.BackgroundTransparency = ("0.5")
  247.  
  248. SetHealth = Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  249. SetHealth.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  250. SetHealth.Name = ("SetHealth")
  251. SetHealth.Position = UDim2.new(0.0599999242, 5, 0.772999704, 228)
  252. SetHealth.Text = "SetHealth"
  253. SetHealth.TextColor3 = Color3.new(1, 1, 1)
  254. SetHealth.Style = "RobloxButtonDefault"
  255. SetHealth.Draggable = false
  256.  
  257. SetHealth.MouseButton1Click:connect(function()
  258. set = game.CoreGui.Main.GuiButtons.SetHealthText.Text
  259. me.Character.Humanoid.MaxHealth = set
  260. end)
  261.  
  262. LookText = Instance.new("TextBox", game.CoreGui.Main.GuiButtons)
  263. LookText.BackgroundColor3 = Color3.new(1, 1, 1)
  264. LookText.Name = ("LookText")
  265. LookText.ClearTextOnFocus = true
  266. LookText.Font = "ArialBold"
  267. LookText.FontSize = "Size11"
  268. LookText.Position = UDim2.new(0.129999936, 72, 0.779999852, 205)
  269. LookText.Size = UDim2.new(0.0500000007, 77, 0.0500000007, 19)
  270. LookText.Text = "Look"
  271. LookText.ClipsDescendants = true
  272. LookText.BackgroundTransparency = ("0.5")
  273.  
  274. Look = Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  275. Look.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  276. Look.Name = ("Look")
  277. Look.Position = UDim2.new(0.0599999502, 5, 0.772999823, 205)
  278. Look.Text = ("Player Look")
  279. Look.TextColor3 = Color3.new(1, 1, 1)
  280. Look.Style = "RobloxButtonDefault"
  281. Look.Draggable = false
  282.  
  283. Look.MouseButton1Click:connect(function()
  284. me.CharacterAppearance = ("http://www.roblox.com/Asset/CharacterFetch.ashx?userId="..game.CoreGui.Main.GuiButtons.LookText.Text)
  285.  
  286. end)
  287.  
  288.  
  289.  
  290. KillText= Instance.new("TextBox", game.CoreGui.Main.GuiButtons)
  291. KillText.BackgroundColor3 = Color3.new(1, 1, 1)
  292. KillText.Name = ("KillText")
  293. KillText.ClearTextOnFocus = true
  294. KillText.Font = "ArialBold"
  295. KillText.FontSize = "Size11"
  296. KillText.Position = UDim2.new(0.129999936, 72, 0.669999838, 252)
  297. KillText.Size = UDim2.new(0.0500000007, 125, 0.0500000007, 17)
  298. KillText.Text = "Kill Player"
  299. KillText.ClipsDescendants = true
  300. KillText.BackgroundTransparency = ("0.5")
  301.  
  302. Kill = Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  303. Kill.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  304. Kill.Name = ("Kill")
  305. Kill.Position = UDim2.new(0.0599999502, 5, 0.5, 251)
  306. Kill.Text = ("Kill")
  307. Kill.TextColor3 = Color3.new(1, 1, 1)
  308. Kill.Style = "RobloxButtonDefault"
  309. Kill.Draggable = false
  310.  
  311. Kill.MouseButton1Click:connect(function()
  312. lul2 = KillText.Text
  313. ownerzz = game.Players[lul2]
  314. ownerzz.Character.Humanoid.Health = ("0")
  315. end)
  316.  
  317. NameText = Instance.new("TextBox", game.CoreGui.Main.GuiButtons)
  318. NameText.BackgroundColor3 = Color3.new(1, 1, 1)
  319. NameText.Name = ("NameText")
  320. NameText.ClearTextOnFocus = true
  321. NameText.Font = "ArialBold"
  322. NameText.FontSize = "Size11"
  323. NameText.Position = UDim2.new(0.129999936, 88, 0.615999818, 274)
  324. NameText.Size = UDim2.new(0.0500000007, 125, 0.0500000007, 17)
  325. NameText.Text = "New Name"
  326. NameText.ClipsDescendants = true
  327. NameText.BackgroundTransparency = ("0.5")
  328.  
  329. Name = Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  330. Name.Size = UDim2.new(0.0500000007, 79, 0.0500000007, 19)
  331. Name.Name = ("Name")
  332. Name.Position = UDim2.new(0.0599999502, 5, 0.5, 273)
  333. Name.Text = ("Change Name")
  334. Name.TextColor3 = Color3.new(1, 1, 1)
  335. Name.Style = "RobloxButtonDefault"
  336. Name.Draggable = false
  337.  
  338. Name.MouseButton1Click:connect(function()
  339. local You = me.Name local head = workspace[You].Head:Clone() local model = Instance.new("Model",workspace) local humanoid = Instance.new("Humanoid",model) head.Parent
  340. = model model.Name = (game.CoreGui.Main.GuiButtons.NameText.Text) humanoid.MaxHealth = 100 local w = Instance.new("Weld",model) w.Part0,w.Part1 = workspace[You].Head,head
  341. me.Character.Head.Transparency = 1
  342. end)
  343.  
  344. HatText = Instance.new("TextBox", game.CoreGui.Main.GuiButtons)
  345. HatText.BackgroundColor3 = Color3.new(1, 1, 1)
  346. HatText.Name = ("HatText")
  347. HatText.ClearTextOnFocus = true
  348. HatText.Font = "ArialBold"
  349. HatText.FontSize = "Size11"
  350. HatText.Position = UDim2.new(0.129999936, 72, 0.561999798, 159)
  351. HatText.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  352. HatText.Text = "Hat ID"
  353. HatText.ClipsDescendants = true
  354. HatText.BackgroundTransparency = ("0.5")
  355.  
  356. Hat = Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  357. Hat.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  358. Hat.Name = ("Hat")
  359. Hat.Position = UDim2.new(0.0599999502, 5, 0.5, 159)
  360. Hat.Text = ("Give Hat")
  361. Hat.TextColor3 = Color3.new(1, 1, 1)
  362. Hat.Style = "RobloxButtonDefault"
  363. Hat.Draggable = false
  364.  
  365. Hat.MouseButton1Click:connect(function()
  366. local obj = game:service("InsertService"):LoadAsset(game.CoreGui.Main.GuiButtons.HatText.Text)
  367. for a,hat in pairs(obj:children()) do if hat:IsA("Hat") then hat.Parent = me.Character end end
  368. obj:Destroy()
  369. end)
  370.  
  371. GlowText = Instance.new("TextBox", game.CoreGui.Main.GuiButtons)
  372. GlowText.BackgroundColor3 = Color3.new(1, 1, 1)
  373. GlowText.ClearTextOnFocus = true
  374. GlowText.Name = ("GlowText")
  375. GlowText.Font = "ArialBold"
  376. GlowText.FontSize = "Size11"
  377. GlowText.Position = UDim2.new(0.129999936, 72, 0.561999798, 136)
  378. GlowText.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  379. GlowText.Text = "Color"
  380. GlowText.ClipsDescendants = true
  381. GlowText.BackgroundTransparency = ("0.5")
  382.  
  383. Glow = Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  384. Glow.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  385. Glow.Name = ("Glow")
  386. Glow.Position = UDim2.new(0.0599999502, 5, 0.5, 136)
  387. Glow.Text = ("Glow")
  388. Glow.TextColor3 = Color3.new(1, 1, 1)
  389. Glow.Style = "RobloxButtonDefault"
  390. Glow.Draggable = false
  391.  
  392. Glow.MouseButton1Click:connect(function()
  393. function MakeHologram(object)
  394. for i,v in pairs(object:GetChildren()) do
  395. if v:IsA("Part") then
  396. if v:FindFirstChild("Hologram") == nil then
  397. local hologram = Instance.new("SelectionBox")
  398. hologram.Parent = v
  399. hologram.Adornee = v
  400. hologram.Name = "Hologram"
  401. hologram.Color = BrickColor.new(game.CoreGui.Main.GuiButtons.GlowText.Text)
  402. elseif v:FindFirstChild("Hologram") ~= nil then
  403. v.Hologram.Color = BrickColor.new(game.CoreGui.Main.GuiButtons.GlowText.Text)
  404. end
  405. end
  406. MakeHologram(v)
  407. end
  408. end
  409. MakeHologram(Workspace)
  410. end)
  411.  
  412. OwnText = Instance.new("TextBox", game.CoreGui.Main.GuiButtons)
  413. OwnText.BackgroundColor3 = Color3.new(1, 1, 1)
  414. OwnText.ClearTextOnFocus = true
  415. OwnText.Name = ("OwnText")
  416. OwnText.Font = "ArialBold"
  417. OwnText.FontSize = "Size11"
  418. OwnText.Position = UDim2.new(0.129999936, 71, 0.561999798, 113)
  419. OwnText.Size = UDim2.new(0.0500000007, 145, 0.0500000007, 19)
  420. OwnText.Text = "Name of Admin Or Owner"
  421. OwnText.ClipsDescendants = true
  422. OwnText.BackgroundTransparency = ("0.5")
  423.  
  424.  
  425. Own = Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  426. Own.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  427. Own.Name = ("Own")
  428. Own.Position = UDim2.new(0.0599999502, 5, 0.5, 113)
  429. Own.Text = ("Own")
  430. Own.TextColor3 = Color3.new(1, 1, 1)
  431. Own.Style = "RobloxButtonDefault"
  432. Own.Draggable = false
  433. Own.MouseButton1Click:connect(function()
  434. lul = OwnText.Text
  435. ownerz = game.Players[lul]
  436. for _, v in pairs(ownerz.Backpack:GetChildren()) do
  437. v:Clone().Parent = me.Backpack
  438. end
  439. end)
  440.  
  441. SpeedText = Instance.new("TextBox", game.CoreGui.Main.GuiButtons)
  442. SpeedText.BackgroundColor3 = Color3.new(1, 1, 1)
  443. SpeedText.ClearTextOnFocus = true
  444. SpeedText.Name = ("SpeedText")
  445. SpeedText.Font = "ArialBold"
  446. SpeedText.FontSize = "Size11"
  447. SpeedText.Position = UDim2.new(0.129999936, 71, 0.561999798, -24)
  448. SpeedText.Size = UDim2.new(0.0500000007, 70, 0.0500000007, 17)
  449. SpeedText.Text = "Walk Speed"
  450. SpeedText.ClipsDescendants = true
  451. SpeedText.BackgroundTransparency = ("0.5")
  452.  
  453.  
  454. Speed = Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  455. Speed.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  456. Speed.Name = ("Speed")
  457. Speed.Position = UDim2.new(0.0599999502, 5, 0.5, -25)
  458. Speed.Text = ("Set Speed")
  459. Speed.TextColor3 = Color3.new(1, 1, 1)
  460. Speed.Style = "RobloxButtonDefault"
  461. Speed.Draggable = false
  462. Speed.MouseButton1Click:connect(function()
  463. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = SpeedText.Text
  464. WalkNum.Text = SpeedText.Text
  465. while true do
  466. wait()
  467. WalkNum.Text = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed
  468. end
  469. end)
  470.  
  471. AntiBan= Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  472. AntiBan.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  473. AntiBan.Name = ("AntiBan")
  474. AntiBan.Position = UDim2.new(0.0599999502, 5, 0.5, 67)
  475. AntiBan.Text = "Anti Ban"
  476. AntiBan.TextColor3 = Color3.new(1, 1, 1)
  477. AntiBan.Style = "RobloxButtonDefault"
  478. AntiBan.Draggable = false
  479. AntiBan.Visible = true
  480.  
  481. AntiBan.MouseButton1Click:connect(function()
  482. game.Players.LocalPlayer.Character.RobloxLocked = true
  483. game.Players.LocalPlayer.PlayerGui.RobloxLocked = true
  484. game.Players.LocalPlayer.Backpack.RobloxLocked = true
  485. game.Players.LocalPlayer.RobloxLocked = true
  486.  
  487. end)
  488.  
  489. WalkNum=Instance.new("TextLabel", game.CoreGui.Main.GuiButtons)
  490. WalkNum.Name = ("WalkNum")
  491. WalkNum.Text = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed
  492. WalkNum.Position = UDim2.new(0.00800000038, 100, 0, 40)
  493. WalkNum.TextColor3 = Color3.new(1, 1, 1)
  494. WalkNum.Visible = true
  495. WalkNum.BackgroundTransparency = 1
  496. WalkNum.Font = "ArialBold"
  497. WalkNum.FontSize = "Size12"
  498.  
  499. WalkSub= Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  500. WalkSub.Size = UDim2.new(0.0500000007, 75, 0.0500000007, 19)
  501. WalkSub.Name = ("WalkSub")
  502. WalkSub.Position = UDim2.new(0.0599999502, 5, 0.5, 44)
  503. WalkSub.Text = "Walkspeed -1"
  504. WalkSub.TextColor3 = Color3.new(1, 1, 1)
  505. WalkSub.Style = "RobloxButtonDefault"
  506. WalkSub.Draggable = false
  507. WalkSub.Visible = true
  508.  
  509. WalkSub.MouseButton1Click:connect(function()
  510. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed-1
  511. WalkNum.Text = WalkNum.Text-1
  512. while true do
  513. wait()
  514. WalkNum.Text = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed
  515. end
  516. end)
  517.  
  518.  
  519.  
  520. WalkAdd= Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  521. WalkAdd.Size = UDim2.new(0.0500000007, 75, 0.0500000007, 19)
  522. WalkAdd.Name = ("WalkAdd")
  523. WalkAdd.Position = UDim2.new(0.0599999502, 5, 0.5, 21)
  524. WalkAdd.Text = "Walkspeed +1"
  525. WalkAdd.TextColor3 = Color3.new(1, 1, 1)
  526. WalkAdd.Style = "RobloxButtonDefault"
  527. WalkAdd.Draggable = false
  528. WalkAdd.Visible = true
  529.  
  530. WalkAdd.MouseButton1Click:connect(function()
  531. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed+1
  532. WalkNum.Text = WalkNum.Text+1
  533. while true do
  534. wait()
  535. WalkNum.Text = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed
  536. end
  537. end)
  538.  
  539.  
  540.  
  541. BreakControls= Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  542. BreakControls.Size = UDim2.new(0.0500000007, 90, 0.0500000007, 19)
  543. BreakControls.Name = ("BreakControls")
  544. BreakControls.Position = UDim2.new(0.0599999502, 5, 0.5, -2)
  545. BreakControls.Text = "Reverse Controls"
  546. BreakControls.TextColor3 = Color3.new(1, 1, 1)
  547. BreakControls.Style = "RobloxButtonDefault"
  548. BreakControls.Draggable = false
  549. BreakControls.Visible = true
  550.  
  551. BreakControls.MouseButton1Click:connect(function()
  552. for _, v in pairs(game.Players:GetPlayers()) do
  553. v.Character.Humanoid.WalkSpeed = -16
  554. WalkNum.Text = ("-16")
  555. game.CoreGui.Main.GuiButtons.BreakControls.Visible = false
  556. game.CoreGui.Main.GuiButtons.FixControls.Visible = true
  557. end
  558. end)
  559.  
  560.  
  561. BreakControls2= Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  562. BreakControls2.Size = UDim2.new(0.0500000007, 90, 0.0500000007, 19)
  563. BreakControls2.Name = ("FixControls")
  564. BreakControls2.Position = UDim2.new(0.0599999502, 5, 0.5, -2)
  565. BreakControls2.Text = "Fix Controls"
  566. BreakControls2.TextColor3 = Color3.new(1, 1, 1)
  567. BreakControls2.Style = "RobloxButtonDefault"
  568. BreakControls2.Draggable = false
  569. BreakControls2.Visible = false
  570.  
  571. BreakControls2.MouseButton1Click:connect(function()
  572. for _, v in pairs(game.Players:GetPlayers()) do
  573. v.Character.Humanoid.WalkSpeed = 16
  574. WalkNum.Text = ("16")
  575. game.CoreGui.Main.GuiButtons.BreakControls.Visible = true
  576. game.CoreGui.Main.GuiButtons.FixControls.Visible = false
  577. end
  578. end)
  579.  
  580.  
  581.  
  582. VISIBLE= Instance.new("TextButton", game.CoreGui.Main.ToggleFrame)
  583. VISIBLE.Size = UDim2.new(0, 148, 0, 20)
  584. VISIBLE.Name = ("VISIBLE1")
  585. VISIBLE.Position = UDim2.new(0.162000075, 1, 1.83800018, 64)
  586. VISIBLE.Text = "Visible"
  587. VISIBLE.TextColor3 = Color3.new(1, 1, 1)
  588. VISIBLE.Style = "RobloxButton"
  589. VISIBLE.Draggable = false
  590. VISIBLE.Visible = true
  591.  
  592. VISIBLE.MouseButton1Click:connect(function()
  593. game.CoreGui.Main.ToggleFrame.INVISIBLE1.Visible = true
  594. game.CoreGui.Main.ToggleFrame.VISIBLE1.Visible = false
  595. for a, obj in pairs(game.Players.LocalPlayer.Character:children()) do
  596. if obj:IsA("BasePart") then obj.Transparency = 0 if obj:findFirstChild("face") then obj.face.Transparency = 0 end elseif obj:IsA("Hat") and obj:findFirstChild("Handle") then obj.Handle.Transparency = 0
  597. end
  598. end
  599. end)
  600.  
  601. INVISIBLE= Instance.new("TextButton", game.CoreGui.Main.ToggleFrame)
  602. INVISIBLE.Size = UDim2.new(0, 148, 0, 20)
  603. INVISIBLE.Name = ("INVISIBLE1")
  604. INVISIBLE.Position = UDim2.new(0.162000075, 1, 1.83800018, 64)
  605. INVISIBLE.Text = "Invisible"
  606. INVISIBLE.TextColor3 = Color3.new(1, 1, 1)
  607. INVISIBLE.Style = "RobloxButton"
  608. INVISIBLE.Draggable = false
  609. INVISIBLE.Visible = true
  610.  
  611. INVISIBLE.MouseButton1Click:connect(function()
  612. game.CoreGui.Main.ToggleFrame.INVISIBLE1.Visible = false
  613. game.CoreGui.Main.ToggleFrame.VISIBLE1.Visible = true
  614.  
  615. for a, obj in pairs(game.Players.LocalPlayer.Character:children()) do
  616.  
  617. if obj:IsA("ForceField") then obj:Remove() end if obj:IsA("BasePart") then obj.Transparency = 1 if obj:findFirstChild("face") then obj.face.Transparency = 1 end elseif obj:IsA("Hat") and obj:findFirstChild("Handle") then obj.Handle.Transparency = 1
  618. end
  619. end
  620. end)
  621.  
  622. UNGOD = Instance.new("TextButton", game.CoreGui.Main.ToggleFrame)
  623. UNGOD.Size = UDim2.new(0, 75, 0, 20)
  624. UNGOD.Name = ("UNGOD")
  625. UNGOD.Position = UDim2.new(0.0970000401, 1, 1.9380002, 47)
  626. UNGOD.Text = "UNGOD"
  627. UNGOD.TextColor3 = Color3.new(1, 1, 1)
  628. UNGOD.Style = "RobloxButton"
  629. UNGOD.Draggable = false
  630. UNGOD.Visible = false
  631. UNGOD.Selected = true
  632.  
  633. UNGOD.MouseButton1Click:connect(function()
  634. me.Character.Humanoid.MaxHealth = ("100")
  635. game.CoreGui.Main.ToggleFrame.GOD.Visible = true
  636. game.CoreGui.Main.ToggleFrame.UNGOD.Visible = false
  637. end)
  638.  
  639. GOD = Instance.new("TextButton", game.CoreGui.Main.ToggleFrame)
  640. GOD.Size = UDim2.new(0, 75, 0, 20)
  641. GOD.Name = ("GOD")
  642. GOD.Position = UDim2.new(0.0970000401, 1, 1.9380002, 47)
  643. GOD.Text = "GOD"
  644. GOD.TextColor3 = Color3.new(1, 1, 1)
  645. GOD.Style = "RobloxButton"
  646. GOD.Draggable = false
  647.  
  648. GOD.MouseButton1Click:connect(function()
  649. me.Character.Humanoid.MaxHealth = math.huge
  650. game.CoreGui.Main.ToggleFrame.GOD.Visible = false
  651. game.CoreGui.Main.ToggleFrame.UNGOD.Visible = true
  652. end)
  653.  
  654. UNFF = Instance.new("TextButton", game.CoreGui.Main.ToggleFrame)
  655. UNFF.Size = UDim2.new(0, 76, 0, 20)
  656. UNFF.Name = ("UNFF")
  657. UNFF.Position = UDim2.new(0.162000075, 73, 1.83800018, 47)
  658. UNFF.Text = "UNFF"
  659. UNFF.TextColor3 = Color3.new(1, 1, 1)
  660. UNFF.Style = "RobloxButton"
  661. UNFF.Draggable = false
  662. UNFF.Visible = false
  663. UNFF.Selected = true
  664.  
  665. UNFF.MouseButton1Click:connect(function()
  666. me.Character.ForceField:Remove()
  667. game.CoreGui.Main.ToggleFrame.FF.Visible = true
  668. game.CoreGui.Main.ToggleFrame.UNFF.Visible = false
  669. end)
  670.  
  671. FF = Instance.new("TextButton", game.CoreGui.Main.ToggleFrame)
  672. FF.Size = UDim2.new(0, 76, 0, 20)
  673. FF.Name = ("FF")
  674. FF.Position = UDim2.new(0.162000075, 73, 1.83800018, 47)
  675. FF.Text = "FF"
  676. FF.TextColor3 = Color3.new(1, 1, 1)
  677. FF.Style = "RobloxButton"
  678. FF.Draggable = false
  679.  
  680. FF.MouseButton1Click:connect(function()
  681. Instance.new("ForceField", me.Character)
  682. game.CoreGui.Main.ToggleFrame.FF.Visible = false
  683. game.CoreGui.Main.ToggleFrame.UNFF.Visible = true
  684. end)
  685.  
  686. local ColorChat1 = Instance.new("Frame",edb2)
  687. ColorChat1.Name = ("Blue")
  688. ColorChat1.Position = UDim2.new(0.0599999242, 305, 0.772999704, 90)
  689. ColorChat1.Size = UDim2.new(0.0500000007, 19, 0.0500000007, 19)
  690. ColorChat1.Style = "ChatBlue"
  691. local ColorChat2 = Instance.new("Frame",edb2)
  692. ColorChat2.Name = ("Green")
  693. ColorChat2.Position = UDim2.new(0.0599999242, 326, 0.772999704, 90)
  694. ColorChat2.Size = UDim2.new(0.0500000007, 19, 0.0500000007, 19)
  695. ColorChat2.Style = "ChatGreen"
  696. local ColorChat3 = Instance.new("Frame",edb2)
  697. ColorChat3.Name = ("Red")
  698. ColorChat3.Position = UDim2.new(0.0599999242, 347, 0.772999704, 90)
  699. ColorChat3.Size = UDim2.new(0.0500000007, 19, 0.0500000007, 19)
  700. ColorChat3.Style = "ChatRed"
  701. local SetColor = Instance.new("StringValue",edb2)
  702. SetColor.Name = ("SetColor")
  703. SetColor.Value = ("Blue")
  704.  
  705. SetChat = Instance.new("TextBox", edb2)
  706. SetChat.BackgroundColor3 = Color3.new(1, 1, 1)
  707. SetChat.Name = ("ChatText")
  708. SetChat.ClearTextOnFocus = true
  709. SetChat.Font = "ArialBold"
  710. SetChat.FontSize = "Size11"
  711. SetChat.Position = UDim2.new(0.129999891, 72, 0.826999605, 90)
  712. SetChat.Size = UDim2.new(0.0500000007, 232, 0.0500000007, 19)
  713. SetChat.Text = "Text"
  714. SetChat.ClipsDescendants = true
  715. SetChat.BackgroundTransparency = ("0.5")
  716.  
  717. Chat = Instance.new("TextButton", edb2)
  718. Chat.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  719. Chat.Name = ("Chat")
  720. Chat.Position = UDim2.new(0.0599999242, 5, 0.772999704, 90)
  721. Chat.Text = "Chat"
  722. Chat.TextColor3 = Color3.new(1, 1, 1)
  723. Chat.Style = "RobloxButtonDefault"
  724. Chat.Draggable = false
  725.  
  726. Chat.MouseButton1Click:connect(function()
  727. game:GetService("Chat"):Chat(game.Players.LocalPlayer.Character.Head, edb2.ChatText.Text, edb2.SetColor.Value)
  728.  
  729. end)
  730.  
  731. SetBlue = Instance.new("TextButton", edb2)
  732. SetBlue.Size = UDim2.new(0.0500000007, 19, 0.0500000007, 19)
  733. SetBlue.Name = ("SetBlue")
  734. SetBlue.Position = UDim2.new(0.0599999242, 305, 0.772999704, 90)
  735. SetBlue.Text = ""
  736. SetBlue.TextColor3 = Color3.new(1, 1, 1)
  737. SetBlue.Style = "Custom"
  738. SetBlue.Draggable = false
  739. SetBlue.BackgroundTransparency = 0.9
  740.  
  741. SetBlue.MouseButton1Click:connect(function()
  742. edb2.SetColor.Value = ("Blue")
  743. end)
  744. SetGreen = Instance.new("TextButton", edb2)
  745. SetGreen.Size = UDim2.new(0.0500000007, 19, 0.0500000007, 19)
  746. SetGreen.Name = ("SetGreen")
  747. SetGreen.Position = UDim2.new(0.0599999242, 326, 0.772999704, 90)
  748. SetGreen.Text = ""
  749. SetGreen.TextColor3 = Color3.new(1, 1, 1)
  750. SetGreen.Style = "Custom"
  751. SetGreen.Draggable = false
  752. SetGreen.BackgroundTransparency = 0.9
  753.  
  754. SetGreen.MouseButton1Click:connect(function()
  755. edb2.SetColor.Value = ("Green")
  756. end)
  757. SetRed = Instance.new("TextButton", edb2)
  758. SetRed.Size = UDim2.new(0.0500000007, 19, 0.0500000007, 19)
  759. SetRed.Name = ("SetRed")
  760. SetRed.Position = UDim2.new(0.0599999242, 347, 0.772999704, 90)
  761. SetRed.Text = ""
  762. SetRed.TextColor3 = Color3.new(1, 1, 1)
  763. SetRed.Style = "Custom"
  764. SetRed.Draggable = false
  765. SetRed.BackgroundTransparency = 0.9
  766.  
  767. SetRed.MouseButton1Click:connect(function()
  768. edb2.SetColor.Value = ("Red")
  769. end)
  770.  
  771.  
  772. ToolBox = Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  773. ToolBox.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  774. ToolBox.Name = ("ToolBox")
  775. ToolBox.Position = UDim2.new(0, 5, 0.5, 400)
  776. ToolBox.Text = "ToolBox"
  777. ToolBox.TextColor3 = Color3.new(1, 1, 1)
  778. ToolBox.Style = "RobloxButtonDefault"
  779. ToolBox.Draggable = false
  780.  
  781. ToolBox.MouseButton1Click:connect(function()
  782. Game:GetService("TestService"):DoCommand("ToggleToolbox")
  783. end)
  784.  
  785. Btools = Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  786. Btools.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  787. Btools.Name = ("Btools")
  788. Btools.Position = UDim2.new(0, 5, 0.5, 420)
  789. Btools.Text = "Btools"
  790. Btools.TextColor3 = Color3.new(1, 1, 1)
  791. Btools.Style = "RobloxButtonDefault"
  792. Btools.Draggable = false
  793.  
  794. Btools.MouseButton1Click:connect(function()
  795. local clone = Instance.new("HopperBin")
  796. clone.BinType = "Clone"
  797. clone.Parent = me.Backpack
  798. local delete = Instance.new("HopperBin")
  799. delete.BinType = "Hammer"
  800. delete.Parent = me.Backpack
  801. local drag = Instance.new("HopperBin")
  802. drag.BinType = "GameTool"
  803. drag.Parent = me.Backpack
  804. local drag2 = Instance.new("HopperBin")
  805. drag2.BinType = "Grab"
  806. drag2.Parent = me.Backpack
  807. game:GetObjects("rbxassetid://122694024")[1].Parent=game.Players.LocalPlayer.Backpack
  808. game:GetObjects("rbxassetid://10947742")[1].Parent=game.Players.LocalPlayer.Backpack
  809. game:GetObjects("rbxassetid://2248549")[1].Parent=game.Players.LocalPlayer.Backpack
  810. game:GetObjects("rbxassetid://45876303")[1].Parent=game.Players.LocalPlayer.Backpack
  811. end)
  812.  
  813.  
  814. Terrain = Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  815. Terrain.Size = UDim2.new(0.0500000007, 77, 0.0500000007, 19)
  816. Terrain.Name = ("ClearTerrain")
  817. Terrain.Position = UDim2.new(0, 5, 0.5, 440)
  818. Terrain.Text = "Clear Terrain"
  819. Terrain.TextColor3 = Color3.new(1, 1, 1)
  820. Terrain.Style = "RobloxButtonDefault"
  821. Terrain.Draggable = false
  822.  
  823. Terrain.MouseButton1Click:connect(function()
  824. game.Workspace.Terrain:Clear()
  825.  
  826. end)
  827.  
  828.  
  829. ExPro = Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  830. ExPro.Name = ("expro")
  831. ExPro.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  832. ExPro.Position = UDim2.new(0, 5, 0.5, 379)
  833. ExPro.Text = "V3rm"
  834. ExPro.TextColor3 = Color3.new(1, 1, 1)
  835. ExPro.Style = "RobloxButtonDefault"
  836. ExPro.Draggable = false
  837.  
  838. ExPro.MouseButton1Click:connect(function()
  839. exPro(workspace)
  840. end)
  841.  
  842. StealText = Instance.new("TextBox", game.CoreGui.Main.GuiButtons)
  843. StealText.BackgroundColor3 = Color3.new(1, 1, 1)
  844. StealText.Name = ("StealText")
  845. StealText.ClearTextOnFocus = false
  846. StealText.Font = "ArialBold"
  847. StealText.FontSize = "Size11"
  848. StealText.Transparency = 0.5
  849. StealText.Position = UDim2.new(0, 72, 0.879999995, 183)
  850. StealText.Size = UDim2.new(0.0500000007, 125, 0.0500000007, 17)
  851. StealText.Text = "Place ID to save to"
  852.  
  853. StealButton = Instance.new("TextButton", game.CoreGui.Main.GuiButtons)
  854. StealButton.Name = ("StealButton")
  855. StealButton.Font = "ArialBold"
  856. StealButton.FontSize = "Size12"
  857. StealButton.Text = "Steal"
  858. StealButton.Position = UDim2.new(0.100000001, 5, 0.879999995, 182)
  859. StealButton.Size = UDim2.new(0.0500000007, 62, 0.0500000007, 19)
  860. StealButton.TextColor3 = Color3.new(1, 1, 1)
  861. StealButton.Style = "RobloxButtonDefault"
  862.  
  863. StealButton.MouseButton1Click:connect(function()
  864. pcall(function()
  865. game:service("Visit"):SetUploadUrl("http://www.roblox.com/Data/Upload.ashx?assetid=" .. StealText.Text);
  866. game.CoreGui.Main.GuiButtons.ControlFrame.SaveDialogShield.Visible = true
  867. end)
  868. end)
  869.  
  870. coroutine.resume(coroutine.create(function()
  871. while wait() do
  872. game:ClearMessage()
  873. end
  874. end))
  875. ------------------------------------------------------------------------------------------------------------END PAGE 1
  876. --PAGE 2
  877.  
  878. p1 = Instance.new("TextButton")
  879. p1.Name = "p1."
  880. p1.Parent = ToggleFrame
  881. p1.Position = UDim2.new(0.10100000351667, 1, 0.70000004768372, -17)
  882. p1.Size = UDim2.new(0, 22, 0, 20)
  883. p1.Style = Enum.ButtonStyle.RobloxButton
  884. p1.Selected = true
  885. p1.Font = Enum.Font.ArialBold
  886. p1.FontSize = Enum.FontSize.Size10
  887. p1.Text = "P1."
  888. p1.TextColor = BrickColor.new("Institutional white")
  889. p1.Visible = false
  890. p1.MouseButton1Click:connect(function()
  891. edb2.Visible = true
  892. edb3.Visible = false
  893. end)
  894.  
  895. p2 = Instance.new("TextButton")
  896. p2.Name = "p2."
  897. p2.Parent = ToggleFrame
  898. p2.Position = UDim2.new(0.10100000351667, 21, 0.70000004768372, -17)
  899. p2.Size = UDim2.new(0, 22, 0, 20)
  900. p2.Style = Enum.ButtonStyle.RobloxButton
  901. p2.Selected = true
  902. p2.Font = Enum.Font.ArialBold
  903. p2.FontSize = Enum.FontSize.Size10
  904. p2.Text = "P2."
  905. p2.TextColor = BrickColor.new("Institutional white")
  906. p2.Visible = false
  907. p2.MouseButton1Click:connect(function()
  908. edb2.Visible = false
  909. edb3.Visible = true
  910. end)
  911.  
  912.  
  913.  
  914. ExecuteFrame = Instance.new("Frame", game.CoreGui.Main.GuiButtons2)
  915. ExecuteFrame.Name = "ExecuteFrame"
  916. ExecuteFrame.Position = UDim2.new(0, 144, 0, 94)
  917. ExecuteFrame.Size = UDim2.new(0, 205, 0, 143)
  918. ExecuteFrame.BackgroundColor3 = Color3.new(0,0,0)
  919. ExecuteFrame.BackgroundTransparency = 0.5
  920. ExecuteFrame.Transparency = 0.5
  921. ExecuteFrame.Visible = false
  922. ExecuteFrame.Draggable = true
  923. ExecuteFrame.Active = true
  924.  
  925. ScriptBox = Instance.new("TextBox", ExecuteFrame)
  926. ScriptBox.Name = "ScriptBox"
  927. ScriptBox.Position = UDim2.new(0, 5, 0, 5)
  928. ScriptBox.Size = UDim2.new(0, 195, 0, 85)
  929. ScriptBox.BackgroundColor3 = Color3.new(0,0,0)
  930. ScriptBox.BackgroundTransparency = 0.5
  931. ScriptBox.Text = ""
  932. ScriptBox.TextColor = BrickColor.new("Institutional white")
  933. ScriptBox.TextXAlignment = "Left"
  934. ScriptBox.TextYAlignment = "Top"
  935. ScriptBox.ClearTextOnFocus = false
  936. ScriptBox.MultiLine = true
  937. ScriptBox.Transparency = 0.5
  938. ScriptBox.TextWrapped = true
  939.  
  940. RunSc = Instance.new("TextButton", ExecuteFrame)
  941. RunSc.Name = "RunScript"
  942. RunSc.Position = UDim2.new(0, -1, 0, 92)
  943. RunSc.Size = UDim2.new(0.050000000745058, 196, 0.050000000745058, 19)
  944. RunSc.Style = "RobloxButtonDefault"
  945. RunSc.Text = "Run Script"
  946. RunSc.TextColor = BrickColor.new("Institutional white")
  947. RunSc.TextTransparency = 0
  948. RunSc.MouseButton1Click:connect(function()
  949. delay(0.1,function()assert(loadstring(ScriptBox.Text))()end)
  950. end)
  951. ClearScript = Instance.new("TextButton", ExecuteFrame)
  952. ClearScript.Name = "ClearScript"
  953. ClearScript.Position = UDim2.new(0, -1, 0, 117)
  954. ClearScript.Size = UDim2.new(0.050000000745058, 196, 0.050000000745058, 19)
  955. ClearScript.Style = "RobloxButtonDefault"
  956. ClearScript.Text = "Clear Script"
  957. ClearScript.TextColor = BrickColor.new("Institutional white")
  958. ClearScript.MouseButton1Click:connect(function()
  959. ScriptBox.Text = ("")
  960. end)
  961.  
  962.  
  963.  
  964. Exc = Instance.new("TextButton", game.CoreGui.Main.GuiButtons2)
  965. Exc.Size = UDim2.new(0.0500000007, 72, 0.0500000007, 19)
  966. Exc.Name = ("OpenScript")
  967. Exc.Position = UDim2.new(0.0599999502, 5, 0.5, 384)
  968. Exc.Text = ("Open Scripter")
  969. Exc.TextColor3 = Color3.new(1, 1, 1)
  970. Exc.Style = "RobloxButtonDefault"
  971. Exc.Draggable = false
  972. Exc.MouseButton1Click:connect(function()
  973. game.CoreGui.Main.GuiButtons2.ExecuteFrame.Visible = true
  974. Exc2.Visible = true
  975. Exc.Visible = false
  976. end)
  977.  
  978. Exc2 = Instance.new("TextButton", game.CoreGui.Main.GuiButtons2)
  979. Exc2.Size = UDim2.new(0.0500000007, 72, 0.0500000007, 19)
  980. Exc2.Name = ("CloseScript")
  981. Exc2.Position = UDim2.new(0.0599999502, 5, 0.5, 384)
  982. Exc2.Text = ("Close Scripter")
  983. Exc2.TextColor3 = Color3.new(1, 1, 1)
  984. Exc2.Style = "RobloxButtonDefault"
  985. Exc2.Draggable = false
  986. Exc2.Visible = false
  987. Exc2.MouseButton1Click:connect(function()
  988. game.CoreGui.Main.GuiButtons2.ExecuteFrame.Visible = false
  989. Exc2.Visible = false
  990. Exc.Visible = true
  991. end)
  992.  
  993.  
  994.  
  995. MemeFrame = Instance.new("Frame")
  996. MemeFrame.Name = "MemeFrame"
  997. MemeFrame.Parent = game.CoreGui.Main
  998. MemeFrame.Position = UDim2.new(0, 379, 0, 88)
  999. MemeFrame.Size = UDim2.new(0, 496, 0, 217)
  1000. MemeFrame.Style = Enum.FrameStyle.RobloxRound
  1001. MemeFrame.Visible = false
  1002. MemeFrame.Active = true
  1003. MemeFrame.Draggable = true
  1004. m = Instance.new("StringValue", game.CoreGui.Main)
  1005. m.Name = ("Meme")
  1006.  
  1007. function Party(root)
  1008. for _, v in pairs(root:GetChildren()) do
  1009. if v:IsA("Decal") and v.Texture ~= "http://www.roblox.com/asset/?id="..game.CoreGui.Main.Meme.Value then
  1010. v.Parent = nil
  1011. elseif v:IsA("BasePart") then
  1012. v.Material = "Plastic"
  1013. v.Transparency = 0
  1014. One = Instance.new("Decal", v)
  1015. Two = Instance.new("Decal", v)
  1016. Three = Instance.new("Decal", v)
  1017. Four = Instance.new("Decal", v)
  1018. Five = Instance.new("Decal", v)
  1019. Six = Instance.new("Decal", v)
  1020. One.Texture = "http://www.roblox.com/asset/?id="..game.CoreGui.Main.Meme.Value
  1021. Two.Texture = "http://www.roblox.com/asset/?id="..game.CoreGui.Main.Meme.Value
  1022. Three.Texture = "http://www.roblox.com/asset/?id="..game.CoreGui.Main.Meme.Value
  1023. Four.Texture = "http://www.roblox.com/asset/?id="..game.CoreGui.Main.Meme.Value
  1024. Five.Texture = "http://www.roblox.com/asset/?id="..game.CoreGui.Main.Meme.Value
  1025. Six.Texture = "http://www.roblox.com/asset/?id="..game.CoreGui.Main.Meme.Value
  1026. One.Face = "Front"
  1027. Two.Face = "Back"
  1028. Three.Face = "Right"
  1029. Four.Face = "Left"
  1030. Five.Face = "Top"
  1031. Six.Face = "Bottom"
  1032. end
  1033. Party(v)
  1034. end
  1035. end
  1036.  
  1037.  
  1038. Row1 = Instance.new("ImageButton")
  1039. Row1.Name = "Row1"
  1040. Row1.Parent = MemeFrame
  1041. Row1.Size = UDim2.new(0, 60, 0, 60)
  1042. Row1.BackgroundColor = BrickColor.new("Really black")
  1043. Row1.BackgroundTransparency = 0.5
  1044. Row1.Image = "http://www.roblox.com/asset/?id=60890285"
  1045. Row1.Transparency = 0.5
  1046.  
  1047. Row12 = Instance.new("ImageButton")
  1048. Row12.Name = "Row1"
  1049. Row12.Parent = MemeFrame
  1050. Row12.Position = UDim2.new(0, 70, 0, 0)
  1051. Row12.Size = UDim2.new(0, 60, 0, 60)
  1052. Row12.BackgroundColor = BrickColor.new("Really black")
  1053. Row12.BackgroundTransparency = 0.5
  1054. Row12.Image = "http://www.roblox.com/asset/?id=56257168"
  1055. Row12.Transparency = 0.5
  1056.  
  1057. Row13 = Instance.new("ImageButton")
  1058. Row13.Name = "Row1"
  1059. Row13.Parent = MemeFrame
  1060. Row13.Position = UDim2.new(0, 140, 0, 0)
  1061. Row13.Size = UDim2.new(0, 60, 0, 60)
  1062. Row13.BackgroundColor = BrickColor.new("Really black")
  1063. Row13.BackgroundTransparency = 0.5
  1064. Row13.Image = "http://www.roblox.com/asset/?id=38353935"
  1065. Row13.Transparency = 0.5
  1066.  
  1067. Row14 = Instance.new("ImageButton")
  1068. Row14.Name = "Row1"
  1069. Row14.Parent = MemeFrame
  1070. Row14.Position = UDim2.new(0, 210, 0, 0)
  1071. Row14.Size = UDim2.new(0, 60, 0, 60)
  1072. Row14.BackgroundColor = BrickColor.new("Really black")
  1073. Row14.BackgroundTransparency = 0.5
  1074. Row14.Image = "http://www.roblox.com/asset/?id=41739431"
  1075. Row14.Transparency = 0.5
  1076.  
  1077. Row15 = Instance.new("ImageButton")
  1078. Row15.Name = "Row1"
  1079. Row15.Parent = MemeFrame
  1080. Row15.Position = UDim2.new(0, 280, 0, 0)
  1081. Row15.Size = UDim2.new(0, 60, 0, 60)
  1082. Row15.BackgroundColor = BrickColor.new("Really black")
  1083. Row15.BackgroundTransparency = 0.5
  1084. Row15.Image = "http://www.roblox.com/asset/?id=73504134"
  1085. Row15.Transparency = 0.5
  1086.  
  1087. Row16 = Instance.new("ImageButton")
  1088. Row16.Name = "Row1"
  1089. Row16.Parent = MemeFrame
  1090. Row16.Position = UDim2.new(0, 350, 0, 0)
  1091. Row16.Size = UDim2.new(0, 60, 0, 60)
  1092. Row16.BackgroundColor = BrickColor.new("Really black")
  1093. Row16.BackgroundTransparency = 0.5
  1094. Row16.Image = "http://www.roblox.com/asset/?id=76871429"
  1095. Row16.Transparency = 0.5
  1096.  
  1097. Row17 = Instance.new("ImageButton")
  1098. Row17.Name = "Row1"
  1099. Row17.Parent = MemeFrame
  1100. Row17.Position = UDim2.new(0, 420, 0, 0)
  1101. Row17.Size = UDim2.new(0, 60, 0, 60)
  1102. Row17.BackgroundColor = BrickColor.new("Really black")
  1103. Row17.BackgroundTransparency = 0.5
  1104. Row17.Image = "http://www.roblox.com/asset/?id=76871472"
  1105. Row17.Transparency = 0.5
  1106.  
  1107. Row2 = Instance.new("ImageButton")
  1108. Row2.Name = "Row2"
  1109. Row2.Parent = MemeFrame
  1110. Row2.Position = UDim2.new(0, 0, 0, 70)
  1111. Row2.Size = UDim2.new(0, 60, 0, 60)
  1112. Row2.BackgroundColor = BrickColor.new("Really black")
  1113. Row2.BackgroundTransparency = 0.5
  1114. Row2.Image = "http://www.roblox.com/asset/?id=76871551"
  1115. Row2.Transparency = 0.5
  1116.  
  1117. Row22 = Instance.new("ImageButton")
  1118. Row22.Name = "Row2"
  1119. Row22.Parent = MemeFrame
  1120. Row22.Position = UDim2.new(0, 70, 0, 70)
  1121. Row22.Size = UDim2.new(0, 60, 0, 60)
  1122. Row22.BackgroundColor = BrickColor.new("Really black")
  1123. Row22.BackgroundTransparency = 0.5
  1124. Row22.Image = "http://www.roblox.com/asset/?id=76871388"
  1125. Row22.Transparency = 0.5
  1126.  
  1127. Row23 = Instance.new("ImageButton")
  1128. Row23.Name = "Row2"
  1129. Row23.Parent = MemeFrame
  1130. Row23.Position = UDim2.new(0, 140, 0, 70)
  1131. Row23.Size = UDim2.new(0, 60, 0, 60)
  1132. Row23.BackgroundColor = BrickColor.new("Really black")
  1133. Row23.BackgroundTransparency = 0.5
  1134. Row23.Image = "http://www.roblox.com/asset/?id=76871415"
  1135. Row23.Transparency = 0.5
  1136.  
  1137. Row24 = Instance.new("ImageButton")
  1138. Row24.Name = "Row2"
  1139. Row24.Parent = MemeFrame
  1140. Row24.Position = UDim2.new(0, 210, 0, 70)
  1141. Row24.Size = UDim2.new(0, 60, 0, 60)
  1142. Row24.BackgroundColor = BrickColor.new("Really black")
  1143. Row24.BackgroundTransparency = 0.5
  1144. Row24.Image = "http://www.roblox.com/asset/?id=76870237"
  1145. Row24.Transparency = 0.5
  1146.  
  1147. Row25 = Instance.new("ImageButton")
  1148. Row25.Name = "Row2"
  1149. Row25.Parent = MemeFrame
  1150. Row25.Position = UDim2.new(0, 280, 0, 70)
  1151. Row25.Size = UDim2.new(0, 60, 0, 60)
  1152. Row25.BackgroundColor = BrickColor.new("Really black")
  1153. Row25.BackgroundTransparency = 0.5
  1154. Row25.Image = "http://www.roblox.com/asset/?id=65512002"
  1155. Row25.Transparency = 0.5
  1156.  
  1157. Row26 = Instance.new("ImageButton")
  1158. Row26.Name = "Row2"
  1159. Row26.Parent = MemeFrame
  1160. Row26.Position = UDim2.new(0, 350, 0, 70)
  1161. Row26.Size = UDim2.new(0, 60, 0, 60)
  1162. Row26.BackgroundColor = BrickColor.new("Really black")
  1163. Row26.BackgroundTransparency = 0.5
  1164. Row26.Image = "http://www.roblox.com/asset/?id=65511995"
  1165. Row26.Transparency = 0.5
  1166.  
  1167. Row3 = Instance.new("ImageButton")
  1168. Row3.Name = "Row3"
  1169. Row3.Parent = MemeFrame
  1170. Row3.Position = UDim2.new(0, 70, 0, 140)
  1171. Row3.Size = UDim2.new(0, 60, 0, 60)
  1172. Row3.BackgroundColor = BrickColor.new("Really black")
  1173. Row3.BackgroundTransparency = 0.5
  1174. Row3.Image = "http://www.roblox.com/asset/?id=76868523"
  1175. Row3.Transparency = 0.5
  1176.  
  1177. Row32 = Instance.new("ImageButton")
  1178. Row32.Name = "Row3"
  1179. Row32.Parent = MemeFrame
  1180. Row32.Position = UDim2.new(0, 280, 0, 140)
  1181. Row32.Size = UDim2.new(0, 60, 0, 60)
  1182. Row32.BackgroundColor = BrickColor.new("Really black")
  1183. Row32.BackgroundTransparency = 0.5
  1184. Row32.Image = "http://www.roblox.com/asset/?id=84688073"
  1185. Row32.Transparency = 0.5
  1186.  
  1187. Row33 = Instance.new("ImageButton")
  1188. Row33.Name = "Row3"
  1189. Row33.Parent = MemeFrame
  1190. Row33.Position = UDim2.new(0, 425, 0, 145)
  1191. Row33.Size = UDim2.new(0, 50, 0, 50)
  1192. Row33.BackgroundColor = BrickColor.new("Really black")
  1193. Row33.BackgroundTransparency = 0.5
  1194. Row33.Transparency = 0.5
  1195.  
  1196. TextLabel = Instance.new("TextLabel")
  1197. TextLabel.Parent = Row33
  1198. TextLabel.Position = UDim2.new(0, 25, 0, 25)
  1199. TextLabel.Font = Enum.Font.ArialBold
  1200. TextLabel.FontSize = Enum.FontSize.Size14
  1201. TextLabel.Text = "Clear"
  1202. TextLabel.TextColor = BrickColor.new("Institutional white")
  1203.  
  1204. Row34 = Instance.new("ImageButton")
  1205. Row34.Name = "Row3"
  1206. Row34.Parent = MemeFrame
  1207. Row34.Position = UDim2.new(0, 350, 0, 140)
  1208. Row34.Size = UDim2.new(0, 60, 0, 60)
  1209. Row34.BackgroundColor = BrickColor.new("Really black")
  1210. Row34.BackgroundTransparency = 0.5
  1211. Row34.Image = "http://www.roblox.com/asset/?id=108377196"
  1212. Row34.Transparency = 0.5
  1213.  
  1214. Row35 = Instance.new("ImageButton")
  1215. Row35.Name = "Row3"
  1216. Row35.Parent = MemeFrame
  1217. Row35.Position = UDim2.new(0, 0, 0, 140)
  1218. Row35.Size = UDim2.new(0, 60, 0, 60)
  1219. Row35.BackgroundColor = BrickColor.new("Really black")
  1220. Row35.BackgroundTransparency = 0.5
  1221. Row35.Image = "http://www.roblox.com/asset/?id=76870257"
  1222. Row35.Transparency = 0.5
  1223.  
  1224. Row36 = Instance.new("ImageButton")
  1225. Row36.Name = "Row3"
  1226. Row36.Parent = MemeFrame
  1227. Row36.Position = UDim2.new(0, 210, 0, 140)
  1228. Row36.Size = UDim2.new(0, 60, 0, 60)
  1229. Row36.BackgroundColor = BrickColor.new("Really black")
  1230. Row36.BackgroundTransparency = 0.5
  1231. Row36.Image = "http://www.roblox.com/asset/?id=65512006"
  1232. Row36.Transparency = 0.5
  1233.  
  1234. Row37 = Instance.new("ImageButton")
  1235. Row37.Name = "Row3"
  1236. Row37.Parent = MemeFrame
  1237. Row37.Position = UDim2.new(0, 140, 0, 140)
  1238. Row37.Size = UDim2.new(0, 60, 0, 60)
  1239. Row37.BackgroundColor = BrickColor.new("Really black")
  1240. Row37.BackgroundTransparency = 0.5
  1241. Row37.Image = "http://www.roblox.com/asset/?id=96074154"
  1242. Row37.Transparency = 0.5
  1243.  
  1244. Row27 = Instance.new("ImageButton")
  1245. Row27.Name = "Row2"
  1246. Row27.Parent = MemeFrame
  1247. Row27.Position = UDim2.new(0, 420, 0, 70)
  1248. Row27.Size = UDim2.new(0, 60, 0, 60)
  1249. Row27.BackgroundColor = BrickColor.new("Really black")
  1250. Row27.BackgroundTransparency = 0.5
  1251. Row27.Image = "http://www.roblox.com/asset/?id=76870098"
  1252. Row27.Transparency = 0.5
  1253.  
  1254. Face1 = Instance.new("TextButton")
  1255. Face1.Name = "Face"
  1256. Face1.Parent = MemeFrame
  1257. Face1.Position = UDim2.new(0, -2, 0.0010000000474975, 209)
  1258. Face1.Size = UDim2.new(0, 135, 0, 18)
  1259. Face1.BackgroundColor3 = Color3.new(0,0,0)
  1260. Face1.BackgroundTransparency = 0.30000001192093
  1261. Face1.BorderSizePixel = 0
  1262. Face1.Text = "Add to face"
  1263. Face1.TextColor = BrickColor.new("Institutional white")
  1264. Face1.Transparency = 0.30000001192093
  1265. Face1.FontSize = "Size11"
  1266. Face1.Font = "ArialBold"
  1267. Parts = Instance.new("TextButton")
  1268. Parts.Name = "Parts"
  1269. Parts.Parent = MemeFrame
  1270. Parts.Position = UDim2.new(0, 347, 0.0010000000474975, 209)
  1271. Parts.Size = UDim2.new(0, 135, 0, 18)
  1272. Parts.BackgroundColor3 = Color3.new(0,0,0)
  1273. Parts.BackgroundTransparency = 0.30000001192093
  1274. Parts.BorderSizePixel = 0
  1275. Parts.Text = "Add to all Parts"
  1276. Parts.TextColor = BrickColor.new("Institutional white")
  1277. Parts.Transparency = 0.30000001192093
  1278. Parts.FontSize = "Size11"
  1279. Parts.Font = "ArialBold"
  1280. --Row 1
  1281. Row1.MouseButton1Click:connect(function()
  1282. m.Value = ("60890285")
  1283. end)
  1284. Row12.MouseButton1Click:connect(function()
  1285. m.Value = ("56257168")
  1286. end)
  1287. Row13.MouseButton1Click:connect(function()
  1288. m.Value = ("38353935")
  1289. end)
  1290. Row14.MouseButton1Click:connect(function()
  1291. m.Value = ("41739431")
  1292. end)
  1293. Row15.MouseButton1Click:connect(function()
  1294. m.Value = ("73504134")
  1295. end)
  1296. Row16.MouseButton1Click:connect(function()
  1297. m.Value = ("76871429")
  1298. end)
  1299. Row17.MouseButton1Click:connect(function()
  1300. m.Value = ("76871472")
  1301. end)
  1302. --Row 2
  1303. Row2.MouseButton1Click:connect(function()
  1304. m.Value = ("76871551")
  1305. end)
  1306. Row22.MouseButton1Click:connect(function()
  1307. m.Value = ("84688073")
  1308. end)
  1309. Row23.MouseButton1Click:connect(function()
  1310. m.Value = ("76871415")
  1311. end)
  1312. Row24.MouseButton1Click:connect(function()
  1313. m.Value = ("76870237")
  1314. end)
  1315. Row25.MouseButton1Click:connect(function()
  1316. m.Value = ("65512002")
  1317. end)
  1318. Row26.MouseButton1Click:connect(function()
  1319. m.Value = ("65511995")
  1320. end)
  1321. Row27.MouseButton1Click:connect(function()
  1322. m.Value = ("76870098")
  1323. end)
  1324. --Row 3
  1325. Row3.MouseButton1Click:connect(function()
  1326. m.Value = ("76868523")
  1327. end)
  1328. Row32.MouseButton1Click:connect(function()
  1329. m.Value = ("84688073")
  1330. end)
  1331. Row33.MouseButton1Click:connect(function()--Clear Button
  1332. m.Value = ("")
  1333. end)
  1334. Row34.MouseButton1Click:connect(function()
  1335. m.Value = ("108377196")
  1336. end)
  1337. Row35.MouseButton1Click:connect(function()
  1338. m.Value = ("76870257")
  1339. end)
  1340. Row36.MouseButton1Click:connect(function()
  1341. m.Value = ("65512006")
  1342. end)
  1343. Row37.MouseButton1Click:connect(function()
  1344. m.Value = ("96074154")
  1345. end)
  1346. --Buttons!
  1347. Parts.MouseButton1Click:connect(function()
  1348. Party(workspace)
  1349. end)
  1350. Face1.MouseButton1Click:connect(function()
  1351. game.Players.LocalPlayer.Character.Head.face.Texture = "http://www.roblox.com/asset/?id="..m.Value
  1352. end)
  1353.  
  1354.  
  1355. MeMe = Instance.new("TextButton", game.CoreGui.Main.GuiButtons2)
  1356. MeMe.Size = UDim2.new(0.0500000007, 72, 0.0500000007, 19)
  1357. MeMe.Name = ("OpenMeme")
  1358. MeMe.Position = UDim2.new(0.0599999502, 5, 0.5, 361)
  1359. MeMe.Text = ("Open Memes")
  1360. MeMe.TextColor3 = Color3.new(1, 1, 1)
  1361. MeMe.Style = "RobloxButtonDefault"
  1362. MeMe.Draggable = false
  1363. MeMe.MouseButton1Click:connect(function()
  1364. MemeFrame.Visible = true
  1365. MeMe.Visible = false
  1366. MeMe2.Visible = true
  1367. end)
  1368.  
  1369. MeMe2 = Instance.new("TextButton", game.CoreGui.Main.GuiButtons2)
  1370. MeMe2.Size = UDim2.new(0.0500000007, 72, 0.0500000007, 19)
  1371. MeMe2.Name = ("CloseMeme")
  1372. MeMe2.Position = UDim2.new(0.0599999502, 5, 0.5, 361)
  1373. MeMe2.Text = ("Close Memes")
  1374. MeMe2.TextColor3 = Color3.new(1, 1, 1)
  1375. MeMe2.Style = "RobloxButtonDefault"
  1376. MeMe2.Draggable = false
  1377. MeMe2.Visible = false
  1378. MeMe2.MouseButton1Click:connect(function()
  1379. MemeFrame.Visible = false
  1380. MeMe.Visible = true
  1381. MeMe2.Visible = false
  1382. end)
  1383.  
  1384.  
  1385. KickText = Instance.new("TextBox", game.CoreGui.Main.GuiButtons2)
  1386. KickText.BackgroundColor3 = Color3.new(1, 1, 1)
  1387. KickText.Name = ("KickText")
  1388. KickText.ClearTextOnFocus = true
  1389. KickText.Font = "ArialBold"
  1390. KickText.FontSize = "Size11"
  1391. KickText.Position = UDim2.new(0.129999936, 88, 0.615999818, 338)
  1392. KickText.Size = UDim2.new(0.0500000007, 125, 0.0500000007, 17)
  1393. KickText.Text = "Player Name"
  1394. KickText.ClipsDescendants = true
  1395. KickText.BackgroundTransparency = ("0.5")
  1396.  
  1397. Kick = Instance.new("TextButton", game.CoreGui.Main.GuiButtons2)
  1398. Kick.Size = UDim2.new(0.0500000007, 79, 0.0500000007, 19)
  1399. Kick.Name = ("Kick")
  1400. Kick.Position = UDim2.new(0.0599999502, 5, 0.5, 338)
  1401. Kick.Text = ("Kick")
  1402. Kick.TextColor3 = Color3.new(1, 1, 1)
  1403. Kick.Style = "RobloxButtonDefault"
  1404. Kick.Draggable = false
  1405.  
  1406. Kick.MouseButton1Click:connect(function()
  1407. plrt = KickText.Text
  1408. game.Players[plrt]:Remove()
  1409. end)
  1410.  
  1411.  
  1412. BanText = Instance.new("TextBox", game.CoreGui.Main.GuiButtons2)
  1413. BanText.BackgroundColor3 = Color3.new(1, 1, 1)
  1414. BanText.Name = ("BanText")
  1415. BanText.ClearTextOnFocus = true
  1416. BanText.Font = "ArialBold"
  1417. BanText.FontSize = "Size11"
  1418. BanText.Position = UDim2.new(0.129999936, 88, 0.615999818, 315)
  1419. BanText.Size = UDim2.new(0.0500000007, 125, 0.0500000007, 17)
  1420. BanText.Text = "Player Name"
  1421. BanText.ClipsDescendants = true
  1422. BanText.BackgroundTransparency = ("0.5")
  1423.  
  1424. Ban = Instance.new("TextButton", game.CoreGui.Main.GuiButtons2)
  1425. Ban.Size = UDim2.new(0.0500000007, 79, 0.0500000007, 19)
  1426. Ban.Name = ("Ban")
  1427. Ban.Position = UDim2.new(0.0599999502, 5, 0.5, 315)
  1428. Ban.Text = ("Ban")
  1429. Ban.TextColor3 = Color3.new(1, 1, 1)
  1430. Ban.Style = "RobloxButtonDefault"
  1431. Ban.Draggable = false
  1432.  
  1433. Ban.MouseButton1Click:connect(function()
  1434. plrg = BanText.Text
  1435. while true do
  1436. wait()
  1437. game.Players[plrg]:Remove()
  1438. end
  1439. end)
  1440.  
  1441. TripText = Instance.new("TextBox", game.CoreGui.Main.GuiButtons2)
  1442. TripText.BackgroundColor3 = Color3.new(1, 1, 1)
  1443. TripText.Name = ("TripText")
  1444. TripText.ClearTextOnFocus = true
  1445. TripText.Font = "ArialBold"
  1446. TripText.FontSize = "Size11"
  1447. TripText.Position = UDim2.new(0.129999936, 88, 0.615999818, 292)
  1448. TripText.Size = UDim2.new(0.0500000007, 125, 0.0500000007, 17)
  1449. TripText.Text = "Player Name"
  1450. TripText.ClipsDescendants = true
  1451. TripText.BackgroundTransparency = ("0.5")
  1452.  
  1453. Trip = Instance.new("TextButton", game.CoreGui.Main.GuiButtons2)
  1454. Trip.Size = UDim2.new(0.0500000007, 79, 0.0500000007, 19)
  1455. Trip.Name = ("Trip")
  1456. Trip.Position = UDim2.new(0.0599999502, 5, 0.5, 292)
  1457. Trip.Text = ("Trip")
  1458. Trip.TextColor3 = Color3.new(1, 1, 1)
  1459. Trip.Style = "RobloxButtonDefault"
  1460. Trip.Draggable = false
  1461.  
  1462. Trip.MouseButton1Click:connect(function()
  1463. plrh = TripText.Text
  1464. game.Players[plrh].Character.Humanoid.PlatformStand = true
  1465. wait(0.7)
  1466. game.Players[plrh].Character.Humanoid.PlatformStand = false
  1467. end)
  1468.  
  1469. Hide = Instance.new("TextButton", game.CoreGui.Main.GuiButtons2)
  1470. Hide.Size = UDim2.new(0.0500000007, 79, 0.0500000007, 19)
  1471. Hide.Name = ("Hide")
  1472. Hide.Position = UDim2.new(0.0599999502, 5, 0.5, 269)
  1473. Hide.Text = ("Hide Tools")
  1474. Hide.TextColor3 = Color3.new(1, 1, 1)
  1475. Hide.Style = "RobloxButtonDefault"
  1476. Hide.Draggable = false
  1477.  
  1478. Hide.MouseButton1Click:connect(function()
  1479. for _, v in pairs(me.Backpack:GetChildren()) do
  1480. if v:IsA("Tool") then
  1481. v.Handle.Transparency = 1
  1482. end
  1483. end
  1484. Hide.Visible = false
  1485. Show.Visible = true
  1486. end)
  1487.  
  1488. Show = Instance.new("TextButton", game.CoreGui.Main.GuiButtons2)
  1489. Show.Size = UDim2.new(0.0500000007, 79, 0.0500000007, 19)
  1490. Show.Name = ("Show")
  1491. Show.Position = UDim2.new(0.0599999502, 5, 0.5, 269)
  1492. Show.Text = ("Show Tools")
  1493. Show.TextColor3 = Color3.new(1, 1, 1)
  1494. Show.Style = "RobloxButtonDefault"
  1495. Show.Draggable = false
  1496. Show.Visible = false
  1497.  
  1498. Show.MouseButton1Click:connect(function()
  1499. for _, v in pairs(me.Backpack:GetChildren()) do
  1500. if v:IsA("Tool") then
  1501. v.Handle.Transparency = 0
  1502. end
  1503. end
  1504. Hide.Visible = true
  1505. Show.Visible = false
  1506. end)
  1507.  
  1508. FreezeText = Instance.new("TextBox", game.CoreGui.Main.GuiButtons2)
  1509. FreezeText.BackgroundColor3 = Color3.new(1, 1, 1)
  1510. FreezeText.Name = ("FreezeText")
  1511. FreezeText.ClearTextOnFocus = true
  1512. FreezeText.Font = "ArialBold"
  1513. FreezeText.FontSize = "Size11"
  1514. FreezeText.Position = UDim2.new(0.129999936, 88, 0.615999818, 246)
  1515. FreezeText.Size = UDim2.new(0.0500000007, 125, 0.0500000007, 17)
  1516. FreezeText.Text = "Player Name"
  1517. FreezeText.ClipsDescendants = true
  1518. FreezeText.BackgroundTransparency = ("0.5")
  1519.  
  1520. Freeze = Instance.new("TextButton", game.CoreGui.Main.GuiButtons2)
  1521. Freeze.Size = UDim2.new(0.0500000007, 79, 0.0500000007, 19)
  1522. Freeze.Name = ("Freeze")
  1523. Freeze.Position = UDim2.new(0.0599999502, 5, 0.5, 246)
  1524. Freeze.Text = ("Freeze")
  1525. Freeze.TextColor3 = Color3.new(1, 1, 1)
  1526. Freeze.Style = "RobloxButtonDefault"
  1527. Freeze.Draggable = false
  1528.  
  1529. Freeze.MouseButton1Click:connect(function()
  1530. Freeze.Visible = false
  1531. UnFreeze.Visible = true
  1532. gg = FreezeText.Text
  1533. game.Players[gg].Character.Humanoid.PlatformStand = true
  1534. game.Players[gg].Character.Torso.Anchored = true
  1535. game.Players[gg].Character.Humanoid.Walkspeed = 0
  1536.  
  1537. end)
  1538.  
  1539. UnFreeze = Instance.new("TextButton", game.CoreGui.Main.GuiButtons2)
  1540. UnFreeze.Size = UDim2.new(0.0500000007, 79, 0.0500000007, 19)
  1541. UnFreeze.Name = ("UnFreeze")
  1542. UnFreeze.Position = UDim2.new(0.0599999502, 5, 0.5, 246)
  1543. UnFreeze.Text = ("Un Freeze")
  1544. UnFreeze.TextColor3 = Color3.new(1, 1, 1)
  1545. UnFreeze.Style = "RobloxButtonDefault"
  1546. UnFreeze.Draggable = false
  1547. UnFreeze.Visible = false
  1548.  
  1549. UnFreeze.MouseButton1Click:connect(function()
  1550. Freeze.Visible = true
  1551. UnFreeze.Visible = false
  1552. gg = FreezeText.Text
  1553. game.Players[gg].Character.Humanoid.PlatformStand = false
  1554. game.Players[gg].Character.Torso.Anchored = false
  1555. game.Players[gg].Character.Humanoid.Walkspeed = 16
  1556. end)
  1557.  
  1558. BCFrame = Instance.new("Frame")
  1559. BCFrame.Name = "BCFrame"
  1560. BCFrame.Parent = game.CoreGui.Main.GuiButtons2
  1561. BCFrame.Active = true
  1562. BCFrame.Position = UDim2.new(0, 354, 0, 94)
  1563. BCFrame.Size = UDim2.new(0, 125, 0, 102)
  1564. BCFrame.BackgroundColor = BrickColor.new("Really black")
  1565. BCFrame.BackgroundTransparency = 0.5
  1566. BCFrame.Transparency = 0.5
  1567. BCFrame.Visible = false
  1568.  
  1569. BCText = Instance.new("TextBox", game.CoreGui.Main.GuiButtons2)
  1570. BCText.BackgroundColor3 = Color3.new(1, 1, 1)
  1571. BCText.Name = ("BCText")
  1572. BCText.ClearTextOnFocus = true
  1573. BCText.Font = "ArialBold"
  1574. BCText.FontSize = "Size11"
  1575. BCText.Position = UDim2.new(0.129999936, 88, 0.615999818, 223)
  1576. BCText.Size = UDim2.new(0.0500000007, 125, 0.0500000007, 17)
  1577. BCText.Text = "Player Name"
  1578. BCText.ClipsDescendants = true
  1579. BCText.BackgroundTransparency = ("0.5")
  1580.  
  1581.  
  1582. OBC = Instance.new("TextButton")
  1583. OBC.Name = "OBC"
  1584. OBC.Parent = BCFrame
  1585. OBC.Position = UDim2.new(0, 4, 0, 2)
  1586. OBC.Size = UDim2.new(0.050000000745058, 111, 0.050000000745058, 19)
  1587. OBC.Style = "RobloxButtonDefault"
  1588. OBC.Text = "OBC"
  1589. OBC.TextColor = BrickColor.new("Institutional white")
  1590.  
  1591. OBC.MouseButton1Click:connect(function()
  1592. lto = BCText.Text
  1593. game.Players[lto]:SetMembershipType(Enum.MembershipType.OutrageousBuildersClub)
  1594. end)
  1595. TBC = Instance.new("TextButton")
  1596. TBC.Name = "TBC"
  1597. TBC.Parent = BCFrame
  1598. TBC.Position = UDim2.new(0, 4, 0, 27)
  1599. TBC.Size = UDim2.new(0.050000000745058, 111, 0.050000000745058, 19)
  1600. TBC.Style = "RobloxButtonDefault"
  1601. TBC.Text = "TBC"
  1602. TBC.TextColor = BrickColor.new("Institutional white")
  1603. TBC.MouseButton1Click:connect(function()
  1604. lto = BCText.Text
  1605. game.Players[lto]:SetMembershipType(Enum.MembershipType.TurboBuildersClub)
  1606. end)
  1607.  
  1608. BC = Instance.new("TextButton")
  1609. BC.Name = "BC"
  1610. BC.Parent = BCFrame
  1611. BC.Position = UDim2.new(0, 4, 0, 52)
  1612. BC.Size = UDim2.new(0.050000000745058, 111, 0.050000000745058, 19)
  1613. BC.Style = "RobloxButtonDefault"
  1614. BC.Text = "BC"
  1615. BC.TextColor = BrickColor.new("Institutional white")
  1616. BC.MouseButton1Click:connect(function()
  1617. lto = BCText.Text
  1618. game.Players[lto]:SetMembershipType(Enum.MembershipType.BuildersClub);
  1619. end)
  1620.  
  1621. NBC = Instance.new("TextButton")
  1622. NBC.Name = "NBC"
  1623. NBC.Parent = BCFrame
  1624. NBC.Position = UDim2.new(0, 4, 0, 77)
  1625. NBC.Size = UDim2.new(0.050000000745058, 111, 0.050000000745058, 19)
  1626. NBC.Style = "RobloxButtonDefault"
  1627. NBC.Text = "NBC"
  1628. NBC.TextColor = BrickColor.new("Institutional white")
  1629. NBC.MouseButton1Click:connect(function()
  1630. lto = BCText.Text
  1631. game.Players[lto]:SetMembershipType(Enum.MembershipType.None);
  1632. end)
  1633.  
  1634. BC = Instance.new("TextButton", game.CoreGui.Main.GuiButtons2)
  1635. BC.Size = UDim2.new(0.0500000007, 79, 0.0500000007, 19)
  1636. BC.Name = ("BC")
  1637. BC.Position = UDim2.new(0.0599999502, 5, 0.5, 223)
  1638. BC.Text = ("BC options")
  1639. BC.TextColor3 = Color3.new(1, 1, 1)
  1640. BC.Style = "RobloxButtonDefault"
  1641. BC.Draggable = false
  1642.  
  1643. BC.MouseButton1Click:connect(function()
  1644. BCFrame.Visible = true
  1645. BC.Visible = false
  1646. CloseBC.Visible = true
  1647. end)
  1648.  
  1649. CloseBC = Instance.new("TextButton", game.CoreGui.Main.GuiButtons2)
  1650. CloseBC.Size = UDim2.new(0.0500000007, 79, 0.0500000007, 19)
  1651. CloseBC.Name = ("CloseBC")
  1652. CloseBC.Position = UDim2.new(0.0599999502, 5, 0.5, 223)
  1653. CloseBC.Text = ("Close options")
  1654. CloseBC.TextColor3 = Color3.new(1, 1, 1)
  1655. CloseBC.Style = "RobloxButtonDefault"
  1656. CloseBC.Draggable = false
  1657. CloseBC.Visible = false
  1658.  
  1659. CloseBC.MouseButton1Click:connect(function()
  1660. BCFrame.Visible = false
  1661. CloseBC.Visible = false
  1662. BC.Visible = true
  1663. end)
  1664.  
  1665.  
  1666. ChatText = Instance.new("TextBox", game.CoreGui.Main.GuiButtons2)
  1667. ChatText.BackgroundColor3 = Color3.new(1, 1, 1)
  1668. ChatText.Name = ("ChatText")
  1669. ChatText.ClearTextOnFocus = true
  1670. ChatText.Font = "ArialBold"
  1671. ChatText.FontSize = "Size11"
  1672. ChatText.Position = UDim2.new(0.129999936, 88, 0.615999818, 200)
  1673. ChatText.Size = UDim2.new(0.0500000007, 125, 0.0500000007, 17)
  1674. ChatText.Text = "Chat Text Here"
  1675. ChatText.ClipsDescendants = true
  1676. ChatText.BackgroundTransparency = ("0.5")
  1677.  
  1678. ChatText2 = Instance.new("TextBox", game.CoreGui.Main.GuiButtons2)
  1679. ChatText2.BackgroundColor3 = Color3.new(1, 1, 1)
  1680. ChatText2.Name = ("ChatText")
  1681. ChatText2.ClearTextOnFocus = true
  1682. ChatText2.Font = "ArialBold"
  1683. ChatText2.FontSize = "Size11"
  1684. ChatText2.Position = UDim2.new(0.129999936, 220, 0.615999818, 200)
  1685. ChatText2.Size = UDim2.new(0.0500000007, 50, 0.0500000007, 17)
  1686. ChatText2.Text = "Amount"
  1687. ChatText2.ClipsDescendants = true
  1688. ChatText2.BackgroundTransparency = ("0.5")
  1689.  
  1690. Chat = Instance.new("TextButton", game.CoreGui.Main.GuiButtons2)
  1691. Chat.Size = UDim2.new(0.0500000007, 79, 0.0500000007, 19)
  1692. Chat.Name = ("Chat")
  1693. Chat.Position = UDim2.new(0.0599999502, 5, 0.5, 200)
  1694. Chat.Text = ("Spam")
  1695. Chat.TextColor3 = Color3.new(1, 1, 1)
  1696. Chat.Style = "RobloxButtonDefault"
  1697. Chat.Draggable = false
  1698.  
  1699. Chat.MouseButton1Click:connect(function()
  1700. g = ChatText2.Text
  1701. c = ChatText.Text
  1702. for i=1, g do
  1703. game.Players:Chat(c)
  1704. end
  1705. end)
  1706.  
  1707.  
  1708.  
  1709. ------------------------------------------------------------------------------------------------------------END PAGE 2
  1710. --lotr
Add Comment
Please, Sign In to add comment