Profile Picture

meditext

Reputation: 2 [rate]

Joined: Sep, 2024

Last online:

hello i am mr idiot;
this is my show.
i fix exploits
i fixed exploits.
this is the end, i love ya!
(rolling credits scene)

Bio

Professional idiot. OLD roblox client reverse engineer

Etc

Send Message

Threads List
Possible Alts

Activity Feed

Created a new thread : Xeno is now being discontinued.


On December 12th 2024, Xeno Recieved it's (last) version v1.1.0, and the developer (Rizve) put a note in his executor, telling users that his executor wont be updated anymore and Depending the time this executor will last, it's uncertian if the updates will keep up longer.

Might be insignificant but many modern executors use Xeno's codebase (for example: JJSploit, Zorara) for it's updated offsets so it can bring a high level execution (Level 7 Execution).

This means that the executors with Xeno code base will have to Entirely work on the offsets themselves.

Here's the note in question if you all are wondering:

This is the final version of Xeno. I, Rizve, will no longer be working on updates for it.
Only the offsets will be updated until it is patched.

Official Discord: discord.gg/getxeno

If you'd like to add me on Discord: .rizve

Any donations would be greatly appreciated!

There's no Publicly discussed reason whatsoever why this project has been discontinued, But pretty sure it's related to something personal.

Replied to thread : roblox studio 2022 symbols


Thank you so much for this.

Commented to thread : is wearedevs api still avalible? *im using Visual Studio*


Sadly it isn't available since 2020, and usage of WRD API isn't recommended at all.

 

WRD apis was taken down by GitHub in this year (February-march)

Commented to thread : Easy fix for JJSploit: hookfunction


You know, even WRD himself answered with my unapproved post talking about some issues with JJSploit, and i can confirm that WRD is also working with Zoarara for a time, with their backend script.

Created a new thread : Easy fix for JJSploit: hookfunction


Most people have been talking about this issue since months, and the functionallity isnt great at all.

So i had to dig the WRD api backend in order to fix this issue at all, and honestly its weird why the feature doesnt work at all.

So here is a snippet of code that i reutilized from the leaked backend lua script for JJSploit:

local function hookfunction(func, rep)
	local env = getfenv(debug.info(2, 'f')) -- uses getfenv function to hook it.
	for i, v in pairs(env) do -- envirioment fetch
		if v == func then
			env[i] = rep -- result is the function grabbed and returned.
		end
	end
end

I recommend you for using a raw script for a better result, instead of using loadstring.

Created a new thread : JJSploit is using some of the Zozara's common indepedencies.


PLEASE DO NOT ATTEMPT TO USE THIS POST AS AN EXPOSE, SINCE ITS FOR ONLY INFORMATION.

 

Hello, I extracted JJSploit's functions to get hookfunction to work, and while i was digging up all the features, i stumbled some of the zozara's functions and mentions in it.

Now, i want to show up that it only mentions the Libs, since i'm sure that WeAreDevs developers has been working on with Zozara, and had access for the libs WITH PERMISSION.
If not this case, well i guess WRD is skidding once again.

Now Zozara's features are way much better than JJ itself, because it has a impressive support with more functions than jjsploit.

This post was originally going to be a help for fixing hookfunction, because jjsploit has a broken support of it sadly.

TO GET THE JJSPLOIT FUNCTION SOURCES, PLEASE COPY THE LINK DOWN THIS TEXT, AND PASTE IT ON DISCORD TO REVALIDATE THE CDN LINK. OTHER CASE, YOU CAN SIMPLY EDIT JJSPLOIT.DLL AND COPY THE TEXT REGION

JJSploit-Functions.lua

 

Zozara's mentions:
line 52-66

Replied to thread : RSpy and Dex doesn't work on JJSploit.


It's not just HookMetaMethod.
There are plently of features they didnt implement that used to work before:
setreadonly()
getterrainregion()

and other few things i wont mention because there's too much features missing.