View previous topic :: View next topic |
Author |
Message |
sp4rx Advanced Cheater
Reputation: 0
Joined: 19 Feb 2013 Posts: 64 Location: India
|
Posted: Sat May 25, 2013 12:29 pm Post subject: Change the value of a address using AA |
|
|
how can i change the value of a address(it may be a satic address or a static pointer) using an AA script
In this table i want to change the co-ordinates for a teleport hack
Please help,,, thanx in advance..
Description: |
|
 Download |
Filename: |
hl-cordinates.CT |
Filesize: |
1.69 KB |
Downloaded: |
25340 Time(s) |
|
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Sat May 25, 2013 12:41 pm Post subject: |
|
|
That table isn't very helpful to people that do not have the game. I assume this is for Counter Strike? If so, I do not have the game or any immediate desire to download it.
However, I can help you with your teleport cheat if you are willing to put in some effort and try to learn.
|
|
Back to top |
|
 |
sp4rx Advanced Cheater
Reputation: 0
Joined: 19 Feb 2013 Posts: 64 Location: India
|
Posted: Sun May 26, 2013 5:11 am Post subject: |
|
|
yes it is counter strike.
but you can tel me for other games also.
Just tell me what to do
|
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Sun May 26, 2013 11:07 pm Post subject: |
|
|
I will not help you with any online games. However, the methods for creating a teleport cheat are usually, pretty universal.
Found out what accesses your Y coordinate address. Let the debugger run for a couple of seconds (without moving your character or doing anything else). Stop the debugger. In the debugger window, choose one of the instructions that accesses your Y address several times per second. Once selected, click the 'show disassembler' button (do not close the debugger window). Now, right-click on the instruction in the disassembler window to see what addresses it accesses (to see if it is accessing any other address besides your Y coordinate address). Keep checking all of the instructions that are in the debugger window, until you find one that is only accessing your Y coordinate address (preferably, one that is accessing several times per second). Once you have found one, report back. If you do not find one, because all of the instructions are accessing multiple addresses, we can use an ID to compare...but it will require extra steps.
|
|
Back to top |
|
 |
sp4rx Advanced Cheater
Reputation: 0
Joined: 19 Feb 2013 Posts: 64 Location: India
|
Posted: Mon May 27, 2013 12:16 pm Post subject: |
|
|
These 2 highlighted codes are accessed the most times.
Is this the thing you want???
Description: |
|
Filesize: |
66.71 KB |
Viewed: |
27632 Time(s) |

|
|
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Mon May 27, 2013 1:47 pm Post subject: |
|
|
Please show me your debugger window so I can see all of the instructions.
Also, which version of Counter Strike are you running?
|
|
Back to top |
|
 |
sp4rx Advanced Cheater
Reputation: 0
Joined: 19 Feb 2013 Posts: 64 Location: India
|
Posted: Wed May 29, 2013 2:42 pm Post subject: |
|
|
sorry for late response
And it is CS 1.6
this is the debugger window.
Description: |
|
Filesize: |
61.68 KB |
Viewed: |
27560 Time(s) |

|
|
|
Back to top |
|
 |
eax.qbyte Advanced Cheater
Reputation: 3
Joined: 25 Jun 2011 Posts: 59 Location: CEDisasmView
|
Posted: Wed May 29, 2013 4:22 pm Post subject: |
|
|
Let me just remind you that teleport in CS 1.6(in multi player mode) is not possible unless you are the host and players mostly are not the host.
----------------
There is also a single player mode for that game which is not popular so I guess you are trying to do it in multi player mode.
and that's it.
_________________
My special thanx to Cheat Engine and its developers. It helps me do the hard and boring but valuable process of understanding the code, easily and with fun. |
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Wed May 29, 2013 5:17 pm Post subject: |
|
|
sparx-
It would help if you could expand that window so we can see all of the data (all columns and window regions etc.).
Also, I agree with eax.qbyte; if your purpose relates to online, I can not help you. If you just want to learn, maybe you can choose a different game.
|
|
Back to top |
|
 |
sp4rx Advanced Cheater
Reputation: 0
Joined: 19 Feb 2013 Posts: 64 Location: India
|
Posted: Thu May 30, 2013 4:45 pm Post subject: |
|
|
Nope i'm doing it for the single player mode.
Because for online I have to hack the hlds.exe
I jst want to learn the teleport hack
And I will repost the screenshots
|
|
Back to top |
|
 |
sp4rx Advanced Cheater
Reputation: 0
Joined: 19 Feb 2013 Posts: 64 Location: India
|
Posted: Sat Jun 01, 2013 11:58 am Post subject: |
|
|
This is the debugger window for Y axis
Description: |
|
Filesize: |
70.75 KB |
Viewed: |
27447 Time(s) |

|
|
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Sat Jun 01, 2013 1:21 pm Post subject: |
|
|
Click on the top instruction and select 'show in disassembler'.
Right-click the instruction in the disassembler window to see what addresses the instruction accesses. If only one address shows up, then we can probably use this instruction. If more than one address shows up, go back to your debugger window and go through the list, doing the same thing with each instruction, and try to find an instruction that only accesses your Y coordinate. If we can't find one, we'll have to dissect data structures and look for an ID to compare.
|
|
Back to top |
|
 |
daspamer Grandmaster Cheater Supreme
Reputation: 54
Joined: 13 Sep 2011 Posts: 1588
|
Posted: Sat Jun 01, 2013 1:49 pm Post subject: |
|
|
If theres few addresses* showing up but they all have the same cords ( your player cords ) that would go.
_________________
I'm rusty and getting older, help me re-learn lua. |
|
Back to top |
|
 |
sp4rx Advanced Cheater
Reputation: 0
Joined: 19 Feb 2013 Posts: 64 Location: India
|
Posted: Sat Jun 01, 2013 2:28 pm Post subject: |
|
|
Yes that code access only the Y axis,
In fact most of the codes I checked access only the Y axis
Description: |
|
Filesize: |
159.71 KB |
Viewed: |
27424 Time(s) |

|
|
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Sat Jun 01, 2013 3:03 pm Post subject: |
|
|
I would try injecting at that address, then. Highlight that instruction in the disassembler and select the 'tools' drop-down menu at the top. Click on Auto Assemble. A new window will open. Select 'Template' at the top. Click on Cheat Table Framework Code. Select 'Template', again. Click on Code Injection.
Copy everything in that window and paste it here, within code brackets, and I will see if I can help.
|
|
Back to top |
|
 |
|