View previous topic :: View next topic |
Author |
Message |
Filipe_Br Master Cheater
Reputation: 3
Joined: 07 Jan 2016 Posts: 272 Location: My house
|
Posted: Sun Aug 07, 2016 10:51 am Post subject: What is wrong? |
|
|
I'm already out of patience, I tried to make this script different and without this error happens. "Error: [string" result = AOBScan ("F3 0F 42 20 7E 7E F3 0F 49 20 ..."]: 8: attempt to perform arithmetic on a nil value (global 'edx'). "
I'm debugging the right address, most of this error, if I manually is the cheat engine trying to get the of instruction I can address, but no Lua.
0D6913A3 - F3 0F7E 42 20 - movq xmm0,[edx+20]
Code: |
result=AOBScan("F3 0F 7E 42 20 F3 0F 7E 49 20 F2 0F 5C C1")
ad=getAddress(stringlist_getString(result, 0))
debug_setBreakpoint(ad)
debug_continueFromBreakpoint(co_run)
function debugger_onBreakpoint()
a=edx+20
return 1
end
|
|
|
Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Sun Aug 07, 2016 11:13 am Post subject: |
|
|
Capitalize it: EDX
|
|
Back to top |
|
 |
Filipe_Br Master Cheater
Reputation: 3
Joined: 07 Jan 2016 Posts: 272 Location: My house
|
Posted: Sun Aug 07, 2016 12:36 pm Post subject: |
|
|
Zanzer wrote: | Capitalize it: EDX |
I did not understand
|
|
Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Sun Aug 07, 2016 1:12 pm Post subject: |
|
|
Change edx to EDX.
edx = bad
EDX = good
|
|
Back to top |
|
 |
Filipe_Br Master Cheater
Reputation: 3
Joined: 07 Jan 2016 Posts: 272 Location: My house
|
Posted: Sun Aug 07, 2016 2:37 pm Post subject: |
|
|
I do not know how I made a stupid mistake this.
Thank you for your help
|
|
Back to top |
|
 |
|