GETFREEROBUX

chat bypass (AGAIN try it 2)

Dec 8th, 2020
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.00 KB | None | 0 0
  1. local meta, old = getrawmetatable(game), {};
  2. for i, v in next, meta do old[i] = v end;
  3.  
  4. local char = 'ٓأأ';
  5.  
  6. setreadonly(meta, false);
  7.  
  8. meta.__namecall = newcclosure(function(...)
  9. local method = getnamecallmethod();
  10. local args = {...};
  11. local replacetext = {"nigger", "faggot", "thot", "bitch", "cunt", "fuck", "fucker", "whore", "dick", "penis", "asshole", "allahu", "akbar", "crap", "shit", "motherfucker", "girlfriend", "boyfriend", "slave", "sex", "pussy", "nigga", "slut", "rape"}
  12. local replacedtext = ""
  13.  
  14. if method == 'FireServer' and args[1].Name == 'SayMessageRequest' then
  15.   for count = 1, #replacetext do
  16.     if string.find(args[2], replacetext[count]) then
  17.       replacedtext = string.gsub(replacetext[count], '.', function(c)
  18.       return c .. char;
  19.       end);
  20.       args[2] = string.gsub(args[2], replacetext[count], replacedtext);
  21.     end;
  22.     end;
  23.     return old.__namecall(unpack(args));
  24.     end;
  25.  
  26.     return old.__namecall(...);
  27.     end);
  28.  
  29.     setreadonly(meta, true);
Advertisement
Add Comment
Please, Sign In to add comment