Projects
1 page
Prank Suite
NOTE: This software can be used maliciously. I am no way responsible for the use of this software and encourage its use in good faith.
Features
- See and close open user’s windows
- Trigger popups with custom text
- Trigger HTML popups
- Remotely play sounds
- Remotely change the user’s wallpaper
- UI Redesign for ease of pranking
- Ability to transfer files for all pranks
Setup
- Download the source code from GitHub
- Open the project in IntelliJ and change the
SERVER_IP
inPSClient.java
to your computers local IP address - Build the server and client artifacts
- Download JavaFX SDK and extract it somewhere safe
- When running the client and server, add
--module-path .\PATH_TO\javafx-sdk-XX.X.X\lib
and--add-modules=javafx.controls,javafx.fxml,javafx.web
to the run command