Jump to content

Captcha Code?


Kisuka

Recommended Posts


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  56
  • Reputation:   30
  • Joined:  02/22/12
  • Last Seen:  

Is the captcha code thing still in the client or was it completely removed?

Talking about this:


	// captcha code request (not implemented)
	// R 07e5 <?>.w <aid>.l
	case 0x7e5:
		WFIFOHEAD(fd,5);
		WFIFOW(fd,0) = 0x7e9;
		WFIFOW(fd,2) = 5;
		WFIFOB(fd,4) = 1;
		WFIFOSET(fd,5);
		RFIFOSKIP(fd,8);
		break;

I can implement this if it hasn't been removed from the client. If it has we should remove the left over code.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  355
  • Reputation:   34
  • Joined:  02/09/12
  • Last Seen:  

What is this?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  56
  • Reputation:   30
  • Joined:  02/22/12
  • Last Seen:  

It was a crude anti-bot method that was implemented some time ago on kRO. Around when RE was first released.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...