Smug246 / Luna-Grabber

The best discord token grabber made in python
MIT License
860 stars 375 forks source link

No exe #70

Closed yeeteeyt closed 1 year ago

yeeteeyt commented 1 year ago

Ok, I ran the whole thing, but the terminal just closes. there is no exe and it just outputs a python file. I set it to generate an exe

Smug246 commented 1 year ago

run the builder.py in cmd and send me the error your getting

TheYunDude commented 1 year ago

run the builder.py in cmd and send me the error your getting

hey, I have the same issue. I run the builder.py file and it gives me options. on the one i type "y" to make it an exe, but after the thing is done instead I get the file but a .py. the file still works but it is not an exe. please help

TheYunDude commented 1 year ago

oh i got the error here is image for error code image_2022-12-15_223730004 if you cannot see picture here is msg: Traceback (most recent call last): File "C:\Users\workforce\Downloads\Luna-Token-Grabber-main\builder.py", line 351, in Builder() File "C:\Users\workforce\Downloads\Luna-Token-Grabber-main\builder.py", line 71, in init self.mk_file(self.filename, self.webhook) File "C:\Users\workforce\Downloads\Luna-Token-Grabber-main\builder.py", line 267, in mk_file self.exe_crypt(f"obfuscatedcompressed{filename}") File "C:\Users\workforce\Downloads\Luna-Token-Grabber-main\builder.py", line 295, in exe_crypt subprocess.run(["./tools/Blankrypt.exe", f"{filename}.exe"], capture_output=True, check=True) File "C:\Users\workforce\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 524, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['./tools/Blankrypt.exe', 'obfuscated_compressed_thepythoncalculatorclient.exe']' returned non-zero exit status 1.

Smug246 commented 1 year ago

lmao read the top. it says 'python not found' you need to download the latest version of python and add it to path.

TheYunDude commented 1 year ago

lmao read the top. it says 'python not found' you need to download the latest version of python and add it to path.

oh damn just remembered i got python 3.9 for another client. thanks i will try it

TheYunDude commented 1 year ago

same thing happened, and i have python 3.11.1, i think it is because i cannot run files with "python" but with "py" instead example: if i do "python main.py" it wont work but if i do "py main.py" it will work. maybe thats the problem but how do i fix the issue btw i did add it to path

TheYunDude commented 1 year ago

my discord is sunuy#7832 if its easier to type there

Smug246 commented 1 year ago

join my server and dm me from there. but python main.py and py main.py are no different. also delete 3.9 in case it uses that instead of 3.11