NegaoMoreno
New Member
- Joined
- Sep 17, 2014
- Messages
- 16
- Reaction score
- 0
SPOILER*** All the information here is just guessing stuff..
Hi everyone, im currently using the bot for more them a year with no bans
I do have my main acc and some bots accs too.
The first thing i think before started booting is how do they catch us, booting,
im my mind as an system analyst there is 3 ways
1 - Client side (NOT APPLIED HERE)
2 - Database analysis
3 - Manual monitoring
as the number 1 is not applied because GGG didnt spent money on that, we are going to analise the number 2 and 3.
I presume as an smart DBA (database administrator) and good white hacker, what I WOULD DO, to catch the bots is
create a table witch contains the user details such as ID, name, password, email, IP_creation, last_IP_connection,day1,day2,day3,day4,day5,day6,day7, last_MAC, Last_connection, total_played_time,date_of_creation
just to represent my idea, that is suppose to be the Normal table for holding the user information, they must have some more information but that is just to represent my idea
they do have an table with FLAGGED MACS, IPs, accs,
so with just a few work with scripts they do an massive filters to catch peoples who uses bot,
for example
day1,day2.... that stores the amount of time played in each day of the week for example
Day1 = 10hour, day2 = 10hours, day3=10hours.. what they are possible doing is query with that information
>>>> SUM DAY1,2,3,4,5,6,7 if > 60 = flagged number 1
if flagged number = 1, check IP flagged(here could be check mac, check email), and if returns true flag number =2
An possible bot is detected at this point, and they go to step number 3 witch is manual analysis
they will look at your build, your chars, your chat history, your transactions between chars and they will ban EVERY RELATED CHAR that there is no chat between or used the same IP to transfers items.
Thinking about that, if you got an private VPN you THINK they aren't into flagged zone, think again
those guys work 24/7 and you think they will not spend money buying vpns just to catch the IP and put into the flagged zone, you are wrong.
.
The application of my logic is not on that query they could do in NUMEROUS ways to catch you
want more examples?
here is
>> IF herolevel < 25 and HOURS spent > 80 = flagged number 1
>> IF Hero_average_played_perDAY_hours > 8 flagged number 1
i hope i helped some people understand the bans , some times you think you are safe behind VPNs but you are not.
in would suggest have an friend if a dynamic ip address and build an vpn with him, and reset the modem every day to change the external ip
Hi everyone, im currently using the bot for more them a year with no bans
I do have my main acc and some bots accs too.
The first thing i think before started booting is how do they catch us, booting,
im my mind as an system analyst there is 3 ways
1 - Client side (NOT APPLIED HERE)
2 - Database analysis
3 - Manual monitoring
as the number 1 is not applied because GGG didnt spent money on that, we are going to analise the number 2 and 3.
I presume as an smart DBA (database administrator) and good white hacker, what I WOULD DO, to catch the bots is
create a table witch contains the user details such as ID, name, password, email, IP_creation, last_IP_connection,day1,day2,day3,day4,day5,day6,day7, last_MAC, Last_connection, total_played_time,date_of_creation
just to represent my idea, that is suppose to be the Normal table for holding the user information, they must have some more information but that is just to represent my idea
they do have an table with FLAGGED MACS, IPs, accs,
so with just a few work with scripts they do an massive filters to catch peoples who uses bot,
for example
day1,day2.... that stores the amount of time played in each day of the week for example
Day1 = 10hour, day2 = 10hours, day3=10hours.. what they are possible doing is query with that information
>>>> SUM DAY1,2,3,4,5,6,7 if > 60 = flagged number 1
if flagged number = 1, check IP flagged(here could be check mac, check email), and if returns true flag number =2
An possible bot is detected at this point, and they go to step number 3 witch is manual analysis
they will look at your build, your chars, your chat history, your transactions between chars and they will ban EVERY RELATED CHAR that there is no chat between or used the same IP to transfers items.
Thinking about that, if you got an private VPN you THINK they aren't into flagged zone, think again
those guys work 24/7 and you think they will not spend money buying vpns just to catch the IP and put into the flagged zone, you are wrong.
.
The application of my logic is not on that query they could do in NUMEROUS ways to catch you
want more examples?
here is
>> IF herolevel < 25 and HOURS spent > 80 = flagged number 1
>> IF Hero_average_played_perDAY_hours > 8 flagged number 1
i hope i helped some people understand the bans , some times you think you are safe behind VPNs but you are not.
in would suggest have an friend if a dynamic ip address and build an vpn with him, and reset the modem every day to change the external ip
Last edited:






