tag:github.com,2008:https://github.com/ChaoticFormula/vPrankPy/releasesRelease notes from vPrankPy2025-08-03T14:21:32Ztag:github.com,2008:Repository/1030477462/v1.0.0-Beta2025-08-05T11:42:40Zv1.0.0-Beta<h2>vPrankPy</h2>
<h3>📦 About This Release</h3>
<p>This is the first release of the <strong>Scam Baiter Prototype</strong>, a <strong>harmless educational tool</strong> inspired by the YouTube channel <a href="https://www.youtube.com/c/ScammerPayback" rel="nofollow">Scammer Payback</a>. It's designed for cybersecurity demonstrations, ethical scambaiting, and awareness campaigns.</p>
<hr>
<h3>📹 Features</h3>
<ul>
<li>🎥 Auto-plays a full-screen distraction video on launch</li>
<li>🔒 Prevents closing the app unless a secret code (<code>231022</code>) is typed [For v.0.1]</li>
<li>🔁 Reopens if closed manually</li>
<li>🖥 Auto-starts on reboot (if added to Startup folder manually)</li>
<li>🛑 Prevents being cut or killed while running</li>
<li>🔐 Silent operation using <code>--noconsole</code></li>
</ul>
<hr>
<h3>🛠️ How to Use</h3>
<ol>
<li><strong>Download the <code>main.exe</code> file</strong> from the Assets below.</li>
<li>Place your video named <code>video.mp4</code> next to the <code>.exe</code>.</li>
<li>Run it to test in a safe environment.</li>
<li>To stop the program, type: <code>231022</code></li>
</ol>
<p>✅ <strong>Note:</strong> This is a prototype. Always test on your own system before using in demos.</p>
<hr>
<h3><g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> WARNING</h3>
<blockquote>
<p><g-emoji class="g-emoji" alias="warning">⚠️</g-emoji> This is not a prank tool. Do not run it on someone else's computer without <strong>informed consent</strong>. This tool simulates malware-like behavior and is intended for ethical hacking demonstrations only.</p>
</blockquote>
<hr>
<h3>🙌 Credits</h3>
<ul>
<li>💡 Idea Inspired by: <strong>Scammer Payback</strong></li>
<li>🧠 Developed by: <strong>[IHEfty]</strong></li>
<li>🧰 Built with: Python, PyInstaller, OpenCV, Pillow, Keyboard</li>
</ul>
<hr>
<h3>🧰 Build Instructions (Source Code)</h3>
<ol>
<li>
<p>Place your <code>video.mp4</code> in the same directory as <code>man.py</code></p>
</li>
<li>
<p>Install dependencies:</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="pip install opencv-python pillow keyboard"><pre>pip install opencv-python pillow keyboard</pre></div>
</li>
<li>
<p>Package with PyInstaller:</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="pyinstaller --onefile --noconsole --add-data "video.mp4;." --hidden-import PIL --hidden-import PIL.Image --hidden-import PIL.ImageTk man.py"><pre>pyinstaller --onefile --noconsole --add-data <span class="pl-s"><span class="pl-pds">"</span>video.mp4;.<span class="pl-pds">"</span></span> --hidden-import PIL --hidden-import PIL.Image --hidden-import PIL.ImageTk man.py</pre></div>
</li>
<li>
<p>The compiled exe will be located in the <code>dist/</code> folder</p>
</li>
</ol>IHEfty