• Welcome to Vice City Multiplayer.
 

Anti-Speed hack

Started by locday123, March 26, 2011, 12:35:43 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

yazeen

Anyone Have Anti-Crasher Tool or smthin caz Someone Crashes my Server When i play on it he sends High Attacks  >:(

[AoD]NC

Quote from: BIG[H] on March 29, 2011, 04:46:37 AM
just mine it will fail anyone!

Quote from: tato on March 27, 2011, 09:54:07 AM
Quote from: BIG[H] on March 27, 2011, 09:45:20 AM
Script How to Fail a Hacker O_o

Quote
Public SetSpeed()
{
SetGameSpeed(100);
}

and put this on gamemodeinit
Quote
Public OnGameModeInit
{
SetTimer("SetSpeed",200,1);
}
XD that's true!!!

Quote from: [AoD]NC on March 28, 2011, 01:02:57 AM
Looping SetSpeed omg :D.

SetSpeed is a protected by VCMP value, so a SetSpeed timer doesn't help again hackers much.

(...)

BIG[H]

Man Try it looping time can change like for 5 10 seconds loop but try it .it works xD!
My Guru FORUM MUST VISITmegavcmp.freeforums.org

BIG[H] = BIG HaLL

Robd

The only thing you can really do for anti crash is try to kick players with names that will crash scripts.
Hello, this is Robd from the past.
If you are seeing this I have either posted something stupid, forgotten something, started a stupid topic, or a combination of the three.

Please forgive us for this mistake.

Regards, management

tato

Quote from: BIG[H] on March 29, 2011, 04:46:37 AM
just mine it will fail anyone!

Quote from: tato on March 27, 2011, 09:54:07 AM
Quote from: BIG[H] on March 27, 2011, 09:45:20 AM
Script How to Fail a Hacker O_o

Quote
Public SetSpeed()
{
SetGameSpeed(100);
}
:D

and put this on gamemodeinit
Quote
Public OnGameModeInit
{
SetTimer("SetSpeed",200,1);
}
XD that's true!!!





<!-- Facebook Badge START --><a href="http://es-es.facebook.com/eduardoeslindo" target="_TOP" style="font-family: &quot;lucida grande&quot;,tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;" title="Eduardo Estrada">Eduardo Estrada</a><br/><a href="http://es-es.facebook.com/eduardoeslindo" target="_TOP" title="Eduardo Estrada"><img src="http://badge.facebook.com/badge/697470158.6069.1979465113.png" width="120" height="272" style="b

Robd

The SetGameSpeed doesn't affect hackers because it only sets the default speed for the game. Hacks just make the player able to warp to positions quickly. Therefore the setspeed doesnt affect them.
Hello, this is Robd from the past.
If you are seeing this I have either posted something stupid, forgotten something, started a stupid topic, or a combination of the three.

Please forgive us for this mistake.

Regards, management

tato

Quote from: Robd on March 31, 2011, 12:16:34 AM
The SetGameSpeed doesn't affect hackers because it only sets the default speed for the game. Hacks just make the player able to warp to positions quickly. Therefore the setspeed doesnt affect them.
but there is a way to make that???





<!-- Facebook Badge START --><a href="http://es-es.facebook.com/eduardoeslindo" target="_TOP" style="font-family: &quot;lucida grande&quot;,tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;" title="Eduardo Estrada">Eduardo Estrada</a><br/><a href="http://es-es.facebook.com/eduardoeslindo" target="_TOP" title="Eduardo Estrada"><img src="http://badge.facebook.com/badge/697470158.6069.1979465113.png" width="120" height="272" style="b

Madara

Quote from: tato on March 31, 2011, 03:42:10 AM
Quote from: Robd on March 31, 2011, 12:16:34 AM
The SetGameSpeed doesn't affect hackers because it only sets the default speed for the game. Hacks just make the player able to warp to positions quickly. Therefore the setspeed doesnt affect them.
but there is a way to make that???

Make a check speed to every player, but use value speed 0 when spawn.

tato

Quote from: Madara on March 31, 2011, 09:47:43 AM
Quote from: tato on March 31, 2011, 03:42:10 AM
Quote from: Robd on March 31, 2011, 12:16:34 AM
The SetGameSpeed doesn't affect hackers because it only sets the default speed for the game. Hacks just make the player able to warp to positions quickly. Therefore the setspeed doesnt affect them.
but there is a way to make that???

Make a check speed to every player, but use value speed 0 when spawn.
i will try that





<!-- Facebook Badge START --><a href="http://es-es.facebook.com/eduardoeslindo" target="_TOP" style="font-family: &quot;lucida grande&quot;,tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;" title="Eduardo Estrada">Eduardo Estrada</a><br/><a href="http://es-es.facebook.com/eduardoeslindo" target="_TOP" title="Eduardo Estrada"><img src="http://badge.facebook.com/badge/697470158.6069.1979465113.png" width="120" height="272" style="b

Robd

Just be sure that whenever you use SetPlayerPos, that it will read the player as having very high speed, therefor you may need to add something to set it where, during teles and spawn the player will be excluded from the check.
Hello, this is Robd from the past.
If you are seeing this I have either posted something stupid, forgotten something, started a stupid topic, or a combination of the three.

Please forgive us for this mistake.

Regards, management