TheWarLords Posted April 26, 2012 Posted April 26, 2012 (edited) i make On/Off but 2 Only work and i went all work can help expandcollapse popup#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 April 26, 2012 by TheWarLords
somdcomputerguy Posted April 26, 2012 Posted April 26, 2012 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.
TheWarLords Posted April 26, 2012 Author Posted April 26, 2012 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
Moderators Melba23 Posted April 26, 2012 Moderators Posted April 26, 2012 TheWarLords, What are you trying to show with the ON/OFF state? What is NR1 representing? M23 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 columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Bert Posted April 26, 2012 Posted April 26, 2012 English is not this guy's first language. May I suggest typing your request in your native language and we can then translate it. The Vollatran project My blog: http://www.vollysinterestingshit.com/
TheWarLords Posted April 26, 2012 Author Posted April 26, 2012 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 expandcollapse popup#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
Moderators Melba23 Posted April 26, 2012 Moderators Posted April 26, 2012 (edited) TheWarLords,What is "Apple Base.au3"? Where did you get it? What does it do? M23Edit: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 April 26, 2012 by Melba23 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 columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Recommended Posts