Jump to content

Change Client IP


Recommended Posts

Hi guys. I want to create a script wich will change a games client connect IP.

For example i have a game wich connects to IP lets say 215.45.124.67 and i want to change it to 234.189.102.14

How can i do it?

Link to comment
Share on other sites

You do realize that IP addresses are ISP assigned and your game gets your *computer's* IP? So if you were to change your computer's IP to something else (ie static IP) then your whole computer and client would then be unreachable.

Edited by wraithdu
Link to comment
Share on other sites

Yes indeed you did. If the IP address of the game server is hard coded, you can't change it without hacking / cracking the game. If it tries to connect to a single or list of host names, then you can use your HOSTS file to redirect the host name requests to an IP of your choice.

Link to comment
Share on other sites

Can you give a bit more information about the issue?

Edited by Firestorm

[left][sub]We're trapped in the belly of this horrible machine.[/sub][sup]And the machine is bleeding to death...[/sup][sup][/sup][/left]

Link to comment
Share on other sites

I have a server on game called Aion. The original client is connecting to 222.231.190.130 i want to change it to my IP 88.87.31.36.

Before i managed to start it with this .bat file

start bin32\aion.bin -ip:88.87.31.36 -ng

I don't want to use this .bat anymore so i want to make a launcher with AutoIt.

I hop you understand me. :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...