Advertisement
Runixer

Untitled

Apr 23rd, 2019
757
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.81 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local ScrollingFrame = Instance.new("ScrollingFrame")
  6. -- Note that this will not execute other guis
  7.  
  8. local TextBox = Instance.new("TextBox")
  9. local TextLabel = Instance.new("TextLabel")
  10. local Frame_2 = Instance.new("Frame")
  11. local TextButton = Instance.new("TextButton")
  12. local TextButton_2 = Instance.new("TextButton")
  13. local TextButton_3 = Instance.new("TextButton")
  14. local TextButton_4 = Instance.new("TextButton")
  15. local TextButton_5 = Instance.new("TextButton")
  16. local TextButton_6 = Instance.new("TextButton")
  17. local TextButton_7 = Instance.new("TextButton")
  18. local TextButton_8 = Instance.new("TextButton")
  19. local TextLabel_2 = Instance.new("TextLabel")
  20. local TextButton_9 = Instance.new("TextButton")
  21. local TextButton_10 = Instance.new("TextButton")
  22.  
  23. -- Properties
  24.  
  25. ScreenGui.Parent = game.CoreGui
  26. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  27.  
  28. Frame.Active = true
  29. Frame.Draggable = true
  30. Frame.Parent = ScreenGui
  31. Frame.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  32. Frame.Position = UDim2.new(0.625, 0, 0.375, 0)
  33. Frame.Size = UDim2.new(0, 562, 0, 372)
  34.  
  35. ScrollingFrame.Parent = Frame
  36. ScrollingFrame.BackgroundColor3 = Color3.new(0.498039, 0.498039, 0.498039)
  37. ScrollingFrame.Position = UDim2.new(0, 0, 0.207458317, 0)
  38. ScrollingFrame.Size = UDim2.new(0, 443, 0, 267)
  39. ScrollingFrame.CanvasPosition = Vector2.new(0, 54.5845184)
  40. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  41.  
  42. TextBox.Parent = ScrollingFrame
  43. TextBox.BackgroundColor3 = Color3.new(0.0196078, 0.0588235, 0.0941177)
  44. TextBox.Size = UDim2.new(0, 431, 0, 1000000)
  45. TextBox.ClearTextOnFocus = false
  46. TextBox.Font = Enum.Font.Gotham
  47. TextBox.Text = ""
  48. TextBox.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  49. TextBox.TextSize = 15
  50. TextBox.TextWrapped = true
  51. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  52. TextBox.TextYAlignment = Enum.TextYAlignment.Top
  53.  
  54. TextLabel.Parent = Frame
  55. TextLabel.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  56. TextLabel.BorderColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  57. TextLabel.Size = UDim2.new(0, 443, 0, 77)
  58. TextLabel.Font = Enum.Font.Gotham
  59. TextLabel.Text = "ZenGox"
  60. TextLabel.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  61. TextLabel.TextScaled = true
  62. TextLabel.TextSize = 14
  63. TextLabel.TextWrapped = true
  64.  
  65. Frame_2.Parent = Frame
  66. Frame_2.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  67. Frame_2.BorderColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  68. Frame_2.Position = UDim2.new(0.791000009, 0, 0.00499999989, 0)
  69. Frame_2.Size = UDim2.new(0, 116, 0, 342)
  70.  
  71. TextButton.Parent = Frame
  72. TextButton.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  73. TextButton.BorderColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  74. TextButton.Position = UDim2.new(0.791000009, 0, 0.206989244, 0)
  75. TextButton.Size = UDim2.new(0, 115, 0, 20)
  76. TextButton.Font = Enum.Font.Gotham
  77. TextButton.Text = "FE Creeper"
  78. TextButton.TextColor3 = Color3.new(0, 0, 0)
  79. TextButton.TextSize = 14
  80.  
  81. TextButton_2.Parent = Frame
  82. TextButton_2.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  83. TextButton_2.BorderColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  84. TextButton_2.Position = UDim2.new(0.791000009, 0, 0.260752678, 0)
  85. TextButton_2.Size = UDim2.new(0, 115, 0, 20)
  86. TextButton_2.Font = Enum.Font.Gotham
  87. TextButton_2.Text = "FE Gears"
  88. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  89. TextButton_2.TextSize = 14
  90.  
  91. TextButton_3.Parent = Frame
  92. TextButton_3.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  93. TextButton_3.BorderColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  94. TextButton_3.Position = UDim2.new(0.790999949, 0, 0.314516127, 0)
  95. TextButton_3.Size = UDim2.new(0, 115, 0, 20)
  96. TextButton_3.Font = Enum.Font.Gotham
  97. TextButton_3.Text = "Infinite Jump"
  98. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  99. TextButton_3.TextSize = 14
  100.  
  101. TextButton_4.Parent = Frame
  102. TextButton_4.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  103. TextButton_4.BorderColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  104. TextButton_4.Position = UDim2.new(0.790999949, 0, 0.373655915, 0)
  105. TextButton_4.Size = UDim2.new(0, 115, 0, 20)
  106. TextButton_4.Font = Enum.Font.Gotham
  107. TextButton_4.Text = "FE Hashtag Spam"
  108. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  109. TextButton_4.TextSize = 13
  110.  
  111. TextButton_5.Parent = Frame
  112. TextButton_5.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  113. TextButton_5.BorderColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  114. TextButton_5.Position = UDim2.new(0.790999949, 0, 0.427419364, 0)
  115. TextButton_5.Size = UDim2.new(0, 115, 0, 20)
  116. TextButton_5.Font = Enum.Font.Gotham
  117. TextButton_5.Text = "FE Invisible"
  118. TextButton_5.TextColor3 = Color3.new(0, 0, 0)
  119. TextButton_5.TextSize = 14
  120.  
  121. TextButton_6.Parent = Frame
  122. TextButton_6.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  123. TextButton_6.BorderColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  124. TextButton_6.Position = UDim2.new(0.790999949, 0, 0.481182814, 0)
  125. TextButton_6.Size = UDim2.new(0, 115, 0, 20)
  126. TextButton_6.Font = Enum.Font.Gotham
  127. TextButton_6.Text = "FE Zombie"
  128. TextButton_6.TextColor3 = Color3.new(0, 0, 0)
  129. TextButton_6.TextSize = 14
  130.  
  131. TextButton_7.Parent = Frame
  132. TextButton_7.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  133. TextButton_7.BorderColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  134. TextButton_7.Position = UDim2.new(0.790999949, 0, 0.537634432, 0)
  135. TextButton_7.Size = UDim2.new(0, 115, 0, 20)
  136. TextButton_7.Font = Enum.Font.Gotham
  137. TextButton_7.Text = "Print RemoteEvents"
  138. TextButton_7.TextColor3 = Color3.new(0, 0, 0)
  139. TextButton_7.TextSize = 12
  140.  
  141. TextButton_8.Parent = Frame
  142. TextButton_8.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  143. TextButton_8.BorderColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  144. TextButton_8.Position = UDim2.new(0.790999949, 0, 0.591397882, 0)
  145. TextButton_8.Size = UDim2.new(0, 115, 0, 20)
  146. TextButton_8.Font = Enum.Font.Gotham
  147. TextButton_8.Text = "Print RemoteFunctions"
  148. TextButton_8.TextColor3 = Color3.new(0, 0, 0)
  149. TextButton_8.TextSize = 10
  150.  
  151. TextLabel_2.Parent = Frame
  152. TextLabel_2.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  153. TextLabel_2.Position = UDim2.new(0.788256228, 0, 0, 0)
  154. TextLabel_2.Size = UDim2.new(0, 119, 0, 77)
  155. TextLabel_2.Font = Enum.Font.Gotham
  156. TextLabel_2.Text = "Script Executor Gui\n\n\nMade by Uctron on v3rmillion"
  157. TextLabel_2.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  158. TextLabel_2.TextScaled = true
  159. TextLabel_2.TextSize = 14
  160. TextLabel_2.TextWrapped = true
  161.  
  162. TextButton_9.Parent = Frame
  163. TextButton_9.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  164. TextButton_9.BorderColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  165. TextButton_9.Position = UDim2.new(0.107000001, 0, 0.930000007, 0)
  166. TextButton_9.Size = UDim2.new(0, 147, 0, 26)
  167. TextButton_9.Font = Enum.Font.Gotham
  168. TextButton_9.Text = "Execute"
  169. TextButton_9.TextColor3 = Color3.new(1, 1, 1)
  170. TextButton_9.TextSize = 14
  171.  
  172. TextButton_10.Parent = Frame
  173. TextButton_10.BackgroundColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  174. TextButton_10.BorderColor3 = Color3.new(0.145098, 0.145098, 0.145098)
  175. TextButton_10.Position = UDim2.new(0.368565828, 0, 0.930000007, 0)
  176. TextButton_10.Size = UDim2.new(0, 147, 0, 26)
  177. TextButton_10.Font = Enum.Font.Gotham
  178. TextButton_10.Text = "Clear"
  179. TextButton_10.TextColor3 = Color3.new(1, 1, 1)
  180. TextButton_10.TextSize = 14
  181.  
  182. TextButton.MouseButton1Click:connect(function()
  183. --Creeper script by dhruvil123
  184. local LocalPlayer = game.Players.LocalPlayer
  185. LocalPlayer.Character.Head.Mesh:Destroy()
  186. LocalPlayer.Character.HipHeight = 2.5
  187. for i, v in pairs(LocalPlayer.Character:GetChildren()) do
  188. if v.ClassName == "Accessory" or v.ClassName == "Shirt" or v.ClassName == "Pants" then
  189. v:Destroy()
  190. end
  191. end
  192. LocalPlayer.Character.Torso["Left Shoulder"]:Destroy()
  193. LocalPlayer.Character.Torso["Right Shoulder"]:Destroy()
  194. LocalPlayer.Character.Torso["Left Hip"]:Destroy()
  195. LocalPlayer.Character.Torso["Right Hip"]:Destroy()
  196. local force = Instance.new("BodyPosition", LocalPlayer.Character["Left Arm"])
  197. force.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  198. force.D = 65
  199. local force2 = Instance.new("BodyPosition", LocalPlayer.Character["Right Arm"])
  200. force2.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  201. force2.D = 65
  202. local force3 = Instance.new("BodyPosition", LocalPlayer.Character["Left Leg"])
  203. force3.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  204. force3.D = 65
  205. local force4 = Instance.new("BodyPosition", LocalPlayer.Character["Right Leg"])
  206. force4.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  207. force4.D = 65
  208. local LookPart = Instance.new("Part", LocalPlayer.Character)
  209. LookPart.Size = Vector3.new(1, 1, 1)
  210. LookPart.Anchored = true
  211. LookPart.Shape = "Ball"
  212. LookPart.Transparency = 1
  213. LookPart.CanCollide = false
  214. local LookPart2 = Instance.new("Part", LocalPlayer.Character)
  215. LookPart2.Size = Vector3.new(1, 1, 1)
  216. LookPart2.Anchored = true
  217. LookPart2.Shape = "Ball"
  218. LookPart2.Transparency = 1
  219. LookPart2.CanCollide = false
  220. local event1 = game:GetService("RunService").RenderStepped:Connect(function()
  221. LookPart.CFrame = CFrame.new(LocalPlayer.Character.Torso.CFrame * Vector3.new(-0.5, -2, -5))
  222. LookPart2.CFrame = CFrame.new(LocalPlayer.Character.Torso.CFrame * Vector3.new(0.5, -2, -5))
  223. force.Parent.CFrame = CFrame.new(force.Parent.Position, LookPart.Position)
  224. force2.Parent.CFrame = CFrame.new(force2.Parent.Position, LookPart2.Position)
  225. force3.Parent.CFrame = CFrame.new(force3.Parent.Position, LookPart.Position)
  226. force4.Parent.CFrame = CFrame.new(force4.Parent.Position, LookPart2.Position)
  227. force.Position = LocalPlayer.Character.Head.CFrame:PointToWorldSpace(Vector3.new(-0.5, -3.5, -0.5))
  228. force2.Position = LocalPlayer.Character.Head.CFrame:PointToWorldSpace(Vector3.new(0.5, -3.5, -0.5))
  229. force3.Position = LocalPlayer.Character.Head.CFrame:PointToWorldSpace(Vector3.new(-0.5, -3.5, 0.5))
  230. force4.Position = LocalPlayer.Character.Head.CFrame:PointToWorldSpace(Vector3.new(0.5, -3.5, 0.5))
  231. force.Parent:SetNetworkOwner(LocalPlayer)
  232. force2.Parent:SetNetworkOwner(LocalPlayer)
  233. force3.Parent:SetNetworkOwner(LocalPlayer)
  234. force4.Parent:SetNetworkOwner(LocalPlayer)
  235. end)
  236. LocalPlayer.Character.Humanoid.Died:Connect(function()
  237. event1:Disconnect()
  238. force:Destroy()
  239. force2:Destroy()
  240. force3:Destroy()
  241. force4:Destroy()
  242. end)
  243. end)
  244.  
  245. TextButton_2.MouseButton1Click:connect(function()
  246. for i,v in pairs(game.Lighting:GetDescendants()) do
  247. if (v:IsA("Tool")) then
  248. v:Clone().Parent = game.Players.LocalPlayer.Backpack
  249. end
  250. end
  251. for i,v in pairs(game.ReplicatedStorage:GetDescendants()) do
  252. if (v:IsA("Tool")) then
  253. v:Clone().Parent = game.Players.LocalPlayer.Backpack
  254. end
  255. end
  256.  
  257. game:GetService("StarterGui"):SetCore("SendNotification", {
  258. Title = "Press ` for more gears. ";
  259. Text = "";
  260. })
  261. end)
  262.  
  263. TextButton_3.MouseButton1Click:connect(function()
  264. plr = game.Players.LocalPlayer
  265. mouse = plr:GetMouse()
  266. mouse.KeyDown:connect(function(key)
  267.  
  268. if key == " " then
  269. game.Players.LocalPlayer.Character.Humanoid:ChangeState(3)
  270. wait()
  271. end
  272. end)
  273. end)
  274.  
  275. TextButton_4.MouseButton1Click:connect(function()
  276. local Action = game.Players:GetPlayers()
  277. for i = 1,#Action do
  278. Action[i].Chatted:connect(function(Message)
  279. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Fuckkkkkkkkkkkkkkkkkkkkkkkk: ".."["..Action[i].Name.."]".." "..Message, "All")
  280. end)
  281. end
  282. local Action = game.Players:GetPlayers()
  283. for i = 1,#Action do
  284. Action[i].Chatted:connect(function(Message)
  285. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Fuckkkkkkkkkkkkkkkkkkkkkkkk: ".."["..Action[i].Name.."]".." "..Message, "All")
  286. end)
  287. end
  288. end)
  289.  
  290. TextButton_5.MouseButton1Click:connect(function()
  291. local player = game.Players.LocalPlayer
  292. position = player.Character.HumanoidRootPart.Position
  293. wait(0.2)
  294. player.Character:MoveTo(position + Vector3.new(0, 1000000, 0))
  295. wait(0.2)
  296. humanoidrootpart = player.Character.HumanoidRootPart:clone()
  297. wait(0.2)
  298. player.Character.HumanoidRootPart:Destroy()
  299. humanoidrootpart.Parent = player.Character
  300. player.Character:MoveTo(position)
  301. game:GetService("RunService").Stepped:wait()
  302. game.Players.LocalPlayer.Character.Torso.Transparency = 1
  303. game.Players.LocalPlayer.Character.Head.Transparency = 1
  304. game.Players.LocalPlayer.Character["Left Arm"].Transparency = 1
  305. game.Players.LocalPlayer.Character["Right Arm"].Transparency = 1
  306. game.Players.LocalPlayer.Character["Left Leg"].Transparency = 1
  307. game.Players.LocalPlayer.Character["Right Leg"].Transparency = 1
  308. game.Players.LocalPlayer.Character.Humanoid:RemoveAccessories()
  309. game.Players.LocalPlayer.Character.Head.face:Remove()
  310. end)
  311.  
  312. TextButton_6.MouseButton1Click:connect(function()
  313. AnimationId = "183294396"
  314. local Anim = Instance.new("Animation")
  315. Anim.AnimationId = "rbxassetid://"..AnimationId
  316. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  317. k:Play(0)
  318. k:AdjustSpeed(1)
  319. end)
  320.  
  321. TextButton_7.MouseButton1Click:connect(function()
  322. for i,v in pairs(game:GetDescendants()) do
  323. if v:IsA("RemoteEvent") then
  324. print(print(i .. " " .. v:GetFullName()))
  325. end end
  326. end)
  327.  
  328. TextButton_8.MouseButton1Click:connect(function()
  329. for i,v in pairs(game:GetDescendants()) do
  330. if v:IsA("RemoteFunction") then
  331. print(print(i .. " " .. v:GetFullName()))
  332. end end
  333. end)
  334.  
  335. TextButton_9.MouseButton1Click:connect(function()
  336. loadstring(TextBox.Text)
  337. end)
  338.  
  339. TextButton_10.MouseButton1Click:connect(function()
  340. TextBox.Text = ""
  341. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement