Skip to content

Snippets of code to be integrated into gamemodes or anti-cheat scripts that catch specific mods, cheats, exploits and hacks.

Notifications You must be signed in to change notification settings

kolor4do/rapid-fire

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rapid Fire

  • Type: Gameplay hack
  • Description: Simply increases the rate of fire for weapons.
  • Detection Method: The tick count between each shot is measured, if the value exceeds the default shot interval for that weapon the player is marked for report. C-Bug and dual wield are taken into account as these will increase the fire rate legitimately.
  • Callback: OnAntiCheatFireRate(playerid, weaponid, interval)
  • Author: Southclaw

Installation

Simply install to your project:

sampctl package install samp-anti-cheat/rapid-fire

Include in your code and begin using the library:

#include <rapid-fiew>

Testing

To test, simply run the package:

sampctl package run

And connect to localhost:7777 to test.

About

Snippets of code to be integrated into gamemodes or anti-cheat scripts that catch specific mods, cheats, exploits and hacks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • SourcePawn 95.9%
  • Pawn 4.1%