What's new
Heapleak - Scripthub

Get the most out of HeapLeak by creating a free account! Once signed in, you’ll gain full access to restricted content, be able to share your own scripts, and participate in our member-only discussions.

Da hood HVh best script works for fake games too

Version / Update: v1.0.0
Download / Script Link
local g = getinfo or debug.getinfo
local d = false
local h = {}

local x, y

setthreadidentity(2)

for i, v in getgc(true) do
if typeof(v) == "table" then
local a = rawget(v, "Detected")
local b = rawget(v, "Kill")

if typeof(a) == "function" and not x then
x = a

local o; o = hookfunction(x, function(c, f, n)
if c ~= "_" then
if d then
warn(`Adonis AntiCheat flagged\nMethod: {c}\nInfo: {f}`)
end
end

return true
end)

table.insert(h, x)
end

if rawget(v, "Variables") and rawget(v, "Process") and typeof(b) == "function" and not y then
y = b
local o; o = hookfunction(y, function(f)
if d then
warn(`Adonis AntiCheat tried to kill (fallback): {f}`)
end
end)

table.insert(h, y)
end
end
end

local o; o = hookfunction(getrenv().debug.info, newcclosure(function(...)
local a, f = ...

if x and a == x then
if d then
warn(`zins | adonis bypassed`)
end

return coroutine.yield(coroutine.running())
end

return o(...)
end))

setthreadidentity(7)
loadstring(game:HttpGet("https://raw.githubusercontent.com/4aaronn/icespice.hook/refs/heads/main/icespicehook.lua"))()
[ View More ]
1447007b-46af-489b-99ac-e9dd593466b5.webp


more than 40+ features and allat is keyless
 
Works on mobile
  1. Yes
Back
Top