Author Topic: Anti-Speed hack  (Read 9103 times)

0 Members and 1 Guest are viewing this topic.

yazeen

  • Guest
Re: Anti-Speed hack
« Reply #15 on: March 29, 2011, 07:05:06 am »
Anyone Have Anti-Crasher Tool or smthin caz Someone Crashes my Server When i play on it he sends High Attacks  >:(

Offline [AoD]NC

  • VC:MP Beta Tester
  • VC:MP Veteran
  • *
  • Posts: 616
  • AoD forever!
    • View Profile
    • KURWA MAĆ
Re: Anti-Speed hack
« Reply #16 on: March 29, 2011, 05:52:39 pm »
just mine it will fail anyone!

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

Looping SetSpeed omg :D.

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

(...)

Offline BIG[H]

  • Made Man
  • ***
  • Posts: 159
  • Sight of light
    • View Profile
Re: Anti-Speed hack
« Reply #17 on: March 29, 2011, 10:12:14 pm »
Man Try it looping time can change like for 5 10 seconds loop but try it .it works xD!
Outdoor city server Administrator, FS server owner!

Offline Robd

  • Wiseguy
  • **
  • Posts: 67
    • View Profile
Re: Anti-Speed hack
« Reply #18 on: March 29, 2011, 11:27:44 pm »
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

Offline tato

  • Made Man
  • ***
  • Posts: 106
  • I bet u don't know me!
    • View Profile
    • EA Server
Re: Anti-Speed hack
« Reply #19 on: March 30, 2011, 05:38:59 am »
just mine it will fail anyone!

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

Offline Robd

  • Wiseguy
  • **
  • Posts: 67
    • View Profile
Re: Anti-Speed hack
« Reply #20 on: March 31, 2011, 01: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.
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

Offline tato

  • Made Man
  • ***
  • Posts: 106
  • I bet u don't know me!
    • View Profile
    • EA Server
Re: Anti-Speed hack
« Reply #21 on: March 31, 2011, 04:42:10 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???

Offline Madara

  • Street Thug
  • *
  • Posts: 48
    • View Profile
Re: Anti-Speed hack
« Reply #22 on: March 31, 2011, 10:47:43 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.

Offline tato

  • Made Man
  • ***
  • Posts: 106
  • I bet u don't know me!
    • View Profile
    • EA Server
Re: Anti-Speed hack
« Reply #23 on: April 01, 2011, 02:11:32 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

Offline Robd

  • Wiseguy
  • **
  • Posts: 67
    • View Profile
Re: Anti-Speed hack
« Reply #24 on: April 04, 2011, 06:15:12 pm »
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