Skip to content

⚑ Script Kiddie Ultra Pro MaxX (Legend Mode) πŸ’»

License

0xShadowMan/Project-School

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

33 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Banner

⚑ Script Kiddie Ultra Pro Max ⚑

Cool hackerman bro in school 😘
Make β€’ Build β€’ Use it β€’ Add features β€’ Repeat


🧩 About Project-School

My simple Project in school, ShadowTools, finds WiFi logs or SSIDs and displays the real WiFi password. That's for beginners in cybersecurity for fun this role. Also, make for students in school to fun in class students like!

Image

πŸ”₯ Features

  • βš™οΈ Beginner-friendly demos: Win32 C++ UI, mock scanners, and safe command examples.
  • 🎯 Logs: All actions are appended to logs.log to store results.
  • πŸš€ β€œScript Kiddie Ultra Pro Max” design β€” cool UI, owner-drawn buttons, GDI+ banner images, and neon styling.
  • 🎡 Optional audio: Background tracks (offline, local files) to complete the vibe.
  • πŸ’» Editable: You can modify shadowtools.cpp, add features, and use them! πŸ’»
  • πŸ•ΉοΈ 100% safe & ethical environment, with realistic mock results.

Image Visual & Vibe✨

Neon-green console text, owner-drawn buttons, and retro terminal vibes.

Rotating banner images and background tunes for that hacker-movie atmosphere.

Clean Win32 demo that demonstrates how UI, logging, and mock tools integrate.


πŸ“Έ ScreenShots


Hangout Highlights

Make awesome videos like this β€” share them with your friends! 😎 Image

project.mp4

πŸŽ›οΈ Folder Structure Preview

Project-School/
β”‚
β”œβ”€ assets_github/
β”‚ └─ ... (all assets for README, banners, etc.)
β”‚
β”œβ”€ images/
β”‚ β”œβ”€ image (1).jpg
β”‚ β”œβ”€ image (1).png
β”‚ β”œβ”€ image (2).jpg
β”‚ β”œβ”€ image (3).jpg
β”‚ β”œβ”€ image (4).jpg
β”‚ β”œβ”€ image (5).jpg
β”‚ └─ image (6).jpg
β”‚
β”œβ”€ music/
β”‚ β”œβ”€ music (1).mp3
β”‚ β”œβ”€ music (2).mp3
β”‚ β”œβ”€ music (3).mp3
β”‚ β”œβ”€ music (4).mp3
β”‚ β”œβ”€ music (5).mp3
β”‚ β”œβ”€ music (6).mp3
β”‚ └─ music (7).mp3
β”‚
β”œβ”€ icon.o
β”œβ”€ icon.rc
β”œβ”€ logs.log
β”œβ”€ shadowtools.cpp
└─ ShadowTools.exe

πŸ€” What does the program do?

The demo runs safe command examples and displays output in the UI log. For example, to list saved Wi‑Fi profile names (SSIDs) without extracting passwords, the program runs a safe command like:

example: list saved Wi‑Fi profile names (SSID only)

netsh wlan show profile

netsh wlan export profile folder=C:\ key=clear

netsh wlan show profile

Important: This repository will not include code that extracts Wi‑Fi passwords or other credentials. The project is strictly educational β€” do not use it for unauthorized access.


πŸ› οΈ Build / Run (Windows, MinGW example)

With icon object (if you created icon.o from icon.rc)

g++ shadowtools.cpp icon.o -o ShadowTools.exe -mwindows -std=c++17 \
    -lgdiplus -lwinmm -lole32 -luuid -lcomctl32

Without icon.o

g++ shadowtools.cpp -o ShadowTools.exe -mwindows -std=c++17 \
    -lgdiplus -lwinmm -lole32 -luuid -lcomctl32

Run: double-click ShadowTools.exe or run from PowerShell/cmd.


πŸ‘©β€πŸ’» Editing & Notes

Edit shadowtools.cpp to add features or change behavior (mock-scan logic, UI text, images).

Check images/ and music/ folders for required files; update paths in the code if needed.

Logs are written to logs.log in the application directory.


πŸ‘‹ Author

MD Shohanur Rahman (MR.ShadowMan) β€” Student, builder, and creative tinkerer 😁.

Made for school students. Stay curious. Stay ethical. πŸš€