illmatic2k
New Member
- Joined
- Feb 4, 2012
- Messages
- 20
[feature request]
Can you add an option that HBRelog will try with a specific number of tries to login the wow account? (after the ping check)
reason:
I can confirm that the GMs are using IP bans to check if you are multibotting. This will only thread multibotters which dont using proxys.
what happens on a IP ban:
HBRelog will notice that it has to relog. It will be relog to the wow account and immediatly after the relog wow will kick you out. So HBRelog will log in again and again until you have a new ip. So every account on that IP will be getting a ban.
I read a bigger discussion about this in another forum for multibotters and decide to try it. So I botted 2 accounts on one IP with a broken profile and report them from several accounts. This morning I could see exactly the wow kick out. So both accounts got a 72 ban and the reason was "3th party tools".
prinicple for programmers:
- add a new option in "Options" and add a standard value of 3 or 5 for those people which are dont read a manual
- right after the "ping_check" do another check if the count of "login_tries" are reached.
--> if (login_tries==option_tries) {
stop the instance with an error message in "status"
}
else {
login_tries++
}
Dont forget to set login_tries=0 if the "Start" button will be klicked.
Can you add an option that HBRelog will try with a specific number of tries to login the wow account? (after the ping check)
reason:
I can confirm that the GMs are using IP bans to check if you are multibotting. This will only thread multibotters which dont using proxys.
what happens on a IP ban:
HBRelog will notice that it has to relog. It will be relog to the wow account and immediatly after the relog wow will kick you out. So HBRelog will log in again and again until you have a new ip. So every account on that IP will be getting a ban.
I read a bigger discussion about this in another forum for multibotters and decide to try it. So I botted 2 accounts on one IP with a broken profile and report them from several accounts. This morning I could see exactly the wow kick out. So both accounts got a 72 ban and the reason was "3th party tools".
prinicple for programmers:
- add a new option in "Options" and add a standard value of 3 or 5 for those people which are dont read a manual
- right after the "ping_check" do another check if the count of "login_tries" are reached.
--> if (login_tries==option_tries) {
stop the instance with an error message in "status"
}
else {
login_tries++
}
Dont forget to set login_tries=0 if the "Start" button will be klicked.