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 Frame = Instance.new("Frame")
- local TextButton = Instance.new("TextButton")
- local TextButton2 = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local TextButtion4 = Instance.new("TextButton")
- local TextButton3 = Instance.new("TextButton")
- local TextLabel_2 = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
- Frame.Position = UDim2.new(0, 0, 0.4135876, 0)
- Frame.Size = UDim2.new(0, 252, 0, 194)
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- TextButton.Position = UDim2.new(-4.09781933e-08, 0, 0.160727173, 0)
- TextButton.Size = UDim2.new(0, 95, 0, 25)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Infinite yield"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextScaled = true
- TextButton.TextSize = 14.000
- TextButton.TextWrapped = true
- TextButton.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end)
- TextButton2.Name = "TextButton2"
- TextButton2.Parent = Frame
- TextButton2.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- TextButton2.Position = UDim2.new(0.622804403, 0, 0.159400567, 0)
- TextButton2.Size = UDim2.new(0, 95, 0, 25)
- TextButton2.Font = Enum.Font.SourceSans
- TextButton2.Text = "Speed hack"
- TextButton2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton2.TextScaled = true
- TextButton2.TextSize = 14.000
- TextButton2.TextWrapped = true
- TextButton2.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/Tfmfvs5N'),true))()
- end)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.Size = UDim2.new(0, 252, 0, 21)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Ultimate Script Gui 1.0"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- TextButtion4.Name = "TextButtion4"
- TextButtion4.Parent = Frame
- TextButtion4.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- TextButtion4.Position = UDim2.new(0, 0, 0.357700318, 0)
- TextButtion4.Size = UDim2.new(0, 95, 0, 25)
- TextButtion4.Font = Enum.Font.SourceSans
- TextButtion4.Text = "Arsenal aimbot"
- TextButtion4.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButtion4.TextScaled = true
- TextButtion4.TextSize = 14.000
- TextButtion4.TextWrapped = true
- TextButtion4.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(("https://raw.githubusercontent.com/fusiongreg/BoltsHubV3/main/BoltsHubv3"),true))()
- end)
- TextButton3.Name = "TextButton3"
- TextButton3.Parent = Frame
- TextButton3.BackgroundColor3 = Color3.fromRGB(170, 0, 255)
- TextButton3.Position = UDim2.new(0.622804344, 0, 0.353734761, 0)
- TextButton3.Size = UDim2.new(0, 95, 0, 25)
- TextButton3.Font = Enum.Font.SourceSans
- TextButton3.Text = "Ragdoll engine hack"
- TextButton3.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton3.TextScaled = true
- TextButton3.TextSize = 14.000
- TextButton3.TextWrapped = true
- TextButton3.MouseButton1Down:connect(function()
- loadstring(game:HttpGet(('https://gitlab.com/Tsuniox/lua-stuff/-/raw/master/RagdollEngineGUI.lua'),true))()
- end)
- TextLabel_2.Parent = Frame
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.Position = UDim2.new(0, 0, 0.865470946, 0)
- TextLabel_2.Size = UDim2.new(0, 252, 0, 30)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "Join my discord https://discord.gg/3GS6YMGfzk"
- TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_2.TextSize = 14.000
Add Comment
Please, Sign In to add comment