EvanJ4536 / Harmony-Discord-RAT

A simple RAT written in Python that uses Discord as it's C2 server.
0 stars 0 forks source link

Not working #1

Open Googaa0082 opened 1 month ago

Googaa0082 commented 1 month ago

I followed every step and still nothing happens The bot doesn't even come online And please make a script to make exe file as the pyinstaller run into many problems And in line 34 serverID there are no ('.') like in the other variables

EvanJ4536 commented 1 week ago

I followed every step and still nothing happens

The bot doesn't even come online

And please make a script to make exe file as the pyinstaller run into many problems

And in line 34 serverID there are no ('.') like in the other variables

If pyinstaller is having issues I think there may be other problems.

The serverID variable is an integer, a big one. Don't put quotes.

Googaa0082 commented 6 days ago

I tried it without the quotes at first But nothing happened The bot didn't came online Edit: can I get ur contact where you're usually online? Telegram perhaps?

EvanJ4536 commented 5 days ago

Remove the "w" from ".pyw" and run harmony with python and see if the error is with the script, you can send the error here and I can try to help.

Googaa0082 commented 5 days ago

Screenshot_20241125_191108

You mean remove 'w' from '.pyw' here or change the file extension.

EvanJ4536 commented 5 days ago

Sorry, change the file extension.

Googaa0082 commented 3 days ago

Brother it is not working the bot is still offline Plz contact me on telegram https://t.me/googaa12

EvanJ4536 commented 3 days ago

I don't have telegram, if you want help it has to be here.

Googaa0082 commented 3 days ago

I dont mind that but I did everything required and it still doesn't work. The bot dosent come online Put in all the variables, put the server id without quotes and changed the extension. Im using python version 10 and I get no error. Would making it into an (.exe) file work?

EvanJ4536 commented 3 days ago

Does the script run when you run it with python? If it does and your bot doesn't come online then either your bot is set up wrong or the variables are set wrong.

I wrote this script in Python 3, the different versions are 1, 2, and 3.

Converting to an exe wont work until the script runs with no errors.

I tested this script again the other day and it is working, did you make a text channel named "check-in" and assigned your webhook to post in that channel? You need both a bot and a webhook set up.

Googaa0082 commented 2 days ago

I made a text channel named 'check-in' in my newly created server. I integeated webhook in that channel and paste its url in the rat. I made a bot and invite it to the server and paste its token in the rat. I put the server id in the rat without quotes. Saved the file and changed the file extension to py. Turned off antivirus. Still it doesn't work. When I run the file, command prompt opens for a bit then closes. No error is shown. And the bot is offline. I think its a library issue

EvanJ4536 commented 2 days ago

you should run it in powershell or cmd to get the error. maybe remove .pyw from the file extension as well and change the filename variable on line 35 to match whatever the actual file name is.