Advertisement
Guest User

wee

a guest
Feb 17th, 2020
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. local RobloxExploit = Instance.new("ScreenGui")
  2. local GUI = Instance.new("Frame")
  3. local Fly = Instance.new("TextButton")
  4.  
  5. RobloxExploit.Name = "RobloxExploit:P"
  6. RobloxExploit.Parent = game.CoreGui
  7.  
  8. GUI.Active = true
  9. GUI.Draggable = true
  10.  
  11. GUI.Name = "GUI"
  12. GUI.Parent = RobloxExploit
  13. GUI.BackgroundColor3 = Color3.new(0, 0, 0)
  14. GUI.BorderColor3 = Color3.new(0, 1, 0)
  15. GUI.BorderSizePixel = 4
  16. GUI.Position = UDim2.new(0.335845888, 0, 0.152912617, 0)
  17. GUI.Size = UDim2.new(0, 522, 0, 352)
  18.  
  19. Fly.Name = "Fly"
  20. Fly.Parent = GUI
  21. Fly.BackgroundColor3 = Color3.new(0, 0, 0)
  22. Fly.BorderColor3 = Color3.new(0, 1, 0)
  23. Fly.BorderSizePixel = 4
  24. Fly.Position = UDim2.new(0.308429122, 0, 0.428977281, 0)
  25. Fly.Size = UDim2.new(0, 200, 0, 50)
  26. Fly.Font = Enum.Font.SourceSans
  27. Fly.Text = "Fly"
  28. Fly.TextColor3 = Color3.new(1, 1, 1)
  29. Fly.TextScaled = true
  30. Fly.TextSize = 14
  31. Fly.TextWrapped = true
  32. Fly.MouseButton1Click:connect(function()
  33. loadstring(game:GetObjects("rbxassetid://157645868")[1].Source)()
  34.  
  35. print("Working")
  36.  
  37. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement