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:
This class will have a method with structure resembling:
Comment out the code, and simply return the value 0.