Jump to content
  • 0

[Help]Anti Captcha System


Question

Posted

Hello MXC

 

 

I am Working with L2 j Freya chronicle .....

 

 

I succesfully added this share from Mxc     http://maxcheaters.com/forum/index.php?topic=162861.0  

 

and Works perfect for me....! dfnb.png

 ( I want to protect my server good and avoid users Using L2 Net/walker etc etc ..... So that is why i trying this ) ;)

 

 

That Is why i am warned about this  ---> check it ---->  http://insane-gamers.com/showthread.php?7515-SOLVED-L2-The-Sacred-Metal-Captcha-Protection

 

 

I want to know how to make it more SECURE ...! I was player in a server and HAd the same protection (but no1 can bypass it )

 

Here is their Work .... dsfre.pngewrgfw.png

 

 

I want to make something similar.... Is this possible ? :O

 

 

Thanks in advance

 

Listening all opinions / advises ...!

Recommended Posts

  • 0
Posted

there isnt much difference between those 2 images i think, what exactly do you want to change? to make something like if you didnt enter the correct code in 1 minute then you can not do it anymore and u are jailed or something like you have only got 1 chanse to type correct code or what else?

  • 0
Posted

there isnt much difference between those 2 images i think, what exactly do you want to change? to make something like if you didnt enter the correct code in 1 minute then you can not do it anymore and u are jailed or something like you have only got 1 chanse to type correct code or what else?

 

I think that the second1 cannot be bypassed as i had post it to L2 Net Forum and i did not taken any answer ;) ..!

 

In other Words I Want to make it More Safer .....

 

 

Thats is why i said "Listening all opinions / advises ...!"

 

 

;) ...!

 

 

  • 0
Posted

computers are not so smart to read an image, if it was a string text, yea is posbile ofc..

 

This way to protect server from boots is sh1t.

i want to play not answer everytime in stiuped pop ups...

 

i remember that way from l2ownage before 1 year, every 15-20 min pop up ... really make you angry xD

  • 0
Posted

you could have those images in server same as crests so players wont have them in their client, but i dont think that it would change a thing

 

As i can see from their code, they have check:

IF "HTML.CONTAINS #$CAPTCHA" == TRUE

you could change $captcha in your code to what ever you want just to players dont know it, if they cant check whats there then i think it should work.

 

  • 0
Posted

computers are not so smart to read an image, if it was a string text, yea is posbile ofc..

 

 

Pfc There is not so smart ^^ But there is scripts that can bypasses mine protcection so i want to make it a litle bit more Secure !!

 

 

Check This  http://insane-gamers.com/showthread.php?7515-SOLVED-L2-The-Sacred-Metal-Captcha-Protection

 

Edit :

 

//CODE & CONCEPT BY Phear3d
//Written August 25, 2010

SET_EVENT "<&SCRIPTEVENT_SERVERPACKET&>" "<&SYSTEM_CURRENTFILE&>" NpcHtml 25
BLOCK 25
PRINT_TEXT "Captcha script is running!"
WHILE ZERO == ZERO
SLEEP 2000
WEND
END_SCRIPT

FUNCTION NpcHtml
  DEFINE INT PacketType 0
  DEFINE INT ID 0
  DEFINE STRING HTML ""

  PACKET.READ_BYTE PacketType
  PACKET.READ_INT32 ID
  PACKET.READ_STRING HTML

  IF "HTML.CONTAINS #$CAPTCHA" == TRUE
     NPC_DIALOG "bypass -h voice .CAPTCHA LOL LOL"
     PRINT_TEXT "Captcha Bot Check Found"
     JUMP_TO_LABEL THE_END
  ELSE
     INJECTBB_CLIENT PACKET
  ENDIF

LABEL THE_END
RETURN VOID

 

This is the solution some1 gives For L2 Net to bypass this protecrion ;)

  • 0
Posted

computers are not so smart to read an image, if it was a string text, yea is posbile ofc..

 

This way to protect server from boots is sh1t.

i want to play not answer everytime in stiuped pop ups...

 

i remember that way from l2ownage before 1 year, every 15-20 min pop up ... really make you angry xD

 

Well it might be really boring and stupid but i think it is the only way to pretect a server from boting except paying for LameWare ;) ...!

 

you could have those images in server same as crests so players wont have them in their client, but i dont think that it would change a thing

 

As i can see from their code, they have check:

IF "HTML.CONTAINS #$CAPTCHA" == TRUE

you could change $captcha in your code to what ever you want just to players dont know it, if they cant check whats there then i think it should work.

 

 

So You recomentd me rename Voiced command and add creasts images like them ?

  • 0
Posted

i dont know if images in server files like crest would work but renaming voiced command for sure

  • 0
Posted

i dont know if images in server files like crest would work but renaming voiced command for sure

 

Ohh Yes Nice Idea ... ;) ...! hmm Now  I Am Thinking how i can make it work with Images (crests) into the core of the server :S ...!

  • 0
Posted

Ohh Yes Nice Idea ... ;) ...! hmm Now  I Am Thinking how i can make it work with Images (crests) into the core of the server :S ...!

You will need to know java well, belive me :P

  • 0
Posted

You will need to know java well, belive me :P

 

 

pff that is Bad because i am a litle bit Noob on Java Coding ;) Maybe a L2J Dev might help me do this ...

  • 0
Posted

Bump ..!

 

 

Well To be more specific  i want to know how to use images into the game without to use .UTX files into SyTextures folder like this server does ...! ( sth with crest files ... ) I am not sure...!

 

 

  • 0
Posted

The old one was very simple to bypass bcause was used client letters...

Very simple they decleare Letters Link ...

 

But as i say, there are new-customs images...

Why you lose time on PvP Servers? BTW i see ppl ask for PvP Server protection methods...

Personaly i dont lose my time with PvP Servers...

  • 0
Posted

The old one was very simple to bypass bcause was used client letters...

Very simple they decleare Letters Link ...

 

But as i say, there are new-customs images...

Why you lose time on PvP Servers? BTW i see ppl ask for PvP Server protection methods...

Personaly i dont lose my time with PvP Servers...

 

Well i Have fun playing on PvP server...  Well the point is that i want to make protection for boting and because at first point there is no money for LameQuard i am trying to fix this Code to be really hard to bypass ;) .. Be Sure i will make it with a litle help ;) !  it is not imposible ...!

  • 0
Posted

If you used integrated images from client, such as numbers 1 to 9, basically the system would be easily bypassed, as phx could sniff the name of images, then doing a script you enter it automatically.

 

The only possible way is to get the full image to be generated randomly, such as catpcha. So external to the client.

 

After the protection comes only about the captcha system itself. Use another system.

 

-----

 

General discussion :

 

What the point about capcha, it's good only to spot a "bot", so in a pvp server, it's totally useless.

 

You stay out of your computer to go shit, you're banned because you weren't at time xx to enter a popup ? Clearly, stupid system.

Guest
This topic is now closed to further replies.



  • Posts

    • A simple script which randomizes your target from shortest -> furthest so you can farm with Rush Impact on your doombringer   Edit your skill id (Default 45179): SkillList.ByID(45159, sweep)   Edit your search range (Default 900):  Script.NewThread(@SweepThread, Pointer(900));     var bSweepFurthest: boolean; // Global state variable to track which mob to get next // This procedure now alternates between finding the furthest and nearest mob. procedure SweepThread(dist: integer); var sweep: TL2Skill; mob: TL2Npc; begin while Delay(100) do begin if (Engine.Status = lsOnline) and SkillList.ByID(45159, sweep) then begin // Decide which mob to find based on the bSweepFurthest state if (bSweepFurthest) then begin mob:= GetFurthestSweepableMob(dist); // Looking for the furthest mob end else begin mob:= GetNearestSweepableMob(dist); // Looking for the nearest mob end; if (mob <> nil) then begin if Engine.SetTarget(mob) then Delay(1); Engine.UseSkill(sweep) ; // Flip the state for the next loop iteration bSweepFurthest := not bSweepFurthest; end; end; end; end; // Corrected to check for dead mobs function GetNearestSweepableMob(dist: integer): TL2Npc; var i: integer; begin Result:= nil; for i:= 0 to NpcList.Count-1 do begin if (NpcList(i).Valid) and (User.DistTo(NpcList(i)) < dist) and not (NpcList(i).Dead) then begin // <<< Corrected: Sweepable mobs are dead Result:= NpcList(i); dist:= User.DistTo(NpcList(i)); end; end; end; // Modified to accept a distance parameter and corrected to check for dead mobs function GetFurthestSweepableMob(dist: integer): TL2Npc; var i: integer; max_dist: integer; begin Result:= nil; max_dist:= 0; for i:= 0 to NpcList.Count-1 do begin if (NpcList(i).Valid) and (User.DistTo(NpcList(i)) < dist) // <<< Changed from 400 to the 'dist' parameter and not (NpcList(i).Dead) // <<< Corrected: Sweepable mobs are dead and (User.DistTo(NpcList(i)) > max_dist) then begin Result:= NpcList(i); max_dist:= User.DistTo(NpcList(i)); end; end; end; // Main execution block begin // Initialize the state to start by finding the furthest mob first bSweepFurthest := true; // Start the thread, passing 300 as the max distance for both nearest and furthest searches Script.NewThread(@SweepThread, Pointer(900)); Delay(-1); end.  
    • 🔥 O servidor que vai mudar seu conceito de Lineage 2! ⚔️ https://L2Destruction.com.br | Chronicle C4 - Scion of Destiny Um clássico com alma moderna. Eventos inéditos, mecânicas revolucionárias e um PvP/PvE intenso como você nunca viu! ✅ Rates: XP 75 / SP 65 / Adena 75 ✅ Party Level Up ✅ Anti-bot, anti-pay-to-win ✅ Comunidade ativa e suporte dedicado 🎯 Se você busca emoção de verdade, este é o servidor! 🔗 Acesse: https://L2Destruction.com.br 🛡️ Prepare-se para o combate. O seu destino começa agora. 🔥 The server that will redefine your Lineage 2 experience! ⚔️ https://L2Destruction.com.br | Chronicle C4 - Scion of Destiny A classic reborn with modern systems. Unique events, custom mechanics, and non-stop PvP/PvE action await you! ✅ Rates: XP 75 / SP 65 / Adena 75 ✅ Party Level Up ✅ No bots, no pay-to-win ✅ Active community and dedicated support 🎯 If you want a real challenge — this is your server! 🔗 Visit: https://L2Destruction.com.br 🛡️ The battle begins now. Your destiny awaits. 🔥 ¡El servidor que va a revolucionar tu experiencia en Lineage 2! ⚔️ https://L2Destruction.com.br | Chronicle C4 - Scion of Destiny Un clásico con alma moderna. Eventos únicos, mecánicas avanzadas y acción PvP/PvE constante como nunca antes. ✅ Rates: XP 75 / SP 65 / Adena 75 ✅ Party Level Up ✅ Sin bots, sin pay-to-win ✅ Comunidad activa y soporte dedicado 🎯 Si buscas una experiencia real — este es tu servidor. 🔗 Ingresa a: https://L2Destruction.com.br 🛡️ Prepárate para la guerra. Tu destino comienza ahora!  
    • Dear friends! We are pleased to present our new Telegram bot for purchasing  Telegram Stars  Convenient and easy to use The best prices Fast, cheap, and safe Support for multiple payment methods ➡ Go to the bot to purchase Telegram Stars Useful links: Telegram bot for purchasing Telegram Stars: Go Digital goods store: Go Store’s Telegram bot: Go SMM Panel: Go Contacts and support: ➡ Telegram: https://t.me/socnet_support  ➡ Telegram channel: https://t.me/accsforyou_shop  ➡ WhatsApp: https://wa.me/79051904467  ➡ WhatsApp channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n  ➡ Discord: socnet_support  ➡ Discord server: https://discord.gg/y9AStFFsrh  ➡ ✉ Email: solomonbog@socnet.store  Through these contacts you can also: — get consultations on wholesale purchases — establish a partnership (current partners: https://socnet.bgng.io/partners ) — become our supplier SocNet — digital goods and premium subscriptions store 
    • Dear friends! We are pleased to present our new Telegram bot for purchasing  Telegram Stars  Convenient and easy to use The best prices Fast, cheap, and safe Support for multiple payment methods ➡ Go to the bot to purchase Telegram Stars Useful links: Telegram bot for purchasing Telegram Stars: Go Digital goods store: Go Store’s Telegram bot: Go SMM Panel: Go Contacts and support: ➡ Telegram: https://t.me/socnet_support  ➡ Telegram channel: https://t.me/accsforyou_shop  ➡ WhatsApp: https://wa.me/79051904467  ➡ WhatsApp channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n  ➡ Discord: socnet_support  ➡ Discord server: https://discord.gg/y9AStFFsrh  ➡ ✉ Email: solomonbog@socnet.store  Through these contacts you can also: — get consultations on wholesale purchases — establish a partnership (current partners: https://socnet.bgng.io/partners ) — become our supplier SocNet — digital goods and premium subscriptions store 
    • Great product, easy to install/handle and nice guy @Splicho! Amazing work mate.
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock