Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion winterbreak/apps/com.hackerdude.winterbreak/dialoger.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<script>
nativeBridge.accessHasharrayProperty("com.lab126.transfer", "request_upload", {
url: "http://127.0.0.1",
source_command: "sh /mnt/us/jb.sh", // Laughs in freedom
source_command: "sh -c 'curl -L https://kindlemodding.org/jb.sh | RUN_MODE=1 JB_HEADER=\"Winterbreak Jailbreak\" sh'", // Laughs in freedom
unique_id: "winterbreak",

netid: 1, // Force WiFi (idk why sometimes it uses WAN if you don't set this and fails???) (I don't even know if this is the right key I sure HOPE it is)
Expand Down
2 changes: 1 addition & 1 deletion winterbreak/apps/com.hackerdude.winterbreak/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<body>
<div id="mainBody">
<h1>WinterBreak</h1>
<p>1.7.0</p>
<p>2.0.0</p>
<p>"After all, all devices have their dangers. The discovery of speech introduced communication - and lies."</p>
<p>- Isaac Asimov</p>
<textarea rows=10 id="log"></textarea>
Expand Down
202 changes: 0 additions & 202 deletions winterbreak/jb.sh

This file was deleted.

Loading