View previous topic :: View next topic |
Author |
Message |
ElleXuzZ How do I cheat?
Reputation: 0
Joined: 13 Mar 2011 Posts: 4
|
Posted: Sun Mar 13, 2011 10:01 pm Post subject: Auto Assembler Problem |
|
|
Good evening,
I have a problem with an Auto Assembler script.
I am using a aobscan, which costs too much time.
Here is the code:
Code: | [ENABLE]
Aobscan(_place,00 00 00 00 00 00 ?? 40 00 00 00 00 00 00 ?? 40 00 00 00 00 00 00 ?? 40 00 00 00 00 00 00 ?? 40 00 00 00 00 00 00 F0 3F 00 00 00 00 00 00 ?? 40 00 00 00 00 00 00)
_place:
db 00 00 00 00 00 00 00 40 00 00 00 00 00 00 52 40 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00 40 00 00 00 00 00 00 F0 3F 00 00 00 00 00 00 00 40 00 00 00 00 00 00
[DISABLE] |
I would need an initialize method where I can put the aobscan so that it is excecuted only one time while I can enable/dsiable the script multiple times.
Or I need a way to implement hot keys. (I have 4 different replacements for the AOB so this would be really handy)
Sorry for my bad English and thanks
ElleXuzZ |
|
Back to top |
|
 |
noko_112 Grandmaster Cheater
Reputation: 0
Joined: 09 Jun 2009 Posts: 585
|
Posted: Mon Mar 14, 2011 1:12 am Post subject: |
|
|
Can remember correctly, but i think it either is just put it outside the enable block of code, or there was a third code tag. |
|
Back to top |
|
 |
ElleXuzZ How do I cheat?
Reputation: 0
Joined: 13 Mar 2011 Posts: 4
|
Posted: Mon Mar 14, 2011 10:41 am Post subject: |
|
|
I put it on top before the [ENABLE]-tag, but that did not work.
Do you remember how tag name was?
EDIT:
I could also think of a global variable or something like that. |
|
Back to top |
|
 |
ElleXuzZ How do I cheat?
Reputation: 0
Joined: 13 Mar 2011 Posts: 4
|
Posted: Tue Mar 15, 2011 2:01 pm Post subject: |
|
|
Ok, I want to try it on another way, if no one knows, how to use hotkeys.
I want to make one script, that fetches the address of the aob
Code: | Aobscan(_place,?? ?? ?? ?? ?? ?? ?? 40 00 00 00 00 00 ?? ?? 40 ?? ?? ?? ?? ?? ?? ?? 40 ?? ?? ?? ?? ?? ?? ?? 40 00 00 00 00 00 00 F0 3F ?? ?? ?? ?? ?? ?? ?? 40 00 00 00 00 00 ??) |
and writes it to any but static address.
Here comes my first problem:
How do I write "_place" to a static address?
After that I need a second script, which fetches the address (called _place before) from the static address and writes a value into it.
Can anyone help me with it? |
|
Back to top |
|
 |
|