Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



   360

Help with a compiled py code

by Tana - 05 October, 2021 - 04:02 PM
This post is by a banned member (Tana) - Unhide
Tana  
Godlike
1.607
Posts
454
Threads
7 Years of service
#1
Hey. I have a py code that grabs some info and sends it with a webhook to a channel.

I convert it from py to exe but when I run the exe it doesn't work. It only works by running the py code.

Any help?
Have you ever wanted to build your Pro-Discord Dream Server for JUST $1?
Just Join HERE!

[Image: Fax9oq1.gif]
[NEW] Discord Name: tanaaa_.
ID: 1017170386477142047
Telegram: ADD ME
This post is by a banned member (zaithyt) - Unhide
zaithyt  
Contributor
247
Posts
77
Threads
5 Years of service
#2
maybe run it using cmd
This post is by a banned member (Tana) - Unhide
Tana  
Godlike
1.607
Posts
454
Threads
7 Years of service
#3
(05 October, 2021 - 04:03 PM)zaithyt Wrote: Show More
maybe run it using cmd

i mean i want to send the exe file to a guy that scammed me so he downloads it and I grab his info. i don't want to send the .py because the code is readable you know?
Have you ever wanted to build your Pro-Discord Dream Server for JUST $1?
Just Join HERE!

[Image: Fax9oq1.gif]
[NEW] Discord Name: tanaaa_.
ID: 1017170386477142047
Telegram: ADD ME
This post is by a banned member (zaithyt) - Unhide
zaithyt  
Contributor
247
Posts
77
Threads
5 Years of service
#4
(05 October, 2021 - 04:04 PM)Tana Allen Wrote: Show More
(05 October, 2021 - 04:03 PM)zaithyt Wrote: Show More
maybe run it using cmd

i mean i want to send the exe file to a guy that scammed me so he downloads it and I grab his info. i don't want to send the .py because the code is readable you know?

sure I know just run cmd in the directory with that exe and run theexename.exe and see the output
This post is by a banned member (Tana) - Unhide
Tana  
Godlike
1.607
Posts
454
Threads
7 Years of service
#5
(05 October, 2021 - 04:07 PM)zaithyt Wrote: Show More
(05 October, 2021 - 04:04 PM)Tana Allen Wrote: Show More
(05 October, 2021 - 04:03 PM)zaithyt Wrote: Show More
maybe run it using cmd

i mean i want to send the exe file to a guy that scammed me so he downloads it and I grab his info. i don't want to send the .py because the code is readable you know?

sure I know just run cmd in the directory with that exe and run theexename.exe and see the output

sorry i am noob with that. do you mean like "node filename.exe" to run it? idk
Have you ever wanted to build your Pro-Discord Dream Server for JUST $1?
Just Join HERE!

[Image: Fax9oq1.gif]
[NEW] Discord Name: tanaaa_.
ID: 1017170386477142047
Telegram: ADD ME
This post is by a banned member (zaithyt) - Unhide
zaithyt  
Contributor
247
Posts
77
Threads
5 Years of service
#6
(05 October, 2021 - 04:10 PM)Tana Allen Wrote: Show More
(05 October, 2021 - 04:07 PM)zaithyt Wrote: Show More
(05 October, 2021 - 04:04 PM)Tana Allen Wrote: Show More
i mean i want to send the exe file to a guy that scammed me so he downloads it and I grab his info. i don't want to send the .py because the code is readable you know?

sure I know just run cmd in the directory with that exe and run theexename.exe and see the output

sorry i am noob with that. do you mean like "node filename.exe" to run it? idk
no just open cmd in the folder where the exe is located, type cd to make sure you're in the right place and just type filename.exe and hit enter
This post is by a banned member (Tana) - Unhide
Tana  
Godlike
1.607
Posts
454
Threads
7 Years of service
#7
(05 October, 2021 - 04:14 PM)zaithyt Wrote: Show More
(05 October, 2021 - 04:10 PM)Tana Allen Wrote: Show More
(05 October, 2021 - 04:07 PM)zaithyt Wrote: Show More
sure I know just run cmd in the directory with that exe and run theexename.exe and see the output

