PDA

View Full Version : How to make a Neopets program?



xHearMyRawrr
01-21-2013, 01:12 AM
Just asking how exactly do you MAKE a neopets program?

Zachafer
01-23-2013, 02:59 PM
Just asking how exactly do you MAKE a neopets program?

[Only registered and activated users can see links]

Celestial
01-23-2013, 08:19 PM
Pretty much you need to learn a programming language like C# or Python, depending on your needs.

Most probably C# for windows

Learn how the browser works, cookies, POST/GET requests.
Learn to monitor the requests with an app such as Fiddler
Simulate the requests through the language you choose

It's all just sending and receiving messages really, maybe with some encoding that you may need to break through a lil reverse engineering (e.g. scoresending)