Merge pull request #22 from m2k7m/patch-2

attempting to fix checkJailbroken
This commit is contained in:
earthonion
2026-02-08 19:17:03 -05:00
committed by GitHub
3 changed files with 8 additions and 0 deletions
+3
View File
@@ -17,6 +17,9 @@ include('stats-tracker.js')
include('binloader.js')
include('lapse.js')
include('kernel.js')
include('check-jailbroken.js')
include('stats-tracker.js')
log('All scripts loaded')
// Increment total attempts
stats.load()
+3
View File
@@ -13,6 +13,9 @@ import { checkJailbroken } from 'download0/check-jailbroken'
log('userland.js already loaded (libc_addr defined)')
}
log('Loading check-jailbroken.js...')
include('check-jailbroken.js')
const audio = new jsmaf.AudioClip()
audio.volume = 0.5 // 50% volume
audio.open('file://../download0/sfx/bgm.wav')
+2
View File
@@ -4,6 +4,8 @@ import { checkJailbroken } from 'download0/check-jailbroken'
// Statistics tracker using syscalls for direct file I/O
// Register read syscall if not already registered
include('check-jailbroken.js')
log('check-jailbroken.js loaded')
export const stats = {
total: 0,