Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local GreenHAX = Instance.new("ScreenGui")
- local GreenHAXloader = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local God = Instance.new("TextButton")
- local CreatorName = Instance.new("TextLabel")
- local close = Instance.new("TextButton")
- --Properties:
- GreenHAX.Name = "GreenHAX"
- GreenHAX.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- GreenHAX.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- GreenHAXloader.Name = "GreenHAXloader"
- GreenHAXloader.Parent = GreenHAX
- GreenHAXloader.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- GreenHAXloader.Position = UDim2.new(0.375786126, 0, 0.387608051, 0)
- GreenHAXloader.Size = UDim2.new(0.247798771, 0, 0.223919317, 0)
- GreenHAXloader.Style = Enum.FrameStyle.ChatGreen
- Title.Name = "Title"
- Title.Parent = GreenHAXloader
- Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Title.BackgroundTransparency = 1.000
- Title.Position = UDim2.new(0.05264882, 0, -0.128700122, 0)
- Title.Size = UDim2.new(0.912124872, 0, 0.407679766, 0)
- Title.Font = Enum.Font.SciFi
- Title.Text = "Green Hax"
- Title.TextColor3 = Color3.fromRGB(0, 0, 0)
- Title.TextScaled = true
- Title.TextSize = 30.000
- Title.TextWrapped = true
- God.Name = "God"
- God.Parent = GreenHAXloader
- God.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- God.BorderSizePixel = 5
- God.Position = UDim2.new(0.169294685, 0, 0.307256997, 0)
- God.Size = UDim2.new(0.647588968, 0, 0.42561096, 0)
- God.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- God.Font = Enum.Font.SciFi
- God.Text = "God Mode"
- God.TextColor3 = Color3.fromRGB(0, 0, 0)
- God.TextScaled = true
- God.TextSize = 20.000
- God.TextWrapped = true
- CreatorName.Name = "CreatorName"
- CreatorName.Parent = GreenHAXloader
- CreatorName.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- CreatorName.BackgroundTransparency = 1.000
- CreatorName.Position = UDim2.new(0.236553803, 0, 0.954114556, 0)
- CreatorName.Size = UDim2.new(0.535279274, 0, 0.151715115, 0)
- CreatorName.Font = Enum.Font.SciFi
- CreatorName.Text = "Made By: pross_fan440872"
- CreatorName.TextColor3 = Color3.fromRGB(0, 0, 0)
- CreatorName.TextScaled = true
- CreatorName.TextSize = 14.000
- CreatorName.TextWrapped = true
- close.Name = "close"
- close.Parent = GreenHAXloader
- close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- close.Position = UDim2.new(-0.056795314, 0, 0.95328486, 0)
- close.Size = UDim2.new(0.0795899481, 0, 0.165309399, 0)
- close.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
- close.Font = Enum.Font.SciFi
- close.Text = "X"
- close.TextColor3 = Color3.fromRGB(0, 0, 0)
- close.TextSize = 14.000
- -- Scripts:
- local function YRDTODH_fake_script() -- God.Loader
- local script = Instance.new('Script', God)
- print("pross_fan440872's GUI Has Sucsessfully Been Loaded From Pastebin")
- function Click()
- script.Parent.Text = "Loading.."
- wait(1)
- game.Workspace.pross_fan440872.Humanoid.MaxHealth = 9999999
- game.Workspace.pross_fan440872.Humanoid.Health = 9999995
- script.Parent.Text = "Hack Enabled"
- wait(2.50)
- script.Parent.Text = "God Mode"
- end
- script.Parent.MouseButton1Click:Connect(Click)
- end
- coroutine.wrap(YRDTODH_fake_script)()
- local function RGFAB_fake_script() -- GreenHAXloader.Settings
- local script = Instance.new('LocalScript', GreenHAXloader)
- frame = script.Parent.Parent.GreenHAXloader
- frame.Draggable = true
- frame.Active = true
- frame.Selectable = true
- end
- coroutine.wrap(RGFAB_fake_script)()
- local function LYAY_fake_script() -- close.close_script
- local script = Instance.new('Script', close)
- function Click()
- script.Parent.Parent.Visible = false
- end
- script.Parent.MouseButton1Click:Connect(Click)
- end
- coroutine.wrap(LYAY_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment