Given that I haven't been on the programming scene in VB6 for a while now and I've learnt on VS2012/2013 earlier this year, my head is spinning. But as I'm trying to return to Neopets Programming, I'm going on a bit of older advice that RipperWrapper was faster then Gluraks.

In saying that, I cannot get Ripper to play the game, funnily enough I couldn't get NiteWrapper to play along either. For whatever reason it doesn't seem to be doing anything.

Example code using RipperWrapper(w):
Code:
strTEST = w.Request("GET", "http://www.neopets.com/", "http://www.google.com/")

txt1.Text = w.GetStringBetween(strTEST, "<html>", "</html>")
That is what I'm using to try and test that the wrapper is actually doing anything and suffice to say, its returning absolutely nothing.....I did even stick a wait timer in there earlier but it did very little.

Is anyone able to offer a suggestion? I've turned GZIP off.

Not that it'll matter as the first thing I'll be re-programming is my own list maker for the MAJIN Score Sender and speed is not a factor in that. But I'd like for some other programs like my Dice-A-Roo Autoplayer to be modifiable to improve their times and should I move into the world of Autobuying later on well.....you get the general idea.