Posts

Newest Post: WinMUGEN: NomiShell - Library MultiLoader

Good afternoon, readers.  Do you need a SuperNull exploit file that allows you to load multiple libraries at a time? Well then, this NomiShell loader variant will  allow you to do so until a maximum of 32 library files per load, while not having to use several SuperNull exploits for it. For libraries that explictly require code interaction with NomiShell, please read this blog entry , as it offers you a clean version of the latter to use. Current Version: V1.00s (> Download Here <) After downloading this exploit template, you will have to read the "ReadMe" text file to implement it in your character properly, before executing the NomiShell code loade r. Well, I guess that is all for now, so have a nice day!

Eikidankai Development Log(1)

Eikidankai Development Log: Catching the WinMUGEN primary thread. The development of Eikidankai has been somewhat tedious to program, as when there is an interesting function to add into the coding, it mostly implies to modify the structure of all the code to implement it, or else I would not be able to perform that. That is why I am taking over 2 years or more to program that, well... One of the functions I had implemented some months ago was the ability to manipulate the primary thread of WinMUGEN, which in the previous versions of Eikidankai were not able to perform it. In this case, I used the SuspendThread function from an external thread to freeze the primary one. WinMUGEN before getting suspended by Eikidankai. Done!.. The suspend count has been increased by 1. That is all for now, have a nice day or night. Stay tuned for upcoming posts!