[ad_1]
Created by michaeplays
Features:
- ANTI STEAL
- execute before running any sus or untrusted pet sim x scripts
- DEV NOTES:
- this script might get patched if the game change the remote’s name
There is a fake pet simulator x dupe script being passed around and this script when run will invite them to your bank so they can steal everything. This script will protect you from that.
local OldNamecall
OldNamecall = hookmetamethod(game, "__namecall", function(...)
local method, Self = getnamecallmethod(), ...
if method == "InvokeServer" and tostring(Self) == "invite to bank" and checkcaller() then
return game:GetService"StarterGui":SetCore("SendNotification", { Title = "WARNING!", Text = "Script tried to Invite Someone to your Bank!", Duration = 5 }), warn"Script tried to Invite Someone to your Bank!"
end
return OldNamecall(...)
end)
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]