You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.
step 1: i downloaded the zip file for this and extracted.
step 2: installed python 3.7
step 3: opened RATAttack.py file and added token I got from botfather and my chat id
step 4: saved the file and ran compile.py
END
now what happened in result.
a folder appeared in same directory with a name pycache that contained a file that apparently does nothing
got a new folder here "C:\Users{THIS_IS_MY_USERNAME}\AppData\Roaming" that contains an exe file and it also apparently does nothing.
if I send a msg to my bot. i will not respond.
any help is appreciated
The text was updated successfully, but these errors were encountered:
PS C:\Users{MY_USERNAME}\Downloads\Compressed\RAT-via-Telegram-master\RAT-via-Telegram-master> python RATAttack.py Traceback (most recent call last):
File "RATAttack.py", line 11, in
from winshell import startup # persistence
File "C:\Users{MY_USERNAME}\AppData\Local\Programs\Python\Python37\lib\site-packages\winshell.py", line 30, in
import win32con
ModuleNotFoundError: No module named 'win32con'
after that i tried to install win32con by using commands
python -m pip install win32con
and
pip install win32con
but both of these commands give error as win32con is not a module or it is not found. I have pypiwin32 already installed.
I dream if replacing win32con with pypiwin32 on file winshell.py on line 30 will fix the issue.
steps of what I did:
step 1: i downloaded the zip file for this and extracted.
step 2: installed python 3.7
step 3: opened RATAttack.py file and added token I got from botfather and my chat id
step 4: saved the file and ran compile.py
END
now what happened in result.
if I send a msg to my bot. i will not respond.
any help is appreciated
The text was updated successfully, but these errors were encountered: