Security researcher, low-level programmer, and system administrator.
https://github.com/reversed-coffee
Bio
"The most reliable antivirus is a combination of both common sense and basic cyber hygeine."
Badges






Activity Feed
Commented to thread : it's been a while
@RiceUsesArchBtw So you like to commit crimes upon the Arch community? How dare you! Anyways I be over here bootstrapping a startup company. (btw i use proxmox)
Replied to thread : Lua State address and Lua C API function offsets for the latest Roblox version.
You're a couple years too late for that. Most of the Lua functions are inlined now. You'll have to reverse engineer the structures and recreate the functions.
Replied to thread : JJSploit failed to parse server information and may not work correctly
This is likely from deep packet inspection on a HIDS (if you have one installed) or on your edge firewall. It may be blocking access to the service and writing out data that the exploit cannot parse. Either that or the server is down, but if JJSploit is working for everyone else, it's likely being blocked, just in a different manner than something like DNS blocking would do.
In this case you just need to bypass your firewall using a VPN or configure your firewall to not block WeAreDevs servers (iirc, cdnwrd2.com is what is used to download assets). If the server is down or throwing out improper responses, you'll just have to wait for WRD to fix it.
Replied to thread : Why do I have 10-30 FPS when running any script? It didn't lag at all until the 12th.
Scripts you're running are probably unoptimized.
Replied to thread : Private Lua Scripter (Question)
I'd just try to learn the concepts. Lua is pretty easy to learn and the internal knowledge with Lua you need is very surface level (like understanding upvalues and stacks) to manipulate game behavior on an advanced level.
Many people you hire will either want more than a measly 20 bucks (I'm seeing robux so I'm not expecting you to pay out proper amounts of money) because they're being paid to write code, which is time consuming and niche.
Replied to thread : Pluto's response to my CW
Pluto_Guy has no filter and no virtue. Best to just not engage with him and let him deal with the consequences.
Replied to thread : namecall hooks and index instance hooks
You're going to have to be a bit more specific. Are you talking about hooking method calls like "Instance.new(name):Method(...)"?
Replied to thread : roblox now detects if you exploited
You don't bypass it. We don't just know when detection is rolled out, and it can take work to reverse engineer the detection logic. Instead, you should be focusing on how you can mitigate the risk, like every one else does.
Replied to thread : pls help i cant unistall jjsploit or update
You probably corrupted your installation by tampering with it. If you want to uninstall, you'll have to dig into the registry and remove related keys, along with the installed files. I don't recommend just anyone to do that though. I recommend tools like Revo Uninstaller to automate that process for you.
Replied to thread : problem with getting started on installing jjsploit
Probably some issue with your ACLs on Windows. You'll have to fix your filesystem permissions. You could try to run JJSploit's installer as an administrator to attempt to override those permissions, but there's no guarantee that will work.
Replied to thread : any one have the jjsploit version 1.14.1
Installing old versions of JJSploit is going to make the experience less stable. You should be troubleshooting the issue, but clearly no information was given, which doesn't help.
Replied to thread : jjsploit is detected (be careful)
Why are people freaking out about this? You cheated and broke the rules, of course Roblox is gonna ban you.
Its your responsibility as a cheater to manage the risk. Exploit developers can't just evade new detection, just like a company can't patch a zero-day vulnerability.