Jump to content

Recommended Posts

Posted (edited)

Antibot system (acis 401)

 

Inorder to make the antibot system work u have to add the zone id in xml you can add as many as you want. 

 

pastebin pass: maxcheaters

 

VIDEO

Video

 

CODE

Captcha.java

CaptchaBox.java

AntibotProtection.java

CaptchaZones.java

 

Creature.java

calculateRewards(killer);	
+AntibotProtection.getInstance().updateMonsterCounter(killer, this);

 

Gameserver.java
  
StringUtil.printSection("Quests & Scripts");
ScriptData.getInstance();
+AntibotProtection.getInstance();

 

XML

antibot.xml

 

 

 

Edited by LordPanic
  • Like 4
  • Upvote 1
Posted (edited)

This seems like it would be effective against actual bots, but you only show how anti-bot works in town.

How would this work if a real player has a train of mobs or killing Raid Bosses with minions?

Stop everything and run to 3 different markers? Will a real player be able to see or run to markers if mobs are over them?

There has to be a balance between effective anti-bot protection and how much it interferes with the game play of real players to be considered successful.

Edited by L2Review
Posted

Nice feature @LordPanic. You can create a lot of similar things to prevent bots with this packet. Just use your fantasy 😉

 

1 hour ago, L2Review said:

This seems like it would be effective against actual bots, but you only show how anti-bot works in town.

How would this work if a real player has a train of mobs or killing Raid Bosses with minions?

Stop everything and run to 3 different markers? Will a real player be able to see or run to markers if mobs are over them?

There has to be a balance between effective anti-bot protection and how much it interferes with the game play of real players to be considered successful.

Well, since the coordinates are sent from the source to client, you can always check if the player can move to that point (by using geodata) and then send them to client. Its all about how you will structure it. The specific packet, it may be the best choice for antibot system (i'm not sure if any bot program can handle this packets and send the movement, but still is the best choice)

Posted
1 hour ago, L2Review said:

This seems like it would be effective against actual bots, but you only show how anti-bot works in town.

How would this work if a real player has a train of mobs or killing Raid Bosses with minions?

Stop everything and run to 3 different markers? Will a real player be able to see or run to markers if mobs are over them?

There has to be a balance between effective anti-bot protection and how much it interferes with the game play of real players to be considered successful.

 

I showed just the captcha at the town because i didnt want to make an actual video hiting mobs and wait for the captcha to appear which is very boring for me so i decided to go straight to the point and how it looks like.

 

About the how players will manage to see and react while they have trains etc.  I mean u have a message in the center of ur screen and idealy 1 minute of captcha duration which is plenty to finish whatever u do and finish the captcha. Markers always appear close to player (random) but still close to player. Captcha counts only monsters and not rb or rb minions.

 

As melron said idealy it would be great to check the geo locs of markers and if it's possible for player to reach the markers. Also i need to remove if is3rd and change it to isin2d.

Posted
1 hour ago, wongerlt said:

If server doesn't have any other anti bot then its easy to bypass. Just capture `ExServerPrimitive` packets and then send back move packets

Then i will send 3 extra dummy exserverprimitive packets

Posted
1 hour ago, LordPanic said:

Then i will send 3 extra dummy exserverprimitive packets

But still you can calc. which is fake and which is real by char. cords..

  • 2 months later...
  • 2 weeks later...
Posted (edited)
On 1/2/2023 at 9:40 AM, LordPanic said:

 

I showed just the captcha at the town because i didnt want to make an actual video hiting mobs and wait for the captcha to appear which is very boring for me so i decided to go straight to the point and how it looks like.

 

About the how players will manage to see and react while they have trains etc.  I mean u have a message in the center of ur screen and idealy 1 minute of captcha duration which is plenty to finish whatever u do and finish the captcha. Markers always appear close to player (random) but still close to player. Captcha counts only monsters and not rb or rb minions.

 

As melron said idealy it would be great to check the geo locs of markers and if it's possible for player to reach the markers. Also i need to remove if is3rd and change it to isin2d.

If captcha is based on monsters killed count.. how does a healer/buffer in party get a captcha?

Edited by xZEUSx
  • 6 months later...
Posted
On 04/04/2023 at 19:17, xZEUSx said:

Se o captcha é baseado na contagem de monstros mortos.. como um curandeiro/buffer no grupo consegue um captcha?

Simple, just remove the dead monsters option and add time. Example every 10 minutes the captcha appears!

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • Hello guys, I’m Morientes, owner of the servers you might know: L2Lionna / L2Pandora / L2Ramona / L2ERA / L2Zaken / L2Classic / L2Peri / L2Alice / L2EVA / L2Dragon and more. Over the years I’ve been developing Lineage II projects starting from High Five, then Classic, and later Essence. I started with High Five, which I turned into a very well-tested server with over 100 openings. My peak was around 2800 players online, and the server was stable (no crashes). With every opening there was always something to improve, fix, or optimize, and over time it became more and more stable. I still have all SVN commits from all those years, I can show everything via screen share if needed. The reason I’m selling is not because of the quality. The files are solid and ready to run any type of server (any rates). The problem was on our side;  we didn’t have a good long-term strategy for reopening servers as a team. About Classic: I started from 2.0 (Zaken version) and gradually upgraded it up to 4.7 Kamael. Each chronicle upgrade came with a lot of improvements, especially in terms of stability. About Essence: I started from the very first version and developed it up to High Elf (Protocol 464). Starting from Protocol 286 (Secrets of Empire), I worked with PTS files and extracted a lot of deep fixes. I unpacked AI.obj with full functionality, used official sniffers, and whenever something wasn’t clear, I checked directly on official servers and sniffed packets or data. For every chronicle update, I basically sniffed the entire official server, zones, monsters, events, mechanics, everything. From Chronicle 388, Reborn approached us to buy our files. The current L2Reborn Essence is based on my work! I can prove everything. I also have their updates integrated into my pack. I stopped development after High Elf mainly because my main developer was constantly looking for other opportunities. It became difficult to maintain a stable team, especially with everything going on (including the situation in Ukraine at that time). Eventually, I couldn’t find a reliable dev to continue working on Essence, so I decided to step away from this market last year. Now I’ve decided to sell everything. What I’m selling: All necessary tools (sniffing, geodata build, pack upgrade tools, game client parsers, L2Wiki parser, interfaces etc.) Full SVN repositories with all commits (Essence / Classic / High Five) All edited clients I still have All my data I can also include on sell an official character that is active daily, ranked, end up gear, and has access to end-game zones!!! useful for deep sniffing where normal players don’t have access. If someone wants to buy everything, I prefer a full deal and I will transfer full ownership. If needed, I can also sell parts separately, but honestly I’d prefer to sell everything to one team that can continue this project — this has been my work, my hobby, my baby. Important: I don’t offer further updates. The files are sold exactly as they are. I will, of course, explain everything you need to know to continue working on them. Contact: Telegram: @AlexAlexey Discord: .primsl2
    • Grand Opening: April 11, 2026 Website: https://l2strive.com Discord: https://discord.gg/SsUARZpbkG   🛡️ Server Rates Strive is a High Five Mid-PvP/Craft Server  Experience (XP): x15 Skill Points (SP): x15 Adena: x10 Drop: x15 Spoil: x3 Safe Enchant: +3 Max Enchant: +16 ⚔️ Enhanced Boss Jewelry     ⚔️ Making Bosses Useful Again Let’s be real: usually, Core, Orfen, and Baylor are just placeholder bosses that nobody cares about. We’ve overhauled their jewelry to make them legit end-game gear. We’ve turned these into high-value targets for PvP—if you want these massive percentage boosts, you’re going to have to fight for them.   ⚔️ Enhanced Boss Jewelry   💍 Improved Ring of Core Base Stats: M.Def 48 | HP +445 | MP +21 Offensive: P. Atk +12% | M. Atk +12% Critical: Physical Critical Rate +14 | Magic Critical Rate +2 Utility: Skill Reuse Delay -10% | MP Consumption -5% 🛡️ Improved Earring of Orfen Base Stats: M.Def 71 | MP +31 Defensive: P. Def +15% | M. Def +15% Recovery: Vampiric Rage +4% | Healing Received +6% Resistances: Bleed / Poison / Root / Sleep +20% (Chance & Resistance) 💎 Baylor's Earring Base Stats: M.Def 71 | MP +31 Speed: Atk. Spd +5% | Casting Spd +5% Combat: MP Regeneration +5% Resistances: Stun / Paralyze +30% (Chance & Resistance) 🚀 Core Features Full & Enchanted Buffs: Enjoy 6-hour durations on all standard and enchanted buffs. Premium Buffs: Premium users benefit from extended 9-hour buff durations. 100% Free AutoFarm: Built-in system for seamless progression while away from your PC. Custom Shop: Professional and intuitive UI for all essential equipment and consumables. NPC Buffer: Full scheme support to get you battle-ready instantly. Stability: Dedicated high-performance hardware with professional Anti-DDoS protection.  
    • Hello,   im looking for c4 client developer that can fix some issues, missing icons etc. if you are l2off developer then even better.   its easy ones, fix few skill icons, item icon, easy money if someone has time. I guess its lack of files in my patch, but might be smth other   contact with me on discord: endART_#6190 @DumanisT @SkyLord @XManton @Fr3DBr @mjst @Sighed any ideas who could help me XD
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..