Author Topic: trainer help please  (Read 658 times)

0 Members and 1 Guest are viewing this topic.

[TKC]Wesker

  • ArmA's Most Wanted
  • The Central Committee
  • Master Heckler
  • *
  • Posts: 2209
  • The Illusive Man
    • View Profile
    • TKC Tube
trainer help please
« on: February 08, 2006, 08:43:10 am »
using TSearch I found the moveSpeed address for my character in a game (one of the few results when searching float 6.75)
what I want to do is put a function in my trainer that allows the player to choose high speed or normal speed.

All I really know about with TSearch is patching & unpatching breakpoints  :?
is that close?

The Illusive Man

Crossmol

  • Heckler
  • *****
  • Posts: 1522
    • View Profile
    • Facebook
trainer help please
« Reply #1 on: February 09, 2006, 02:54:19 am »
Have you tried the TMK? You can add an extra speedbutton witch disables the 1st button (poke) and add the 2nd speed (poke again).
I haven't tried this but it seems logical.
Watch out where the huskies go, and don't you eat that yellow snow...

[TKC]Wesker

  • ArmA's Most Wanted
  • The Central Committee
  • Master Heckler
  • *
  • Posts: 2209
  • The Illusive Man
    • View Profile
    • TKC Tube
trainer help please
« Reply #2 on: February 09, 2006, 03:50:12 am »
my problem is with TSearch
I can't patch the value with autohack because setting my speed to infinity just crash's the game

also the memory address location changes every time the game is ran

The Illusive Man

Crossmol

  • Heckler
  • *****
  • Posts: 1522
    • View Profile
    • Facebook
trainer help please
« Reply #3 on: February 10, 2006, 01:49:37 pm »
Quote from: Wesker
my problem is with TSearch
also the memory address location changes every time the game is ran


It changes because you did't seek for the DMA (I think). Look for the DMA (Dynamic Memory Allocation). This way all linked adresses change too.

Another idea is to increase the speed bit by bit if you found the correct adress (something like SPEED=SPEED+1, increase SPEED) in the TMK button. If you start with let's say SPEED 100 and it crashes at SPEED 200 then limit the maxSPEED to 199. Those are just my VB thoughts but they can be done in any language including the TMK I asume.
Watch out where the huskies go, and don't you eat that yellow snow...