Page 1 of 1

Is there a tool just like cheat engine where..?

Posted: Tue Jan 07, 2025 1:40 pm
by pacifista
where you can use speedhack alone?

I just need to it's specific speedhack feature with shortcuts. I'm playing some games with it only and

using whole cheatengine kinda feels obsolete.

Thx in advance.

Re: Is there a tool just like cheat engine where..?

Posted: Tue Jan 07, 2025 1:56 pm
by BabyGroot
Speedhack character or speed game?
For Speed game, Copy code and paste in cheat engine

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>104784</ID>
      <Description>"Speed Game"</Description>
      <Options moHideChildren="1"/>
      <LastState Value="" RealAddress="00000000"/>
      <Color>A00000</Color>
      <GroupHeader>1</GroupHeader>
      <CheatEntries>
        <CheatEntry>
          <ID>104785</ID>
          <Description>"Fast 4x"</Description>
          <LastState/>
          <Color>4080FF</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : BleachBraveSouls.exe
  Version:
  Date   : 2021-09-21
  Author : BabyGroot

  This script does blah blah blah
}

[ENABLE]
luacall(speedhack_setSpeed(20))

[DISABLE]
luacall(speedhack_setSpeed(1))
</AssemblerScript>
          <Hotkeys>
            <Hotkey>
              <Action>Toggle Activation</Action>
              <Keys>
                <Key>122</Key>
              </Keys>
              <ID>0</ID>
              <ActivateSound>Activate</ActivateSound>
              <DeactivateSound>Deactivate</DeactivateSound>
            </Hotkey>
          </Hotkeys>
        </CheatEntry>
        <CheatEntry>
          <ID>104786</ID>
          <Description>"Slow 0.5x"</Description>
          <LastState/>
          <Color>4080FF</Color>
          <VariableType>Auto Assembler Script</VariableType>
          <AssemblerScript>{ Game   : BleachBraveSouls.exe
  Version:
  Date   : 2021-09-21
  Author : BabyGroot

  This script does blah blah blah
}

[ENABLE]
luacall(speedhack_setSpeed(0.5))

[DISABLE]
luacall(speedhack_setSpeed(1))
</AssemblerScript>
          <Hotkeys>
            <Hotkey>
              <Action>Toggle Activation</Action>
              <Keys>
                <Key>121</Key>
              </Keys>
              <ID>0</ID>
              <ActivateSound>Activate</ActivateSound>
              <DeactivateSound>Deactivate</DeactivateSound>
            </Hotkey>
          </Hotkeys>
        </CheatEntry>
        <CheatEntry>
          <ID>104787</ID>
          <Description>"NOTE : Active F10 Slow || F11 Fast"</Description>
          <LastState Value="" RealAddress="00000000"/>
          <Color>0000FF</Color>
          <GroupHeader>1</GroupHeader>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>


Re: Is there a tool just like cheat engine where..?

Posted: Thu Jan 09, 2025 4:31 pm
by SunBeam
BabyGroot wrote:
Tue Jan 07, 2025 1:56 pm
...
He's a part of the user population who narrows down applications/programs based on scope. If he/she doesn't need anything else from Cheat Engine BUT speedhack, then he/she doesn't need it installed. So providing a script that requires Cheat Engine makes no sense :)

I am not aware of any such tools as I didn't look for them (rarely do I use speedhack), BUT.. if coding is an alternative.. you could look at what speedhack is doing in Cheat Engine (it's a .lua script now with 7.6) and convert that to an exe/dll that is designed for the x64 Windows OS or x86/x64 tailored to the architecture of your games. I know it may not be much, but it's at least a nudge in a direction.

Re: Is there a tool just like cheat engine where..?

Posted: Thu Jan 09, 2025 7:30 pm
by BabyGroot
SunBeam wrote:
Thu Jan 09, 2025 4:31 pm
BabyGroot wrote:
Tue Jan 07, 2025 1:56 pm
...
...
Thank you for information Sensei

Re: Is there a tool just like cheat engine where..?

Posted: Thu Jan 09, 2025 7:51 pm
by cheatenginedead
There is kosmos by Caliber which has a speedhack.

Re: Is there a tool just like cheat engine where..?

Posted: Fri Jan 10, 2025 5:06 am
by SunBeam
cheatenginedead wrote:
Thu Jan 09, 2025 7:51 pm
There is kosmos by Caliber which has a speedhack.
..which is another bloated application/program he/she doesn't need :)