Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local a3 = Drawing.new("Text")
- a3.Text = "Successfully Injected"
- a3.Color = Color3.fromRGB(255, 255, 255)
- a3.Position = Vector2.new(900, 700)
- wait(3)
- a3.Visible = false;
- wait(1)
- local a1 = Drawing.new("Text")
- a1.Text = "Spero (https://athoi21.xyz)"
- a1.Color = Color3.fromRGB(255, 255, 255)
- a1.Position = Vector2.new(10, 1000)
- local a2 = Drawing.new("Text")
- a2.Text = "Youtube: Athoi21"
- a2.Color = Color3.fromRGB(255, 255, 255)
- a2.Position = Vector2.new(1800, 1000)
Add Comment
Please, Sign In to add comment