Jump to content
  • 0

new gameguard


ellandson

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  08/14/13
  • Last Seen:  

I am trying to create a new gameguard, at the moment I want the map server to receive a package with account_id, this package will be sent every minute by the gameguard, the map server has to read this package, the players who do not send this package every minute will be disconnected, how can I do this?

 

 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  08/14/13
  • Last Seen:  

anything in clif_parse that can help me? I really want to do this, if you can't help me I will study until I get it.

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  44
  • Topics Per Day:  0.01
  • Content Count:  895
  • Reputation:   117
  • Joined:  05/23/12
  • Last Seen:  

Write a DLL File and inject it to ur client. That catch the login Paket sending and change it before u send it. After this u Can use Thread.sleep (C#) to wait like u said 60 sec. After this build a new packet and send it to the server by using the client function. U can easily find out how the structure needs to be. Look at the Doc of ur server.

If I don't know what u are doing, the guard will easily bypassable.

 

Rynbef~

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  55
  • Reputation:   4
  • Joined:  02/19/19
  • Last Seen:  

13 hours ago, ellandson said:

anything in clif_parse that can help me? I really want to do this, if you can't help me I will study until I get it.

I hope this DLL helps you. An Open Source Ragnarok security DLL. This DLL has been created by ratalaika. This software was commercially distributed some time but now open source for everyone.

https://github.com/M45T3Ryu/eikasia

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  08/14/13
  • Last Seen:  

since already I appreciate the help, I will study about and posted new updates.

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
Answer this question...

×   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...