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

locday123

people can write me a code for anti-speed hack and randomly select a character as Zombie.
Thanks everyone

[AoD]NC

It is not worth to make a server-side anti-speed-hack IMO.

Note that there is no zombie actor in VC.

yazeen

Quote from: [AoD]NC on March 26, 2011, 03:11:17 PM
It is not worth to make a server-side anti-speed-hack IMO.

Note that there is no zombie actor in VC.

yes there is a zombie actor its not realy zombie but fells like one they are

Begger injured man and women
Phil with one hand

Thats all

Robd

I think they're right about the lack of need... if you really want it then look at the format of some speedometers and just make it where if speed goes past a certain amount to kick/ban/whatever u want
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

BIG[H]

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);
}
My Guru FORUM MUST VISITmegavcmp.freeforums.org

BIG[H] = BIG HaLL

tato

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!!!





<!-- 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

yazeen

i wish i could help but im Not Good at timerx function :(

tato






<!-- 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

[AoD]NC

Looping SetSpeed omg :D.

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

By "Anti-speed hack" I have thought about high speeds with cars...

Robd

like i said just copy it straight from a speedometer, if speed exceeds  certain amount then recognise a hacker
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






<!-- 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

[AoD]NC

Quote from: Robd on March 28, 2011, 04:03:53 AM
like i said just copy it straight from a speedometer, if speed exceeds  certain amount then recognise a hacker

But it will ban also players with high ping, because they packets are sent not so often as by not lagging players (that's why car sync is mostly "warpy").

tato

Quote from: [AoD]NC on March 28, 2011, 03:43:30 PM
Quote from: Robd on March 28, 2011, 04:03:53 AM
like i said just copy it straight from a speedometer, if speed exceeds  certain amount then recognise a hacker

But it will ban also players with high ping, because they packets are sent not so often as by not lagging players (that's why car sync is mostly "warpy").
XD i don't know about that so .....





<!-- 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

Quote from: [AoD]NC on March 28, 2011, 03:43:30 PM
Quote from: Robd on March 28, 2011, 04:03:53 AM
like i said just copy it straight from a speedometer, if speed exceeds  certain amount then recognise a hacker

But it will ban also players with high ping, because they packets are sent not so often as by not lagging players (that's why car sync is mostly "warpy").
Thats true if you set it to slightly above normal, but if you set it at a riduculous speed (like half accross the map in seconds) then there's no way they lag that bad, if they do then getting kicked from your server is the least of their worries.
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

BIG[H]

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!!!
My Guru FORUM MUST VISITmegavcmp.freeforums.org

BIG[H] = BIG HaLL