sorry i am noob with that. do you mean like "node filename.exe" to run it? idk
no just open cmd in the folder where the exe is located, type cd to make sure you're in the right place and just type filename.exe and hit enter

thanks! this is what i get tho.
Code:
[b]Python path configuration:
  PYTHONHOME = 'C:\Users\UserN3im\AppData\Local\Temp\_MEI105882'
  PYTHONPATH = (not set)
  program name = 'C:\Users\n3im\Desktop\redEngine Lua Executor\Injector.exe'
  isolated = 0
  environment = 0
  user site = 0
  import site = 0
  sys._base_executable = 'C:\\Users\\n3im\\Desktop\\redEngine Lua Executor\\Injector.exe'
  sys.base_prefix = ''
  sys.base_exec_prefix = ''
  sys.platlibdir = 'lib'
  sys.executable = 'C:\\Users\\n3im\\Desktop\\redEngine Lua Executor\\Injector.exe'
  sys.prefix = ''
  sys.exec_prefix = ''
  sys.path = [
    'C:\\Users\\UserN3im\\AppData\\Local\\Temp\\_MEI105882\\base_library.zip',
    'C:\\Users\\UserN3im\\AppData\\Local\\Temp\\_MEI105882\\lib-dynload',
    'C:\\Users\\UserN3im\\AppData\\Local\\Temp\\_MEI105882',
  ]
Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
Python runtime state: core initialized
LookupError: unknown encoding: utf-8

Current thread 0x0000159c (most recent call first):
<no Python frame>[/b]
Have you ever wanted to build your Pro-Discord Dream Server for JUST $1?
Just Join HERE!

[Image: Fax9oq1.gif]
[NEW] Discord Name: tanaaa_.
ID: 1017170386477142047
Telegram: ADD ME
This post is by a banned member (zaithyt) - Unhide
zaithyt  
Contributor
247
Posts
77
Threads
5 Years of service
#8
(05 October, 2021 - 04:31 PM)Tana Allen Wrote: Show More
(05 October, 2021 - 04:14 PM)zaithyt Wrote: Show More
(05 October, 2021 - 04:10 PM)Tana Allen Wrote: Show More
sorry i am noob with that. do you mean like "node filename.exe" to run it? idk
no just open cmd in the folder where the exe is located, type cd to make sure you're in the right place and just type filename.exe and hit enter

thanks! this is what i get tho.
Code:
[b]Python path configuration:
  PYTHONHOME = 'C:\Users\UserN3im\AppData\Local\Temp\_MEI105882'
  PYTHONPATH = (not set)
  program name = 'C:\Users\n3im\Desktop\redEngine Lua Executor\Injector.exe'
  isolated = 0
  environment = 0
  user site = 0
  import site = 0
  sys._base_executable = 'C:\\Users\\n3im\\Desktop\\redEngine Lua Executor\\Injector.exe'
  sys.base_prefix = ''
  sys.base_exec_prefix = ''
  sys.platlibdir = 'lib'
  sys.executable = 'C:\\Users\\n3im\\Desktop\\redEngine Lua Executor\\Injector.exe'
  sys.prefix = ''
  sys.exec_prefix = ''
  sys.path = [
    'C:\\Users\\UserN3im\\AppData\\Local\\Temp\\_MEI105882\\base_library.zip',
    'C:\\Users\\UserN3im\\AppData\\Local\\Temp\\_MEI105882\\lib-dynload',
    'C:\\Users\\UserN3im\\AppData\\Local\\Temp\\_MEI105882',
  ]
Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
Python runtime state: core initialized
LookupError: unknown encoding: utf-8

Current thread 0x0000159c (most recent call first):
<no Python frame>[/b]

see you have some kind of error at the end, I don't know python so I will not help here but googling the errors usually helped me

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)