Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jak0ub/joke
Troll your friends using this
https://github.com/jak0ub/joke
Last synced: 25 days ago
JSON representation
Troll your friends using this
- Host: GitHub
- URL: https://github.com/jak0ub/joke
- Owner: Jak0ub
- Created: 2024-11-04T16:46:05.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-08T16:21:01.000Z (about 2 months ago)
- Last Synced: 2024-12-08T17:24:44.286Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## WORKS ONLY ON WINDOWS
## SHA-256
```
0F933B9EF86980E02A102AA3CEEBCD0B58102DAD09925ADE6930CA1E1A201637
```
> ℹ️ **Recommendation:**
> If you are unsure whether Python is present on the victim's computer, you can use PyInstaller to create an .exe file from a .py file.## How to delete the program after activation
```
del "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\troll.vbs"
```
> ⚠️ **Warning:**
> Administrator privileges will be required for deletion, so run the cmd as administrator
>
`Your system partition letter may vary`## Description
Each time the PC is turned on, the file troll.vbs will start, and it can only be turned off using taskkill.> ℹ️**Information:**
> The VBS process can also be terminated using a file available [on this GitHub](https://github.com/Jak0ub/Process-Killer)```
taskkill /IM "wscript.exe" -F
```
> ⚠️ **Warning:**
> Administrator privileges will be required by the victim.## Python to Executable
```
pip install pyinstaller
```
`Installing PyInstaller`
```
pyinstaller --onefile file.py
```
`The .Exe file is now located in \dist\file.exe`