invalid client... for those who dont know..

09/28/2008 14:14 greypimps01#1
FOr those who dont know when you get invalid client.. You dont have to restart or close out. Just pick the server again and login.."reduce time". Sorrry if this is already been post before..
09/28/2008 15:48 RedRooster666#2
When i got the invalid client i had to reinstall 2moons
09/28/2008 18:02 run4fun2222#3
No you don't, it just tells you that you have to. Simply keep trying to login to the server and you'll be able to get in eventually depending on how many mobs were edited. Save a back-up of your data pack 4 pack so that you won't have to re-install if you mess up with all your hacks.
09/28/2008 19:15 greypimps01#4
hmm seem like only way i got in was say whenever u change a value u have to replace it somewhere else. For example as in tuts: the 9,10,11 parameters for some mobs were:
1,1,2 now im gonna change that to 3,1,1. You see how i change 2 to a 3, now you gotta go find a 3 somewhere in the line and change it toa 2. I think you gotta do it on the other line where you change the number of mobs to vac. Atleast thats how i did it, i cant get it to work other ways. This gets me in 1-4 tries with 3 mobs edited.
09/29/2008 01:07 run4fun2222#5
Actually now, I'm gettin invalid client every single time even with no hacks on =(
09/29/2008 01:57 mithandir1#6
I posted the source for my old shopkeeper bot. This could easily be modified to keep trying to log you in until it has success. If anyone feels up to that.
09/29/2008 16:37 playercube#7
Here is a simple Autoit script that I managed to string together (quite a noob job) but it works. **Scraped together from mithandir1's work. THANKS mithandir1!!

1. You log in to your character.
2. Once in the Select character page, run the script.

What this does:

1. Selects the first character listed.
2. Select the server listed last (ie. Bone)
3. Press the Connect button.
4. Wait 8 seconds and repeat.

This doesn't stop automatically, so once you get in, turn it off.

To stop it, press the END button

Works only on 1028x768 resolution, full screen.

This is a noob job i know, but it works...at least for me. If someone else had a better one, or can improve upon it. please post/share.
09/29/2008 19:11 Robur#8
Good job with the log in script. the invalid client gets really boring after a while :P
09/29/2008 21:49 1coolguy#9
Quote:
Originally Posted by playercube View Post
Here is a simple Autoit script that I managed to string together (quite a noob job) but it works. **Scraped together from mithandir1's work. THANKS mithandir1!!

1. You log in to your character.
2. Once in the Select character page, run the script.

What this does:

1. Selects the first character listed.
2. Select the server listed last (ie. Bone)
3. Press the Connect button.
4. Wait 8 seconds and repeat.

This doesn't stop automatically, so once you get in, turn it off.

To stop it, press the END button

Works only on 1028x768 resolution, full screen.

This is a noob job i know, but it works...at least for me. If someone else had a better one, or can improve upon it. please post/share.
how do i use this? what program do i need?
09/29/2008 22:02 kikichan#10
Quote:
Originally Posted by playercube View Post
Here is a simple Autoit script that I managed to string together (quite a noob job) but it works. **Scraped together from mithandir1's work. THANKS mithandir1!!
@1coolguy, read the red text.
09/29/2008 22:06 Hagman94#11
Quote:
Originally Posted by 1coolguy View Post
how do i use this? what program do i need?
You need AutoIt :) Just google it, then you will find it :)