PySilon v3.7
Update time! v3.7
Saying that this is our most beloved update is like saying nothing. A TON of new features with a total of over 200-commit update. Check out what have we prepared for you. Sit tight, relax, and enjoy release v3.7:
• added .foreground
-> to see what the current foreground app is | by @mategol
• added .whitelist
/ .blacklist
-> checks for the blacklisted process and terminates it instantly if found running | by @mategol
• added .msg
-> custom message box command with multiple options | by @mategol
• added .display-glitch
-> displays screen glitches / effects | by @mategol
• added .display-graphic
-> displays a bitmap | by @mategol
• added DrawlingStudio -> easy way to make bitmaps for .display-graphic
| by @mategol
• added .tts
-> text-to-speech messages | by @Yaw-Dev & @mategol
• added extra token protection (to make it harder for someone to extract your token) | by @Yaw-Dev
• added .set-critical
/ .unset-critical
-> elevates the program to a critical process causing windows to BSOD if pysilon gets forcefully terminated | by @Yaw-Dev
• added .grab all
-> runs all the grabbers at once | by @Yaw-Dev
• added .volume
-> change pc audio volume | by @Yaw-Dev
• added .play
-> play mp3 audio files | by @Yaw-Dev
• added .monitor-on
/ .monitor-off
-> turn all monitors on / off | by @mategol & @Yaw-Dev
• added .block-website
/ .unblock-website
-> prevents the pc from accessing the specified websites | by @iCronic & @Yaw-Dev
• added .jumpscare
-> plays a rapidly flashing video with loud audio | by @iCronic & @Yaw-Dev
• added hidden and system attributes to the pysilon folder thus making it harder to find | by @Yaw-Dev
• added .disable-reset
/ .enable-reset
-> completely disables / enables the Windows Recovery Environment | by @Yaw-Dev
• added .key
-> simulate typing on the user's keyboard | by @Yaw-Dev
• added .encrypt
/ .decrypt
-> encrypt / decrypt the specified files or folders | by @iCronic
• fixed a smaller issue in the password grabber were no message would be sent | by @ZorroMundoYT
• fixed issue preventing the program from running if grabbers were disabled | by @Yaw-Dev
• updated .kill
-> can now kill a process by its name too | by @mategol
• updated .help
-> is now more readable and beatiful | by @Yaw-Dev
• all grabber files, sound engine dll, etc. will only be included if their respective features are enabled | by @Yaw-Dev
• made the pysilon window appear if debug mode is enabled | by @Yaw-Dev
Also, there's a whole new sub-project of PySilon named tools/ DrawlingStudio that is basically a graphic editor for images used by .display-graphic
. This feature will be heavily improved in next updates.