Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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 = "Notification", Description = "YOU USING BACON V4 NOW!"},
- {OutlineColor = Color3.fromRGB(255,255,255),Time = 5, Type = "image"},
- {Image = "http://www.roblox.com/asset/?id=15313074305", ImageColor = Color3.fromRGB(255, 255, 255)}
- )
- Notification:Notify(
- {Title = "Notification", Description = "LOADING SCRIPT"},
- {OutlineColor = Color3.fromRGB(255,255,255),Time = 10, Type = "image"},
- {Image = "http://www.roblox.com/asset/?id=15313011049", ImageColor = Color3.fromRGB(255, 255, 255)}
- )
- Notification:Notify(
- {Title = "Notification", Description = "SCRIPT LOADED!"},
- {OutlineColor = Color3.fromRGB(255,255,255),Time = 5, Type = "image"},
- {Image = "http://www.roblox.com/asset/?id=15313021780", ImageColor = Color3.fromRGB(255, 255, 255)}
- )
- loadstring(game:HttpGetAsync("https://pastebin.com/raw/jNGXCWjA"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement