Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

~~ v14X Redirector ~~

C# developer
Joined
Dec 4, 2013
Messages
656
Reaction score
80
Hello,

Today i'm re-releasing the v14X redirector in a new version that works with any IP.




- Credits goes to: xStr0nGx for making it into winforms, LegitLisa for originally creating it.


Enjoy!
 
Last edited:
Joined
Apr 10, 2008
Messages
4,087
Reaction score
1,264
This has already been released by LegitLisa, you just made it into WinForms?

Also, you didn't include the source for some reason (I don't see a reason protecting it, as it's already been released).

- Source Code if anyone needs it.

Oh and.... wrong section.

EDIT: Seems like you forgot to include the DLL, as well. Also, this is not the proper way to check for a correct IP Address.

Code:
if (this.textBox1.Text.Length < 9)
      {
        int num1 = (int) MessageBox.Show("Please enter a vaild IP-Address.", "iRedirectoRX");
      }

For that, you can use IPAddress.Parse.
 
Supreme Arcanarch
Joined
Apr 1, 2012
Messages
946
Reaction score
329
This has already been released by LegitLisa, you just made it into WinForms?

Also, you didn't include the source for some reason (I don't see a reason protecting it, as it's already been released).

- Source Code if anyone needs it.

Oh and.... wrong section.

EDIT: Seems like you forgot to include the DLL, as well. Also, this is not the proper way to check for a correct IP Address.

Code:
if (this.textBox1.Text.Length < 9)
      {
        int num1 = (int) MessageBox.Show("Please enter a vaild IP-Address.", "iRedirectoRX");
      }

For that, you can use IPAddress.Parse.

teach him how to english first
 
C# developer
Joined
Dec 4, 2013
Messages
656
Reaction score
80
This has already been released by LegitLisa, you just made it into WinForms?

Also, you didn't include the source for some reason (I don't see a reason protecting it, as it's already been released).

- Source Code if anyone needs it.

Oh and.... wrong section.

EDIT: Seems like you forgot to include the DLL, as well. Also, this is not the proper way to check for a correct IP Address.

Code:
if (this.textBox1.Text.Length < 9)
      {
        int num1 = (int) MessageBox.Show("Please enter a vaild IP-Address.", "iRedirectoRX");
      }

For that, you can use IPAddress.Parse.

The post has been edited, as u can see.
 
Newbie Spellweaver
Joined
Apr 18, 2013
Messages
17
Reaction score
0
I can't do it. Why? It show message "Failed to initialize iRedirectoRX!
 
Legendary Battlemage
Joined
Mar 7, 2013
Messages
686
Reaction score
43
hi, appears "unable connect to server"
change Ip to vpsIp
 
Newbie Spellweaver
Joined
Dec 14, 2014
Messages
8
Reaction score
0
i tried to use the redirector you just posted for my ourstory source v142 server and it says it's outdated.
 
C# developer
Joined
Dec 4, 2013
Messages
656
Reaction score
80
i tried to use the redirector you just posted for my ourstory source v142 server and it says it's outdated.

Client's version != Server's version
||
Client's patch-version != Server's patch-version.
 
Back
Top