https://github.com/not-a-java-dev/level-devil-unlocker
Unlocks you speedrunning for level devil
https://github.com/not-a-java-dev/level-devil-unlocker
Last synced: about 1 month ago
JSON representation
Unlocks you speedrunning for level devil
- Host: GitHub
- URL: https://github.com/not-a-java-dev/level-devil-unlocker
- Owner: not-a-java-dev
- License: mit
- Created: 2024-01-14T21:41:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-14T22:12:59.000Z (over 2 years ago)
- Last Synced: 2024-01-15T02:37:50.342Z (over 2 years ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# level-devil-unlocker
Unlocks you speedrunning for level devil
## Source Code here
```javascript
let save = localStorage["UnicycleLegend:mySave"]; // The game save
let data = save.split(":"); // Separate the save
data[30] = data[30].replace("f", "t") // Change the speedrun data from false to true, if already true, nothing happens
save = data.join(":"); // Make the save file
localStorage["UnicycleLegend:mySave"] = save; // Replace the old data with the new one
```
### Minified Version
```javascript
let s=localStorage["UnicycleLegend:mySave"],d=s.split(":");d[30]=d[30].replace("f","t"),s=d.join(":"),localStorage["UnicycleLegend:mySave"]=s;
```
## How to run
> **Note:** You can copy the source code or the minified version
To run the snippet of code do the following:
1. Open Dev tools (Control + Shift + I) Something like this should appear:

2. Click on "Top"
3. Select "Level Devil"
4. Paste what you just copied in the console
5. Reload page
Now you have unlocked speedrunning without watching ads!!
*Thinking about it, isn't it faster just to watch the ad? Nah*