Against bots

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Locked
User avatar
Pere
Posts: 400
Joined: Sat Jan 05, 2008 11:09 am
Location: Catalunya, Berguedà

Re: Against bots

Post by Pere »

ThePhoenixBird wrote:
Migi wrote:
ThePhoenixBird wrote:Can you code it to show up in a pop-up box?

Big shiny letters if possible :P
This is frustrating... if L2 has not pop-ups we cannot do that.. and big shiny letters neither.

Well... Say2.PARTYROOM_COMMANDER is maybe a solution for you xD


Seriously, if someone is only sending [farming-packets] (moveto, target, attack....) a Say2.WHISP would be enough. But not a sysmsg!
If sure that there are some pop-up around there, i will ask to a core dev :P
There is. But only with yes/no or ok button.
Ah well, there is the NPC or Quest window option! That would be a nice idea too :D
Bones tardes amics meus tots!
User avatar
Qarked
Posts: 124
Joined: Tue Jun 02, 2009 2:27 am

Re: Against bots

Post by Qarked »

why removing my post?
Image
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Against bots

Post by _DS_ »

Because of commercial advertising.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
User avatar
Qarked
Posts: 124
Joined: Tue Jun 02, 2009 2:27 am

Re: Against bots

Post by Qarked »

But it was the unique effective way against bots! Wish to tell it bad idea? But it devilishly real!
Image
User avatar
Sirpaypi
Posts: 108
Joined: Mon May 18, 2009 11:51 pm
Location: Moяocco.

Re: Against bots

Post by Sirpaypi »

For me the unique effective way against bots are GM POLICE and some nice player, and in the 2nd way coding will speak.
Saying that Java is nice because it works on all OSes is like saying that anal sex is nice because it works on all genders.
DeGato
Posts: 51
Joined: Wed Oct 28, 2009 4:49 pm

Re: Against bots

Post by DeGato »

Sirpaypi wrote:effective way against bots are GM POLICE and some nice player
Indeed!
Lee
Posts: 102
Joined: Wed Sep 02, 2009 11:10 pm

Re: Against bots

Post by Lee »

I coded it for my server.. here's how it works:

* First it detects if you farm (killing mobs etc).
* You got 5 levels of farming.. if you kill for ex. 100 mobs you get 1st level and get notified every 15 mins with that popup and so more for the next levels.
* If you type the code you're free to go ,but you have a limited time of 30 seconds to reply.
* If you don't type it ,you get kicked and logged.
* If you aren't killing any mobs ,you will get it only once per 2 hours or more.

and it actually works pretty well :p tested on live ,i'll test more things and new ideas to add and then i'll share it here ^^
savormix
Posts: 28
Joined: Sun Aug 19, 2007 4:16 pm
Location: Vilnius, Lithuania

Re: Against bots

Post by savormix »

Lee wrote:I coded it for my server.. here's how it works:

* If you aren't killing any mobs ,you will get it only once per 2 hours or more.
The idea is good. Good enough, although IDK how you display the code so it wouldn't be easily replied to by a bot.

P.S. You must have banned a lot of private store users.
Image
gio
Posts: 186
Joined: Fri Apr 13, 2007 1:40 am
Contact:

Re: Against bots

Post by gio »

savormix wrote:P.S. You must have banned a lot of private store users.
Isn't it possible to check if player is in private store mode or not?
---
L2J = Convert.ToL2J(L2off);
---
Lee
Posts: 102
Joined: Wed Sep 02, 2009 11:10 pm

Re: Against bots

Post by Lee »

savormix wrote:
Lee wrote:I coded it for my server.. here's how it works:

* If you aren't killing any mobs ,you will get it only once per 2 hours or more.
The idea is good. Good enough, although IDK how you display the code so it wouldn't be easily replied to by a bot.

P.S. You must have banned a lot of private store users.
Well for now it doesn't generate it like automaticly numbers & letters ,but only a Rnd.get(100) and cases.. For each case it has an code. It will be this way until i find a way to generate unique letters & numbers.

And no ,it has a check if user is in private store or not ^^
savormix
Posts: 28
Joined: Sun Aug 19, 2007 4:16 pm
Location: Vilnius, Lithuania

Re: Against bots

Post by savormix »

But ehm... If you send it as a html or a system message, only an idiot will not be able to create a script for the botting program which counters it. UNLESS you find a way to show images, but in a way that their name would not identify the letter/word (so LINEAGEII or NCZ0ft item pics wont work).
Image
User avatar
BiggBoss
L2j Veteran
L2j Veteran
Posts: 1104
Joined: Wed Apr 15, 2009 3:11 pm
Location: Spain

Re: Against bots

Post by BiggBoss »

Try this:
Randomnly a color is generated.
Then, and html with 4 liks with different colors pop up, 1, the randomly generated
If you dont click the correct one, you are in jail
Image
Lee
Posts: 102
Joined: Wed Sep 02, 2009 11:10 pm

Re: Against bots

Post by Lee »

B1ggBoss wrote:Try this:
Randomnly a color is generated.
Then, and html with 4 liks with different colors pop up, 1, the randomly generated
If you dont click the correct one, you are in jail
Yeah it would work.. I don't know a bot which can read colors ,but if this will be released im sure there will be a reader for this too..
streamsss
Posts: 186
Joined: Wed Jun 24, 2009 10:01 am

Re: Against bots

Post by streamsss »

Lee can you share your protect?)
savormix
Posts: 28
Joined: Sun Aug 19, 2007 4:16 pm
Location: Vilnius, Lithuania

Re: Against bots

Post by savormix »

B1ggBoss wrote:Try this:
Randomnly a color is generated.
Then, and html with 4 liks with different colors pop up, 1, the randomly generated
If you dont click the correct one, you are in jail
Unless you are not specifying the correct color in the html, it's useless...

Bots can read the whole packet, and can easily extract the needed data. And the RequestBypassToServer can be made up if needed.
Image
Locked