ok, I'm making a dice-a-roo autoplayer but I can't understand a little thing. If I write this code: Code (Text): wrap.PostWrapper("http://neopets.com/games/play_dicearoo.phtml", "type=start", "http://neopets.com/games/dicearoo.phtml") I can only get a page saying "Something bad happened", without tables, dices, or other dice-a-roo game elements... I use HTTPWrapper and the and the format code is (Url,Datastring,Refer)
hmm maybe try just using a (URL,Referrer) function and do wrap.PostWrapper("http://neopets.com/games/play_dicearoo.phtml?type=start", "http://neopets.com/games/dicearoo.phtml") btw, did you finish that other daily doer program/browser you were making?
Just looking at the code, and forgive me if i'm wrong, but do you need a ? on the end of play_dicearoo.phtml Otherwise surely it's trying to take you to /play_dicearoo.phtmltype=start Which would give you the wrong address. Just an idea :shock: