Fuckyou.pl script avoider

By Selfish on Jul 31, 2008

This script is a way to avoid being sajoined to multiple channels by an irc operator. There is a script called fuckyou.pl that does this, and the ircop sets how many channels/how fast/etc. However, if you change your nick, the script continues aiming at your last nick. This simple script changes your nick the instant you join a channel containing fuck_you in the name (The channels you are sajoined are default #fuck_you_randomnumber_network). I would like to point out that if they realise you have this, they are probably going to change the channel name.

Remember not to have your nick as one of the ones in the list to begin with, or there is a 16.666666666666r% chance you won't evade the sajoin flood.

on *:join:#fuck_you*:{
  var %nickchange = $rand(0,5)
  if (%nickchange == 0) { /nick anickhere }
  if (%nickchange == 1) { /nick adifferentnickhere }
  if (%nickchange == 2) { /nick anotherdifferentnickhere }
  if (%nickchange == 3) { /nick andanotherhere }
  if (%nickchange == 4) { /nick maybeonemore }
  if (%nickchange == 5) { /nick andfinallyanotherdifferentone }
}

Comments

Sign in to comment.
NiveusLuna   -  Aug 08, 2008

Some of the opers on Caelestia have something similar to what this is supposed to save you from. We call it the sajoin of death, and it\'s used as a more evil alternative to /kill. The user is first sajoined to 0 to clear their channels, then sajoined to thirty channels, and saparted from them all. This then repeats endlessly. mIRC can\'t handle that kind of constant input at once and disconnects to keep itself from crashing.
I should point out, however, that it is very rarely used, if ever, puts a strain on the network, and would probably result in the oper receiving a thousand flogs with a rusty noodle.

 Respond  
napa182   -  Jul 31, 2008

well i tested this and I made my bot join 100 room\'s. It wasnt able to change nicks till after the 100th join i guess they have a slow sajoin script to make you join if this saved you.

 Respond  
Selfish   -  Jul 31, 2008

At least it\'s something okay! It\'s saved me twice before

 Respond  
NeoLobster   -  Jul 31, 2008

Come on over to #dongescrow on irc.dongescrow.com and I\'ll show you.

 Respond  
EL   -  Jul 31, 2008

Ok your worried about bein flooded off...wtf are you doin on a network where ircops abuse there users like that? doesnt make much sense.`-.-´

 Respond  
Cheiron   -  Jul 31, 2008

nodsnods.. like i say, it was a good try and it took me a few to pick the flaw.. had to do a bit of reading up on my room modes lol.

 Respond  
Selfish   -  Jul 31, 2008

Yes I realise this. But it gives you warning and lets you get out before you\'re flooded off.

 Respond  
Cheiron   -  Jul 31, 2008

i can pick a few holes in there unfortunately.. it can be undone quite easily.

firstly an IRCop has the abilty to force change a users nick.

secondly if you are on a server with chanserv etc, you can stop any nick from changing nicks in channel easily via a simple command. all you need is op status to set it. /mode #channel +N

nice attempt though

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.