• Login
Community
  • Login

Bana yardım edin lütfen

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
11 Posts 4 Posters 452 Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • İ
    İhsan Akdaş
    last edited by Jul 3, 2023, 4:25 AM

    I’m going crazy now, please help. I couldn’t find the solution, I’m about to go crazy

    6662349e-698e-48f8-9be8-ac449f99e1a9-image.png

    P 1 Reply Last reply Jul 3, 2023, 8:31 AM Reply Quote 0
    • P
      Paul Wormer @İhsan Akdaş
      last edited by Jul 3, 2023, 8:31 AM

      @İhsan-Akdaş You are trying to edit an .exe file. This is an executable file that is only meant to be interpreted by a processing unit. Notepad++ is meant to edit files that are readable by humans, such as a computer language source file, an e-mail, the source of a webpage, a message like the present, etc. Don’t waste your time on trying to understand an .exe file.

      İ 1 Reply Last reply Jul 3, 2023, 10:42 AM Reply Quote 3
      • İ
        İhsan Akdaş @Paul Wormer
        last edited by Jul 3, 2023, 10:42 AM

        @Paul-Wormer said in Bana yardım edin lütfen:

        @İhsan-Akdaş You are trying to edit an .exe file. This is an executable file that is only meant to be interpreted by a processing unit. Notepad++ is meant to edit files that are readable by humans, such as a computer language source file, an e-mail, the source of a webpage, a message like the present, etc. Don’t waste your time on trying to understand an .exe file.

        but everyone I watch videos can edit it, I used to edit it without any problem in my old computer. But I don’t understand why this happened, is there any solution?

        P P 2 Replies Last reply Jul 3, 2023, 1:10 PM Reply Quote 0
        • P
          Paul Wormer @İhsan Akdaş
          last edited by Jul 3, 2023, 1:10 PM

          @İhsan-Akdaş said in Bana yardım edin lütfen:

          I used to edit it without any problem in my old computer

          Using Notepad++?

          İ 2 Replies Last reply Jul 3, 2023, 5:39 PM Reply Quote 0
          • A
            Alan Kilborn
            last edited by Jul 3, 2023, 1:45 PM

            Just a wild guess here, but maybe OP is talking about editing the file in hex mode with the Hex Editor plugin?

            OP has to provide more information if they want further comment.

            P 1 Reply Last reply Jul 3, 2023, 3:21 PM Reply Quote 2
            • P
              Paul Wormer @Alan Kilborn
              last edited by Jul 3, 2023, 3:21 PM

              @Alan-Kilborn said in Bana yardım edin lütfen:

              editing the file in hex mode with the Hex Editor plugin

              Even so, you need to have at least an assembly listing of the source code to make sense of an .exe.

              A 1 Reply Last reply Jul 3, 2023, 4:19 PM Reply Quote 1
              • A
                Alan Kilborn @Paul Wormer
                last edited by Jul 3, 2023, 4:19 PM

                @Paul-Wormer said in Bana yardım edin lütfen:

                you need to have at least an assembly listing of the source code to make sense of an .exe.

                People have long “hacked” executable files to change things like text strings or constant values at known (somehow) locations. Hard to know what the goal really is here without further elaboration by OP.

                1 Reply Last reply Reply Quote 3
                • İ
                  İhsan Akdaş @Paul Wormer
                  last edited by Jul 3, 2023, 5:39 PM

                  This post is deleted!
                  1 Reply Last reply Reply Quote 0
                  • İ
                    İhsan Akdaş @Paul Wormer
                    last edited by Jul 3, 2023, 5:42 PM

                    @Paul-Wormer said in Bana yardım edin lütfen:

                    @İhsan-Akdaş said in Bana yardım edin lütfen:

                    I used to edit it without any problem in my old computer

                    Using Notepad++?

                    Yes, to be able to leave afk in minecraft game, this is a client, I need to enter that file and edit it.

                    P 1 Reply Last reply Jul 3, 2023, 6:38 PM Reply Quote 0
                    • P
                      PeterJones @İhsan Akdaş
                      last edited by Jul 3, 2023, 6:38 PM

                      @İhsan-Akdaş said in Bana yardım edin lütfen:

                      Using Notepad++?

                      Yes, to be able to leave afk in minecraft game, this is a client, I need to enter that file and edit it.

                      You have misunderstood @Paul-Wormer. And you have probably misremembered what you did before.

                      One does not simply use a text editor to edit a binary file (.exe application files are binary, not text based), because the bytes in a .exe are not characters, but rather portions of commands for the CPU and related system hw/sw. If you are correct in your statement that you previously edited this in Notepad++, then one of the following scenarios (or something similar) is actually true:

                      1. you are mis-remembering, and you actually edited a configuration file used by the minecraft client (config files are often written in human-readable text formats, which could be easily edited in Notepad++); or
                      2. you are mis-remembering, and you actually edited the source code for the minecraft client, then compiled it into a new .exe using the correct tool for that language; or
                      3. you are mis-remembering, and you were using some set of instructions that told you how to hack the .exe by editing the raw bytes of the executable with Notepad++ using the Hex Editor Plugin that Alan mentioned, which told you how to find the right bytes. If the screenshot below looks familiar, then this is probably what you did before, and you will need to find the original set of instructions that told you which bytes to edit, because we cannot tell you which bytes to edit in some arbitrary executable.
                        a279e3de-a7b5-4abe-98f0-3f87781ddf38-image.png

                      My recommendation to you would be to go find the website that originally told you how to do this mod/hack, and make sure you have understood and are correctly following their instructions, because as it is right now, you’re either editing the wrong file, or you don’t have all the tools and instructions you will need to finish your mod.

                      1 Reply Last reply Reply Quote 2
                      • P
                        PeterJones @İhsan Akdaş
                        last edited by Jul 3, 2023, 6:42 PM

                        @İhsan-Akdaş said in Bana yardım edin lütfen:

                        but everyone I watch videos can edit it,

                        I just noticed this statement: you should re-watch the video, because a rewatch will probably show you that you picked the wrong file to edit, or it will show you how the video said to make the changes.

                        1 Reply Last reply Reply Quote 2
                        1 out of 11
                        • First post
                          1/11
                          Last post
                        The Community of users of the Notepad++ text editor.
                        Powered by NodeBB | Contributors