Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- GodMode By Lyrxda#8271 (BANNED)
- -- Leaked by StreamSniperx#9182
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- main.Size = UDim2.new(0, 1267, 0, 60)
- main.Active = true
- main.Draggable = false
- TextLabel.Parent = main
- TextLabel.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
- TextLabel.Position = UDim2.new(-0.0134175215, 0, 0, 0)
- TextLabel.Size = UDim2.new(0, 1284, 0, 60)
- TextLabel.Text = "Thanks for using my godmode"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextSize = 20.000
- TextLabel.TextWrapped = true
- TextButton.Parent = main
- TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton.Position = UDim2.new(0.883188605, 0, 0, 0)
- TextButton.Size = UDim2.new(0, 148, 0, 60)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Execute Godmode"
- TextButton.TextColor3 = Color3.fromRGB(255, 0, 0)
- TextButton.TextScaled = true
- TextButton.TextSize = 14.000
- TextButton.TextWrapped = true
- TextButton.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character["Right Arm"]:Remove()
- wait (0.5)
- game.Players.LocalPlayer.Character["Right Leg"]:Remove()
- loadstring(game:HttpGet('https://pastebin.com/raw/26rxEvAq'))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement