Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local exploit = Instance.new("Frame")
- local Close = Instance.new("TextButton")
- local Ragdoll = Instance.new("TextButton")
- local Ocean = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- exploit.Name = "exploit"
- exploit.Parent = ScreenGui
- exploit.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- exploit.BorderSizePixel = 0
- exploit.Position = UDim2.new(0.518737674, 0, 0.5390836, 0)
- exploit.Size = UDim2.new(0, 479, 0, 334)
- Close.Name = "Close"
- Close.Parent = exploit
- Close.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Close.BorderSizePixel = 0
- Close.Position = UDim2.new(0.876850367, 0, -0.000928074121, 0)
- Close.Size = UDim2.new(0, 58, 0, 50)
- Close.Font = Enum.Font.SourceSans
- Close.Text = "x"
- Close.TextColor3 = Color3.fromRGB(255, 255, 255)
- Close.TextScaled = true
- Close.TextSize = 14.000
- Close.TextWrapped = true
- Ragdoll.Name = "Ragdoll"
- Ragdoll.Parent = exploit
- Ragdoll.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
- Ragdoll.BorderSizePixel = 0
- Ragdoll.Position = UDim2.new(0.0630136952, 0, 0.254491001, 0)
- Ragdoll.Size = UDim2.new(0, 138, 0, 50)
- Ragdoll.Font = Enum.Font.SourceSans
- Ragdoll.Text = "RagDoll Gui"
- Ragdoll.TextColor3 = Color3.fromRGB(255, 255, 255)
- Ragdoll.TextScaled = true
- Ragdoll.TextSize = 14.000
- Ragdoll.TextWrapped = true
- Ragdoll.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://gitlab.com/Tsuniox/lua-stuff/-/raw/master/RagdollEngineGUI.lua'),true))()
- end)
- Ocean.Name = "Ocean"
- Ocean.Parent = exploit
- Ocean.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
- Ocean.BorderSizePixel = 0
- Ocean.Position = UDim2.new(0.0630136952, 0, 0.505988002, 0)
- Ocean.Size = UDim2.new(0, 138, 0, 50)
- Ocean.Font = Enum.Font.SourceSans
- Ocean.Text = "Ocean GUI"
- Ocean.TextColor3 = Color3.fromRGB(255, 255, 255)
- Ocean.TextScaled = true
- Ocean.TextSize = 14.000
- Ocean.TextWrapped = true
- Ocean.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/8cw7FMq4", true))()
- end)
- TextLabel.Parent = exploit
- TextLabel.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
- TextLabel.BorderSizePixel = 0
- TextLabel.Size = UDim2.new(0, 420, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "uxrg's GUI"
- TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- -- Scripts:
- local function XSMGGF_fake_script() -- Close.LocalScript
- local script = Instance.new('LocalScript', Close)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Parent.Frame.Visible = false
- end)
- end
- coroutine.wrap(XSMGGF_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement