View previous topic :: View next topic |
Author |
Message |
MMM-304 Expert Cheater
Reputation: 0
Joined: 17 Aug 2020 Posts: 170 Location: Milkey Way
|
Posted: Mon Aug 24, 2020 10:07 am Post subject: Enable Next Scan without using First Scan |
|
|
When ever we use First Scan in Cheat Engine's main form it does some changings in the form like enables the Next Scan, changes its Caption to New Scan, disables Value Type dropdown and most importantly add some new scan options in Scan Type dropdown.
What I want is to enable Next Scan and add all scan options in Scan Type without doing First Scan and retain these changes forever for the current scan tab. Please tell me how to do it!
I have been working so hard on a lua extension but the only problem now left is this situation where Next Scan button is disabled and there are only 5 Text objects in Scan Type instead of all 11. Need help!
|
|
Back to top |
|
 |
ParkourPenguin I post too much
Reputation: 152
Joined: 06 Jul 2014 Posts: 4695
|
Posted: Mon Aug 24, 2020 11:37 am Post subject: |
|
|
Most scan types don't make sense for a first scan. e.g. how do you do an "increased value" scan if you have nothing to compare it to?
If you don't know what the value is, do an "unknown initial value" scan.
_________________
I don't know where I'm going, but I'll figure it out when I get there. |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25779 Location: The netherlands
|
Posted: Mon Aug 24, 2020 2:21 pm Post subject: |
|
|
look at babyce.lua
_________________
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 |
|
 |
MMM-304 Expert Cheater
Reputation: 0
Joined: 17 Aug 2020 Posts: 170 Location: Milkey Way
|
Posted: Mon Aug 24, 2020 6:56 pm Post subject: |
|
|
ParkourPenguin wrote: | Most scan types don't make sense for a first scan. e.g. how do you do an "increased value" scan if you have nothing to compare it to?
If you don't know what the value is, do an "unknown initial value" scan. |
You are right, I am actually trying to clone scan tabs. It means that I will make a new scan tab but unlike usual scan tabs it wont be empty, it will have all the addresses from the original scan tab. But only problem is that it do not trigger, 'Every thing' that happens when First Scan is clicked!
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25779 Location: The netherlands
|
Posted: Tue Aug 25, 2020 12:09 am Post subject: |
|
|
In that case yiu should look into the scansession save/restore lia script that comes with ce
those save the scan to a file which it can load back later
_________________
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 |
|
 |
MMM-304 Expert Cheater
Reputation: 0
Joined: 17 Aug 2020 Posts: 170 Location: Milkey Way
|
Posted: Tue Aug 25, 2020 1:02 am Post subject: |
|
|
Dark Byte wrote: | In that case yiu should look into the scansession save/restore lia script that comes with ce
those save the scan to a file which it can load back later |
Sorry! I dont understand what it means but if it means copying files from TEMP folder into another so that my new tab will have those addresses then I have already done it.Its not a problem anymore!. Is that What you mean?
Dark Byte wrote: | look at babyce.lua |
Looked into it and extracted this and ran it in Lua Engine:
Sorry wanted to upload the code but it says "Sorry you cannot upload urls yet!"
If I skip/comment out STAGE ALPHA then only 5 basic items/Texts whatever they are, pops up on STAGE BETA execution.
But If I let STAGE ALPHA run then after first Scan all eleven Items pop up. Seems to me that there is something in STAGE ALPHA that triggers Items addition in STAGE BETA. Could not figure out what it is!
You also need to uncomment --BabyCE.DoState[2]=function() and -----end in the file I shared, then It will work
Description: |
|
 Download |
Filename: |
extracted babyce.lua |
Filesize: |
7.96 KB |
Downloaded: |
218 Time(s) |
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25779 Location: The netherlands
|
|
Back to top |
|
 |
MMM-304 Expert Cheater
Reputation: 0
Joined: 17 Aug 2020 Posts: 170 Location: Milkey Way
|
Posted: Wed Aug 26, 2020 11:08 am Post subject: |
|
|
Thanks I will look into it! This is the extension I finalized by picking some data from savesession.lua.(It adds a button in Panel9 right below Panel14)
Its not a very reliable way to use First Scan followed by copying and overwriting all the files(Which may take a while if PC is slow, addresses are large in number and process is heavy.) Otherwise, It works fine so far. I just wanted to find a way to unlock everything which normally happens after doing First Scan
Description: |
|
 Download |
Filename: |
Clone Scan Tab v1.1.lua |
Filesize: |
2.41 KB |
Downloaded: |
249 Time(s) |
|
|
Back to top |
|
 |
|