Advertisement
baconhack_263

DOORS BACON V4

Nov 26th, 2023 (edited)
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. local NotificationHolder = loadstring(game:HttpGet("https://raw.githubusercontent.com/BocusLuke/UI/main/STX/Module.Lua"))()
  2. local Notification = loadstring(game:HttpGet("https://raw.githubusercontent.com/BocusLuke/UI/main/STX/Client.Lua"))()
  3.  
  4. Notification:Notify(
  5. {Title = "Notification", Description = "YOU USING BACON V4 NOW!"},
  6. {OutlineColor = Color3.fromRGB(255,255,255),Time = 5, Type = "image"},
  7. {Image = "http://www.roblox.com/asset/?id=15313074305", ImageColor = Color3.fromRGB(255, 255, 255)}
  8. )
  9.  
  10. Notification:Notify(
  11. {Title = "Notification", Description = "LOADING SCRIPT"},
  12. {OutlineColor = Color3.fromRGB(255,255,255),Time = 10, Type = "image"},
  13. {Image = "http://www.roblox.com/asset/?id=15313011049", ImageColor = Color3.fromRGB(255, 255, 255)}
  14. )
  15.  
  16. Notification:Notify(
  17. {Title = "Notification", Description = "SCRIPT LOADED!"},
  18. {OutlineColor = Color3.fromRGB(255,255,255),Time = 5, Type = "image"},
  19. {Image = "http://www.roblox.com/asset/?id=15313021780", ImageColor = Color3.fromRGB(255, 255, 255)}
  20. )
  21.  
  22. loadstring(game:HttpGetAsync("https://pastebin.com/raw/jNGXCWjA"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement