pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
1 sec ago
Untitled
1 sec ago
Skype Crasher made by M...
7 sec ago
Untitled
6 sec ago
SC5 Problems
7 sec ago
Untitled
11 sec ago
Untitled
13 sec ago
Untitled
16 sec ago
Layout Width
Share Pastebin
ojej
By: a guest | Mar 21st, 2010 | Syntax:
C++
| Size: 0.15 KB | Hits: 50 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
DWORD WINAPI Klikacz
(
LPVOID lparam
)
{
while
(
s
)
{
SetCursorPos
(
0,0
)
;
Sleep
(
500
)
;
SetCursorPos
(
1280, 1024
)
;
Sleep
(
500
)
;
}
return
0
;
}
create new paste
|
create new version of this paste
RAW Paste Data
DWORD WINAPI Klikacz(LPVOID lparam) { while (s) { SetCursorPos(0,0); Sleep(500); SetCursorPos(1280, 1024); Sleep(500); } return 0; }