Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. pcall(game.Destroy, game:GetService("Players").LocalPlayer.PlayerGui:FindFirstChild("RAC"))
  2. local mt = getrawmetatable(game)
  3. local old = mt.__namecall
  4. local storage = game:GetService("ReplicatedStorage")
  5.  
  6. local w = (setreadonly or fullaccess or make_writeable)
  7. pcall(w, mt, false)
  8.  
  9. function namecaller(self, ...)
  10. local packed = {...}
  11. if packed[#packed] == "FireServer" then
  12. if self.Name == ("test" or self.Name == "RACEvent") then
  13. return
  14. elseif self.Name == "Event" and self.Parent == storage then
  15. if type(packed[1] == 'table') then
  16. local tab = packed[1]
  17. if tab[1] == "kick" then
  18. return
  19. end
  20. end
  21. end
  22. end
  23.  
  24. return old(self, ...)
  25. end
  26.  
  27. mt.__namecall = newcclosure(namecaller)
  28.  
  29. while wait(1) do
  30. local getupvalues = secret953 or debug.getupvalues;
  31. local setupvalue = secret500 or debug.setupvalue;
  32. local getreg = getreg or debug.getregistry;
  33.  
  34. for i,v in pairs(getreg()) do
  35. if typeof(v) == 'function' then
  36. local ups = getupvalues(v);
  37.  
  38. if ups.scanObject then ups = getupvalues(ups.scanObject) end
  39.  
  40. if ups.post and typeof(ups.post) == 'Instance' and ups.post:IsA'RemoteEvent' then
  41. setupvalue(v, 'game', Instance.new'Model');
  42. game.StarterGui:SetCore('SendNotification', {Title='made by stan'; Text='Anticheat bypassed', Duration=10;});
  43. end
  44. end
  45. end
  46. getrenv().xpcall = error
  47. game:GetService("Players").LocalPlayer.PlayerScripts["iyanla fix my life season 6"].Disabled = true
  48. pcall(game.Destroy, game:GetService("Players").LocalPlayer.PlayerGui:FindFirstChild("RAC"))
  49. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement