Advertisement
BenjaminPlays

Chat Bypasser - ROBLOX Exploiting

Nov 9th, 2020
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. INTRUCTIONS:
  2. Go to https://x.synapse.com and download Synapse and then go to embed once downloaded and copy the script below:
  3.  
  4.  
  5.  
  6. local meta, old = getrawmetatable(game), {};
  7. for i, v in next, meta do old[i] = v end;
  8.  
  9. local char = 'ٓأأ';
  10.  
  11. setreadonly(meta, false);
  12.  
  13. meta.__namecall = newcclosure(function(...)
  14. local method = getnamecallmethod();
  15. local args = {...};
  16. 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"}
  17. local replacedtext = ""
  18.  
  19. if method == 'FireServer' and args[1].Name == 'SayMessageRequest' then
  20. for count = 1, #replacetext do
  21. if string.find(args[2], replacetext[count]) then
  22. replacedtext = string.gsub(replacetext[count], '.', function(c)
  23. return c .. char;
  24. end);
  25. args[2] = string.gsub(args[2], replacetext[count], replacedtext);
  26. end;
  27. end;
  28. return old.__namecall(unpack(args));
  29. end;
  30.  
  31. return old.__namecall(...);
  32. end);
  33.  
  34. setreadonly(meta, true);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement