PDA

View Full Version : java reflection for applets with external authentication



Silverdraco
03-07-2014, 06:16 AM
Hi,

I just joined the forum after some lurking and I have a question.

I'm trying to create a reflection hack for a browser game but I can't apply conventional methods of unloading the game client because it relies on external authentication by the user (through the main website).

So unlike runescape I can't just get the client because I won't be able to log into the game.(probably won't work at all)

I was thinking of looking how the website passes on the data that is needed to open the players game session (character, etc) to the applet, but I'd think it's encrypted or something. I'll check it later.

Any ideas on how to get around this?

Thanks!

-S

NKN
03-07-2014, 11:34 AM
If it's just through a form on a website, you could always just POST data to it, that'll get around it.

Silverdraco
03-07-2014, 12:01 PM
If it's just through a form on a website, you could always just POST data to it, that'll get around it.

Hey, thanks! I think I'll give up on the whole reflection idea for now anyway, haha