KATE Posted April 12, 2020 Share Posted April 12, 2020 With this bot for Twitch you can quickly get access to the game Valorant UPDATED 20/04 NOW WORKING METHOD Download Python 3.8, if there is something to update. Download Google Chrome Browser, if there is something to update. Open CMD (not as administrator) and enter the command: "pip install selenium". Download the program itself "https://www.unknowncheats.me/forum/downloads.php?do=file&id=29324" Unzip the file. Rename the file "__main__.py" to "main.py. Open the file "watchStream" using notepad. Find the line "while driver.title == 'Log In - Twitch':" and completely replace it with this Code: while driver.title == 'Log In - Twitch': print('Please type in authentication... Waiting...') time.sleep(1) print('Logged in!') time.sleep(2) def getElem(): print("Getting twitch stream...") elements = driver.find_elements_by_class_name('tw-link') elemsWithHref = [] for elem in elements: try: elemHref = str(elem.get_attribute('href')) if(elemHref != "https://www.twitch.tv/" and ("videos" in elemHref) == False): elemsWithHref.append(elem) except: pass elemTwo = elemsWithHref[random.randint(0, len(elemsWithHref)-1)] print("") print("Going to: " + str(elemTwo.get_attribute('href'))) return elemTwo while True: print('Going to Valorant streams') driver.get('https://www.twitch.tv/directory/game/VALORANT?tl=c2542d6d-cd10-4532-919b-3d19f30a768b') time.sleep(10) elemToClick = getElem() elemToClick.click() print("Sleeping now (-.-) zzz") randSleep() print("Damn this shit boring") Save and exit. 9. Open "main.py" enter the data and everything is ready. However, there are also disadvantages. For example, this works with accounts not verified by mail. You will have to manually change the video resolution, disable chat, enable adult content in the settings. I would advise adding OTP, the ability to change the video resolution, turn off chat automatically and automatically turn on adult content settings. Developer: andrehse 4 Quote Link to comment Share on other sites More sharing options...
wiruwiru Posted April 12, 2020 Share Posted April 12, 2020 Mmmmmmmmm Quote Link to comment Share on other sites More sharing options...
ZackRuce Posted April 13, 2020 Share Posted April 13, 2020 There is no start.bat 1 Quote Link to comment Share on other sites More sharing options...
lalalamao Posted April 13, 2020 Share Posted April 13, 2020 like this only go to valorant streams or we have to configure it ? @KATE Quote Link to comment Share on other sites More sharing options...
Damiannnek Posted April 15, 2020 Share Posted April 15, 2020 where is "start.bat" Quote Link to comment Share on other sites More sharing options...
NerdyMan314 Posted April 16, 2020 Share Posted April 16, 2020 the start.bat was removed by a moderator on the original thread. Quote Link to comment Share on other sites More sharing options...
lucianaccus Posted April 19, 2020 Share Posted April 19, 2020 you can upload again this script? Quote Link to comment Share on other sites More sharing options...
Niks Posted April 22, 2020 Share Posted April 22, 2020 Rip Quote Link to comment Share on other sites More sharing options...
dawsters Posted April 26, 2020 Share Posted April 26, 2020 works well, ty 🙂 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.