Raised This Month: $131 Target: $400
 32% 

Help testing a Anti-Cheat plugin (pest spray)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
DarkSnow
Senior Member
Join Date: Oct 2005
Location: 127.0.0.1
Old 05-13-2006 , 11:16   Help testing a Anti-Cheat plugin (pest spray)
Reply With Quote #1

Update:

http://forums.alliedmods.net/showthr...13333333333333

Do not download the version below as the protocol between client/server is broken. Follow link above to more current version. Thnx
______________________

Hi all, been a while.

I have revised "Pest Spray" (as in insect reppelant - suitable name for an anti-cheat plugin imho) and i need some help testing it out since i dont have an internet connection myself at this time.

Credits:
EKS, SentryIII and mysef (most i guess)
Full list of credits are avaiable in the sma file, aswell as installation instructions and misc junk.


Features:
spinhack
speedhack
rapidfire
script block
shake detection (aimbot)
automatic update checker


To moderators:
Im posting at scripting help and not plugin submissions since all i want is some help to bugtest for major flaws, to get a stable version. Imho its not ready for plugin submission - hence why its at Scripting Help and not at plugin submission forum. Sorry for any inconveniance.


Thanks for any feedback,
cheers
Attached Files
File Type: sma Get Plugin or Get Source (pest_spray.sma - 920 views - 21.3 KB)
File Type: zip pestspray020b.zip (37.1 KB, 244 views)
__________________
DarkSnow is offline
Send a message via MSN to DarkSnow
theangleofdoom
Junior Member
Join Date: Mar 2006
Old 05-13-2006 , 11:29  
Reply With Quote #2

these look good but u have posted in the wrong place. this is script help u want new plugins
theangleofdoom is offline
Ramono
Veteran Member
Join Date: Nov 2005
Location: Netherlands
Old 05-13-2006 , 11:47  
Reply With Quote #3

i took a look at the source code and i think i found a bug with speedhack.
you have those maps like aim_crazyjump2
you can fall very very deep without dying
and when u fall that fast the plugin thinks u have speedhack.
__________________
Um, hi.
Ramono is offline
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 05-13-2006 , 15:18  
Reply With Quote #4

Then have it check if the player is on the ground.
Code:
if(!(get_entity_flags(id) & FL_ONGROUND))
or something
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline
DarkSnow
Senior Member
Join Date: Oct 2005
Location: 127.0.0.1
Old 05-13-2006 , 15:38  
Reply With Quote #5

Quote:
Originally Posted by theangleofdoom
these look good but u have posted in the wrong place. this is script help u want new plugins
Well, as i previously explained i didnt want this posted in the "new plugins submission" forum since this is an unstable version. Since there are no "development help/misc" board i found this to be the most suitable.

Quote:
Originally Posted by DarkSnow
Im posting at scripting help and not plugin submissions since all i want is some help to bugtest for major flaws, to get a stable version. Imho its not ready for plugin submission - hence why its at Scripting Help and not at plugin submission forum. Sorry for any inconveniance
;)

-------------

I know that there are a "bug" with the speed hack detection part of the plugin - but there is no problem with that.

Its up to the server administrator to dissable by config the speed hack detection IF weird mods like superheroes or wc3 alt. surf maps or kz maps. Its simple, if you are running these kinds of things on the server - just edit the config file to dissable the speed hack detection.

-------------

I got feedback on my previous anti-speedhack (only) plugin that worked on a similar way - that it could check if client is on ground - but the problem is that the speedhack cheats could simply be modified to constantly jump while speedhack activated, thus making the PS speedhack detection virtualy useless.

-------------

I have been thinking of making the plugin automaticly detect "dangerous" maps and automaticly dissable speedhack detection when map is loaded, alt. that the script could automaticly detect if such plugins as "ludwig van's roll the dice" or WC3 etc and dissable it.

But as this is version 0.2.0 i just wanted to share the code with the community and get seperate opinions on what should be altered, whats bad/good about it etc - and i realy aprishiate all feedback thanks
__________________
DarkSnow is offline
Send a message via MSN to DarkSnow
nordy
Senior Member
Join Date: Apr 2006
Location: Latvia
Old 05-13-2006 , 15:57  
Reply With Quote #6

i even can't get this compiled
nordy is offline
DarkSnow
Senior Member
Join Date: Oct 2005
Location: 127.0.0.1
Old 05-13-2006 , 16:02  
Reply With Quote #7

Quote:
Originally Posted by nordy
i even can't get this compiled
Weird. I used the latest dist of amxmodx studio w. compiler with no custom stuff, and i havent any problems compiling the sources.

What error message(s) do you get?
__________________
DarkSnow is offline
Send a message via MSN to DarkSnow
slmclarengt
Veteran Member
Join Date: Jul 2004
Location: The Cookie Jar... or Pul
Old 05-13-2006 , 16:19  
Reply With Quote #8

Compiles fine. I also recommend adding support for mods like WC3FT + superhero mod, etc.. because they will really mess with the game. I also don't know if you care but some people like setting their "yaw" settings in-game to extreme amounts and acting like they are spinhacking when they are just spinning which imitates spinhacking. Although I would like an anti-cheat system, nothing is better than the human eye and brain so sorry, I won't be using this.

slmclarengt
__________________
But we don’t beat the Reaper by living longer. We beat the Reaper by living well. -Dr. Randy Pausch, R.I.P.

Come play WC3:FT on BnD Clan Server! You know you want to: Connect to WC3:FT BnD - go ahead click me!
slmclarengt is offline
DarkSnow
Senior Member
Join Date: Oct 2005
Location: 127.0.0.1
Old 05-13-2006 , 17:11  
Reply With Quote #9

Quote:
Originally Posted by slmclarengt
I also don't know if you care but some people like setting their "yaw" settings in-game to extreme amounts and acting like they are spinhacking when they are just spinning which imitates spinhacking.
Thanks for the feedback slmclarengt

I personaly dont care - if they are dumb enough to continue spinning around after the warning. Since they will recive a warning by the script, and a limmited time to stop spinning around (in case of that they are not spinhacking - just fooling around) - so they are given a fair chance to not be banned from the server. If nothing else, its imo their own fault ;)

Quote:
Originally Posted by slmclarengt
Although I would like an anti-cheat system, nothing is better than the human eye and brain so sorry, I won't be using this.
Well, most feats will only react to visualy noticable form of cheats - like speedhacking, shaking, spinning etc. The human eye and mind might be superior to any plugin - but most of the time ime you are disturbed by cheaters >when< no admin is online - and since pest spray is automated, you wont have to worry about some of the cheaters.

(however, the script does not pickup on wallhackers or low-recoil cheaters)

Im thinking about adding a configurable mode that dissables the script aslong as a admin is online.
__________________
DarkSnow is offline
Send a message via MSN to DarkSnow
nordy
Senior Member
Join Date: Apr 2006
Location: Latvia
Old 05-14-2006 , 03:31  
Reply With Quote #10

i got all newst amxmodx
i copiled it with amxmodx.org complier and sucsesfuly but when i start server it show's bad load
nordy is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 21:20.


Powered by vBulletin®
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Theme made by Freecode