Skip to content

Instantly share code, notes, and snippets.

View Subby's full-sized avatar

Denver Fernandes Subby

View GitHub Profile
@Subby
Subby / Main.java
Created October 28, 2020 17:58
Main
import io.guthix.js5.Js5Archive;
import io.guthix.js5.Js5Cache;
import io.guthix.js5.container.disk.Js5DiskStore;
import io.guthix.js5.util.XteaKt;
import io.guthix.oldscape.cache.ConfigArchive;
import io.guthix.oldscape.cache.config.SpotAnimConfig;
import org.jetbrains.annotations.NotNull;
import java.nio.file.Path;
import java.util.Arrays;
@Subby
Subby / WorldMap.java
Last active August 29, 2015 14:16
Oldschool Runescape WorldMap Application
import javafx.application.Application;
import javafx.scene.Group;
import javafx.scene.Scene;
import javafx.scene.control.ScrollPane;
import javafx.scene.web.WebEngine;
import javafx.scene.web.WebView;
import javafx.stage.Stage;
/**
* A simple application which loads up a world map. Adapted from http://www.java2s.com/.