Results 1 to 3 of 3

Thread: java reflection for applets with external authentication

  1. #1
    Join Date
    Mar 2014
    Posts
    9
    Mentioned
    1 Post(s)
    Quoted
    2 Post(s)

    Default java reflection for applets with external authentication

    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

  2. #2
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    If it's just through a form on a website, you could always just POST data to it, that'll get around it.

  3. #3
    Join Date
    Mar 2014
    Posts
    9
    Mentioned
    1 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by NKN View Post
    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

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •