So, for some reason, I've decided to see if there is any possible way to change the amount of currency in a F2P, java-based game.
I am a total noob when in comes to this, so obviously I know nothing about hacking. I took CE and WPE Pro, as I thought I may be able to work something out with those.
I've managed to change the value for the currency with CE (say from 3000 to 30000) but obviously, this was just for the client-side, and whenever I would open/close the game, the currency would set to the correct amount.
I figured that since I can edit this with CE, I must be able to send packets to the server somehow, so that I can actually give myself that amount of in-game currency.
The problem is, whenever I use WPE Pro to sniff the packets I get from the game, it's not so black and white.
There are no values in the packets I receive, most of them are requests sent to the server, under the form of /getapi, such as:
Code:
GET /getdataAPI.php?username=myusername&key=tokens HTTP/1.1 User-Agent: Java/1.8.0_161 Host: - Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 Connection: keep-alive
If someone is kind enough to guide me through some basics, I'd appreciate it. I am not asking for someone to do this in my behalf, but more to tutor me about it!
Thanks!






