Project Slayers BYPASS + SPEEDHACK

MADE BY Pamprill

FEATURE:

ANTI CHEAT BYPASS
SPEEDHACK

GAME LINK:
PROJECT SLAYERS

SCRIPT:

--@Bypass
local Namecall
Namecall = hookmetamethod(game, '__namecall', function(self, ...)
   local Args = {...}
   
   if getnamecallmethod() == 'FireServer' and tostring(self) == 'moddelteasdasd123' then
       return
   elseif getnamecallmethod() == 'FireServer' and tostring(self) == 'moddelteasdasd1232' then
       return
   elseif getnamecallmethod() == 'InvokeServer' and tostring(self) == 'reporthackerasdasd' then
       return
   elseif getnamecallmethod() == 'FireServer' and tostring(self) == 'To_Server_commends' then
       if Args[1] == 'set_platform_stand' then
           return
       end
   elseif string.lower(getnamecallmethod()) == 'kick' then
       return
   end
   
   return Namecall(self, ...)
end)

--@SpeedHack
local Index
Index = hookmetamethod(game, '__index', function(self, key)
   
   if key == 'WalkSpeed' then
       self.WalkSpeed = 100
       return 16
   end
   
   return Index(self, key)
end)

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!