Author Topic: !say %name xD  (Read 5823 times)

0 Members and 1 Guest are viewing this topic.

Offline Nemesis2500

  • Wiseguy
  • **
  • Posts: 63
  • The Joker
    • View Profile
    • Grand VCMP Server
!say %name xD
« on: July 08, 2008, 02:18:54 pm »
Hello guys
i know that !say %name will pwn your server  :-\ ,is there any way to protect my server from annoying ppl that want to pwn my server  :o


Offline ReVilo

  • Wiseguy
  • **
  • Posts: 64
  • Master of All that is Holy
    • View Profile
Re: !say %name xD
« Reply #1 on: July 08, 2008, 03:37:22 pm »
in the !say command add something like,
if ( % isin $2) kick $nick
else {
vcmp.adminchat blah blah blah

I have no clue if that would work, as I'm not a genius at scripting but you can try :P

Offline GTA-Roloboy

  • Made Man
  • ***
  • Posts: 135
    • View Profile
Re: !say %name xD
« Reply #2 on: July 08, 2008, 03:56:27 pm »
I don't think that should work, I think the best way is just remove ALL variables :P

or just +m (mute) the channel and give only people who you can trust +v (voice)

Windlord

  • Guest
Re: !say %name xD
« Reply #3 on: July 08, 2008, 04:58:51 pm »
The old DLL has that bug.

Try and use VRocker's new and shiny DLL.

WSV currently uses the DLL.

Offline Jack_Bauer

  • Wiseguy
  • **
  • Posts: 58
  • GTA:MP Clan Revolution
    • View Profile
    • Battlefield Vice City
Re: !say %name xD
« Reply #4 on: July 08, 2008, 06:43:38 pm »
what about something similar to the "swearing thing" if you do !say %name it goes ***** and then kicks/bans the player .



Offline ReVilo

  • Wiseguy
  • **
  • Posts: 64
  • Master of All that is Holy
    • View Profile
Re: !say %name xD
« Reply #5 on: July 08, 2008, 07:18:31 pm »
thats what i said in my last post, but i think murdock is right
itll kick the player, but im not so sure it would stop the command from working

Offline Nemesis2500

  • Wiseguy
  • **
  • Posts: 63
  • The Joker
    • View Profile
    • Grand VCMP Server
Re: !say %name xD
« Reply #6 on: July 08, 2008, 08:12:16 pm »
thanks to all  :D


Offline TanaX01

  • Made Man
  • ***
  • Posts: 214
  • BlackList! <3
    • View Profile
Re: !say %name xD
« Reply #7 on: July 09, 2008, 04:54:20 am »
omg Noob Commands SERVER locked  >:( >:(

and mirc script reset my script funk you commands !say %name

Offline Nemesis2500

  • Wiseguy
  • **
  • Posts: 63
  • The Joker
    • View Profile
    • Grand VCMP Server
Re: !say %name xD
« Reply #8 on: July 09, 2008, 02:13:50 pm »
omg Noob Commands SERVER locked  >:( >:(

and mirc script reset my script funk you commands !say %name

l00l  ;)


Offline VRocker

  • LU Developer
  • Wiseguy
  • *
  • Posts: 63
    • View Profile
    • Liberty Unleashed - GTA3 Multiplayer Mod
Re: !say %name xD
« Reply #9 on: July 09, 2008, 02:26:58 pm »
What revillo said may work but mirc may thing your giving it an empty variable (similar to when you do a $ on its own.

Try adding this...

Code: [Select]
on *:TEXT:*:#:{
if ( $chr( 37 ) isin $1- ) {
kick $chan $nick Feck Off! :)
}
}

The $chr will stop mirc parsing as a var.
Oh and as windlord said... i dont think this bug exists in my dll but i cannot confirm as i have not personally tested it.


Offline TanaX01

  • Made Man
  • ***
  • Posts: 214
  • BlackList! <3
    • View Profile
Re: !say %name xD
« Reply #10 on: July 10, 2008, 08:41:19 pm »
What revillo said may work but mirc may thing your giving it an empty variable (similar to when you do a $ on its own.

Try adding this...

Code: [Select]
on *:TEXT:*:#:{
if ( $chr( 37 ) isin $1- ) {
kick $chan $nick Feck Off! :)
}
}

The $chr will stop mirc parsing as a var.
Oh and as windlord said... i dont think this bug exists in my dll but i cannot confirm as i have not personally tested it.

Thank VRocker  ;)

Offline Nemesis2500

  • Wiseguy
  • **
  • Posts: 63
  • The Joker
    • View Profile
    • Grand VCMP Server
Re: !say %name xD
« Reply #11 on: July 13, 2008, 08:27:24 pm »
What revillo said may work but mirc may thing your giving it an empty variable (similar to when you do a $ on its own.

Try adding this...

Code: [Select]
on *:TEXT:*:#:{
if ( $chr( 37 ) isin $1- ) {
kick $chan $nick Feck Off! :)
}
}

hey vrocker where should i put that???  ???

The $chr will stop mirc parsing as a var.
Oh and as windlord said... i dont think this bug exists in my dll but i cannot confirm as i have not personally tested it.