Functions: always nape
How To Use: Place Minimum 2 Erwin and Upgrade 3 times (unlock special skill) then execute script

Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)
Thank you for using our website
Your script:
local mt = getrawmetatable(game);
local old = mt.__namecall
setreadonly(mt,false)
mt.__namecall = newcclosure(function(remote,...)
args = {...}
method = tostring(getnamecallmethod())
if method == "InvokeServer" and args[1] == "Slash" then
args[3] = "Nape"
args[4] = 69420
return old(remote,unpack(args))
end
return old(remote,...)
end)
setreadonly(mt,true)