Blockland Forums > General Discussion
To hosts paranoid or suspicious about players using Computermix's dll
(1/2) > >>
TheBlackParrot:
Check the player's ping.
If they're frozen yet their ping is changing and is remaining stable at around say 50 - 150ms, then it's pretty much safe to say they're using the script. If it's the same number multiple times or if it's a high number, then they're actually lagging.

You can enter this into your console if you want a /ping command to check:

function serverCmdPing(%client,%target) { %target = findClientByName(%target); messageClient(%client,'',%target.name @ " - " @ %target.getPing() @ "ms"); }

And a shorter version if you're using an eval script:

function serverCmdPing(%c,%t) { %t = findClientByName(%t); messageClient(%c,'',%t.name SPC %t.getPing() @ "ms"); }



--- Quote from: Zeblote on July 23, 2013, 04:23:04 PM ---Theres also an odd, rare glitch where after a lag spike, you are unable to move. Like, you can still chat and stuff, but you can't move or see players moving. It's very strange and can be fixed by hitting the person with a d-wand

--- End quote ---
Try this as well first if a lag spike does occur.
Zeblote:
Theres also an odd, rare glitch where after a lag spike, you are unable to move. Like, you can still chat and stuff, but you can't move or see players moving. It's very strange and can be fixed by hitting the person with a d-wand
Conan:

--- Quote from: Zeblote on July 23, 2013, 04:23:04 PM ---Theres also an odd, rare glitch where after a lag spike, you are unable to move. Like, you can still chat and stuff, but you can't move or see players moving. It's very strange and can be fixed by hitting the person with a d-wand

--- End quote ---
there's also another odd glitch that happens sometimes where you can move around fine, see people moving around and chatting/w/e fine, but whatever you do regarding clicking/using weapons/building/typing won't register.
Zalot:
i don't get why a script that freezes you in midair is that bad
people can still die and be banned with it, it just freezes them, without helping anything

if it is  being used to break the game (Like on a falling platforms server) than it's obvious and they can be banned anyway
Starzy:

--- Quote from: Conan on July 23, 2013, 07:28:36 PM ---there's also another odd glitch that happens sometimes where you can move around fine, see people moving around and chatting/w/e fine, but whatever you do regarding clicking/using weapons/building/typing won't register.

--- End quote ---
That's to do with something unrelated to lag or the dll it's when you enter something into your console say something like an auto seat switcher and the time between switching is below 200 ms or something like that.
Navigation
Message Index
Next page

Go to full version