ADVERTISEMENTREMOVE ADS
UNIVERSAL SILENT AIM (WALL BANG)
51,432 views

Script Preview
Description
Works on any games that rely on client raycasts
If the game uses ACS (Advanced Combat System) or any modded version this will work!
Tested on Eastern Reign
Does not work on certain experiences due to developers patching it!
Credits: Harvox / TheGreatHarvox for helping make this!
Features:
- Silent Aim
- ESP
- Wall Bang
- Universal
- Aimlock
ADVERTISEMENTREMOVE ADS
33 Lines • 837 Bytes
local function Hook_Adonis(metadefs)
for _ , tbl in metadefs do
for i, func in tbl do
if type(func) == "function" and islclosure(func) then
local dummy_func = function()
return pcall(coroutine.close, coroutine.running())
end
hookfunction(func, dummy_func)
end
end
end
end
local function Init_Bypass()
for i, v in getgc(true) do
if
typeof(v) == "table"
and rawget(v, "indexInstance")
and rawget(v, "newindexInstance")
and rawget(v, "namecallInstance")
and type(rawget(v,"newindexInstance")) == "table"
then
if v["newindexInstance"][1] == "kick" then
Hook_Adonis(v)
end
end
end
end
task.spawn(Init_Bypass)
task.wait(1.5)
loadstring(game:HttpGet("https://raw.githubusercontent.com/sigmaboyskibdi/project-sigma/refs/heads/main/sigmaboy.lua"))()
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS






Comments
Yo what is that ui library ??
@Iyce LinoriaLib
working on solara?
@foxyy idk
@sigmaboyskibidi yo can you help me make wallbang i really wanna know how to