Profile Picture

Acevinny

Reputation: 0 [rate]

Joined: Sep, 2024

Last online:

C++ / C# dev and reverse engineer

Bio

C++ dev and reverse engineer. Also know C#, C, Python and Lua

Etc

Send Message

Threads List
Possible Alts

Activity Feed

Created a new thread : How can I consistently Find Lua State?


I'm working on a Roblox executor and trying to reverse engineer how working executor DLLs hook into Lua state. I've been using debugging tools like IDA and Process Hacker, but I’m struggling with reliably locating Lua state in memory.

Replied to thread : Alternatives to WRD API


WRD API has been deprecated for ages now. You likely wont find an alternative since byfron introduced anti tamper methods. Dont lose hope though you can debug an alreaady working executor and try find out how that works. Wave is good to debug i found it gave me the info i needed to make my own executor.