Skip to content

Instantly share code, notes, and snippets.

@R2turnTrue
Created January 10, 2023 07:18
Show Gist options
  • Save R2turnTrue/81ca38c7f055418653ddf63ee6c0e4b0 to your computer and use it in GitHub Desktop.
Save R2turnTrue/81ca38c7f055418653ddf63ee6c0e4b0 to your computer and use it in GitHub Desktop.
Bits 'n' Bricks Stage Skip Cheat
CC.WebApp.current.swapScreen(Screens.createEndScreen({}, false, 2859382039582033885737283));
@R2turnTrue
Copy link
Author

R2turnTrue commented Jan 10, 2023

Incrasing

let b = 0
setInterval(() => { CC.WebApp.current.swapScreen(Screens.createEndScreen({}, false, b)); b++ }, 1)

@R2turnTrue
Copy link
Author

Random

setInterval(() => CC.WebApp.current.swapScreen(Screens.createEndScreen({}, false, Math.round(Math.random() * 5000) )), 1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment