Categories > Exploiting > Scripts >
Adonis Antiexploit Bypass
Posted
Does anyone have one that bypasses the adonis anti-kick found, and the method #1 thing?
Replied
if it kicks on injection its probably memory based so probably not
Cancel
Post
Did I mention I use arch btw?
Replied
local plr = game:GetService("Players").LocalPlayer
local cclosure = syn_newcclosure or newcclosure or nil
if not cclosure or not hookmetamethod then
plr:Kick("\n\nYour exploit doesn't support hookmetamethod\n(x.synapse.to | script-ware.com)\n")
end
local oldNamecall
oldNamecall = hookmetamethod(game, "__namecall", cclosure(function(self,...)
local NamecallMethod = getnamecallmethod()
local args = {...}
if (NamecallMethod == "Kick" or NamecallMethod == "kick") and not checkcaller() then
if self ~= plr then
return oldNamecall(self,...)
end
return
end
return oldNamecall(self,...)
end))
print("Adonis Bypass Antikick Has Loaded:D") --i recommend using krnl not jjsploit lol
Cancel
Post
Did I mention I use arch btw?
https://media.discordapp.net/attachments/994643402949926956/1004560140252495960/uqJXQIda.gif
Discord: Ad#1085; Don't hesitate to DM me if you need help/anything.
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post