Jump to content

Mr_S

Members
  • Posts

    141
  • Joined

  • Last visited

Posts posted by Mr_S

  1. Download a fresh copy of Mirc as your base for the Bot (in this case script seeing as it MIRC)

     

    then flick through the Scripter Tools Download section to see if anything else is needed.

     

    Suggestion is dialog studio for to make dialogs (Buttons usually or menu's) for menus and buttons within the Script.

     

    MDX studio & MDX.dll are also useful for say making the dialogs look better.

     

    The above are the starters for building your script. If you get stuck, you can also (for example) download other scripts to see how they are layed out and what they got in them. Its advisable not to rip (make someone else's work look like your own) as many creators get annoyed at such a thing (understandably)

     

    For a "bot" on the other hand i got no idea what you need as a basis but i nuderstand you need some form of c+ programming or something familiar.

     

    hope this helps you on the 1st steps and by all means - if you get stuck or need advice - by all means drop a line in this forum & someone will surely help ya!

     

    Good luck. Mr_S

     

    edit: Dont type drunk - Typos everywhere!!

  2. If your using a script yourself there is a few options you can consider

     

    1st of all are addons.. Two main ones i know of are

     

    Simple Script Kicker by (-X-) System Code

     

    and

     

    Script Alarm V1.1 by toast

     

    Now ok, these were used in MSN Chat - but they contain CTCP checks also which is ideal for checking if people use say, MIRC for example.

     

    If your any good at writting addons for scripts, you can easily write one yourself.

     

    Ask for help on writting one, There are loads of people that can write these things up in a few mins.

     

     

    Not sure if IRCX has its own coding that you can edit like IRCD but if it has, mi sure theres gonna be a section that allows you to write the channel info on the server file, and make sure you dont have any connection class in it (if ircx doesnt have this option - Ignore this bit LOL)

     

    [if this has made any sence good luck - im tired and didnt proof read this]

  3. lmao - i guess thats answered that - Good point to ozzy. Plus if when your making a script - its generally a good idea to leave most of that section alone incase you leave things in there you dont want them to see... (or shouldnt have in there in the first place)

  4. huh.gif What?

     

    Correct me if im wrong but you go 2 view a picture in a group - and when you click on the picture, it shows a 2nd window thats blank? right?

     

    No offence but jus makin ya Q a bit clearer so i can definatly understand what ya asking Khar

    bots

    without downloading Hybrid i couldnt say.

     

    Have you tried looking on Rumbaar's Forum / website? rumbaar is (to my current knowledge) the creator and owner of Hybrid!!

     

    Hybrid homepage

    bots

    If your not connecting to a room it sounds like ur userrole or msnregcookie arent correct or you havent updated correctly.

     

    I havent had a chance 2 download ozzy's God like latest creation but ill get round to it this week. (or many other scripts come 2 think of it) huh.gif

     

    For more info - try lookin in these tutorials

     

    gettin in a group >>by ozzy<<

     

    More Tips - by GateKeeper

     

    Sorry i cant be more specfic ~ but im at work and dont have a script handy 2 detail more information..

     

    Good luck and if ya need more help - Drop us a line bak!!

    bots

    Idiot Proof instructions? * places a bet that someone still asks for help even tho they used TG forum for years * lol_sign.gif

  5. Welcome aboard Techgear lucian.

     

    I know once upon a time err0r (God basically on techgear) had a tutorial on how to make your own script. If there isnt one about (again huh.gif) then any questions you have - By all means jump on the forum here and ask away - see if you can baffle some of the better scripters then me lol..

     

    Mr_S

  6. I gave up trying to make a server to use the MSN ocx. two reasons, The original servers that allowed the use of MSN Chat are not supporting it anymore. And i dont want my website closed down by microsoft / MSN for ILLEGAL USE OF THE MSN CHAT CONTROL + OCX

  7. Do you think its possible for two ( or more ) scripts to have each of the nicks on a "Protect Style" list and when one gets kicked, another one hosts its self up and kicks the person who kicked you, and if that one gets kicked, another hosts itself????

     

    Ideally need it to work in the comms tho...

     

    blink.gif

     

    If anyone can write a code for this id be EXTREMLY greatful

     

    Mr_S

  8. on ^*:QUIT: { { privmsg $msn.get($cid,room) $msn.decode($nick) $+ $address($nick,1) Quit-( $replace($1-,Flooding,Flooded Out) ) } /msg # $nick gone for a swim }
    on ^*:QUIT:{ { privmsg $msn.get($cid,room) $msn.decode($nick) $+ $address($nick,1) Quit-( $replace($1-,Flooding,Flooded Out) ) }  /msg # $nick gone for a swim }

     

    even tho im sure im missing a bit - like a $replace reason command

     

     

  9. Hiya all, can someone help me with a command that when a script is given either +q or +o, the script replies with "Thank you for the $mode $nick... then auto adds access??

     

    Primary use is so i can test my 2nd Version of lonsdale in a comms room without having 2 manually add access...

     

    Credit will be given! Ty 4 ya help guys and gals

  10. Pete®tje  Jun 11 2004, 03:19 PM

      on *:text:!help:#:{ msg $nick Wow $nick You want help! }

     

    Wouldnt the whisper command be /privmsg $nick ?? /msg # is for the room i thought huh.gif

     

  11. make sure you have the file you want to load in the scripts folder. If you dont have the file in the right place, it wont load the file

×
×
  • Create New...