Jump to content

How Mak On/Off


Recommended Posts

i make On/Off but 2 Only work and i went all work can help

#include "Apple Base.au3"
_Apple_Startup(2, 0x00FFFF, 0x00FF00, 0xFF0000)
$GUI = _Apple_Draw_Gui(120, 650, 1, "Example", 0xC0C0C0, 200)
_Apple_Create_Text("Test Team TBK", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)

_Apple_State_Gui(1, $GUI)
_Apple_Topmost_Check("Example")
_Apple_Enable_Up_Down()
While True
Sleep(100)
WEnd
Func _0($action)
If $action = 1 Then
ElseIf $action = 0 Then
EndIf
EndFunc
Edited by TheWarLords
Link to comment
Share on other sites

I have been slightly amazed at some of the member's interpretative skills here. And I will be slightly more amazed if anyone can figure your post out. I wish you luck getting your problem resolved, but you might want to consider rewording your question.

- Bruce /*somdcomputerguy */  If you change the way you look at things, the things you look at change.

Link to comment
Share on other sites

I have been slightly amazed at some of the member's interpretative skills here. And I will be slightly more amazed if anyone can figure your post out. I wish you luck getting your problem resolved, but you might want to consider rewording your question.

Thanks and Thanks for Advice
Link to comment
Share on other sites

  • Moderators

TheWarLords,

What are you trying to show with the ON/OFF state? What is NR1 representing? ;)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

TheWarLords,

What are you trying to show with the ON/OFF state? What is NR1 representing? ;)

M23

now i make On/off but Only 2 work how make all work

Code

#include "Apple Base.au3"
_Apple_Startup(2, 0x00FFFF, 0x00FF00, 0xFF0000)
$GUI = _Apple_Draw_Gui(120, 650, 1, "Example", 0xC0C0C0, 200)
_Apple_Create_Text("Test Team TBK", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)
_Apple_Create_Function("Test", 50)

_Apple_State_Gui(1, $GUI)
_Apple_Topmost_Check("Example")
_Apple_Enable_Up_Down()
While True
Sleep(100)
WEnd
Func _0($action)
If $action = 1 Then
ElseIf $action = 0 Then
EndIf
EndFunc
Link to comment
Share on other sites

  • Moderators

TheWarLords,

What is "Apple Base.au3"? Where did you get it? What does it do? :)

M23

Edit:

Never mind, I found it here:

"What is the Apple Base?

With this base you can create fake D3D hooks in autoit. With this it is very easy to make trainers with ingame features.

Why should i use this?

Because with this base you can easy make your own ingame trainer for every game you want!"

Does not look like anything we want to support here. ;)

Edited by Melba23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...