Skip to content

Commit

Permalink
Update demo.user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakorr authored Dec 15, 2023
1 parent 252053e commit 0b69af8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Other/Slope3/demo.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ const webAssemblyMemoryProxy = new Proxy(originalWebAssemblyMemory, {
WebAssembly.Memory = webAssemblyMemoryProxy;

const waitForScoreInterval = setInterval(() => {
if(!memory?.buffer) return;

const bufferBytes = new Uint8Array(memory.buffer);

const scoreOffset = 18132320;
Expand Down

0 comments on commit 0b69af8

Please sign in to comment.