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

    • The big systems, such as the Olympiad and sieges, are done. Now it’s time to tackle the smaller stuff.   Fishing, pets, striders, lottery, derby, private shops, and macros are ready.   P.S. If anyone has experience launching projects and would like to try launching a project using my client/server, feel free to message me on Telegram and we can discuss it: @artem_lemeshev
    • That's definitely not the reason why they perform wipes.
    • You are right, and most of them meant it when they said it.   Servers wipe because it is the only tool they have left. Something breaks the economy, a duplication bug or an exploited quest or a bad multisell, and the owner cannot tell which items came out of it. When you cannot find the bad items, the only way to clean the world is to delete the world. That is not dishonesty, it is running out of options.   So the answer is not to promise harder. It is to not need the promise: Backups run daily into three places: this machine, an S3 bucket whose key can write and cannot delete, and a computer that is not the server at all.   A restore test runs weekly and actually restores, into a scratch database, comparing every table against production. I ran it before writing this reply: 119 tables, 0 missing, 0 empty, characters back with their coordinates. Binary logging is on with sync_binlog=1 and fourteen days of retention. Every change is on record, so an item can be traced back to what produced it and removed by itself.   That is what makes "fix the bug and remove what it produced" a real option instead of a slogan. What I will not promise is that the server runs forever. If it ever closes, that is an ending, not a wipe, and you would hear it from me first.   Six months is the only proof that counts. Bookmark the thread.
    • I think it happened when I tried adding an ad banner—it turned out to be an ad injector that scattered ads all over the site and cluttered it up. I’ve removed it now; you either visited right when it was active, or it was just leftover residue. It’s gone now (try Ctrl + Shift + R). I’m fixing the responsiveness right now!
    • A brand-new High Five x5 server built for players, not wallets. Only a week old — the perfect time to start. And this Friday we're running a Double XP Comeback Weekend. 🎉 DOUBLE XP COMEBACK WEEKEND — Friday 21 August, 14:00 → Sunday • x2 XP & SP · x2 Adena & drops · FREE full buffs all weekend 📊 RATES • XP / SP: x5 · Adena & drops: boosted · Chronicle: High Five (L2jMobius, retail-based) ✨ QUALITY OF LIFE • Auto-loot for everyone (adena & items straight to inventory; herbs on ground) • Free buffer in the Community Board (Alt+B) • Offline shops • Champion monsters — passive, extra rewards, drop event medals • Premium earned in-game via medals: +20% XP/SP, gold nickname, up to 6 windows • Multibox: 2 windows free, 6 with Premium • Vote rewards (HopZone, TopZone) 🌐 WEBSITE & COMMUNITY • Full web panel, auction house, referral rewards, 2FA, support tickets • Custom auto-updating launcher • Hands-on GM — real-time bug fixes & support • No RMT, no pay-to-win 🔗 Website: https://nolifer.eu · Discord: https://discord.gg/Z9p4pmXFYx
  • 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..