Additional Info
|
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? |
Level: 1
ADR Info
Additional 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.
|
Additional Info
|
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 |