Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A collection of (relatively) harmless prank examples using the Windows API

NotificationsYou must be signed in to change notification settings

adeemm/WinAPI-Fun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

A collection of (relatively) harmless prank / virus examples using the Windows API


Pre-built binaries can be found in theReleases section

To reset most examples, re-launch and kill the program again


FileDescription
avoid.nimThe start button avoids mouse clicks by jumping around on the taskbar
bsod.nimTriggers a Blue Screen of Death
dripper.nimMoves the current window down slightly every 10 seconds
highcontrast.nimEnable high contrast mode system-wide
intercept_space.nimReplaces space bar keypress with the word "space"
mouse_button_swap.nimSwaps the left and right mouse buttons
mouse_cursor.nimChanges the mouse cursor to a finger via a full transparent window
mouse_invert.nimInverts mouse movement on the x and y axes
mouse_trails.nimCreates a trail of mouse icons behind the cursor as it moves
mouse_stop.nimCreates a stop sign that follows the mouse cursor and blocks clicks
mouse_trap.nimTraps the mouse cursor in the top right corner for 60 seconds
random_capslock.nimRandomly toggle the Caps Lock every 0-30 seconds
random_close.nimRandomly closes the current focussed window every 0-30 seconds
rotate.nimRotates the display 180 degrees
shake.nimRapidly shakes the current focussed window
start_disable.nimDisables clicking the start button or taskbar
start_popup.nimOpens the start menu popup randomly every 0-60 seconds
stop_shutdown.nimTemporarily prevents a shutdown with a custom message
time_local.nimAdds the message "HI" to the AM/PM localization string system-wide

Compilation

Install Nim and theWinim library, then compile with the--app:gui flag

Note: if cross-compiling from Linux or macOS, also install themingw toolchain and use the-d:mingw flag

nim c -d:mingw --app:gui src/avoid.nim

Media

Shake


Mouse Stop


Avoid



USE AT YOUR OWN RISK

About

A collection of (relatively) harmless prank examples using the Windows API

Topics

Resources

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp