Advertisement
ILovePotato

Untitled

Jan 24th, 2025
8,575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. -- Displaying a warning notification
  2. game:GetService("StarterGui"):SetCore("SendNotification", {
  3. Title = "⚠️WARNING⚠️";
  4. Text = "I FOUNDED THAT IN MY ALT, THIS HUB CAN BAN YOU";
  5. Icon = "";
  6. Duration = 5;
  7. })
  8.  
  9. -- Executing a loadstring from a URL
  10. getgenv().AutoReport = true
  11. loadstring(game:HttpGet("https://raw.githubusercontent.com/skibiditoiletfan2007/KadeHubRepository/main/Latest.lua"))()
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement