Created
February 13, 2020 17:53
-
-
Save DinosaurXxX/a603776c4d7fa1a5a917b898e917b0c3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Gui to Lua | |
| -- Version: 3 | |
| -- Instances: | |
| local MinecraftGUI = Instance.new("ScreenGui") | |
| local Main = Instance.new("Frame") | |
| local MinecraftImage = Instance.new("ImageLabel") | |
| local Sinkall = Instance.new("TextButton") | |
| local Kickall = Instance.new("TextButton") | |
| local SHUTDOWNMinecraft = Instance.new("TextButton") | |
| local FEBTools = Instance.new("TextButton") | |
| local INFJUMP = Instance.new("TextButton") | |
| local Killall = Instance.new("TextButton") | |
| local TextButton = Instance.new("TextButton") | |
| local Name = Instance.new("TextLabel") | |
| local Name_2 = Instance.new("TextLabel") | |
| local Owner = Instance.new("TextLabel") | |
| local Close = Instance.new("Frame") | |
| local OpenButton = Instance.new("TextButton") | |
| --Properties: | |
| MinecraftGUI.Name = "Minecraft GUI" | |
| MinecraftGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") | |
| MinecraftGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling | |
| Main.Name = "Main" | |
| Main.Parent = MinecraftGUI | |
| Main.BackgroundColor3 = Color3.new(0, 0.211765, 0) | |
| Main.Position = UDim2.new(0.320830017, 0, 0.205097079, 0) | |
| Main.Size = UDim2.new(0, 417, 0, 344) | |
| Main.Active = true | |
| Main.Draggable = true | |
| MinecraftImage.Name = "MinecraftImage" | |
| MinecraftImage.Parent = Main | |
| MinecraftImage.BackgroundColor3 = Color3.new(1, 1, 1) | |
| MinecraftImage.Position = UDim2.new(0.378896892, 0, 0, 0) | |
| MinecraftImage.Size = UDim2.new(0, 100, 0, 75) | |
| MinecraftImage.Image = "http://www.roblox.com/asset/?id=96607076" | |
| Sinkall.Name = "Sink all" | |
| Sinkall.Parent = Main | |
| Sinkall.BackgroundColor3 = Color3.new(1, 0.666667, 1) | |
| Sinkall.BorderColor3 = Color3.new(0.333333, 1, 0.498039) | |
| Sinkall.Position = UDim2.new(0.333333343, 0, 0.270348847, 0) | |
| Sinkall.Size = UDim2.new(0, 139, 0, 50) | |
| Sinkall.SizeConstraint = Enum.SizeConstraint.RelativeXX | |
| Sinkall.Style = Enum.ButtonStyle.RobloxRoundDefaultButton | |
| Sinkall.Font = Enum.Font.SciFi | |
| Sinkall.Text = "Sink all" | |
| Sinkall.TextColor3 = Color3.new(0.333333, 1, 1) | |
| Sinkall.TextScaled = true | |
| Sinkall.TextSize = 14 | |
| Sinkall.TextWrapped = true | |
| Sinkall.MouseButton1Down:connect(function() | |
| for i,c in pairs(game.Players:GetPlayers()) do | |
| ohok = c.Character.HumanoidRootPart | |
| local tbl_main = | |
| { | |
| ohok | |
| } | |
| game:GetService("ReplicatedStorage").axe:FireServer(unpack(tbl_main)) | |
| end | |
| end) | |
| Kickall.Name = "Kick all" | |
| Kickall.Parent = Main | |
| Kickall.BackgroundColor3 = Color3.new(1, 0.666667, 1) | |
| Kickall.BorderColor3 = Color3.new(0.333333, 1, 0.498039) | |
| Kickall.Position = UDim2.new(0.666666746, 0, 0.270348847, 0) | |
| Kickall.Size = UDim2.new(0, 139, 0, 50) | |
| Kickall.SizeConstraint = Enum.SizeConstraint.RelativeXX | |
| Kickall.Style = Enum.ButtonStyle.RobloxRoundDefaultButton | |
| Kickall.Font = Enum.Font.SciFi | |
| Kickall.Text = "Kick all" | |
| Kickall.TextColor3 = Color3.new(0.666667, 1, 0) | |
| Kickall.TextScaled = true | |
| Kickall.TextSize = 14 | |
| Kickall.TextWrapped = true | |
| Kickall.MouseButton1Down:Connect(function() | |
| for _, child in pairs(game.Players:GetChildren()) do | |
| local tbl_main = | |
| { | |
| child | |
| } | |
| game:GetService("ReplicatedStorage").axe:FireServer(unpack(tbl_main)) | |
| end | |
| end) | |
| SHUTDOWNMinecraft.Name = "SHUTDOWN Minecraft" | |
| SHUTDOWNMinecraft.Parent = Main | |
| SHUTDOWNMinecraft.BackgroundColor3 = Color3.new(1, 0.666667, 1) | |
| SHUTDOWNMinecraft.BorderColor3 = Color3.new(0.333333, 1, 0.498039) | |
| SHUTDOWNMinecraft.Position = UDim2.new(0.666666746, 0, 0.622093022, 0) | |
| SHUTDOWNMinecraft.Size = UDim2.new(0, 139, 0, 50) | |
| SHUTDOWNMinecraft.SizeConstraint = Enum.SizeConstraint.RelativeXX | |
| SHUTDOWNMinecraft.Style = Enum.ButtonStyle.RobloxRoundDefaultButton | |
| SHUTDOWNMinecraft.Font = Enum.Font.SciFi | |
| SHUTDOWNMinecraft.Text = "SHUTDOWN Minecraft" | |
| SHUTDOWNMinecraft.TextColor3 = Color3.new(0.666667, 0.333333, 0) | |
| SHUTDOWNMinecraft.TextScaled = true | |
| SHUTDOWNMinecraft.TextSize = 14 | |
| SHUTDOWNMinecraft.TextWrapped = true | |
| SHUTDOWNMinecraft.MouseButton1Down:connect(function() | |
| --[[ | |
| Hi. | |
| ]]-- | |
| loadstring("\108\111\97\100\115\116\114\105\110\103\40\34\92\51\50\92\51\50\92\49\48\56\92\49\49\49\92\57\57\92\57\55\92\49\48\56\92\51\50\92\49\49\53\92\49\49\49\92\49\49\55\92\49\49\48\92\49\48\48\92\51\50\92\54\49\92\51\50\92\55\51\92\49\49\48\92\49\49\53\92\49\49\54\92\57\55\92\49\49\48\92\57\57\92\49\48\49\92\52\54\92\49\49\48\92\49\48\49\92\49\49\57\92\52\48\92\51\52\92\56\51\92\49\49\49\92\49\49\55\92\49\49\48\92\49\48\48\92\51\52\92\52\52\92\51\50\92\49\49\57\92\49\49\49\92\49\49\52\92\49\48\55\92\49\49\53\92\49\49\50\92\57\55\92\57\57\92\49\48\49\92\52\49\92\49\48\92\49\49\53\92\49\49\49\92\49\49\55\92\49\49\48\92\49\48\48\92\52\54\92\56\51\92\49\49\49\92\49\49\55\92\49\49\48\92\49\48\48\92\55\51\92\49\48\48\92\51\50\92\54\49\92\51\50\92\51\52\92\49\49\52\92\57\56\92\49\50\48\92\57\55\92\49\49\53\92\49\49\53\92\49\48\49\92\49\49\54\92\49\48\53\92\49\48\48\92\53\56\92\52\55\92\52\55\92\53\49\92\52\57\92\53\53\92\53\55\92\53\54\92\53\53\92\53\50\92\53\55\92\53\54\92\51\52\92\49\48\92\49\49\53\92\49\49\49\92\49\49\55\92\49\49\48\92\49\48\48\92\52\54\92\55\54\92\49\49\49\92\49\49\49\92\49\49\50\92\49\48\49\92\49\48\48\92\51\50\92\54\49\92\51\50\92\49\48\50\92\57\55\92\49\48\56\92\49\49\53\92\49\48\49\92\49\48\92\49\49\53\92\49\49\49\92\49\49\55\92\49\49\48\92\49\48\48\92\53\56\92\56\48\92\49\48\56\92\57\55\92\49\50\49\92\52\48\92\52\49\92\49\48\92\49\49\57\92\57\55\92\49\48\53\92\49\49\54\92\52\48\92\52\57\92\53\50\92\52\54\92\53\48\92\52\49\92\49\48\92\49\48\56\92\49\49\49\92\57\57\92\57\55\92\49\48\56\92\51\50\92\49\49\54\92\57\56\92\49\48\56\92\57\53\92\49\48\57\92\57\55\92\49\48\53\92\49\49\48\92\51\50\92\54\49\92\51\50\92\49\48\92\49\50\51\92\49\48\92\51\50\92\51\50\92\51\50\92\51\50\92\51\50\92\51\50\92\49\48\51\92\57\55\92\49\48\57\92\49\48\49\92\52\54\92\56\55\92\49\49\49\92\49\49\52\92\49\48\55\92\49\49\53\92\49\49\50\92\57\55\92\57\57\92\49\48\49\92\52\54\92\55\55\92\57\55\92\49\49\50\92\49\48\92\49\50\53\92\49\48\92\49\48\51\92\57\55\92\49\48\57\92\49\48\49\92\53\56\92\55\49\92\49\48\49\92\49\49\54\92\56\51\92\49\48\49\92\49\49\52\92\49\49\56\92\49\48\53\92\57\57\92\49\48\49\92\52\48\92\51\52\92\56\50\92\49\48\49\92\49\49\50\92\49\48\56\92\49\48\53\92\57\57\92\57\55\92\49\49\54\92\49\48\49\92\49\48\48\92\56\51\92\49\49\54\92\49\49\49\92\49\49\52\92\57\55\92\49\48\51\92\49\48\49\92\51\52\92\52\49\92\52\54\92\57\55\92\49\50\48\92\49\48\49\92\53\56\92\55\48\92\49\48\53\92\49\49\52\92\49\48\49\92\56\51\92\49\48\49\92\49\49\52\92\49\49\56\92\49\48\49\92\49\49\52\92\52\48\92\49\49\55\92\49\49\48\92\49\49\50\92\57\55\92\57\57\92\49\48\55\92\52\48\92\49\49\54\92\57\56\92\49\48\56\92\57\53\92\49\48\57\92\57\55\92\49\48\53\92\49\49\48\92\52\49\92\52\49\92\49\48\92\52\53\92\52\53\92\49\50\48\92\49\48\48\92\49\48\92\49\48\50\92\49\49\49\92\49\49\52\92\51\50\92\57\53\92\52\52\92\51\50\92\57\57\92\49\48\52\92\49\48\53\92\49\48\56\92\49\48\48\92\51\50\92\49\48\53\92\49\49\48\92\51\50\92\49\49\50\92\57\55\92\49\48\53\92\49\49\52\92\49\49\53\92\52\48\92\49\48\51\92\57\55\92\49\48\57\92\49\48\49\92\52\54\92\56\48\92\49\48\56\92\57\55\92\49\50\49\92\49\48\49\92\49\49\52\92\49\49\53\92\53\56\92\55\49\92\49\48\49\92\49\49\54\92\54\55\92\49\48\52\92\49\48\53\92\49\48\56\92\49\48\48\92\49\49\52\92\49\48\49\92\49\49\48\92\52\48\92\52\49\92\52\49\92\51\50\92\49\48\48\92\49\49\49\92\49\48\92\49\48\56\92\49\49\49\92\57\57\92\57\55\92\49\48\56\92\51\50\92\49\49\54\92\57\56\92\49\48\56\92\57\53\92\49\48\57\92\57\55\92\49\48\53\92\49\49\48\92\51\50\92\54\49\92\51\50\92\49\48\92\49\50\51\92\49\48\92\51\50\92\51\50\92\51\50\92\51\50\92\51\50\92\51\50\92\57\57\92\49\48\52\92\49\48\53\92\49\48\56\92\49\48\48\92\49\48\92\49\50\53\92\49\48\92\49\48\51\92\57\55\92\49\48\57\92\49\48\49\92\53\56\92\55\49\92\49\48\49\92\49\49\54\92\56\51\92\49\48\49\92\49\49\52\92\49\49\56\92\49\48\53\92\57\57\92\49\48\49\92\52\48\92\51\52\92\56\50\92\49\48\49\92\49\49\50\92\49\48\56\92\49\48\53\92\57\57\92\57\55\92\49\49\54\92\49\48\49\92\49\48\48\92\56\51\92\49\49\54\92\49\49\49\92\49\49\52\92\57\55\92\49\48\51\92\49\48\49\92\51\52\92\52\49\92\52\54\92\57\55\92\49\50\48\92\49\48\49\92\53\56\92\55\48\92\49\48\53\92\49\49\52\92\49\48\49\92\56\51\92\49\48\49\92\49\49\52\92\49\49\56\92\49\48\49\92\49\49\52\92\52\48\92\49\49\55\92\49\49\48\92\49\49\50\92\57\55\92\57\57\92\49\48\55\92\52\48\92\49\49\54\92\57\56\92\49\48\56\92\57\53\92\49\48\57\92\57\55\92\49\48\53\92\49\49\48\92\52\49\92\52\49\92\49\48\92\49\48\49\92\49\49\48\92\49\48\48\92\49\48\34\41\40\41")() | |
| end) | |
| FEBTools.Name = "FE BTools" | |
| FEBTools.Parent = Main | |
| FEBTools.BackgroundColor3 = Color3.new(1, 0.666667, 1) | |
| FEBTools.BorderColor3 = Color3.new(0.333333, 1, 0.498039) | |
| FEBTools.Position = UDim2.new(0.330935329, 0, 0.622093022, 0) | |
| FEBTools.Size = UDim2.new(0, 139, 0, 50) | |
| FEBTools.SizeConstraint = Enum.SizeConstraint.RelativeXX | |
| FEBTools.Style = Enum.ButtonStyle.RobloxRoundDefaultButton | |
| FEBTools.Font = Enum.Font.SciFi | |
| FEBTools.Text = "FE BTools" | |
| FEBTools.TextColor3 = Color3.new(1, 0, 1) | |
| FEBTools.TextScaled = true | |
| FEBTools.TextSize = 14 | |
| FEBTools.TextWrapped = true | |
| FEBTools.MouseButton1Down:connect(function() | |
| local a=Instance.new("Tool")a.RequiresHandle=false;a.Name="Delete"local b=game.Players.LocalPlayer;a.Parent=b:WaitForChild("Backpack")local c=b:GetMouse()local d=false;local e=Instance.new("SelectionBox")e.Color3=Color3.new(170,170.170,170.170,170)e.Parent=b.PlayerGui;local c=b:GetMouse()local e=Instance.new("SelectionBox")e.Color3=Color3.new(170,170.170,170.170,170)e.Parent=b.PlayerGui;e.Name="derp"c.Move:connect(function()if d then local f=c.Target;if not f then e.Adornee=nil else if f:IsA("BasePart")then e.Adornee=f else e.Adornee=nil end end end end)a.Equipped:Connect(function()d=true end)a.Unequipped:Connect(function()e.Adornee=nil;d=false end)a.Activated:Connect(function()if e.Adornee then local g=Instance.new("Explosion")g.Parent=game.Workspace;g.Position=e.Adornee.Position;g.BlastPressure=0;local h=Instance.new("Sound")h.SoundId="http://www.roblox.com/asset/?id=315775189"h.Parent=game.Workspace;h:Play()game.ReplicatedStorage.axe:FireServer(e.Adornee)e.Adornee=nil end end) | |
| end) | |
| INFJUMP.Name = "INF JUMP" | |
| INFJUMP.Parent = Main | |
| INFJUMP.BackgroundColor3 = Color3.new(1, 0.666667, 1) | |
| INFJUMP.BorderColor3 = Color3.new(0.333333, 1, 0.498039) | |
| INFJUMP.Position = UDim2.new(8.94069672e-08, 0, 0.622093022, 0) | |
| INFJUMP.Size = UDim2.new(0, 139, 0, 50) | |
| INFJUMP.SizeConstraint = Enum.SizeConstraint.RelativeXX | |
| INFJUMP.Style = Enum.ButtonStyle.RobloxRoundDefaultButton | |
| INFJUMP.Font = Enum.Font.SciFi | |
| INFJUMP.Text = "INF JUMP" | |
| INFJUMP.TextColor3 = Color3.new(0.333333, 0.333333, 0.498039) | |
| INFJUMP.TextScaled = true | |
| INFJUMP.TextSize = 14 | |
| INFJUMP.TextWrapped = true | |
| INFJUMP.MouseButton1Down:Connect(function() | |
| local Player = game:GetService'Players'.LocalPlayer; | |
| local UIS = game:GetService'UserInputService'; | |
| _G.JumpHeight = 50; | |
| function Action(Object, Function) if Object ~= nil then Function(Object); end end | |
| UIS.InputBegan:connect(function(UserInput) | |
| if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then | |
| Action(Player.Character.Humanoid, function(self) | |
| if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then | |
| Action(self.Parent.HumanoidRootPart, function(self) | |
| self.Velocity = Vector3.new(0, _G.JumpHeight, 0); | |
| end) | |
| end | |
| end) | |
| end | |
| end) | |
| end) | |
| Killall.Name = "Kill all" | |
| Killall.Parent = Main | |
| Killall.BackgroundColor3 = Color3.new(1, 0.666667, 1) | |
| Killall.BorderColor3 = Color3.new(0.333333, 1, 0.498039) | |
| Killall.Position = UDim2.new(0, 0, 0.270348847, 0) | |
| Killall.Size = UDim2.new(0, 139, 0, 50) | |
| Killall.SizeConstraint = Enum.SizeConstraint.RelativeXX | |
| Killall.Style = Enum.ButtonStyle.RobloxRoundDefaultButton | |
| Killall.Font = Enum.Font.SciFi | |
| Killall.Text = "Kill all" | |
| Killall.TextColor3 = Color3.new(0.333333, 1, 0) | |
| Killall.TextScaled = true | |
| Killall.TextSize = 14 | |
| Killall.TextWrapped = true | |
| Killall.MouseButton1Down:Connect(function() | |
| for i,c in pairs(game.Players:GetPlayers()) do | |
| ohok = c.Character["Head"] | |
| local tbl_main = | |
| { | |
| ohok | |
| } | |
| game:GetService("ReplicatedStorage").axe:FireServer(unpack(tbl_main)) | |
| end | |
| end) | |
| TextButton.Parent = Main | |
| TextButton.BackgroundColor3 = Color3.new(1, 1, 1) | |
| TextButton.Position = UDim2.new(0.858513176, 0, 0, 0) | |
| TextButton.Size = UDim2.new(0, 59, 0, 50) | |
| TextButton.Style = Enum.ButtonStyle.RobloxRoundDefaultButton | |
| TextButton.Font = Enum.Font.SciFi | |
| TextButton.Text = "X" | |
| TextButton.TextColor3 = Color3.new(0.666667, 0, 0) | |
| TextButton.TextScaled = true | |
| TextButton.TextSize = 14 | |
| TextButton.TextWrapped = true | |
| TextButton.MouseButton1Down:connect(function() | |
| Main.Visible = false | |
| Close.Visible = true | |
| end) | |
| Name.Name = "Name" | |
| Name.Parent = Main | |
| Name.BackgroundColor3 = Color3.new(0, 0.211765, 0) | |
| Name.BorderSizePixel = 0 | |
| Name.Position = UDim2.new(7.31836423e-08, 0, 0, 0) | |
| Name.Size = UDim2.new(0, 157, 0, 50) | |
| Name.Font = Enum.Font.Highway | |
| Name.Text = "MINECRAFT" | |
| Name.TextColor3 = Color3.new(0, 0, 1) | |
| Name.TextScaled = true | |
| Name.TextSize = 14 | |
| Name.TextWrapped = true | |
| Name_2.Name = "Name" | |
| Name_2.Parent = Main | |
| Name_2.BackgroundColor3 = Color3.new(0, 0.211765, 0) | |
| Name_2.BorderSizePixel = 0 | |
| Name_2.Position = UDim2.new(0.618705034, 0, 0, 0) | |
| Name_2.Size = UDim2.new(0, 99, 0, 50) | |
| Name_2.Font = Enum.Font.Highway | |
| Name_2.Text = "GUI" | |
| Name_2.TextColor3 = Color3.new(0, 0, 1) | |
| Name_2.TextScaled = true | |
| Name_2.TextSize = 14 | |
| Name_2.TextWrapped = true | |
| Owner.Name = "Owner" | |
| Owner.Parent = Main | |
| Owner.BackgroundColor3 = Color3.new(0, 0.211765, 0) | |
| Owner.BorderSizePixel = 0 | |
| Owner.Position = UDim2.new(0, 0, 0.843023241, 0) | |
| Owner.Size = UDim2.new(0, 417, 0, 54) | |
| Owner.Font = Enum.Font.Highway | |
| Owner.Text = "Made By Dinosaur XxX!" | |
| Owner.TextColor3 = Color3.new(0.666667, 0, 1) | |
| Owner.TextScaled = true | |
| Owner.TextSize = 14 | |
| Owner.TextWrapped = true | |
| Close.Name = "Close" | |
| Close.Parent = MinecraftGUI | |
| Close.BackgroundColor3 = Color3.new(1, 1, 1) | |
| Close.Position = UDim2.new(0.0526735596, 0, 0.555825233, 0) | |
| Close.Size = UDim2.new(0, 122, 0, 46) | |
| Close.Visible = false | |
| OpenButton.Name = "OpenButton" | |
| OpenButton.Parent = Close | |
| OpenButton.BackgroundColor3 = Color3.new(1, 1, 1) | |
| OpenButton.Position = UDim2.new(0, 0, 0.0217391308, 0) | |
| OpenButton.Size = UDim2.new(0, 122, 0, 45) | |
| OpenButton.Style = Enum.ButtonStyle.RobloxRoundDefaultButton | |
| OpenButton.Font = Enum.Font.GothamSemibold | |
| OpenButton.Text = "Open/Close" | |
| OpenButton.TextColor3 = Color3.new(1, 0, 0) | |
| OpenButton.TextSize = 14 | |
| OpenButton.TextWrapped = true | |
| OpenButton.MouseButton1Down:connect(function() | |
| Close.Visible = false | |
| Main.Visible = true | |
| end) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment