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
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.
Commented to thread : Opening links in browsers using request function
@ethan2502 Might be sh!tty development on either the exploit end if headers aren't being set properly, the only difference is that the browser shoots websocket information (that's the official way of interaction) while the exploit can only POST to the RPC server. Could be Discord's issue too because the RPC usually isnt interacted with using HTTP.
Replied to thread : How do you make a working injector for Roblox?
Roblox scans for MEM_IMAGE flagged regions. They could also check for PE headers in the start of memory regions. Make sure you're wiping your PE header and not setting those flags. Spawning new threads could be detected as well.
This is from my memory so take this information with a grain of salt. I need to jump back into researching their anricheat again. I've been busy with school lol
Replied to thread : Searching for animation scripts
Yes, this is possible. I wrote a script that does that back in 2021. You have to obviously find the animation IDs you want to use. Also no guarantees it still works, it's very old. https://github.com/reversed-coffee-archive/Roblox-Scripts/blob/main/FreeAnimations.lua