Quote:
Originally Posted by Spaceyer
Isn't the point of this forum to help people?? We need more clues, aloccmem and some jumps etc' is not much help. He's talking about making scripts and using auto assembler. Seriously how many people here who actually play 8ball can do that??
|
I was try autowin method. Because i dont know what code or what number in double must be as "first scan",
then i'm think back about code for 2x extend line.
I am not use AOB code usually using for 2x extend line. I am use 0.2 (double) change to 0.1.
It's show in SWF script something like "variable1, variable2. class function.value 0.2?1:0".
Here step by step (i think) as mentioned by autowin (but i am not use "allocmem") :
1. Open 8 ball
2. Open CE and open process
3. Scan in double 0.2 (It give some results, take only 0.2 and bring to address list)
4. Change it all 0.2 to 0.1
5. Back to 8 ball in we found line was changed to 2x extend line.
6. Back to CE and change again all 0.1 to 0.2
7. Now, we need filtering these numbers 0.2 until we just have one result
8. to do filtering, just try change 0.2 to 0.1 one by one, if no effect through guide line, instant delete it.
9. Finally we found only one number 0.2 with the correct address
10.Simply right click in the last one address left, we found
11.Choose "Find out what writes to this address", confirm "yes" and opcode form will appear
12.Back to Ce and change again the code to 0.2 or 0.1
13.Back to opcode form, and we will find new text
14.Click on that text and click "Show disassembler" and it will open "Memory Viewer"
15.On memory viewer, click "Tools -> Auto Assemble", auto assemble form will appear
16.on form auto assemble, click "Template -> Cheat Table frame work code"
17.Click again "Template" and continue with "Code Injection"
18.Find text "originalscript:" and copy scripts below it until before text "exit"
19.Paste that script below text "place your code here"
20.Give sign 2 slash (//) in front of original scripts
Here is the problem, i don't know what code or number(s) should add in to our script code.
Maybe 0.2 is not correct number to be first scan and/or we need to do step "Alloc mem" as
mentioned by autowin. Just dont know what "thing" might be "alloc mem" ??????
If you have your correct number or codde and put it into our code in opcode form, next :
21.Choose "File -> Assign to current cheat table"
22.You will find it added in to address list in CE, with text "Auto assemble script"
23.It need make active by ticking a small box beside it
24.Tested it, if work then save
Perhaps all of this is wrong or should not like it, but I still hope someone can accomplish
and then give the results that we want.
Good luck