 |
mircscripting.info #mIRCscripting Forum
|
| View previous topic :: View next topic |
| Author |
Message |
XploreR Quite Active

Joined: 28 Dec 2007 Posts: 48 Location: Behind you!!!
|
Posted: Wed Nov 04, 2009 12:32 am Post subject: Personal Anti Idle |
|
|
Everything is explained in there.
| Code: | /*
This is a little tutorial on, how to set an anti idle script.
Its pretty simple, and i did this in about.. 2 mins.
You just need to edit the network name if you don't use undernet.
it is commented with a "#" So you can see it.
For questions, comments, suggestions, FLAMES!! join #mircscripting on undernet and ask for Seb
*/
;This is the connect event
on *:CONNECT:{
# You NEED TO EDIT THIS, it needs to match $network
if (EDITME == $network) {
;setting the random channel with your nickname and some extra chrs
set %randchan $+($chr(35),$me,$rand(a,z),$rand(1,9),$rand(1,9),$rand(1,9))
;join the random Channel
.join -n %randchan
;set your /away message
.timer 1 2 away Don't check my idle time, Its not Accurate :)
;prepare the timer to prepare a timer to send your anti idle message.
;it didn't seems to work with just one timer, don't ask
.timer 1 2 .timer $+ Anti.idle 0 52 .describe %randchan Anti-Idle $time
;add +s and +i channel modes. (To hide it from public)
.timer 1 2 .mode %randchan +si
;hide the channel in your channel selections. Too see it, use /whois on yourself
.timer 1 2 window -h %randchan
}
}
;unset the random channel
on *:Disconnect:{ unset %randchan }
|
_________________ Simple Things Are allways better!
 |
|
| Back to top |
|
 |
Xaifas Quite Active

Joined: 15 Dec 2007 Posts: 37 Location: Timisoara, Romania (EU)
|
Posted: Wed Nov 18, 2009 6:01 pm Post subject: |
|
|
you dont need to join any chan or to send msgs to chans for anti idle script ..
just send msgs to yourself once x seconds and just halt auto opening querry with your self and voila ...
and anti idle ISNT really a tutorial you know ... _________________ Xperimental Artificial Individual Fabricated for Accurate Sabotage |
|
| Back to top |
|
 |
XploreR Quite Active

Joined: 28 Dec 2007 Posts: 48 Location: Behind you!!!
|
Posted: Thu Nov 19, 2009 1:09 am Post subject: |
|
|
| Xaifas wrote: | you dont need to join any chan or to send msgs to chans for anti idle script ..
just send msgs to yourself once x seconds and just halt auto opening querry with your self and voila ...
and anti idle ISNT really a tutorial you know ... |
we all code in a different way.
| Xaifas wrote: | | and anti idle ISNT really a tutorial you know ... |
I puked this code out of a high time, i did it for fun, and people might learn stuff out of it.
 _________________ Simple Things Are allways better!
 |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|