Advertisement
Bacon_Script

Tora_isme Adopt me

May 23rd, 2024 (edited)
684
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.77 KB | Gaming | 0 0
  1. local PabloLib = loadstring(game:HttpGet("https://raw.githubusercontent.com/BatuKvi123/PabloLibV3/main/PabloLibV3"))()
  2.  
  3. local window = PabloLib:Create(
  4. "[Event] Adopt me Collect Tix", -- Name here.
  5. "Enabled", -- If you want draggable set here to "Enabled" if you dont want set to "Disabled".
  6. "p" -- You can put any keybind here to open close.
  7. )
  8.  
  9. local tab1 = window:CreateTab("Script")
  10. tab1:CreateButton("Get All Tix (Execute at the gift shop", function()
  11. loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/ClassicAdoptMe",true))()
  12. loadstring(game:HttpGet("https://raw.githubusercontent.com/Adopt-Me-Scripts/AdoptmeScript/main/AdoptmeScript/RJDIPUU-adopt-me.lua"))()
  13. end)
  14.  
  15. tab1:CreateInfo("Discord: https://discord.com/invite/3sW2kjHZTU")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement