Advertisement
xtrey10x

boxing leuge

Jan 9th, 2023
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. local NotificationBindable = Instance.new("BindableFunction")
  2. NotificationBindable.OnInvoke = callback
  3. --
  4. game.StarterGui:SetCore("SendNotification", {
  5. Title = "use an alt!";
  6. Text = "you can get banned for using this in boxing league";
  7. Icon = "";
  8. Duration = 5;
  9. Callback = NotificationBindable;
  10. })
  11. loadstring(game:HttpGet("https://raw.githubusercontent.com/yogurtsss/trashs-scripts-obfuscated/main/Boxing%20League", true))()
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement