Advertisement
baconhack_263

Bacon V2 Dog!😨

Jul 23rd, 2024 (edited)
1,162
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  2. local Window = OrionLib:MakeWindow({Name = "Dog!😰 | Made By Baconhack_26", HidePremium = false, SaveConfig = true, ConfigFolder = "Baconhub"})
  3.  
  4. local Tab = Window:MakeTab({
  5. Name = "Main | Esp | Owners",
  6. Icon = "rbxassetid://4483345998",
  7. PremiumOnly = false
  8. })
  9.  
  10. Tab:AddButton({
  11. Name = "Esp All",
  12. Callback = function()
  13. loadstring(game:HttpGetAsync("https://pastebin.com/raw/Bsu1Bby1"))()
  14. end
  15. })
  16.  
  17. Tab:AddButton({
  18. Name = "Made By Baconhack_26 And " .. game.Players.LocalPlayer.Name,
  19. Callback = function()
  20. game:GetService("StarterGui"):SetCore("DevConsoleVisible", true)
  21. end
  22. })
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement