Lvenizerv / Aurora

Open-source version of Aurora
14 stars 14 forks source link

Help #5

Open mikhailramlal opened 2 years ago

mikhailramlal commented 2 years ago

Make video tutorial anyone and link here pls i keep getting errors like "Traceback (most recent call last): File "C:\Users\user\OneDrive\Desktop\Aurora-main\main.py", line 14, in from soupsieve import select ModuleNotFoundError: No module named 'soupsieve'"

vibenOfficial commented 2 years ago

run the selected command: py -m pip install soupsieve

mikhailramlal commented 2 years ago

you responeded fast , thx i kept doing until if stop saying i missing something it says cant find file with license do i delete the whole #license check part?

mikhailramlal commented 2 years ago

i delted it it now asking for proxies and cookies file

mikhailramlal commented 2 years ago

ok i did it but now it says "You do not have any cookies (and or) proxies! Please add some and restart." where am i supposed to get roblox cookies -_- doesnt it have a cookie generator

mikhailramlal commented 2 years ago

nvm i got it to work by using proxy scape and putting one of my account cookie now i use cookie gen

mikhailramlal commented 2 years ago

also is there a reason i need my discord open for main to work? i get error if i have it closed

chavinlo commented 2 years ago

also is there a reason i need my discord open for main to work? i get error if i have it closed

Its for rich pressence:

import src.discordrpc as discordrpc
...
if selection == "1":
        **discordrpc.updateStatus("Botting Models")**
        tools.modelBot(cookies, proxies)

you can analyze the code if unsure