Additional Info
|
What's good KH? One night in Bangkok and the world's your oyster. The bars are temples but the pearls ain't free. |
Additional Info
|
javascript isn't my strong point, that being said a small note: values can be found for those games with cheat engine. The only thing is that probably as today nobody made good tools to help you do it(unlike flash) |
Additional Info
|
You can look at the code of JavaScript games in your browser. Thats all you need, pretty much the same as with Flash games. Simply look over the code and try to find interesting functions/variables or use the search like you did. What a programmer named his variables like can be different on every game so you have to guess. |
Additional Info
|
typically, I find variable names by looking at the javascript code. I use this AoB tool to make all the AoBs I post. Try the online version if you dont feel like downloading it. |
Level: 1
ADR Info
Additional Info
|
Yup, look through JS code for functions/vars, or try blind hunting by typing "a", "b", etc. into the console to find all variables that start with that letter. Case matters, so you'll also need "A", "B", etc.
|
Additional Info
|
Well, that tutorial was useful. Now i know what all these word couples joined by a dot means :) I have gone to find myself. If I return before I get back, please hold me here until I arrive. |
Additional Info
|
Thank you all for inspiring me further. I'm definitely going to have to try this out. What window is best used for simply "viewing the code"? One night in Bangkok and the world's your oyster. The bars are temples but the pearls ain't free. |
Level: 1
ADR Info
Additional Info
|
object.property
|
Additional Info
|
I recall seeing those, I'm going to give it a shot. Much thanks. One night in Bangkok and the world's your oyster. The bars are temples but the pearls ain't free. |
Additional Info
|
Klonopin Posted on: 03/04/2015 9:33pm What window is best used for simply "viewing the code"? |
Additional Info
|
The Ignorant Masses Posted on: 03/04/2015 12:14pm Yup, look through JS code for functions/vars, or try blind hunting by typing "a", "b", etc. into the console to find all variables that start with that letter. Case matters, so you'll also need "A", "B", etc. |
Level: 1
ADR Info
Additional Info
|
My favorite objects are chainable single objects. That is, an object that has methods that return itself.
|
Additional Info
|
The Ignorant Masses Posted on: 03/06/2015 8:05am I want to do another PHP training sometime that goes over concepts like this. I'd imaging you can do the same in JS, although I haven't done anything "advanced" enough in JS that would require creating my own objects with methods. :P jQuery uses it extensively. |
Level: 1
ADR Info
Additional Info
|
KongregateHack Posted on: 03/06/2015 10:40am The Ignorant Masses Posted on: 03/06/2015 8:05am I want to do another PHP training sometime that goes over concepts like this. I'd imaging you can do the same in JS, although I haven't done anything "advanced" enough in JS that would require creating my own objects with methods. :P jQuery uses it extensively.
|