Advertisement
Dabrazilliandev

Untitled

Feb 27th, 2023 (edited)
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. -- Instances:
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local TextLabel_2 = Instance.new("TextLabel")
  7. local TextButton = Instance.new("TextButton")
  8.  
  9. --Properties:
  10.  
  11. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  12. ScreenGui.ResetOnSpawn = false
  13.  
  14. Frame.Parent = ScreenGui
  15. Frame.BackgroundColor3 = Color3.fromRGB(0,0,0)
  16. Frame.Position = UDim2.new(0.369825214, 0, 0.423832893, 0)
  17. Frame.Size = UDim2.new(0, 316, 0, 325)
  18. Frame.Active = true
  19. Frame.Draggable = true
  20.  
  21. TextLabel.Parent = Frame
  22. TextLabel.BackgroundColor3 = Color3.fromRGB(128, 55, 255)
  23. TextLabel.Size = UDim2.new(0, 316, 0, 50)
  24. TextLabel.Font = Enum.Font.SciFi
  25. TextLabel.Text = "egors admin"
  26. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  27. TextLabel.TextSize = 30.000
  28.  
  29. TextLabel_2.Parent = Frame
  30. TextLabel_2.BackgroundColor3 = Color3.fromRGB(128, 55, 255)
  31. TextLabel_2.Position = UDim2.new(0, 0, 0.846153915, 0)
  32. TextLabel_2.Size = UDim2.new(0, 316, 0, 50)
  33. TextLabel_2.Font = Enum.Font.SciFi
  34. TextLabel_2.Text = "Made By EGOR ONLY!!!"
  35. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  36. TextLabel_2.TextSize = 28.000
  37.  
  38. TextButton.Parent = Frame
  39. TextButton.BackgroundColor3 = Color3.fromRGB(125, 102, 255)
  40. TextButton.Position = UDim2.new(0.0664556995, 0, 0.212307781, 0)
  41. TextButton.Size = UDim2.new(0, 274, 0, 184)
  42. TextButton.Font = Enum.Font.Cartoon
  43. TextButton.Text = "Activate!"
  44. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  45. TextButton.TextSize = 50.000
  46. TextButton.MouseButton1Down:connect(function()
  47. loadstring(game:HttpGet("https://pastebin.com/raw/NDWVxt9T"))();
  48. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement