diff --git a/categories/index.html b/categories/index.html index 8a27dd9..966fb71 100644 --- a/categories/index.html +++ b/categories/index.html @@ -121,7 +121,9 @@  Prank Suite - +
+ Prank Suite Release +

diff --git a/categories/pranksuite/index.html b/categories/pranksuite/index.html index 81d1863..5d290fb 100644 --- a/categories/pranksuite/index.html +++ b/categories/pranksuite/index.html @@ -80,7 +80,10 @@
-

 Prank Suite

+

 Prank Suite

2023

diff --git a/categories/pranksuite/index.xml b/categories/pranksuite/index.xml index f966a9c..c6515e8 100644 --- a/categories/pranksuite/index.xml +++ b/categories/pranksuite/index.xml @@ -4,5 +4,13 @@ https://higgy999.github.io/categories/pranksuite/ Prank Suite - Category - LitlToast's Blog Hugo -- gohugo.ioenjoshuafhiggins@gmail.com (LitlToast) - joshuafhiggins@gmail.com (LitlToast) + joshuafhiggins@gmail.com (LitlToast) + Prank Suite Release + https://higgy999.github.io/prank-suite-release/ + Sat, 08 Apr 2023 22:12:00 -0400 + LitlToast + https://higgy999.github.io/prank-suite-release/ + The next step in pranking your friends and family.

]]>
+
+ diff --git a/categories/pranksuite/page/1/index.html b/categories/pranksuite/page/1/index.html new file mode 100644 index 0000000..0e68feb --- /dev/null +++ b/categories/pranksuite/page/1/index.html @@ -0,0 +1,10 @@ + + + + https://higgy999.github.io/categories/pranksuite/ + + + + + + diff --git a/index.html b/index.html index 17220da..565f446 100644 --- a/index.html +++ b/index.html @@ -99,6 +99,20 @@ alt="/images/dark-avatar.png" title="/images/dark-avatar.png" width="288" height="288" />

All Posts

2023

2022

diff --git a/posts/index.xml b/posts/index.xml index 8873174..d2aafb0 100644 --- a/posts/index.xml +++ b/posts/index.xml @@ -4,7 +4,15 @@ https://higgy999.github.io/posts/ All Posts | LitlToast's Blog Hugo -- gohugo.ioenjoshuafhiggins@gmail.com (LitlToast) - joshuafhiggins@gmail.com (LitlToast)Sat, 08 Apr 2023 14:55:00 -0400 + joshuafhiggins@gmail.com (LitlToast)Sat, 08 Apr 2023 22:12:00 -0400 + Prank Suite Release + https://higgy999.github.io/prank-suite-release/ + Sat, 08 Apr 2023 22:12:00 -0400 + LitlToast + https://higgy999.github.io/prank-suite-release/ + The next step in pranking your friends and family.

]]>
+
+ Spring Cleaning: April 2023 https://higgy999.github.io/spring-break-redesign/ Sat, 08 Apr 2023 14:55:00 -0400 diff --git a/prank-suite-release/featured-image.png b/prank-suite-release/featured-image.png new file mode 100644 index 0000000..f1236fb Binary files /dev/null and b/prank-suite-release/featured-image.png differ diff --git a/prank-suite-release/index.html b/prank-suite-release/index.html new file mode 100644 index 0000000..496f84f --- /dev/null +++ b/prank-suite-release/index.html @@ -0,0 +1,202 @@ + + + + + + + Prank Suite Release - LitlToast's Blog + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+ LitlToast +
+ +
+ +
+
+
+
+
+
+
+
+

Contents

+
+

Prank Suite Release

+
+ Contents + +
+ +

The next step in pranking your friends and family.

+

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
  • +
+

Changes since Weeb Detector

+
    +
  • Trigger HTML popups
  • +
  • Remotely play sounds
  • +
  • UI Redesign for ease of pranking
  • +
  • Ability to transfer files for all pranks
  • +
+

Setup

+
    +
  1. Download the source code from GitHub
  2. +
  3. Open the project in IntelliJ and change the SERVER_IP in PSClient.java to your computers local IP address
  4. +
  5. Build the server and client artifacts
  6. +
  7. Download JavaFX SDK and extract it somewhere safe
  8. +
  9. 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
  10. +
+

The Development Path

+

By default, Kyronet doesn’t support sending files across the network. Although this post is being made way after release, I remember this process being hard to debug, but this isn’t a fault of Kyronet. Both the client and server are kept in one source file. I never want to design an app like this again, but it was a carryover from Weeb Detector which was smaller in scope. Like most things, I want to remake this in Rust and have an easier way of changing the supplied IP address to the client.

+
+
+ + + diff --git a/prank-suite-release/index.md b/prank-suite-release/index.md new file mode 100644 index 0000000..902bd40 --- /dev/null +++ b/prank-suite-release/index.md @@ -0,0 +1,31 @@ +# Prank Suite Release + + +The next step in pranking your friends and family. + + + +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 + +## Changes since Weeb Detector +- Trigger HTML popups +- Remotely play sounds +- UI Redesign for ease of pranking +- Ability to transfer files for all pranks + +## Setup +1. Download the source code from [GitHub](https://github.com/higgy999/PrankSuite) +2. Open the project in IntelliJ and change the `SERVER_IP` in `PSClient.java` to your computers local IP address +3. Build the server and client artifacts +4. Download [JavaFX SDK](https://gluonhq.com/products/javafx/) and extract it somewhere safe +5. 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 + +## The Development Path +By default, Kyronet doesn't support sending files across the network. Although this post is being made way after release, I remember this process being hard to debug, but this isn't a fault of Kyronet. Both the client and server are kept in one source file. I never want to design an app like this again, but it was a carryover from Weeb Detector which was smaller in scope. Like most things, I want to remake this in Rust and have an easier way of changing the supplied IP address to the client. diff --git a/sitemap.xml b/sitemap.xml index 8d9993f..21e4d51 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -2,17 +2,19 @@ xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" > - https://higgy999.github.io/tags/general/2023-04-08T16:16:00-04:00weekly1 https://higgy999.github.io/2023-04-08T22:13:28-04:00weekly1 - https://higgy999.github.io/posts/2023-04-08T16:16:00-04:00weekly1 + https://higgy999.github.io/posts/2023-04-08T22:13:28-04:00weekly1 + https://higgy999.github.io/prank-suite-release/2023-04-08T22:13:28-04:00weekly1 + https://higgy999.github.io/tags/programming/2023-04-08T22:13:28-04:00weekly1 + https://higgy999.github.io/tags/release/2023-04-08T22:13:28-04:00weekly1 + https://higgy999.github.io/tags/2023-04-08T22:13:28-04:00weekly1 + https://higgy999.github.io/tags/update/2023-04-08T22:13:28-04:00weekly1 + https://higgy999.github.io/tags/general/2023-04-08T16:16:00-04:00weekly1 https://higgy999.github.io/spring-break-redesign/2023-04-08T16:16:00-04:00weekly1 - https://higgy999.github.io/tags/2023-04-08T16:16:00-04:00weekly1 https://higgy999.github.io/tags/website/2023-04-08T16:16:00-04:00weekly1 https://higgy999.github.io/site-redesigned-2022/2022-08-24T18:19:37-04:00weekly0.5 - https://higgy999.github.io/tags/update/2022-08-24T18:19:37-04:00weekly0.5 https://higgy999.github.io/tags/butter-engine/2022-08-23T15:10:16-04:00weekly0.5 https://higgy999.github.io/butter-dejavu/2022-08-23T15:10:16-04:00weekly0.5 - https://higgy999.github.io/tags/programming/2022-08-23T15:10:16-04:00weekly0.5 https://higgy999.github.io/general-catchingup/2022-08-23T15:10:16-04:00weekly0.5 https://higgy999.github.io/about/2022-08-23T15:10:16-04:00weekly0.5 https://higgy999.github.io/categories/butterengine/2022-08-23T15:10:16-04:00weekly0.5 diff --git a/spring-break-redesign/index.html b/spring-break-redesign/index.html index cd031fa..66cfdd2 100644 --- a/spring-break-redesign/index.html +++ b/spring-break-redesign/index.html @@ -18,7 +18,7 @@ - + + +
+ +
+
+
+
+ LitlToast +
+ +
+ +
+
+
+
+
+
+
+

 Release

2023

+ +
+
+ +
+
+
+ + + diff --git a/tags/release/index.xml b/tags/release/index.xml new file mode 100644 index 0000000..6f89c7b --- /dev/null +++ b/tags/release/index.xml @@ -0,0 +1,16 @@ + + + Release - Tag - LitlToast's Blog + https://higgy999.github.io/tags/release/ + Release - Tag - LitlToast's Blog + Hugo -- gohugo.ioenjoshuafhiggins@gmail.com (LitlToast) + joshuafhiggins@gmail.com (LitlToast)Sat, 08 Apr 2023 22:12:00 -0400 + Prank Suite Release + https://higgy999.github.io/prank-suite-release/ + Sat, 08 Apr 2023 22:12:00 -0400 + LitlToast + https://higgy999.github.io/prank-suite-release/ + The next step in pranking your friends and family.

]]>
+
+
+
diff --git a/tags/release/page/1/index.html b/tags/release/page/1/index.html new file mode 100644 index 0000000..c2f89cb --- /dev/null +++ b/tags/release/page/1/index.html @@ -0,0 +1,10 @@ + + + + https://higgy999.github.io/tags/release/ + + + + + + diff --git a/tags/update/index.html b/tags/update/index.html index 03592ed..8721165 100644 --- a/tags/update/index.html +++ b/tags/update/index.html @@ -80,7 +80,10 @@
-

 Update

2022

+

 Update

2023

2022

2021

diff --git a/tags/update/index.xml b/tags/update/index.xml index 73d7451..57ad18e 100644 --- a/tags/update/index.xml +++ b/tags/update/index.xml @@ -4,7 +4,15 @@ https://higgy999.github.io/tags/update/ Update - Tag - LitlToast's Blog Hugo -- gohugo.ioenjoshuafhiggins@gmail.com (LitlToast) - joshuafhiggins@gmail.com (LitlToast)Tue, 23 Aug 2022 00:09:32 -0400 + joshuafhiggins@gmail.com (LitlToast)Sat, 08 Apr 2023 22:12:00 -0400 + Prank Suite Release + https://higgy999.github.io/prank-suite-release/ + Sat, 08 Apr 2023 22:12:00 -0400 + LitlToast + https://higgy999.github.io/prank-suite-release/ + The next step in pranking your friends and family.

]]>
+
+ I Redesigned the Site https://higgy999.github.io/site-redesigned-2022/ Tue, 23 Aug 2022 00:09:32 -0400