Announcement

Collapse
No announcement yet.

Custom Engine Loader Tool

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Custom Engine Loader Tool

    I don't know if anyone made a tool to do this so I slapped a tiny one together. It should help fellas like bungholio out that like to make cheat engines for the PS2.

    You save the engine in RAW format as "Engine.raw", your code list you will be using as "Codes.raw", and place it on the drive you are using. Easier to use PS2Link, as it checks "host:" first for the files.

    It loads the engine to address 0x8007A000, and the codes to address 0x80040000.

    It will automatically hook the engine with a kernel hook, so you don't have to look for hooks.

    The main purpose is to help test a cheat engine, your code list raw file must be formatted the way you will be manipulating it.

    I have provided a working example engine and code (the code is "Flash" for "SOCOM: Combined Assault").

    Download: http://cheaters-lounge.net/files/CCEL_01a.rar

  • #2
    Would this allow me to finish and completely use my weird memory scanner I made about a year ago but quit due to there being line limits on cheat devices? Does this work for any game?
    July 7, 2019

    https://www.4shared.com/s/fLf6qQ66Zee
    https://www.sendspace.com/file/jvsdbd

    Comment


    • #3
      That's a really good concept
      I may be lazy, but I can...zzzZZZzzzZZZzzzZZZ...

      Comment


      • #4
        Originally posted by bungholio View Post
        Would this allow me to finish and completely use my weird memory scanner I made about a year ago but quit due to there being line limits on cheat devices? Does this work for any game?
        Yes and yes - Kernel hooked.

        Also if you don't like line limits with cheat devices you could use the RemotePS2 cheat device I developed as part of CheatCentral app.
        -> http://cheaters-lounge.net/files/PRE...owser_0.1c.rar
        It operates the 1.3c cheat engine I wrote, and basically has a size limit of ~224 KB (Approximately 57,344 lines of codes)

        You may have to slightly edit it though, since it loads the code list to 0x80040000.

        The whole purpose is for testing a custom engine or MIPS routine on any game desired. Not much on a GUI, just the scr_printf() shell GUI.
        Last edited by Gtlcpimp; 11-17-2010, 02:12:50 PM.

        Comment


        • #5
          I'm mainly wondering if this would work without error on every game. Any chance of it? The cheat devices work fine with every game, but them and their line limits killed my idea. I'm not too interested in messing with my ASM memory scanner, since it completely lacks any form of GUI and I have no idea how you created one, or how anyone creates them.
          Last edited by bungholio; 11-17-2010, 05:44:35 PM.
          July 7, 2019

          https://www.4shared.com/s/fLf6qQ66Zee
          https://www.sendspace.com/file/jvsdbd

          Comment


          • #6
            Oh yes this works flawless for every game. All it does, is load the engine you make and hook it (nothing fancy just a simple custom cheat device loader).

            A GUI broken down to simplicity:

            You either use a GS lib or build your own, which is simply having the ability to put something on your screen. Now, you take your images and put them up there. You build a function that handles controller inputs, and when you push a button you have the function update the graphics being put on the screen.

            Comment


            • #7
              Originally posted by Gtlcpimp View Post
              You either use a GS lib or build your own, which is simply having the ability to put something on your screen. Now, you take your images and put them up there. You build a function that handles controller inputs, and when you push a button you have the function update the graphics being put on the screen.
              No portion of my brain understands how that is done. I'm looking at your code and I have no idea of what anything means. I have no form of education on coding, or anything really.
              July 7, 2019

              https://www.4shared.com/s/fLf6qQ66Zee
              https://www.sendspace.com/file/jvsdbd

              Comment


              • #8
                http://cheaters-lounge.net/files/CCEL_01a.rar

                When I click on that link, I get a 404 Error Page.
                The Hackmaster

                Comment


                • #9
                  I'm getting the same 404 problem. I think the page grew a pair of legs and ran away.
                  July 7, 2019

                  https://www.4shared.com/s/fLf6qQ66Zee
                  https://www.sendspace.com/file/jvsdbd

                  Comment


                  • #10
                    That it did! It was there the other day... I swear... Re-uploaded try again

                    Comment


                    • #11
                      It's fixed. Thank you.
                      July 7, 2019

                      https://www.4shared.com/s/fLf6qQ66Zee
                      https://www.sendspace.com/file/jvsdbd

                      Comment


                      • #12
                        Yup yup. I still swear it was there... lol... unless my brain farted and grew legs n took off on it...

                        Comment

                        Working...
                        X