Aethielbx

[CL] Facility Roleplay Admin Alert

Jan 3rd, 2023
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. local banList = { -- This is the list of all the people that will alert you
  2. [19118486] = "BlueConX";
  3. [78784311] = "systemac";
  4. [3609489390] = "Stodja";
  5. [137780080] = "NoahJL1";
  6. [1598366169] = "devsyhnn";
  7. [126451147] = "Lucke0051";
  8. [63466701] = "Mr_Xeno";
  9. [17610546] = "Bernardos_Sfx";
  10. [71812648] = "robloxairAC";
  11. [121485456] = "Jamtri73";
  12. [3589765390] = "VI_GILANCE";
  13. [161793207] = "Frog0fWar";
  14. [86085954] = "Haizylinder624";
  15. [857009608] = "VegetaDaFellow";
  16. [458584998] = "bencike2001";
  17. [137344501] = "loginawesome3";
  18. [2988277336] = "Xeq0r";
  19. [85764124] = "FrozenHavoc";
  20. [179051296] = "DartWaider_007";
  21. [278571902] = "Coopsest";
  22. [664112906] = "SyntheticalCloud";
  23. [1641028368] = "AzuriteVoid";
  24. [1656987786] = "KemptorHenry";
  25. [2301645067] = "KoshiSugawaraSan";
  26. [36643932] = "r_Ioaded";
  27. [543474808] = "SoullessHat";
  28. [682181313] = "GodYPlayzRB";
  29. [533699225] = "Yvltxr";
  30. [1334297148] = "ImACarrotter";
  31. [40131775] = "MonolithWraith";
  32. [2424688478] = "Midn1ght_Falls";
  33. [2519753503] = "ProjectRedactedDEBUG";
  34. }
  35.  
  36. game.Players.PlayerAdded:Connect(function(player)
  37. if banList[player.UserId] then
  38. loadstring(game:HttpGet(('https://pastebin.com/raw/v9dSmdtj'),true))() -- Alerts you if there is an admin
  39. end
  40. end)
  41. loadstring(game:HttpGet(('https://pastebin.com/raw/JcGueyQc'),true))() -- Tells you all scripts got loaded correctly
Advertisement
Add Comment
Please, Sign In to add comment