Advertisement
yougotoof

loadstring test

Jan 1st, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local idk = Instance.new("ScreenGui")
  5. local tpose = Instance.new("Frame")
  6. local idk_2 = Instance.new("TextButton")
  7. --Properties:
  8. idk.Name = "idk"
  9. idk.Parent = game.Players['00Oo_oOO00'].PlayerGui
  10.  
  11. tpose.Name = "tpose"
  12. tpose.Parent = idk
  13. tpose.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  14. tpose.Position = UDim2.new(0.569182336, 0, 0.794314384, 0)
  15. tpose.Size = UDim2.new(0, 339, 0, 100)
  16.  
  17. idk_2.Name = "idk"
  18. idk_2.Parent = tpose
  19. idk_2.BackgroundColor3 = Color3.new(1, 1, 1)
  20. idk_2.Position = UDim2.new(0.0560471974, 0, 0.25, 0)
  21. idk_2.Size = UDim2.new(0, 63, 0, 50)
  22. idk_2.Font = Enum.Font.SourceSans
  23. idk_2.Text = "hi"
  24. idk_2.TextColor3 = Color3.new(0, 0, 0)
  25. idk_2.TextSize = 14
  26.  
  27. idk_2.MouseButton1Down:connect(function()
  28. loadstring(game:HttpGet("https://pastebin.com/raw/0w5GiPtL", true))()
  29. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement