Quantcast

Jump to content


killerworm51

Member Since 14 May 2007
Offline Nov 19 2007 04:34 PM

Topics I've Started

[Guide]Login and Fish[unecessary]

19 June 2007 - 05:30 PM

You need to change USERNAME and PASSWORD (in the link below) to your NeoPets username and password!

http://www.neopets.c...phtml?go_fish=1
CODE
http://www.neopets.com/login.phtml?username=USERNAME&password=PASSWORD&destination=%2Fwater/fishing.phtml?go_fish=1


Not sure how many people have noticed you can do that, but I'm sure someone will find it handy. lol

You can do this to pretty much anything. I suggest downloading 'Web Developer' addon for FireFox, to convert POST to GET to make up your links easy! (not required)

Couple More Examples:
Omelette:
CODE
http://www.neopets.com/login.phtml?username=USERNAME&password=PASSWORD&destination=%2Fprehistoric/omelette.phtml?type=get_omelette

Healing Springs:
CODE
http://www.neopets.com/login.phtml?username=USERNAME&password=PASSWORD&destination=%2Ffaerieland/springs.phtml?type=heal

AutoHTTP

15 June 2007 - 08:30 PM

Screenshot:
AutoHTTP
Program Name: AutoHTTP
Author: killerworm51
Submit Bug Report: Click here to file a bug report for this program.
Download Link: Click Here to Download!

AutoHTTP

AutoHTTP is a scriptable HTTP bot which allows for easy generation of HTTP requests.

AutoHTTP currently has a few commands:

Get:

Usage: get(host,pathandquery)
Example: get(www.autohttp.com,index.php?uselessstring=1)


Post:

Usage: post(hostandpath,query)
Example: post(www.autohttp.com/login.php,username=auto&password=http)


Wait:

Usage: wait(seconds)
Example: wait(5)


Wait Random:

Usage: waitrand(seconds)
Example: waitrand(7)
Waits a random amount of seconds up to the seconds specified.


Go To Start:

Usage: gotostart()
Example: gotostart()


Go To Line:

Usage: gotoline(LINENUM)
Example: gotoline(7)


Comment:

Usage: //
Example: //comment goes here


Set Host:

Usage: sethost(host)
Example: sethost(www.autohttp.com)
You must omit HOST from all commands after setting this.


UnSet Host:

Usage: unsethost()
Example: unsethost()


Coming Soon:

Set Referer
Loops
Variables
Get Between
+ Much more! Feel free to make a suggestion!

Adding Program

14 June 2007 - 04:59 PM

CODE

The error returned was:
Please complete the form fully before submitting it


I'm trying to add a program to my Codex entry, I see 6 things on that page to 'complete' and im sure I completed them all!