#๐Ÿ”’ Can someone help me edit an some text in an .EXE file

58 messages ยท Page 1 of 1 (latest)

misty ice
#

im a beginner

dreamy veldtBOT
#

@misty ice

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

misty ice
#

Its basically this panel that opens and I want to remove all the text above Info

#

@dim fern

dim fern
#

Isn't this Python code? Why do you need to edit an exe?

misty ice
#

I dont know anything

dim fern
misty ice
#

i just want to remove all of this

dim fern
# misty ice No

You're trying to do something 'hard' before learning the basics then. I can't help you if you haven't learned the basics

misty ice
dim fern
#

Hex editors -sometimes- are useful, but not always. And probably not in this case

misty ice
#

Well i heard its not hard at all people told me its just finding the code and removing it

#

I have no clue myself thats why

#

@lilac sapphire

drowsy wind
#

Erm, Carbonbot is a cheat tool for Rocket League.
I mean, what you're asking about is editing the tool itself, but still.

misty ice
dim fern
misty ice
dim fern
misty ice
#

We dont know how to code at all

#

Thats why im asking if we can get help editing text

dim fern
# misty ice We bourght it

Removing the title from someone else's software isn't really a good thing. But anyway: to edit it, you'll have to figure out how to unpackage pyinstaller code, then edit the Python code, then package it again

drowsy wind
#

From RLBot FAQ for my own edification:

The RLBot framework cannot be used online. The API is only activated when the game is started with a special RLBot setting which disables online play. You can be banned without warning if we suspect that you have malicious intent (farming, levelling, etc.). We want to stay on Psyonix's good side here.

Alright. This still falls into a weird spot where you're trying to edit someone else's tool that you paid to access.
Not really sure why you need to do that anyway. It's just some startup banner. shrug

misty ice
lilac sapphire
#

purchased? it says its free and if you purchased it you got scammed

drowsy wind
misty ice
#

i payed the owner for full access for the files considering he only sells it for ppl who want to publically edit which is myself

drowsy wind
#

If the owner of the bot gave you full access to their files, then you have the source code and can compile it yourself?

misty ice
#

He sent me all the stuff saying I can edit the bot how I want but idk how

lilac sapphire
#

maybe stop lying?

dim fern
# misty ice Yes but i dont know how

I'm going to make an executive decision here and say: What you want to do is not cool, and likely violates Rule 5. You're removing the header/identifier of some purchased software. We have no way of verifying that the owner said that's OK... but in nearly every other case of purchased software, the license agreement will say "not to do this".

#

!rule 5

dreamy veldtBOT
#

5. Do not provide or request help on projects that may violate terms of service, or that may be deemed inappropriate, malicious, or illegal.

misty ice
#

yall r no help

drowsy wind
#

I'll just say in closing if you do have the source files, your issue is not "how to change text in an exe", it's learning how to compile this program. And then figuring out how to change things.

misty ice
drowsy wind
#

Maybe just go back to said owner and ask for help

misty ice
#

He wont help unless i pay him more ;//

drowsy wind
#

Then that's a scam

dim fern
misty ice
#

ik i payed for these files tht i dont know how to use

lilac sapphire
misty ice
dim fern
#
  • You said you have a .exe, not "source files". The exe is (I think) a pyinstaller exe, therefore you don't have the files that need to be "recompiled"
dreamy veldtBOT
#

:warning: The owner of this post is no longer in the server.

lilac sapphire
#

the source code, atleast in the free version, is also very interesting

sdjkfhs89fsfds = 'C:\\ProgramData\\KeyAuth'
if os.path.exists(sdjkfhs89fsfds):
    for root, dirs, files in os.walk(sdjkfhs89fsfds, topdown=False):
        for name in files:
            os.remove(os.path.join(root, name))
        for name in dirs:
            os.rmdir(os.path.join(root, name))
    os.rmdir(sdjkfhs89fsfds)

running random executables from the internet is truly a good idea

dim fern
#

Huh

#

Well, they're gone...

#

!close

dreamy veldtBOT
#
Python help channel closed with !close

This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.