Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[Fix] Multiple Accounts


eddy34
 Share

Recommended Posts

Hello everyone, I do not know if this fix already posted here, but it is a serious bug, I'm posting.

Problem: If a user with the login: "Guardian" connects to another game and tries to connect but before the "Guardian" puts space, getting "Guardian", the character doubles and both are connected. So both can "Dueling among themselves, leveling together, or make any action as two different users.

Solution :

In Private Sub HandleLogin, Find :

```
Name = Buffer.ReadString
```
Replace with :

```
Name = Trim$(Buffer.ReadString)
```
Credits : Lincoln & Warlow

Sorry for English.
Link to comment
Share on other sites

  • 1 year later...

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

×
×
  • Create New...