TROLOLOLOLOLOLOLOLOLOLOLO Expert Cheater
Reputation: -1
Joined: 27 Dec 2009 Posts: 100
|
Posted: Tue Aug 24, 2010 3:34 pm Post subject: |
|
|
| ╙ wrote: | | Yeah, we'll definatly help you on an autoposter. |
Well I'd hope so
I've already got the code done, I just need the postdata, already got logging in
EDIT: Just tried:
| Code: | | http://forum.cheatengine.org/posting.php?sid=a689d2c1fc59ef3a2c5a35a78051182d&mode=newtopic&f=16&subject=SUBJECT&message=MESSAGE&post=Post |
Not working still e.e
Login:
| Code: | data = URLEncoder.encode("sid", "UTF-8") + "=" + URLEncoder.encode("a689d2c1fc59ef3a2c5a35a78051182d", "UTF-8");
data += "&" + URLEncoder.encode("username", "UTF-8") + "=" + URLEncoder.encode(txtUsername.getText(), "UTF-8");
data += "&" + URLEncoder.encode("password", "UTF-8") + "=" + URLEncoder.encode(txtPassword.getText(), "UTF-8");
data += "&" + URLEncoder.encode("autologin", "UTF-8") + "=" + URLEncoder.encode("off", "UTF-8");
data += "&" + URLEncoder.encode("redirect", "UTF-8") + "=" + URLEncoder.encode("", "UTF-8");
data += "&" + URLEncoder.encode("login", "UTF-8") + "=" + URLEncoder.encode("Log+in", "UTF-8");
url = new URL("http://forum.cheatengine.org/login.php?"); |
that's not all of the code ofc, but you get the idea
|
|