thanks
oh yeah and this is with python




Posted 14 November 2007 - 10:11 AM
ya = '666'
password = raw_input("Password: ")
if password == ya: #hi
print ('good job')
import os # this all u need to look at the rest is just from be4
os.chdir(r'C:\program files\halo') #
os.startfile("halo.exe") #
else:
print ('try again')
password = raw_input('password: ')
This post has been edited by gl3thr0: 14 November 2007 - 10:12 AM
Posted 14 November 2007 - 03:12 PM
gl3thr0, on 14 Nov, 2007 - 10:11 AM, said:
ya = '666'
password = raw_input("Password: ")
if password == ya: #hi
print ('good job')
import os # this all u need to look at the rest is just from be4
os.chdir(r'C:\program files\halo') #
os.startfile("halo.exe") #
else:
print ('try again')
password = raw_input('password: ')
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
