 |
Cheat Engine The Official Site of Cheat Engine
|
| View previous topic :: View next topic |
| Author |
Message |
UsmanRaza How do I cheat?
Reputation: 0
Joined: 13 Aug 2015 Posts: 2
|
Posted: Thu Aug 13, 2015 1:44 pm Post subject: Pointer Scanner |
|
|
I would like to know, when to restart my PC during pointer scan
small tutorial would be nice when to do and what to do after PC loads back up, TY
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25833 Location: The netherlands
|
Posted: Thu Aug 13, 2015 2:24 pm Post subject: |
|
|
after the scan has finished restart your pc
then find the address again (perhaps the existing pointerscan results can already help with that, but doubtful) and then do a rescan for the new address on the current result set
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
UsmanRaza How do I cheat?
Reputation: 0
Joined: 13 Aug 2015 Posts: 2
|
Posted: Thu Aug 13, 2015 10:15 pm Post subject: Help |
|
|
I would like to know why do I get pointercount;120000 and it hardly goes down tried everything,
Can I use any of the pointer counters whats the differences
"libvorbis.dll"+000084A4
"ac_client.exe"+0011E20C
can I use them with offsets would it work in VB and why not
-----------------
this is the code I'm using to make a trainer
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Dim Ammount As String = TextBox1.Text
Try
WriteDMAInteger("ac_client", &H109B74, {&H36C, &H18, &H1C4, &H100, &H150}, Ammount, 5)
Catch ex As Exception
End Try
End Sub
End Class
---------------
When I use a dynamic address with no offsets address it work
Example
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Dim Ammount As String = TextBox1.Text
Try
WriteInteger("ac_client", &H024DA480, Ammount, )
Catch ex As Exception
End Try
End Sub
End Class
-----------------------
When I try this code "ac_client.exe"+0011E20C with offsets it doesn't work
example
WriteDMAInteger("ac_client", &H11E20C, {&H36C, &H18, &H1C4, &H100, &H150}, Ammount, 5)
but When I Successfully builds the trainer
when I input the amount like 500 on click it would do nothing
but when I use the same method with dynamic it works?
so confused lol
srrry for the aheadache
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25833 Location: The netherlands
|
Posted: Fri Aug 14, 2015 3:27 am Post subject: |
|
|
There can be multiple paths to the same location, and if the smallest path is really small, then tbere can be a LOT of secondary valid paths (it's like walking around your destination before entering the building)
As for VB i don't know those functions so check what they do
also, read and understand: http://forum.cheatengine.org/viewtopic.php?t=422516
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|