Mouse

By BlueThen on Mar 25, 2008

Mouse, first precieved to be utterly useless, but after hours of trying to click the little button, you finally realized it fulfill's its purpose.

Mouse is really handy for... keeping idiots busy. Try it out for yourself.

;Mouse
;Made by BlueThen on March 25, 2008.
;To install, paste this code in your remotes (alt + r),
;then type /mouse or right click a channel or the status and click Mouse.
;More scripts and snippets at bluethen.com
menu channel,status {
  Mouse: {
    mouse
  }
}
alias mouse {
  window -poCzdk0 +tnbL @Mouse -1 -1 600 600
  mouse.spawn
}
alias -l mouse.spawn {
  clear @mouse
  set %mouse.x $rand(100,500)
  set %mouse.y $rand(100,500)
  drawrect -f @mouse 14 1 %mouse.x %mouse.y 75 15
  drawtext @mouse 1 %mouse.x %mouse.y CLICK ME!
  if ($abs($calc($mouse.x - %mouse.x)) < 75) && ($abs($calc($mouse.y - %mouse.y)) < 75) {
    .timer -h 1 0 mouse.spawn
  }
}
menu @mouse {
  mouse: {
    if (($abs($calc($mouse.x - %mouse.x)) < 75) && ($abs($calc($mouse.y - %mouse.y)) < 75)) {
      mouse.spawn
    }
  }
  leave: {
    clear @mouse
    set %mouse.x 300
    set %mouse.y 300
    drawrect -f @mouse 14 1 300 300 75 15
    drawtext @mouse 1 300 300 CLICK ME!
  }
}

Comments

Sign in to comment.
NightBlade   -  Oct 12, 2008

I know it, click outside, move mouse onto "CLICK ME" and click twice
still nuthin xD
I edited it so the thing sais "YOU SUCK"
m gonna try to get my sister to try XD

 Respond  
RagBot   -  Jun 13, 2008

it\'s fun to try to click it, but it\'s cheatable :p I\'d rather not reveal the secret cheat so Blue Then can fix it before you figure it out :)
EDIT: you need to try to make it a bit more decorative, make it interesting to look at while your trying to get the CLICK ME! :p

 Respond  
erry   -  Apr 18, 2008

lol another awsome thing it\'s really funny XD 10/10

 Respond  
BlueThen   -  Apr 17, 2008

Funny how one of my highest rated scripts is the one that I spent almost no effort on.

 Respond  
IcE^__   -  Apr 17, 2008

bluthen = architect :D

 Respond  
Eugenio   -  Mar 25, 2008

Like Napa said fix your Menu ......and LMFAO this script is an annoyin little bugger but its good 7/10

 Respond  
napa182   -  Mar 25, 2008

you need to fix ur menu

menu channel,status {
  .Mouse:{ mouse }
}
 Respond  
L   -  Mar 25, 2008

nvm it dosent work a bit! :\

 Respond  
L   -  Mar 25, 2008

When I type /mouse it works but right click no...

 Respond  
^Neptune   -  Mar 25, 2008

Hahahahaha this is great. Hillarious :D

 Respond  
guest598594   -  Mar 25, 2008

I CANT CLICK IT!!!

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.