How to disable ISAAC - Shadowrs/osrs-refactor-revision-1 GitHub Wiki

Disabling ISAAC

Search for

new int[256];

In all classes. Identify a final class which has two integer arrays:

Image

This class will have a method with structure resembling:

Image

Comment out the code, and simply return the value 0.

Image