import requests import os def get_between(txt, a1, a2): aStart = txt.index(a1)+len(a1) txt = txt[aStart:] aEnd = txt.index(a2) txt = txt[:aEnd] return txt def move_forward(txt, a1, a2): aStart = txt.index(a1)+len(a1) txt = txt[aStart:] aEnd = txt.index(a2)+len(a2) txt = txt[aEnd:] return txt def dictDl(): rounds = 50 leak_url = "https://master.horseisle.com/web/newuser.php" words = set(open("dictonary.dic", "rb").read().split(b'\r\n')) for i in range(0,rounds): r = requests.get(leak_url) content = r.content.replace(b'\r', b'').replace(b'\n', b'').replace(b'