SolvedMaking ULX Gag bypasses work.

Posts 112 of 12 · Page 1 of 1
Making ULX Gag bypasses work.
Is there away to remove function of "-voicerecord"?

ULX runs that whenever you run "+voicerecord"

If you can remove its function internally you can prevent gags.
hook voicerecord detour it to _asm and hyperdrivecall it to make it go so fast it is undetected
Quote Originally Posted by max1612 View Post
hook voicerecord detour it to _asm and hyperdrivecall it to make it go so fast it is undetected
May sound like a newbie here, but, how do you detour via lua?
Quote Originally Posted by testsubject9001 View Post
May sound like a newbie here, but, how do you detour via lua?
Code:
local t = RunString

function RunString(s)
	print("Caught string: "..tostring(s))
	return t(s)
end
Here's an example! #tots10chars
Quote Originally Posted by testsubject9001 View Post
May sound like a newbie here, but, how do you detour via lua?
set accessorfunc to nil before autorun for epic win
just run +voicerecord when -voicerecord is run ulx will eventual get tired and give up
detour AccesorFunc
Quote Originally Posted by D3M0L1T10N View Post
detour AccesorFunc
Compiled AssesorFunc

Output: nil value

Did you mean AccessorFunc
Quote Originally Posted by suchisgood View Post
Compiled AssesorFunc

Output: nil value

Did you mean AccessorFunc
yes sry romania english bad bad bad
This should work but you can't unalias it so you won't be able to turn your mic off ingame
alias -voicerecord
Quote Originally Posted by Margen67 View Post
This should work but you can't unalias it so you won't be able to turn your mic off ingame
alias -voicerecord
detour AccessorFunc
Quote Originally Posted by D3M0L1T10N View Post
detour AccessorFunc
If it's client side and hooked, or global function can just remove it!
Posts 112 of 12 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?