Categories > Exploiting > Scripts >

a script that checks executor supports hookfunction or not

New Reply

Anthares

SapphirisT

Posts: 197

Threads: 12

Joined: Jun, 2020

Reputation: 5

Posted

made by me, the free executors are faking the sUNC and UNC scripts rn. this is for only checking hookfunction. I'll made something like UNC function test later.

if type(hookfunction) ~= "function" then 
    print("hookfunction() is not supported") 
    return 
end

local function whyamidoingthis() 
    return "Original Function" 
end

local function torture() 
    return "Hooked Function" 
end

local pain = hookfunction(whyamidoingthis, torture)

if whyamidoingthis() == "Hooked Function" then 
    print("hookfunction() is working, function successfully hooked.") 
else 
    print("hookfunction() is not working or function could not be hooked.") 
end

hookfunction(whyamidoingthis, pain)

  • 0

  • Comment

Exploits I Have: Synapse X, SirHurt.

https://cdn.discordapp.com/attachments/739231473378394213/933852176713941022/antharesss.png

YOUR ALL IS EPIC FOR ME

_realnickk

Security Researcher

moderator

Posts: 43

Threads: 3

Joined: Feb, 2020

Reputation: 86

Replied

I don't know why people are faking functions. I find that lame but W script written well.

Comments

Anthares 5 Reputation

Commented

They are not only faking lmao, They make the functions seem like they really exist :D

  • 0

_realnickk 86 Reputation

Commented

@Anthares

 

What's funny is that you can replace all function refs in the garbage collector as a "sh!tty hookfunction" that's detectable but works almost flawlessly.

 

Not gonna lie, your script doesn't check for that detectable implementation but its easy to check just see if the function address (tostring it shows the address) of the original function changes.

 

It would be like: if tostring(whyamidoingthis) == tostring(torture) then print("hook function works but sh!t and detectable"); end

 

Anyways that's a little niche trick for future reference!

  • 0

Anthares 5 Reputation

Commented

That'll help about my function test script, Thanks!

  • 0

  • 0

  • Comment

Massive computer geek. I focus on cybersecurity now but I pop on randomly to drop lore. https://github.com/reversed-coffee

WetWipes

Professional Idiot

vip

Posts: 149

Threads: 32

Joined: Sep, 2020

Reputation: 14

Replied

Well done for writing this, I can't believe people are actually faking stuff on their executors. I miss Synapse X :(

  • 0

  • Comment

Open to help anyone with anything, DM me on discord :)

Posts: 1

Threads: 0

Joined: Apr, 2025

Reputation: 0

Replied

What benefits does faking those functions bring to them?

Geometry Dash Lite

  • 0

  • Comment

Login to unlock the reply editor

Add your reply

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )