BJX = ban ... ?

08/21/2005 10:28 da_nutz#1
[Only registered and activated users can see links. Click Here To Register...]

the guy is even going as far as tracing your noobs too your main =(.... give your opinions...
08/21/2005 12:10 Hojo#2
Hmmm

I dunno but it is a worry if it happens
08/21/2005 12:13 NyaR#3
prolly just ban the miner and you just make a new one
08/21/2005 13:18 ultimatedestroyer#4
If he did get your main character you could claim its false and probably get it back..be careful though guys this bot is getting harder and harder to use.
08/21/2005 14:48 Toshi#5
Its all because of the dumbasses who made tons of noobs and spamned the PC and TC mines with bots. This is why hacks like these should remain with those who know how to use them properly.
08/22/2005 05:34 -Sokhar-#6
just put that email in porn sites, it will end up being so spammed they will have to change :D

and then.. repeat the process :p
08/22/2005 11:01 sonybaci#7
lol,i've been not banned using BJX,but how do they know and bann us?
08/22/2005 11:06 da_nutz#8
apparently other players playing report suspicious activity to the gm's, gm's look into it and if they find you guilty of botting then they trace ur ip back to your main... at least thats what i make of the post on the co forums, not 100% sure...
08/22/2005 13:01 GiYo#9
for plain, but facts aware person:
- think CyberCaffe
- think dinamic IPs

for a more seasoned person:
- think mysql and (id_char_from, id_char_to, id_item, timestamp)
- think SELECT u.name FROM users as u, trans as t WHERE u.id=t.id_char_to AND t.id_char_from='NAME_OF_ROBOT'; this way you can trace any transaction to any player using TRADE functionality. this can be done in levels, automated, only input needed is the original sinner.

HINT: drop items on floor ;p

naturally, if you trace all items char NAME_OF_ROBOT had and check who has those items now... then even dropping won't help

;)