Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- [[ Indigos's Injection Notification ]] --
- -- [[ Hey There Skid ]] --
- local NotificationHolder = loadstring(game:HttpGet("https://raw.githubusercontent.com/BocusLuke/UI/main/STX/Module.Lua"))()
- local Notification = loadstring(game:HttpGet("https://raw.githubusercontent.com/BocusLuke/UI/main/STX/Client.Lua"))()
- Notification:Notify(
- {Title = "IndigoAPi", Description = "IndigoAPI Has Injected! - Powered By Celery"},
- {OutlineColor = Color3.fromRGB(80, 80, 80),Time = 5, Type = "option"},
- {Image = "http://www.roblox.com/asset/?id=6023426923", ImageColor = Color3.fromRGB(255, 84, 84), Callback = function(State) print(tostring(State)) end}
- )
- wait(1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement