Skip to content

Instantly share code, notes, and snippets.

View 3096's full-sized avatar
🐙

3096

🐙
  • Sunnyvale, CA
  • 04:46 (UTC -07:00)
View GitHub Profile
@3096
3096 / DumpSave.js
Last active April 3, 2018 19:08 — forked from Reisyukaku/DumpSave.js
Game save dumper
sc.getFSPPR = function () {
if (sc.closed_pr !== undefined) {
return;
}
sc.enableTurbo();
var i = 0;
var srv = null;
while (true) {
sc.ipcMsg(2).setType(5).sendTo('pm:shell');