Alucard-Selfbot / Alucard-Selfbot-src

Alucard selfbot source code, since we made a good amount of money out of it, we decided to give you the chance to do the same.
128 stars 124 forks source link

error when launching on repl.it #33

Closed JpbmOfficial closed 2 years ago

JpbmOfficial commented 3 years ago

'run' isn't configured in the .replit file try adding 'run = "echo hello word"' to .replit

what do I do to fix it in repl.it?

Fweak commented 3 years ago

Reconfigured the .replit file on the project. The error was pointing out that there was no arguments (or startup commands) for run.

Fixed it by adding: run = "python3 Main.py"

JpbmOfficial commented 3 years ago

Thank you! Also, another question, how can I solve the windll not found problem? I don't know how to delete some parts of the ctype.windll so that the bot work

ghost commented 3 years ago

ctrl + f and search all lines which contain ctype

JpbmOfficial commented 3 years ago

ctrl + f and search all lines which contain ctype

I did that, but, for example, when I delete the first one containing ctype.windll.kernel32.... , when i try to run the bot, it doesnt run

Fweak commented 3 years ago

Mind showing a screenshot of the error remove any important details? Also make sure to delete the whole line that contains windll not just the word :D

JpbmOfficial commented 3 years ago

I think I solved the windll part for now, but now another error pops up:

Traceback (most recent call last):
  File "Main.py", line 45, in <module>
    hwid = subprocess.check_output('wmic csproduct get uuid').decode().split(
  File "/usr/lib/python3.8/subprocess.py", line 415, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "/usr/lib/python3.8/subprocess.py", line 493, in run
    with Popen(*popenargs, **kwargs) as process:
  File "/usr/lib/python3.8/subprocess.py", line 858, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/usr/lib/python3.8/subprocess.py", line 1706, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'wmic csproduct get uuid'
exit status 1
Gowixx commented 3 years ago

remove line 45

01rih commented 3 years ago

i have this error

python3 Main.py Traceback (most recent call last): File "Main.py", line 48, in hwid = subprocess.check_output('wmic csproduct get uuid').decode().split('\n')[1].strip() File "/usr/lib/python3.8/subprocess.py", line 415, in check_output return run(popenargs, stdout=PIPE, timeout=timeout, check=True, File "/usr/lib/python3.8/subprocess.py", line 493, in run with Popen(popenargs, **kwargs) as process: File "/usr/lib/python3.8/subprocess.py", line 858, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/lib/python3.8/subprocess.py", line 1704, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'wmic csproduct get uuid' exit status 1

Gowixx commented 3 years ago

remove the line hwid = subprocess.check_output('wmic csproduct get uuid').decode().split('\n')[1].strip()

RingingDaddy commented 3 years ago

my repl always says "fails to connect, retrying" everytime i put alucard in repl is there anything else i can host on

Fweak commented 3 years ago

my repl always says "fails to connect, retrying" everytime i put alucard in repl is there anything else i can host on

I would attempt to purchase a vps (Virtual Private Server) for hosting of this!

HideakiAtsuyo commented 2 years ago

https://github.com/Alucard-Selfbot/Alucard-Selfbot-src/commit/19b621b05e282e687406fbbc53a9d37af0d8f3b9