AntiCmd Flooder
 

News:

29 December 2022 - PtokaX 0.5.3.0 (20th anniversary edition) released...
11 April 2017 - PtokaX 0.5.2.2 released...
8 April 2015 Anti child and anti pedo pr0n scripts are not allowed anymore on this board!
28 September 2015 - PtokaX 0.5.2.1 for Windows 10 IoT released...
3 September 2015 - PtokaX 0.5.2.1 released...
16 August 2015 - PtokaX 0.5.2.0 released...
1 August 2015 - Crowdfunding for ADC protocol support in PtokaX ended. Clearly nobody want ADC support...
30 June 2015 - PtokaX 0.5.1.0 released...
30 April 2015 Crowdfunding for ADC protocol support in PtokaX
26 April 2015 New support hub!
20 February 2015 - PtokaX 0.5.0.3 released...
13 April 2014 - PtokaX 0.5.0.2 released...
23 March 2014 - PtokaX testing version 0.5.0.1 build 454 is available.
04 March 2014 - PtokaX.org sites were temporary down because of DDOS attacks and issues with hosting service provider.

Main Menu

AntiCmd Flooder

Started by Madman, 19 December, 2004, 20:35:55

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Madman

I need a anti cmd flooder for my FunScript...

something like
User is only allowed to use the commands X nr of times in X nr of seconds

Check my signature and dl the FunScript v5 if you need to have look at the script... ;p
We suffer in silence, we lurk in the shadows, we kill in the night
Site currently down, ETA of returning online is 2099 ;p

blackwings

QuoteOriginally posted by madman
I need a anti cmd flooder for my FunScript...

something like
User is only allowed to use the commands X nr of times in X nr of seconds

Check my signature and dl the FunScript v5 if you need to have look at the script... ;p
that is a nice thing to add to deflood actually. deflood already stop !me floods, but a anitcmd flooding would be nice...

Anyway, on topic, dunno really, but if you check how deflood stop !me flooders, then you might add a anitcmd flooder to your script by yourself :)


Herodes

deflood 5 that is in beta stage atm is taking care of that ...

??????Hawk??????

#3
heres a start..

maby  someone want to take it further ...


  
 
 
 
-- Command Anti Flood ??????Hawk??????
--  20-12-04
Bot = "Anti-Command-Flood"
Prefix = "!"
BarredUsers = {} 
Count = 4000


function Main()
	SetTimer(Count)
	StartTimer() 
end


function OnTimer()
	BarredUsers = {}
end


function DataArrival(user, data)
   	if (strsub(data,1,1) == "<") then
   		s,e,cmd = strfind(data,"%b<>%s+(%S).*")
      			if not user.bOperator and (cmd==Prefix) then
				if  BarredUsers[user.sName] then
					user:SendData(Bot,"Please Slow Your commands down ! ! !")
					return 1
				else
					BarredUsers[user.sName] = 1
				end
			end
	end

end

plop

QuoteOriginally posted by Herodes
deflood 5 that is in beta stage atm is taking care of that ...
so does deflood 4.x.x, but you gotta make sure that deflood is the 1st script which is executed.
if you don't do this there is no script which can help against this problem except fixing it inside the script with the command itself.

plop
http://www.plop.nl lua scripts/howto\'s.
http://www.thegoldenangel.net
http://www.vikingshub.com
http://www.lua.org

>>----> he who fights hatred with hatred, drives the spreading of hatred <----<<

SMF spam blocked by CleanTalk