ADVERTISEMENTREMOVE ADS
Game icon

UNIVERSAL SILENT AIM (WALL BANG)

Eastern Reign
6 months ago
Script preview thumbnail
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
Raw
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

Comments

5 comments
to add a comment
Iy

Yo what is that ui library ??

0
0
si

@Iyce LinoriaLib

0
0
fo

working on solara?

0
0
si

@foxyy idk

0
0
Ja

@sigmaboyskibidi yo can you help me make wallbang i really wanna know how to

0
0
ADVERTISEMENTREMOVE ADS