Textbelt bouncer plugin for mIRC Chat client This is a plugin that lets you access IRC over texting. I wanted something for my phone that I would not having to open a app everytime my phone starts. System Requirements For compiling you will need Delphi 4.0 with TmIRCControl A Textbelt API Key(you will have to …
Category Archives: My Software
Serial Port PWM
In this blog I will show you how to generate pwm with a computer with a serial port. This tool was originally written by subcooledheatpump from YouTube. I made it better where you can choose which com port to use(by command-line or by being prompted to do so). Controlling it is now better since now …
Offline, online and reconnect tool
This tool checks the internet connection to see what Internet Provider your using. Good for VPNs and getting your server back online. You can use reconnect.bat file to help fix network problems or alert you when you lost connection or your ISP Name has changed. To make your batch detect first open your command prompt …
How to make the computer talk from any batch file
It is possible to make the computer talk by a batch file or any windows program. All is needed is a tiny VBScript file that use Microsoft Speech API OLE Object. Also all sentences passed to the command must be surrounded with quotes. Otherwise it will not sound the best. You may download, copy, modify …
Continue reading “How to make the computer talk from any batch file”
Icon Screensaver
This screensaver does exactly what the name says. It looks for icons and have them bounce around the screen and leaving a trail behind them. They are randomly chosen from windows, system and cursors directory. It uses ExtractIcon function from shell32.dll to get the icon and number of icons.
Random Screensaver for windows
This screensaver randomly chooses screensavers when it starts. You can choose which folders to use, how long of a delay between screensavers and which ones you don’t want running.
AutoRecord for NCH SoundTap
I wanted soundtap to keep recording after a song was done playing on YouTube so thus AutoRecord tool was made
Text file converter
This tool allows you to convert text files from one to another, making them compatible with different programs and operating systems. Linux most likely uses UTF-8 and Windows uses ANSI
Search Nanny
This tool allows you to force safe search on Google, Bing,DuckDuckGo and YouTube. It even has a website blocker. It should even work on linux systems via wine. You can set it up through the network via network drive. Export ALSO MAKE SURE TO RUN AS ADMINISTRATOR.
ExecOnce
This tool executes a batch script once during the whole time the computer is on. It can limit one instance running at a time. Check the process ID in the registry to see if it is still running. All Keys that are used for telling if it should spawn a new process are volatile, meaning …