PostHelpGmod Lua Detour [Loading your script before the server]

Posts 18 of 8 · Page 1 of 1
Gmod Lua Detour [Loading your script before the server]
Basically I already have an injection that loads a lua file while joining a server. I want to know is there detouring code I can put inside the lua so it runs before the server's addons are loaded on my client? That way I can load before cac. Or do I need to do something else?
Quote Originally Posted by peatreat123 View Post
Basically I already have an injection that loads a lua file while joining a server. I want to know is there detouring code I can put inside the lua so it runs before the server's addons are loaded on my client? That way I can load before cac. Or do I need to do something else?
what the fuck are you asking
Quote Originally Posted by too much sauce View Post
what the fuck are you asking
He probably uses external to load lua, he wants to know how he can load before autorun
Quote Originally Posted by peatreat123 View Post
yea //2short
even if you did load before cac
you lack the skills to get around it and remain undetected
use scripthook, find the path to the file you want to load b4 then add some code like this:
Code:
--[[
	Load before autorun
]]
if source:find("file you want to load b4") then
yourcode
end
yeah mythik is right. simply loading before cac is not enough to bypass it, but it eliminates a lot of the work. if you don't know what you're doing, you're still gonna get detected.
Been over a week since last update/bump after answers, assuming solved.

/Closed.
Posts 18 of 8 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?