09-01-2013, 11:18 PM
Well this script is a small Bash script to help a little to those people who have problems with bored little children, they do dupe gold on their servers.
It is recommended to set a good banned by IPTables, to such persons, and ban SubNet, might work if the case is of some idiot who does this.
Script Link: 2
Note: This work in Linux, no is for Windows.
Edit This in the script.
sql_host="HOST SERVER"
slq_usuario="MYSQL USER"
sql_password="MYSQL PASSWORD"
sql_database="DATABASE WITH t_inven Tables"
### Configuracion
MaxGold="1500000000000"
NewGold="100000000000"
How Work?
1. Saved in a directory in you linux computer.
2. Use the commands:
cd ScriptDirectory
yum install dos2unix
dos2unix DupeGold.sh
chmod 775 ./DupeGold.sh
./DupeGold.sh
I know this is basic, but many people who have their servers have problems with this sort of thing,
Regards.

