Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


having problem with script
Goto page Previous  1, 2
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
hhhuut
Grandmaster Cheater
Reputation: 6

Joined: 08 Feb 2015
Posts: 607

PostPosted: Thu Mar 19, 2015 2:50 pm    Post subject: Reply with quote

@hondafrik
The problem is not that you use an AOB-Code at all, it's only that the AOB-Code you posted doesn't match with the bytes in your screenshots ...
Try Zanzer's script ... It should work exactly the way you wanted.
Back to top
View user's profile Send private message
hondafrik
Advanced Cheater
Reputation: 0

Joined: 15 Jan 2014
Posts: 60
Location: Croatia

PostPosted: Sat Mar 21, 2015 10:56 am    Post subject: Reply with quote

i make fake numbers because for what i need its against rules,its for online game.
Btw how to find static result? i mean after aob scan show me 3 result and i just need one who is changed everytime when i refresh game,i mean he is not on same place everytime and adress is different too everytime,i try with opcodes and that not help too,because i cant find unique number
Back to top
View user's profile Send private message
panraven
Grandmaster Cheater
Reputation: 54

Joined: 01 Oct 2008
Posts: 941

PostPosted: Sun Mar 22, 2015 12:40 pm    Post subject: Re: having problem with script Reply with quote

hondafrik wrote:
hello everyone
When i manul change code
from
Code:
mov eax,[ecx+38]
to
Code:
mov eax,[ecx+78]
cheat work awesome.
..snip..


if it is just difference by the offset 38 and 78, and 78 is small than 80, it should be just need to change the offset, no code cave needed.

Code:

[ENABLE]
aobscan(repair1,8B 45 10 8B 08 8B 41 38 85 C0)
repair1+07:
db 78
[DISABLE]
aobscan(repair1,8B 45 10 8B 08 8B 41 78 85 C0)
repair1+07:
db 38




ADDED: oops,... the offsets are not the same as the screenshot?

btw, is it a Flash game?


ok, try this, may not exactly fit your purpose tho:
Code:

[ENABLE]
aobscan(repair1,8B 45 10 8B 08 8B 41 68 85 C0 74 ?? 8b ?? 08 8b ?? 50)
repair1+08:
test eax,ecx // the test should always fail and jump not taken ,  bytes 85 c8
[DISABLE]
aobscan(repair1,8B 45 10 8B 08 8B 41 68 85 C8 74 ?? 8b ?? 08 8b ?? 50))
repair1+08:
test eax,eax // back to normal



updated: added wildcard to be more certain the aob is unique
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting All times are GMT - 6 Hours
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites