DetectModifiedClient

class DetectModifiedClient(val code: Int) : IncomingGameMessage

Detect modified client is sent by the client right before a map load if the client has been given a frame. For simple deobs, this is generally not the case. In OSRS, the code is consistently sent as '1,057,001,181'.

Constructors

Link copied to clipboard
constructor(code: Int)

Properties

Link copied to clipboard
open override val category: ClientProtCategory
Link copied to clipboard
val code: Int

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String