View previous topic :: View next topic |
Author |
Message |
Sanglante Cheater
Reputation: 0
Joined: 27 Sep 2018 Posts: 43
|
Posted: Sat Jul 18, 2020 7:16 am Post subject: Color changing (original list) |
|
|
hi.
I know how to change Color like this : CETrainer.CELabel1.Color = 0x00ff00
but how to use directly the name in Form Designer : White Yellow Default etc etc
|
|
Back to top |
|
 |
Corroder Grandmaster Cheater Supreme
Reputation: 75
Joined: 10 Apr 2015 Posts: 1668
|
Posted: Sat Jul 18, 2020 8:17 am Post subject: |
|
|
In Form Designer, so open Form Designer by create form or edit existing form, then see attached pictures.
Notes, Font.Color is different with object/component color.
Description: |
Object/Component Color in Form Designer |
|
Filesize: |
93.83 KB |
Viewed: |
2000 Time(s) |

|
Description: |
Font Color in Form Designer |
|
Filesize: |
111.86 KB |
Viewed: |
2000 Time(s) |

|
_________________
Stealing Code From Stolen Code...
And Admit It.. Hmmm....Typically LOL |
|
Back to top |
|
 |
Sanglante Cheater
Reputation: 0
Joined: 27 Sep 2018 Posts: 43
|
Posted: Sat Jul 18, 2020 8:54 am Post subject: |
|
|
You don't understand my request. Let's say my value is good the script change color of one label with CETrainer.CELabel1.Color = 0x00ff00
value is no more good i want to make it back to Default color
|
|
Back to top |
|
 |
Corroder Grandmaster Cheater Supreme
Reputation: 75
Joined: 10 Apr 2015 Posts: 1668
|
Posted: Sat Jul 18, 2020 9:46 am Post subject: |
|
|
Sanglante wrote: | but how to use directly the name in Form Designer : White Yellow Default etc etc |
My language is not English, so that is why I don't understand what you mean on the first post or I mistranslate it.
_________________
Stealing Code From Stolen Code...
And Admit It.. Hmmm....Typically LOL |
|
Back to top |
|
 |
AylinCE Grandmaster Cheater Supreme
Reputation: 37
Joined: 16 Feb 2017 Posts: 1516
|
Posted: Sat Jul 18, 2020 11:49 am Post subject: |
|
|
Add a test to your existing hacking code. Or send your hacking code here, the masters will help to add it.
Code: |
local chk1=false
function HackCheck()
if chk1==true then
CETrainer.CELabel1.color=0xffffff
else
CETrainer.CELabel1.color=0x00ff00
end
end
---your Hack kode
function myHack()
-- . . .
-- your Hack succes!
chk1=true
HackCheck()
---your Hack no succes ..
-- else
--chk1=false
--HackCheck()
--end
end |
_________________
|
|
Back to top |
|
 |
Corroder Grandmaster Cheater Supreme
Reputation: 75
Joined: 10 Apr 2015 Posts: 1668
|
Posted: Sat Jul 18, 2020 1:27 pm Post subject: |
|
|
I fell like I come from other planet, because maybe only me not understand what is he requested. Bravo @Aylin, you are able to understand him.
_________________
Stealing Code From Stolen Code...
And Admit It.. Hmmm....Typically LOL |
|
Back to top |
|
 |
|