athoi21

WhyYouHere to skid ?

May 15th, 2020
33,563
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.47 KB | None | 0 0
  1. local a3 = Drawing.new("Text")
  2. a3.Text = "Successfully Injected"
  3. a3.Color = Color3.fromRGB(255, 255, 255)
  4. a3.Position = Vector2.new(900, 700)
  5. wait(3)
  6. a3.Visible = false;
  7. wait(1)
  8. local a1 = Drawing.new("Text")
  9. a1.Text = "Spero (https://athoi21.xyz)"
  10. a1.Color = Color3.fromRGB(255, 255, 255)
  11. a1.Position = Vector2.new(10, 1000)
  12. local a2 = Drawing.new("Text")
  13. a2.Text = "Youtube: Athoi21"
  14. a2.Color = Color3.fromRGB(255, 255, 255)
  15. a2.Position = Vector2.new(1800, 1000)
Add Comment
Please, Sign In to add comment