[Help] Browser Console help
How does one use the browser console to cheat?
Browser Console help Posted on: 08/14/2019 10:36pm
Quote Post

I've tried using it in Magirune, and in Cookie Clicker, but it's not working. It just returns a message saying 'undefined' no matter what commands I'm using. What am I doing wrong?

RE: Browser Console help Posted on: 08/15/2019 12:02am
Quote Post
TIM the Enchanter
Level: 1
ADR Info

You need to target the correct frame.  There's a little frame dropdown, click it and make sure you're on the game frame.

Or just open the frame in a new window and then open the console in that window.





Everything's coming up KongHack!

"When you know nothing matters, the universe is yours" ~Rick Sanchez

RE: Browser Console help Posted on: 08/15/2019 8:18pm
Quote Post
Ubi Maior Minor Cessat

getting undefined in console is the normal intended behaviour in this case most likely( except for the assign to an already defined variable that would return the value you just set it to [ "main.player.experience = 2222"would return/print in console 2222]). If you weren't doing things correctly you would get errors such as
Uncaught TypeError: Cannot read property '' of undefined at :1:11
Uncaught TypeError: something is not a function
    at :1:1