Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Create a ScreenGui to hold the GUI elements
- local gui = Instance.new("ScreenGui")
- gui.Name = "MyRobloxGui"
- gui.Parent = game.Players.LocalPlayer.PlayerGui
- -- Create a function to add buttons
- local function addButton(text, script, yOffset)
- local button = Instance.new("TextButton")
- button.Name = text
- button.Text = text
- button.Size = UDim2.new(0, 200, 0, 50)
- button.Position = UDim2.new(0.5, -100, yOffset, 0)
- button.Parent = gui
- button.MouseButton1Click:Connect(function()
- -- Load and execute the provided script
- loadstring(script)()
- end)
- end
- -- Add buttons with their corresponding scripts and offsets
- addButton("EZ MODE", "game:HttpGet(('https://pastebin.com/raw/rC091nB4'),true)", 0.7)
- addButton("ESP", "game:HttpGet(('https://raw.githubusercontent.com/ic3w0lf22/Unnamed-ESP/master/UnnamedESP.lua'))", 0.75)
- addButton("Noclip GUI FE", "game:HttpGet(('https://pastebin.com/raw/9LBsfRkD'),true)", 0.8)
- addButton("ERASE YOUR ROBLOX HISTORY", "game:HttpGet(('https://pastebin.com/raw/UrGqqSBN'),true)", 0.85)
- addButton("hax use w a s d", "game:HttpGet(('https://pastebin.com/raw/MsL78SwX'),true)", 0.9)
- addButton("FREE ROBUX GENERATOR 2023-2024", "game:HttpGet('https://pastebin.com/raw/nt2dkyXT')", 0.95)
- addButton("REVENGE MODE DOORSππππππππππππ", "game:HttpGet('https://pastebin.com/raw/x4haGbhD')", 1)
- addButton("youtube simulator fe", "game:GetService('TeleportService'):Teleport(13417808120, game.Players.LocalPlayer)", 1.05)
- addButton("Better roblox script", "game:HttpGet('https://eternityhub.xyz/BetterRoblox/Loader')", 1.1)
- addButton("Back to 2018 Robloxπ₯Ήπ₯Ή", "game.Players.LocalPlayer:Kick(' 2018 ROBLOX SIKEπ€£π€£π€£π€£π€£')", 1.15)
- addButton("QUAN HUB", "game:HttpGet('https://pastebin.com/raw/3z90ALxy')", 1.2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement