|
-
May 10th, 2005, 12:29 AM
#1
Thread Starter
New Member
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
-
May 10th, 2005, 01:36 AM
#2
Addicted Member
Re: Single Player Cheat
Would this game happen to be GTA3/GTAVC?
-
May 10th, 2005, 01:48 AM
#3
Thread Starter
New Member
Re: Single Player Cheat
Its a spaceship game my brother plays some free downloadable game.....but i cant seem to break that down
-
May 10th, 2005, 06:47 AM
#4
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
-
May 10th, 2005, 07:29 AM
#5
Thread Starter
New Member
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
-
May 10th, 2005, 12:43 PM
#6
Addicted Member
Re: Single Player Cheat
Instead of using ASM, search for the money's memory address using TSearch or Artmoney.
-
May 10th, 2005, 02:20 PM
#7
Thread Starter
New Member
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.
-
May 13th, 2005, 10:24 AM
#8
Hyperactive Member
Re: Single Player Cheat
 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
-
May 13th, 2005, 01:39 PM
#9
Addicted Member
Re: Single Player Cheat
 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?
-
May 13th, 2005, 03:20 PM
#10
Thread Starter
New Member
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
-
May 13th, 2005, 08:59 PM
#11
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|