Results 1 to 11 of 11

Thread: Single Player Cheat

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2005
    Posts
    8

    Single Player Cheat

    I Am trying to make a single player cheat and when i finall get down to the last value for my gold and i get the DMA for it heres what i get...

    Code:
    004752a4    A38CB15300                      mov [0x53B18C],eax
    004752a9    E977010000                      jmp 0x00475425
    004752ae    FF3406                          push dword ptr [esi+eax]
    004752b1    8B17                            mov edx,[edi]
    004752b3    8BCF                            mov ecx,edi
    004752b5    FF9280000000                    call [edx+0x80]
    004752bb    E965010000                      jmp 0x00475425
    004752c0    668B0406                        mov ax,[esi+eax]
    004752c4    8BCF                            mov ecx,edi
    004752c6    50                              push eax
    i am horrible in ASM but what i would like to do is add money or freeze it, when i add it from the static location all it does is show it on screen and doesnt really add it and when i freeze 004752a4 its the same results help would be great thanks in advanced

  2. #2
    Addicted Member
    Join Date
    Feb 2005
    Location
    Cleveland, Ohio
    Posts
    255

    Re: Single Player Cheat

    Would this game happen to be GTA3/GTAVC?

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2005
    Posts
    8

    Re: Single Player Cheat

    Its a spaceship game my brother plays some free downloadable game.....but i cant seem to break that down

  4. #4
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246

    Re: Single Player Cheat

    How exactly are you hooking this into the game? I'm not too sure if we are to support the creation of such a program, but a little more information would help.

    chem

    Visual Studio 6, Visual Studio.NET 2005, MASM

  5. #5

    Thread Starter
    New Member
    Join Date
    May 2005
    Posts
    8

    Re: Single Player Cheat

    i plan on just making a simple little trainer for personal use and also to learn from if that is not against the board rules if it is i am very sorry

  6. #6
    Addicted Member
    Join Date
    Feb 2005
    Location
    Cleveland, Ohio
    Posts
    255

    Re: Single Player Cheat

    Instead of using ASM, search for the money's memory address using TSearch or Artmoney.

  7. #7

    Thread Starter
    New Member
    Join Date
    May 2005
    Posts
    8

    Re: Single Player Cheat

    I searched using tsearch and after u find the static location u autohack for the dynamic and im guessing im going to have to read and get this myself

    This isnt something i can just freeze i would have to code inject my own code cant use simple NOP

    Which is what i need to do im sure i can always post a help topic instead of asking for something that was my fault.

  8. #8
    Hyperactive Member Maven's Avatar
    Join Date
    Feb 2003
    Location
    Greeneville, TN
    Posts
    322

    Re: Single Player Cheat

    Quote Originally Posted by Vonn
    I searched using tsearch and after u find the static location u autohack for the dynamic and im guessing im going to have to read and get this myself

    This isnt something i can just freeze i would have to code inject my own code cant use simple NOP

    Which is what i need to do im sure i can always post a help topic instead of asking for something that was my fault.
    You should just use the windows API to do this. One of the API's you'll need is a blur to me right now (just woke up), it's something like virtual process query or some ****. Anyway after you search the memory, just call writeprocessmemory.
    You'll also need openprocess and closeprocess api's.
    Education is an admirable thing, but it is well to remember from time to time that nothing that is worth knowing can be taught. - Oscar Wilde

  9. #9
    Addicted Member
    Join Date
    Feb 2005
    Location
    Cleveland, Ohio
    Posts
    255

    Re: Single Player Cheat

    Quote Originally Posted by Vonn
    I searched using tsearch and after u find the static location u autohack for the dynamic and im guessing im going to have to read and get this myself

    This isnt something i can just freeze i would have to code inject my own code cant use simple NOP

    Which is what i need to do im sure i can always post a help topic instead of asking for something that was my fault.
    Why isn't it something you can just freeze using the address you found in tsearch? Do you know how memory pointers work?

  10. #10

    Thread Starter
    New Member
    Join Date
    May 2005
    Posts
    8

    Re: Single Player Cheat

    Why isn't it something you can just freeze using the address you found in tsearch? Do you know how memory pointers work?
    when i freeze it all it does is freeze the ammount on screen and not the actual gold? im guessing its pointing to another section or something

    I am searching around for some ASM tuts i found a nice x86 tutorial im looking at now

  11. #11
    Addicted Member
    Join Date
    Feb 2005
    Location
    Cleveland, Ohio
    Posts
    255

    Re: Single Player Cheat

    Then you've found the wrong address. There should be 2 values: The value that is displayed on screen and the actual gold value.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width