View previous topic :: View next topic |
Author |
Message |
sjl002 Master Cheater
Reputation: 0
Joined: 31 Aug 2013 Posts: 305
|
Posted: Sat Jan 02, 2016 6:06 am Post subject: How to Auto disable script check Box? |
|
|
How to Auto disable script check Box?
I want, when creat hotkey for script and then press this hotkey the script enable.
How enable go to auto disable check box?
|
|
Back to top |
|
 |
ParkourPenguin I post too much
Reputation: 152
Joined: 06 Jul 2014 Posts: 4700
|
Posted: Sat Jan 02, 2016 10:01 am Post subject: |
|
|
http://forum.cheatengine.org/viewtopic.php?p=5639710
Literally all you have to do is look inside main.lua, search for "checkbox", and you'll have your answer.
_________________
I don't know where I'm going, but I'll figure it out when I get there. |
|
Back to top |
|
 |
sjl002 Master Cheater
Reputation: 0
Joined: 31 Aug 2013 Posts: 305
|
Posted: Sat Jan 02, 2016 12:47 pm Post subject: |
|
|
I can find, but what do with it.
|
|
Back to top |
|
 |
ParkourPenguin I post too much
Reputation: 152
Joined: 06 Jul 2014 Posts: 4700
|
Posted: Sat Jan 02, 2016 12:52 pm Post subject: |
|
|
You read it.
Quote: | CheckBox Class: ...
...
properties
Checked: boolean - True if checked
... |
So set Checked to true if you want to check a checkbox, and set it to false if you want to uncheck a checkbox.
_________________
I don't know where I'm going, but I'll figure it out when I get there. |
|
Back to top |
|
 |
sjl002 Master Cheater
Reputation: 0
Joined: 31 Aug 2013 Posts: 305
|
Posted: Sat Jan 02, 2016 12:55 pm Post subject: |
|
|
I should changing script?
|
|
Back to top |
|
 |
ParkourPenguin I post too much
Reputation: 152
Joined: 06 Jul 2014 Posts: 4700
|
Posted: Sat Jan 02, 2016 12:59 pm Post subject: |
|
|
I don't understand what you're asking.
If you're wondering if you need to use Lua to do this, then yes, you do. I suppose you could also do this using ASM, but I wouldn't recommend it.
_________________
I don't know where I'm going, but I'll figure it out when I get there. |
|
Back to top |
|
 |
sjl002 Master Cheater
Reputation: 0
Joined: 31 Aug 2013 Posts: 305
|
Posted: Sat Jan 02, 2016 1:03 pm Post subject: |
|
|
Oh,Very Thanks. this is work.
|
|
Back to top |
|
 |
|