Author Topic: Trainer  (Read 974 times)

0 Members and 1 Guest are viewing this topic.

Bunyip

  • Poptart
  • *
  • Posts: 8
    • View Profile
Trainer
« on: December 30, 2009, 04:23:10 pm »
how can i make trainers for an unlimited rounds hack for vietcong version 1.01?

i made one using cheat engine but it doesn't work the second time. please help.

Coronel_Niel

  • Insane Joker
  • ****
  • Posts: 846
  • Why can't I pick my own profile picture...
    • View Profile
Re: Trainer
« Reply #1 on: December 30, 2009, 04:47:56 pm »
Pointers or C++, depending on style.

Do the Cheat Engine tutorial, learn about pointers and multiple pointers and then get that for the rounds.

You could do code injection as well I think.
"Now we are going to watch my boys do it" - Joopig

Bunyip

  • Poptart
  • *
  • Posts: 8
    • View Profile
Re: Trainer
« Reply #2 on: December 30, 2009, 05:08:05 pm »
I am half familiar with pointers. i just dont know how to make a hack any other way than getting the value at this time.


Coronel_Niel

  • Insane Joker
  • ****
  • Posts: 846
  • Why can't I pick my own profile picture...
    • View Profile
Re: Trainer
« Reply #3 on: December 30, 2009, 05:18:50 pm »
Find the pointer, narrow that down by finding the multiple pointers if it has them, and then use that to freeze the addy.

Find the code for decreasing ammo when shooting, make it increase ammo ect.

NOP the code for decreasing ammo. Easiest in my opinion.

I could help you with all 3, but basic info comes from the CHeat Engine tutorial and u can do most of them from the tutorial.
« Last Edit: December 30, 2009, 05:23:57 pm by Coronel_Niel »
"Now we are going to watch my boys do it" - Joopig

Bunyip

  • Poptart
  • *
  • Posts: 8
    • View Profile
Re: Trainer
« Reply #4 on: December 30, 2009, 05:23:26 pm »
what is NOP?

But will it stick after i do it? i can do the pointer tutorial

What im trying to look to achieve is to make a hack for people i know. So they can use it as well.

Thanks for your help btw

Bunyip

  • Poptart
  • *
  • Posts: 8
    • View Profile
Re: Trainer
« Reply #5 on: December 30, 2009, 05:37:01 pm »
Can you help me to make a hack for people to have as well?

Coronel_Niel

  • Insane Joker
  • ****
  • Posts: 846
  • Why can't I pick my own profile picture...
    • View Profile
Re: Trainer
« Reply #6 on: December 30, 2009, 06:35:22 pm »
NOP = No OPeration, basically stops the function (ie stopping the ammo from decreasing)

Find the pointer(s) and they will always point to the address of the ammo.

Codes should also stays the same as I dont think DMA effects it.


The code for stopping ammo will be like add [*Address*],EAX or something like that.

You can change that to add [*address*],1 to add 1 every time ammo is shot.
"Now we are going to watch my boys do it" - Joopig

[TKC]phranz

  • Insane Joker
  • ****
  • Posts: 540
  • srsly
    • View Profile
Re: Trainer
« Reply #7 on: December 30, 2009, 11:19:15 pm »
@Bunyip:

take a look at solid snake's tutorial:  http://tkc-community.net/forum/index.php?topic=5592.msg58025#msg58025
the iq's around here are god awfull low!