Bio
"The most reliable antivirus is a combination of both common sense and basic cyber hygeine."
Badges







Activity Feed
Replied to thread : Is CLVM/HSVM execution still Working After byfron/hyperion
Yes it's still the same systems, there's just extra checks in place and Roblox is harder to tear apart now.
Replied to thread : Is WRD dead or is it just me
Not really dead, just inactive. I was inactive for a couple years as well. However, many of the experienced individuals left the scene.
Commented to thread : a script that checks executor supports hookfunction or not
What's funny is that you can replace all function refs in the garbage collector as a "sh!tty hookfunction" that's detectable but works almost flawlessly.
Not gonna lie, your script doesn't check for that detectable implementation but its easy to check just see if the function address (tostring it shows the address) of the original function changes.
It would be like: if tostring(whyamidoingthis) == tostring(torture) then print("hook function works but sh!t and detectable"); end
Anyways that's a little niche trick for future reference!
Replied to thread : mboost wont do nothing when i complete it, it wont unlock jjsploit
Use a different browser.
Replied to thread : a script that checks executor supports hookfunction or not
I don't know why people are faking functions. I find that lame but W script written well.
Replied to thread : LOOKING FOR DEVELOPER WHO CAN MAKE A DLL AND CODE IN C++ **PAYING**
You're not going to get much for $30.
Replied to thread : inf money script for any game u want
It'll depend on what game you're playing, but don't expect any front page games to be vulnerable enough to do that. Your best bet is to make autofarms.
Commented to thread : @WRD, hello, problem with inject on JJSploit, see:
I've heard that Bloxstrap can be used to force a specific version or release channel, which might work. It can be downloaded here: https://github.com/bloxstraplabs/bloxstrap/releases/tag/v2.8.6
Replied to thread : @WRD, hello, problem with inject on JJSploit, see:
It works fine on my virtual machine right now, however people have noted that it doesn't work for their client. Roblox seems to have been pushing different clients for some of their users. Some games are also detecting attaches, so make sure you test it in a game that doesn't have anticheats as well.
We can rule out the different client scenario by finding your version hash. What is your version hash?
It can be found by doing:
https://cdn.discordapp.com/attachments/1331033425959977101/1332811397561585744/image.png?ex=67969cd7&is=67954b57&hm=fb723d5d2db055a8106987eba7d1a40db8648b47d3737edb02f77bf351a13735&
https://cdn.discordapp.com/attachments/1331033425959977101/1332813018718802002/image.png?ex=67969e5a&is=67954cda&hm=8de287125676b560345d3f25e81d1cad313b95c6dffa7bfe525246942816ee1b&
Here's my information:
Version Hash: ecc9c250281b4c14
Game: https://www.roblox.com/games/4483381587/a-literal-baseplate
https://cdn.discordapp.com/attachments/1331033425959977101/1332811103293411399/image.png?ex=67969c91&is=67954b11&hm=7e6a8c1c81f3c72e02a710bbac078f72862f77ed2c2d8add7ff6070c365e0dfc&
Replied to thread : We need moderators for global chat
I agree with this. The forum is starting to pick up activity, albeit more immature activity rather than mature activity.
I like that we can give people -2 reputation as premium users to mute them, but this is also an issue because I can only add or remove reputation 3 times a day.
Replied to thread : How do i get luau load in studio?
The process is about the same as doing it on the client (without the packing bullcrap that they add to the client) since they use the same core engine source code. You can find it through cross references or a signature. A good place to look is the Luau source code, which can help you find potential areas where you can cross reference to find luau_load.
I'll wrap this up by saying that reverse engineering isn’t easy, and you're going to encounter incoherent code (typically making no sense because it's intended for a computer to read, not a human) that requires some patience. It can take a bit of time to dig through it all. Tools like Ghidra are great to start the reverse engineering process with Roblox Studio. It takes practice to get the hang of it, so don't get discouraged. Keep digging and refining your skills as you go. It's all about pattern recognition.
Commented to thread : Jjsploit showing black screen
8.11.0 works on my virtual machine so this is probably platform-specific.
@WRD Do you know anything about why this would happen? I was thinking it was related to WebView2 but it seems that people with this issue have it installed.