Categories > WeAreDevs > JJSploit >
Remote spy not working
Posted
Hey guys so.. i use JJSPLOIT for execution and all.. but i have found that any - every remote spy are not working at all..
LMK if this is my side of bug or.. its universal here.
and please give me a fix if there is 1
Replied
jjsploit doesn't have "getrawmetatable" the key feature to spy on remote calls.
So, you cant use jjsploit for spying on remotes.
I would recommend using an android emulator and run a modded roblox client like Delta.
Cancel
Post
GitHub: https://github.com/sound-infinity
Discord: SoundInfinity#2135
Replied
Hookfunction is clunky with JJSploit. IIRC the external module uses error handlers to pull metatable data off of objects that have locked metatables. Reliable, but hookfunction support makes it useless.
You could try scanning the garbage collector registry recursively for the metatable function and replacing it. It won't work like hookfunction, as that actually changes the prototype of the closure, but it may work for certain scenarios.
Cancel
Post
Security researcher, low-level programmer, and system administrator.
https://github.com/reversed-coffee
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post