Forums

ASP

This topic is locked

Running a Visual Basic Command on Website

Posted 27 Sep 2006 23:56:46
1
has voted
27 Sep 2006 23:56:46 jordan anderson posted:
okay, ive been running this command off my computer for sometime and im tired so i bought a website.. i want to run this command from my website, can someone edit it or tell me how to do it?? im not really bright in these kind of stages...

import time
import urllib2
import cookielib

leet = 1337

ACCT1 = "LOGIN LINK"
ACCT2 = "LOGIN LINK"

while leet == 1337:
cj = cookielib.CookieJar()
opener = urllib2.build_opener(urllib2.HTTPCookieProcessor(cj))
login = opener.open(ACCOUNT 1)
cast = opener.open("sigil.outwar.com/cast_skills.php?C=3", "target=_metal_mulisha_&castskillid=3&cast=Cast+Skill"
print "Casted Empower with ACCOUNT 1"
cast = opener.open("sigil.outwar.com/cast_skills.php?C=3", "target=_metal_mulisha_&castskillid=4&cast=Cast+Skill"
print "Casted Stealth with ACCOUNT 1"
time.sleep(60*246)

cj = cookielib.CookieJar()
opener = urllib2.build_opener(urllib2.HTTPCookieProcessor(cj))
login = opener.open(ACCOUNT 2)
cast = opener.open("sigil.outwar.com/cast_skills.php?C=3", "target=_metal_mulisha_&castskillid=3&cast=Cast+Skill"
print "Casted Empower with ACCOUNT 2"
cast = opener.open("sigil.outwar.com/cast_skills.php?C=3", "target=_metal_mulisha_&castskillid=4&cast=Cast+Skill"
print "Casted Stealth with ACCOUNT 2"
time.sleep(60*246)


Nonea

Reply to this topic