The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
AC Bypass script pastebin roblox
By AC Bypass on 2024-09-21 08:00 am | Syntax: LUA | Views: 6



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local Remote;
  2. game.ChildAdded:Connect(function(Obj)
  3.   Remote = Obj
  4. end)
  5.  
  6. local oldnamecall; oldnamecall = hookmetamethod(game, "__namecall", function(self, ...)
  7.   local args = {...}
  8.  
  9.   if Remote then
  10.       if self.Name == Remote.Name then
  11.           if args[1] == "Gamer" then
  12.               return wait(9e9)
  13.           end
  14.       end
  15.   end
  16.  
  17.   return oldnamecall(self, unpack(args))
  18. end)
  19.  
  20. for i, v in pairs(getconnections(game.Players.LocalPlayer.Character.CharacterHandler.Stats.Walkspeed.Changed)) do
  21.   v:Disable()
  22. end    
  23.  
  24.  
  25. local x = getsenv(game.Players.LocalPlayer.Character:WaitForChild("CharacterHandler").LocalScript)
  26.  
  27. x.Fall_Damage = function() end