Browse Source

12/24/2022

BradDev
melancholytron 3 years ago
parent
commit
eb5dd67055
  1. 42
      qmutants.py
  2. 3
      qmutantsUPDATE.bat

42
qmutants.py

@ -17,6 +17,46 @@ HOST = "telnet.goldenunicorn.net"
choice = int(sys.argv[1]) choice = int(sys.argv[1])
print("choice:"+sys.argv[1]) print("choice:"+sys.argv[1])
usr_1 = ""
pwrd_1 = ""
char_sel_1 = 4
weapon_1 = ""
usr_2 = ""
pwrd_2 = ""
char_sel_2 = 4
weapon_2 = ""
usr_3 = ""
pwrd_3 = ""
char_sel_3 = 2
weapon_3 = ""
usr_4 = ""
pwrd_4 = ""
char_sel_4 = 1
weapon_4 = ""
usr_5 = ""
pwrd_5 = ""
char_sel_5 = 4
weapon_5 = ""
usr_6 = ""
pwrd_6 = ""
char_sel_6 = 4
weapon_6 = ""
usr_7 = ""
pwrd_7 = ""
char_sel_7 = 4
weapon_7 = ""
usr_8 = ""
pwrd_8 = ""
char_sel_8 = 4
weapon_8 = ""
if choice == 1: if choice == 1:
usr_1 = "epilectrik" usr_1 = "epilectrik"
pwrd_1 = "gupass" pwrd_1 = "gupass"
@ -70,6 +110,8 @@ if choice == 2:
weapon_2 = "Nuclear-Decay" weapon_2 = "Nuclear-Decay"
#this is a thing that i wrote #this is a thing that i wrote
#static lists #static lists
convert_list = ["Ion-Pack","Ion-Decay","Cheese","Nuclear-thong","Skull","Bottle-Cap","Cigarette-Butt","Knife","Gas-Grenade","Leather-Vest","Buckler","Bola","Bug-Plate", convert_list = ["Ion-Pack","Ion-Decay","Cheese","Nuclear-thong","Skull","Bottle-Cap","Cigarette-Butt","Knife","Gas-Grenade","Leather-Vest","Buckler","Bola","Bug-Plate",

3
qmutantsUPDATE.bat

@ -1,3 +0,0 @@
git pull origin
python qmutants.py
Loading…
Cancel
Save