• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Perl [Perl] Funcion crazymouse()

Status
Not open for further replies.

Doddy

Leech
User
Joined
Apr 1, 2012
Messages
169
Reputation
0
Reaction score
406
Points
63
Credits
0
‎13 Years of Service‎
57%
Hola a todos

Si yo de nuevo , ahora con esta nueva funcion crazymouse(), con esta funcion podran volver loco al mouse sin poder controlarlo todo por un tiempo elegido por ustedes , muy util si estan por hacer un virus.

Code:
>
#By Doddy H
use Win32::GuiTest qw(MouseMoveAbsPix SendMessage);

sub crazymouse {
for my $number(1..$_[0]) {
MouseMoveAbsPix($number,$number);
} 
}
Ejemplo de uso

Code:
>
crazymouse("666");
 
Status
Not open for further replies.
Back
Top