Today i tried to hex my client (a fresh one), so I downloaded rabcdasm and unzipped it in a folder. Then I put the client in the same folder,and started command prompt. cd'd my way into the folder, I ran the exporter (everything went fine), then the disassembler: nothing weird. The problem is that I totally suck at modifing those pesky .class files (used Notepad++). Becasue of that, I fail at re-assemble the client (put the right path and the right filename, getting object.Exception@assembler.d (324 and 1239, if it matters)). The code im trying to edit/add it's Cyeclops serverside anti-debuff, to see if it actually works (<- "yes, totally."), but i don't understand where to past the code (if i put it in the wrong place, atm is sitting on line 2487), or whats the problem here. I can provide the file, if needed.

This is not that urgent, probably someone else is gonna relase a client already hexed before i even manage to modify this. But just as as some sort of "personal achievement", i need to understand what's going on here.