Advertisement
sync_exploits

Relinquit Anticheat Bypass

Feb 24th, 2022 (edited)
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. -- Distributed by dsc.gg/shxrp -- // Best Roblox Exploits, Cheats & Hacks Source!
  2.  
  3. local Remote;
  4. game.ChildAdded:Connect(function(Obj)
  5. Remote = Obj
  6. end)
  7.  
  8. local oldnamecall; oldnamecall = hookmetamethod(game, "__namecall", function(self, ...)
  9. local args = {...}
  10.  
  11. if Remote then
  12. if self.Name == Remote.Name then
  13. if args[1] == "Gamer" then
  14. return wait(9e9)
  15. end
  16. end
  17. end
  18.  
  19. return oldnamecall(self, unpack(args))
  20. end)
  21.  
  22. for i, v in pairs(getconnections(game.Players.LocalPlayer.Character.CharacterHandler.Stats.Walkspeed.Changed)) do
  23. v:Disable()
  24. end
  25.  
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement