Top

Agent Demonstration


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  5.0 (of 6 scores)
Date Added  Dec 28, 2005
Last Updated  Dec 28, 2005
Tags  agent  demonstration 

Introduction

Small example on how to use agents, /agent to start

Grab the Code

;edit: small update
alias agent {
  if (!$agentver) return $input(No agents installed on system. Aborting snippet!,o,Error)
  if (!$agent(mirc)) .gload mirc 1
  .gshow mirc 10 10
  var %a = 4
  while (%a) {
    .gmove mirc $r(200,600) $r(200,600)
    dec %a
  }
  .gtalk -k mirc Screw you guys, I'm going home...
  .ghide mirc
}

Comments

  (8)  RSS
tank59
Comments: 69
 
mIRC Snippet:  Agent Demonstration
Posted on Dec 28, 2005 6:55 pm
* /gload: error loading 'mirc' (default) (line 3, testing3.txt)
Not sure if it's on my end or something with the script. Either way, nice job. lol
tank59
Comments: 69
 
mIRC Snippet:  Agent Demonstration
Posted on Dec 28, 2005 6:58 pm
Nevermind, read up on it and it seems I need to download the agent. Great job Quickstep.
RoninWarrior
Comments: 252
 
mIRC Snippet:  Agent Demonstration
Posted on Dec 28, 2005 8:42 pm
tank59 if you are on windows 95 or above you will have 1 with windows
pettie i think.
RoninWarrior
Comments: 252
 
mIRC Snippet:  Agent Demonstration
Posted on Dec 28, 2005 8:44 pm
nice job quickstep as useual with your work there are tons more options that mirc will support for this snippet as i am sure you already now of but this is a feature im sure alot of new users on mIRC are to familiar with great job.....
Scruffy
Comments: 77
 
mIRC Snippet:  Agent Demonstration
Posted on Dec 29, 2005 1:20 am
.ghide mirc
it doesnt unload so you might want to do,
timer 1 21 .gunload mirc
QuickStep
Comments: 123
 
mIRC Snippet:  Agent Demonstration
Posted on Dec 29, 2005 5:38 am
mmm thats interesting tank59, in the readme it says: $agentver should return 0 if no agents installed, but for some reason it still returned something because the 'no agents installed' check in the snippet didnt work for you. Might be a mirc bug?
Raichu
Comments: 49
 
mIRC Snippet:  Agent Demonstration
Posted on Dec 29, 2005 2:28 pm
What does this do!?
KuTsuM
Comments: 141
 
mIRC Snippet:  Agent Demonstration
Posted on Dec 30, 2005 11:50 am
Surely, while using a microsoft product (Like word, excel, etc.), you've seen the little agent helper cartoon character pop up on your screen!

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  
Bottom