I am currently having an issue with the Lavawalls V2 hack that @JustAnoobROTMG made
My tool adds the same exact code at the same line as the mod selector cryo released, but I am getting an error. Any known issues due to rabcdasm versions?
I am currently having an issue with the Lavawalls V2 hack that @JustAnoobROTMG made
My tool adds the same exact code at the same line as the mod selector cryo released, but I am getting an error. Any known issues due to rabcdasm versions?
replace
getproperty QName(PrivateNamespace("*", $"mouseClass"), $"mouseClicked")
with
getproperty QName(PrivateNamespace("*", null), $"mouseClicked
When i decompiled the client done with modselector, i saw no references to $mouseClass, just "null" when looking into the aimbot.
You know its the same "click checking" logic everywhere. I certainly copy pasted something old , but the idea was here.
I fixed Noclip this way, i assume you have the same problem than me![]()
Last edited by JustAnoobROTMG; 01-15-2014 at 06:08 AM.
Due to a recent DMCA takedown attempt we had to remove Faintmako brain. Please do not paid attention to what he say or do.
Aimbot is working, right? You are using the same click stuff in the aimbot, right? Decompile a 19.1.0 client and watch the aimbot codeThis is what i saw, and doing that i fixed my problem.
![]()
Due to a recent DMCA takedown attempt we had to remove Faintmako brain. Please do not paid attention to what he say or do.
I noticed this same thing when decompiling. It looks like if you have an unused #set it will thrown an error as well
/solved
I updated my rabcdasm