Also, on witnessing this type of thing, what is the best method for reporting it? /petition name with offence ?
As far as the coding, what would the syntax be to detect this?
Here is something I can think of off the top of my head. Please excuse my syntax errors and accept this is just psydocode.
Code: Select all
/varset hackpc ${NearestSpawn[PC].ID}
/varset hackdistance 0
:distancecheck
/varset hackdistance ${Spawn[${hackpc}].Distance}
/delay 1s
/if (${Math.Calc[${Spawn[${hackpc}].Distance} - ${hackdistance}) > 500) {
|#######Warp Detected Checking for Named Spawn decrease
/varset namedcountdown 3m
/varset namedspawn ${Spawn[NPCNamed].Count} <---Incorrect Syntax, but you get the idea
:namedhack
/if ${namedspawn} < ${Spawn[NPCNamed].Count} /call HackFound
/if ${namedcountdown} == 0 /goto :distancecheck
/goto :namedhack
}
/goto :distancecheck
Sub HackFound
/echo HACKING DETECTED BY ${Spawn[$hackpc}]}
/return
Now, that being said what kind of liability would this open to the person detecting and doing the reporting?
Food for thought
Thanks,
Noob





