Jump to content

{SB}Killer

Members
  • Posts

    52
  • Joined

  • Last visited

Everything posted by {SB}Killer

  1. Well i cant hand the script out so to solve the problem i have started 2 new texas based RPG server link to which is in my signature. I hope this solves the not many rpg servers around problem. And Jax u said ur script was usless LOL .
  2. Cough .... So how to run scripts under linux os ? stop deviating from the topic sheesh..
  3. hmm is that a request or a threat?
  4. Well for time been i have been unable to fix the mtama:crc failure error yet so i need some scripter to provide a solutions thanks a lot for looking and i hope when that problem gets solved maybe we can have hostban after removing the ip from the host name or some mannual command to add that host name to the files after getting rid of ip.
  5. as i said it worked fine for like 20 min or so but i think i know what the problem is whenever a new person joins the timer is set wrong on mta.join i have changed it to .timer 1 5 and testing it now so if u have msn oli let me know send me pm . Hmm this didnt solve it either so oli what u think should be done if u know let me know.
  6. did u ever notice someone do a !host for u and ur freind on same line only 2 blocks from u both of ur hosts will be different but i dont know i might be wrong but i need to first fix that mta:ma crc failure that has started to come up now.
  7. i dont get u man how can it ban the whole country can u explain but anyways this script giving mtama:crc errors i wonder why anyone like to throw some light on that error i started to get.
  8. dude yaa u can change host and whether it bans whole country is yet to be seen but if hackers wana disgrace there country by using hacks just for fun then that country does deserve to be banned. anyways as i said this script is an optional script only you wana use it use i have tested on dsl and cable lines but have yet to try on dial up and will be doing that soon if it fails than i guess people need not use this and just use ban script.
  9. Well i had always been bugging many scripters to make a hostban script but no one really worked on it so i decided to work on it and succeded in making a Hostban part so it will now ban the host along with the ip of the player and i dont know everyone can have same host identity so now HACKERS beware before u decide to use the HACK. Well the script it seems to works on my Servers but i need to say this that i havent tested it with OLIS script because i dont USE his Scripts so if you have Any script just add the things i include here in that script. Well i am not a good scripter so if anyone can improve it please do so and post it here . Well i am using the Admin Script Made by Vincent (contact at [email protected] ) for TTH Clan Server and this is the part from that script . And this is how to proceed to add hostban commands: Under on *:SIGNAL:mta.command: { Put these Lines: if ($3 == !host && %rights. [ $+ [ $1 ] $+ . $+ [ $2 ] ] > 0) { if ($4 != $null) && ($mta.name($1,$mta.getid($1,$4)) != Unknown) { .timer 1 2 mta.say $1 $mta.dns($1,$mta.getid($1,$4)) set %host on } else mta.say $1 $mta.name($1,$2) $+ : Error - Specify an ID. Syntax: !host } ; Above Part is optional to test the host of the person ;Ban if you're admin if ($3 == !hostban) && (%rights. [ $+ [ $1 ] $+ . $+ [ $2 ] ] > 1) { if (%rights. [ $+ [ $1 ] $+ . $+ [ $2 ] ] > %rights. [ $+ [ $1 ] $+ . $+ [ $mta.getid($1,$4) ] ]) { if ( $mta.name($1,$mta.getid($1,$4)) == Unknown ) { mta.say $1 Error: unable to ban absent ID or Name! } else { if ($5 != $null) { mta.say $1 $mta.name( $1 , $2 ) is Banning the Host of $mta.name( $1 , $mta.getid($1,$4) ) ( $+ $mta.ip( $1 , $mta.getid($1,$4)) $+ ) $+ . Reason: $5- set %hostban. [ $+ [ $1 ] $+ . $+ [ $mta.getid($1,$4) ] ] on mta.hostban $1- .timer 1 4 mta.addban $1 $mta.getid($1,$4) .timer 1 4 mta.ban $1 $mta.getid($1,$4) } else { mta.say $1 $mta.name( $1 , $2 ) is Banning the Host of $mta.name( $1 , $mta.getid($1,$4) ) ( $+ $mta.ip( $1 , $mta.getid($1,$4)) $+ ) set %hostban. [ $+ [ $1 ] $+ . $+ [ $mta.getid($1,$4) ] ] on mta.hostban $1- .timer 1 4 mta.addban $1 $mta.getid($1,$4) .timer 1 4 mta.ban $1 $mta.getid($1,$4) } } } elseif ($mta.name($1,$mta.getid($1,$4)) != Unknown) { mta.say $1 Insufficient authority to ban $mta.name($1,$mta.getid($1,$4)) } } At the very bottom of the script where all those alias.mta.blbla { are there add this alias alias mta.dnsban { !hadd -m mta.dns $mta.ip($1,$2) $1 $2 !.dns $mta.ip($1,$2) } alias mta.hostban { !hadd -m mta.dns $mta.ip($1,$2) $1 $2 !.dns $mta.ip($1,$2) } alias mta.dns { !hadd -m mta.dns $mta.ip($1,$2) $1 $2 !.dns $mta.ip($1,$2) } on *:DNS:{ !tokenize 32 $hget(mta.dns,$dns(0).ip) !hdel mta.dns $dns(0).ip if ($1 != $null) && ($readini(hostban.txt,banned,$dns(0).addr) == $dns(0).addr) { mta.say $1 $mta.name($1,$2) $+ 's host: $dns(0).addr Is Banned! Later Looser ! mta.ban $1 $2 mta.addban $1 $2 } elseif (%host == on) { mta.say $1 $mta.name($1,$2) $+ 's Host Is: $dns(0).addr unset %host } elseif (%hostban. [ $+ [ $1 ] $+ . $+ [ $2 ] ] == on ) { writeini -n "hostban.txt" banned $dns(0).addr $dns(0).addr mta.say $1 $mta.name($1,$2) $+ 's host: $dns(0).addr Is Banned! Later Looser ! .timer 1 2 unset %hostban. [ $+ [ $1 ] $+ . $+ [ $2 ] ] } } Under mta.join part put this : !.timer 1 0 mta.dnsban $1- unset %hostban. [ $+ [ $1 ] $+ . $+ [ $2 ] ] unset %host ;this is only if u are using the !host command as above Well i repeat i am not a good scripter like Vincent or Jax so if anyone can shorten the script please do so an post here. If you are Running Olis Script which you cannot edit you can add all those things above into any other rpg or manhunt script you running but remember to change the names of commands like instead of !host use !host2 as the command and instead of alias mta.dnsban { !hadd -m mta.dns $mta.ip($1,$2) $1 $2 !.dns $mta.ip($1,$2) } alias mta.hostban { !hadd -m mta.dns $mta.ip($1,$2) $1 $2 !.dns $mta.ip($1,$2) } alias mta.dns { !hadd -m mta.dns $mta.ip($1,$2) $1 $2 !.dns $mta.ip($1,$2) } on *:DNS:{ !tokenize 32 $hget(mta.dns,$dns(0).ip) !hdel mta.dns $dns(0).ip if ($1 != $null) && ($readini(hostban.txt,banned,$dns(0).addr) == $dns(0).addr) { mta.say $1 $mta.name($1,$2) $+ 's host: $dns(0).addr Is Banned! Later Looser ! mta.ban $1 $2 mta.addban $1 $2 } elseif (%host == on) { mta.say $1 $mta.name($1,$2) $+ 's Host Is: $dns(0).addr unset %host } elseif (%hostban. [ $+ [ $1 ] $+ . $+ [ $2 ] ] == on ) { writeini -n "hostban.txt" banned $dns(0).addr $dns(0).addr mta.say $1 $mta.name($1,$2) $+ 's host: $dns(0).addr Is Banned! Later Looser ! .timer 1 2 unset %hostban. [ $+ [ $1 ] $+ . $+ [ $2 ] ] } } use alias mta.dnsban2 { !hadd -m mta.dns $mta.ip($1,$2) $1 $2 !.dns $mta.ip($1,$2) } alias mta.hostban2 { !hadd -m mta.dns $mta.ip($1,$2) $1 $2 !.dns $mta.ip($1,$2) } alias mta.dns2 { !hadd -m mta.dns $mta.ip($1,$2) $1 $2 !.dns $mta.ip($1,$2) } on *:DNS:{ !tokenize 32 $hget(mta.dns,$dns(0).ip) !hdel mta.dns $dns(0).ip if ($1 != $null) && ($readini(hostban.txt,banned,$dns(0).addr) == $dns(0).addr) { mta.say $1 $mta.name($1,$2) $+ 's host: $dns(0).addr Is Banned! Later Looser ! mta.ban $1 $2 mta.addban $1 $2 } elseif (%host2 == on) { mta.say $1 $mta.name($1,$2) $+ 's Host Is: $dns(0).addr unset %host } elseif (%hostban2. [ $+ [ $1 ] $+ . $+ [ $2 ] ] == on ) { writeini -n "hostban.txt" banned $dns(0).addr $dns(0).addr mta.say $1 $mta.name($1,$2) $+ 's host: $dns(0).addr Is Banned! Later Looser ! .timer 1 2 unset %hostban2. [ $+ [ $1 ] $+ . $+ [ $2 ] ] } } And so on If any problem in implementing it please Post here Please note you will have to create at hostban.txt file or any file u like cause i dont know if it will auto create the files and the file should read as : [banned] Well i hope this will prevent HACKERS ruining the MTA game. If i have left something out please post what i left out . Chow Looking forward to see more servers with this part on them.And oli can u add this to you script too so everyone can benifit if its usefull to anyone that is. Ok After Testing (say after 20 mins) i am getting MTA:ma Error and asking to reinstall mirc and it is shutting mirc down does anyone know why that is happening . Please
  10. /me tried hard to keep it clean but failed anyways jax what does moi et oli means? and catman i am like dj mills who doest release the script to anyone. well i might in few a month or so if i feel like it and before mta0.5.1 is released that is cause its usless after new mta comes out.
  11. So new mta means no stubby at spawn place? and can u make stubby prices really high for buying and when someone dies they dont drop there stubby guns? can that be possible?
  12. /me stops talking to Jerks now. LOL learn to read the title of TOPICS OLI read again and this will contradict this statement of urs: ROFLMAO this gotta hurt u real good oli lol u need eyeglasses
  13. What is partly ur script? i havent used ur scripts for over 2 months now so i dont know shit about ur script and i know how to avoid the misuse of the pause script i never reffer u ever in my post i must have reffered that i dont use olis script ever if that is what u mean as reffering?
  14. Its so freaking easy it is mannual command that u do !paused and it checks for various things and if he doesnt move in 10 seconds he gets a boot i guess no one has so many ideas as i do i just wish i had more scriptting knowledge i would have made so many script with all those freaking ideas in my brain . Remember jax this cops and robbers idea was mine and since i didnt know how to script i posted it if someone does know how to make it practical and u the best (JAX) came up with the script for which i am very thankful. And OLI stop trying to start another FLAME war with me u need to grow up and now dont post back if u dont wana start a war here on forums i aint even talking to u oli so remain away from me.
  15. LOL i usually read the last post first but i guess i wil have to read the first post too.
  16. I am all confused can someone in a short line put the summary of what this topic is all about ? thanks
  17. Lol as i said before i am a selfish dude cause it took me 4 months to edit ur script man and i dont know how much time u take to edit the script maye a week but try editing and working on same script for 4 months and i will ask you to release it and lets see than what you will say (i bet u will release it) cause u know more scripting than me i started working on ur script as a newbie i havent touched or gone into scripting at all just added a pause kicker which is i think was my first script ever lol . Anyways ?Jax keep them coming and make them editable by me atleast lol so i can edit more of ur scripts.
  18. Ohh crap i just added few more features like Pause Kicker (PKE) so if u pause you can boot the person u see paused and SuperRobbing Feature to enable robbing people with secured bank accounts to the script .Plus dude about releasing it well man seriously i took lots of errors in editing jax non working (to the present version of OLIS) to the working with new stuff in it.SO i hope you dont mind if i dont release it i am sorry for been selfish here but hope someone will understand how hard it is to edit rather than make cause u have to think like the maker of the script and every maker thinks different and i have put 3 scripters script into that one script So catman i have to be selfish here and not release it.Sorry bout that.
  19. I know man but still as a scripter i respect other scripters very much i dont take off there names of there scripts if its not ok with except for that thankless Tin dude i forgot his name to whome i gave server and when i asked if he has anything new he said no i dont but he posted the script on his site next morning. Well that kinda scripter i dont like who are too selfish. but if u have done some hard work on some script and spent like months i understand that if the scripter doesnt wana release his script it ok. Anyways jax tell me if anything new u added and can u tell me how to edit ur script geez its better if 2 people work on a script rather than 1. Chow
  20. dude its not the client its ur game its screwed up really bad update ur video drivers and stuff casue i can play for over 3 hrs non stop without a crash. So better look into ur pc and not blame the team here its stable enough but the motd and other things i mentioned needs to be fixed.
  21. dude its really not crap geez i never seen a creator call its creation a crap cause i know is that {SB}Killer has made that ur piece of crap script that u call an Unbeatable Script on MTA servers . Geez maybe Killer should remove ur name from that script when u type !info omg he is so nice to u and u call ur script P.O.S omg what has this world come to?? Who is this banned dude2k19 ?? i would like to say thank you to him for apperciating my work and yaa jax can i remove ur name from the script if its ok with you?
  22. Is that true? So what man ? who said u cant recruit members from other clan this is a free world but its not apperciatable that u recruite people on there own servers better get msn ids and chat i think people should not recruit on the servers that is not cool at all. And again snake why are you mad it just means that your clan members are not loyal to you plus its time to let them go . I dont mind if someone recruits a member from my clan that just makes the other clan cheap clan in my eyes and i dont go bashing there heads or posting here and there you stealers or stuff that is cheap. But anyways wanted to say that people need to be mature to play mta and make clans.
×
×
  • Create New...