مافهمت السؤال أخوي ... لو في توضيح لو تكرمت ,,,

تريد عملية معينه أن تستمر مع إستمرار تشغيل السكريبت !!

:d:​

السلام عليكم

لا أريد أن يعمل الإدمان في جاهزي مثلا
أي برمجة أداة لا تترك الإدمان يشتغل
أو قتل عملية الإدمان في البروسيس كلما أشتغل

تحياتي


***
 

توقيع : never_32
السلآم عليكم ورحمة الله وبركاته
الله يجزاكم خير على الدوره تعلمت اشياء كثيره منهآ
عندي اشكاليه هل اقدر اعدل على تطبيق معمول بي الاوتآت .؟
..
اريد
عمل تطبيق لاجبار تطبيق معين على العمل فى دقه معينه
لدي الاداه لكن اريد اضافة دقه جديده اليها هل يمكن التعديل عليها ,؟
http://mir.cr/42VOQUB1
اريد اضافة دقة resolutions 1366X768 فى الاداه
لاني فقدت ملف .au3


 

السلام عليكم

لا أريد أن يعمل الإدمان في جاهزي مثلا
أي برمجة أداة لا تترك الإدمان يشتغل
أو قتل عملية الإدمان في البروسيس كلما أشتغل

تحياتي


***

الكود جاهز:

كود:
[url=http://www.autoitscript.com/autoit3/docs/keywords.htm##requireadmin][color=#F000FF][i]#RequireAdmin[/i][/color][/url] [color=#009933][i];العمل كمسؤول[/i][/color]
[url=http://www.autoitscript.com/autoit3/docs/keywords.htm##notrayicon][color=#F000FF][i]#NoTrayIcon[/i][/color][/url] [color=#009933][i];إخفاء الايقونة[/i][/color]
[color=#AA0000]$ProcessName[/color] [color=#FF0000]=[/color] [color=#9999CC]"IDMan.exe"[/color] [color=#009933][i];العملية المراد قتلها[/i][/color]
[url=http://www.autoitscript.com/autoit3/docs/keywords.htm#While][color=#0000FF]While[/color][/url] [url=http://www.autoitscript.com/autoit3/docs/functions/ProcessExists.htm][color=#000090][i]ProcessExists[/i][/color][/url][color=#FF0000]([/color][color=#AA0000]$ProcessName[/color][color=#FF0000])[/color]
    [url=http://www.autoitscript.com/autoit3/docs/functions/ProcessClose.htm][color=#000090][i]ProcessClose[/i][/color][/url][color=#FF0000]([/color][color=#AA0000]$ProcessName[/color][color=#FF0000])[/color]
[url=http://www.autoitscript.com/autoit3/docs/keywords.htm#WEnd][color=#0000FF]WEnd[/color][/url]


السلآم عليكم ورحمة الله وبركاته
الله يجزاكم خير على الدوره تعلمت اشياء كثيره منهآ
عندي اشكاليه هل اقدر اعدل على تطبيق معمول بي الاوتآت .؟
..
اريد
عمل تطبيق لاجبار تطبيق معين على العمل فى دقه معينه
لدي الاداه لكن اريد اضافة دقه جديده اليها هل يمكن التعديل عليها ,؟
http://mir.cr/42VOQUB1
اريد اضافة دقة resolutions 1366X768 فى الاداه
لاني فقدت ملف .au3



تم...

كود:
[url=http://www.autoitscript.com/autoit3/docs/keywords.htm##include][color=#F000FF][i]#include[/i][/color][/url] [color=#9999CC]<GUIConstants.au3>[/color]
[url=http://www.autoitscript.com/autoit3/docs/keywords.htm##include][color=#F000FF][i]#include[/i][/color][/url] [color=#9999CC]<EditConstants.au3>[/color]
[url=http://www.autoitscript.com/autoit3/docs/keywords.htm##include][color=#F000FF][i]#include[/i][/color][/url] [color=#9999CC]<ButtonConstants.au3>[/color]
[url=http://www.autoitscript.com/autoit3/docs/keywords.htm#Global][color=#0000FF]Global[/color][/url] [color=#AA0000]$VARIABLE[/color]
[url=http://www.autoitscript.com/autoit3/docs/keywords.htm#Global][color=#0000FF]Global[/color][/url] [color=#AA0000]$DELAY[/color]
[url=http://www.autoitscript.com/autoit3/docs/keywords.htm#Global][color=#0000FF]Global[/color][/url] [color=#AA0000]$INPUT1[/color]
[url=http://www.autoitscript.com/autoit3/docs/keywords.htm##requireadmin][color=#F000FF][i]#RequireAdmin[/i][/color][/url]
[color=#A00FF0][i]#Region ### START Koda GUI section ### Form=c:\users\maxime\documents\crossfire work\test gui\new folder\form2.kxf[/i][/color]
[color=#AA0000]$FORM2[/color] [color=#FF0000]=[/color] [url=http://www.autoitscript.com/autoit3/docs/functions/GUICreate.htm][color=#000090][i]GUICreate[/i][/color][/url][color=#FF0000]([/color][color=#9999CC]"Criminalz's Triggerbot V2"[/color][color=#FF0000],[/color] [color=#AC00A9][i]411[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]81[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]270[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]220[/i][/color][color=#FF0000])[/color]
[color=#AA0000]$BUTTON1[/color] [color=#FF0000]=[/color] [url=http://www.autoitscript.com/autoit3/docs/functions/GUICtrlCreateButton.htm][color=#000090][i]GUICtrlCreateButton[/i][/color][/url][color=#FF0000]([/color][color=#9999CC]"800x600"[/color][color=#FF0000],[/color] [color=#AC00A9][i]8[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]32[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]73[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]41[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]0[/i][/color][color=#FF0000])[/color]
[color=#AA0000]$BUTTON2[/color] [color=#FF0000]=[/color] [url=http://www.autoitscript.com/autoit3/docs/functions/GUICtrlCreateButton.htm][color=#000090][i]GUICtrlCreateButton[/i][/color][/url][color=#FF0000]([/color][color=#9999CC]"1024x768"[/color][color=#FF0000],[/color] [color=#AC00A9][i]88[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]32[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]73[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]41[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]0[/i][/color][color=#FF0000])[/color]
[color=#AA0000]$BUTTON3[/color] [color=#FF0000]=[/color] [url=http://www.autoitscript.com/autoit3/docs/functions/GUICtrlCreateButton.htm][color=#000090][i]GUICtrlCreateButton[/i][/color][/url][color=#FF0000]([/color][color=#9999CC]"1280x800"[/color][color=#FF0000],[/color] [color=#AC00A9][i]168[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]32[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]73[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]41[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]0[/i][/color][color=#FF0000])[/color]
[color=#AA0000]$BUTTON4[/color] [color=#FF0000]=[/color] [url=http://www.autoitscript.com/autoit3/docs/functions/GUICtrlCreateButton.htm][color=#000090][i]GUICtrlCreateButton[/i][/color][/url][color=#FF0000]([/color][color=#9999CC]"1440x900"[/color][color=#FF0000],[/color] [color=#AC00A9][i]248[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]32[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]73[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]41[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]0[/i][/color][color=#FF0000])[/color]
[color=#AA0000]$BUTTON5[/color] [color=#FF0000]=[/color] [url=http://www.autoitscript.com/autoit3/docs/functions/GUICtrlCreateButton.htm][color=#000090][i]GUICtrlCreateButton[/i][/color][/url][color=#FF0000]([/color][color=#9999CC]"1680x1050"[/color][color=#FF0000],[/color] [color=#AC00A9][i]328[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]32[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]73[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]41[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]0[/i][/color][color=#FF0000])[/color]
[color=#AA0000]$LABEL1[/color] [color=#FF0000]=[/color] [url=http://www.autoitscript.com/autoit3/docs/functions/GUICtrlCreateLabel.htm][color=#000090][i]GUICtrlCreateLabel[/i][/color][/url][color=#FF0000]([/color][color=#9999CC]"Choose the resolution you will be using in Crossfire."[/color][color=#FF0000],[/color] [color=#AC00A9][i]8[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]8[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]250[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]17[/i][/color][color=#FF0000])[/color]
[color=#AA0000]$INPUT1[/color] [color=#FF0000]=[/color] [url=http://www.autoitscript.com/autoit3/docs/functions/GUICtrlCreateInput.htm][color=#000090][i]GUICtrlCreateInput[/i][/color][/url][color=#FF0000]([/color][color=#9999CC]"90"[/color][color=#FF0000],[/color] [color=#AC00A9][i]368[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]8[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]33[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]21[/i][/color][color=#FF0000],[/color] [color=#AA0000]$ES_NUMBER[/color][color=#FF0000])[/color]
[url=http://www.autoitscript.com/autoit3/docs/functions/GUICtrlSetLimit.htm][color=#000090][i]GUICtrlSetLimit[/i][/color][/url][color=#FF0000](-[/color][color=#AC00A9][i]1[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]3[/i][/color][color=#FF0000])[/color]
[color=#AA0000]$LABEL2[/color] [color=#FF0000]=[/color] [url=http://www.autoitscript.com/autoit3/docs/functions/GUICtrlCreateLabel.htm][color=#000090][i]GUICtrlCreateLabel[/i][/color][/url][color=#FF0000]([/color][color=#9999CC]"Delay: "[/color][color=#FF0000],[/color] [color=#AC00A9][i]328[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]8[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]37[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]17[/i][/color][color=#FF0000])[/color]
[color=#AA0000]$LABEL3[/color] [color=#FF0000]=[/color] [url=http://www.autoitscript.com/autoit3/docs/functions/GUICtrlCreateLabel.htm][color=#000090][i]GUICtrlCreateLabel[/i][/color][/url][color=#FF0000]([/color][color=#9999CC]"Burst:"[/color][color=#FF0000],[/color] [color=#AC00A9][i]256[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]8[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]31[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]17[/i][/color][color=#FF0000])[/color]
[color=#AA0000]$CHECKBOX1[/color] [color=#FF0000]=[/color] [url=http://www.autoitscript.com/autoit3/docs/functions/GUICtrlCreateCheckbox.htm][color=#000090][i]GUICtrlCreateCheckbox[/i][/color][/url][color=#FF0000]([/color][color=#9999CC]"Checkbox1"[/color][color=#FF0000],[/color] [color=#AC00A9][i]288[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]8[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]17[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]17[/i][/color][color=#FF0000])[/color]
[url=http://www.autoitscript.com/autoit3/docs/functions/GUISetState.htm][color=#000090][i]GUISetState[/i][/color][/url][color=#FF0000]([/color][url=http://www.autoitscript.com/autoit3/docs/macros.htm#@sw_show][color=#FF33FF]@SW_SHOW[/color][/url][color=#FF0000])[/color]
[color=#A00FF0][i]#EndRegion ### END Koda GUI section ###[/i][/color]
[url=http://www.autoitscript.com/autoit3/docs/keywords.htm#While][color=#0000FF]While[/color][/url] [color=#AC00A9][i]1[/i][/color]
    [color=#AA0000]$NMSG[/color] [color=#FF0000]=[/color] [url=http://www.autoitscript.com/autoit3/docs/functions/GUIGetMsg.htm][color=#000090][i]GUIGetMsg[/i][/color][/url][color=#FF0000]()[/color]
    [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#Switch][color=#0000FF]Switch[/color][/url] [color=#AA0000]$NMSG[/color]
        [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#Case][color=#0000FF]Case[/color][/url] [color=#AA0000]$GUI_EVENT_CLOSE[/color]
            [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#Exit][color=#0000FF]Exit[/color][/url]
        [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#Case][color=#0000FF]Case[/color][/url] [color=#AA0000]$BUTTON1[/color]
            [url=http://www.autoitscript.com/autoit3/docs/functions/MsgBox.htm][color=#000090][i]MsgBox[/i][/color][/url][color=#FF0000]([/color][color=#AC00A9][i]64[/i][/color] [color=#FF0000]+[/color] [color=#AC00A9][i]8192[/i][/color][color=#FF0000],[/color] [color=#9999CC]"Criminalz's Triggerbot V2"[/color][color=#FF0000],[/color] [color=#9999CC]"You have chosen 800x600, minimize the window and play ;P"[/color][color=#FF0000])[/color]
            [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#While][color=#0000FF]While[/color][/url] [color=#AC00A9][i]1[/i][/color]
                [color=#AA0000]$VARIABLE[/color] [color=#FF0000]=[/color] [url=http://www.autoitscript.com/autoit3/docs/functions/PixelSearch.htm][color=#000090][i]PixelSearch[/i][/color][/url][color=#FF0000]([/color][color=#AC00A9][i]345[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]340[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]450[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]350[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]15878679[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]10[/i][/color][color=#FF0000])[/color]
                [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#If][color=#0000FF]If[/color][/url] [url=http://www.autoitscript.com/autoit3/docs/functions/IsArray.htm][color=#000090][i]IsArray[/i][/color][/url][color=#FF0000]([/color][color=#AA0000]$VARIABLE[/color][color=#FF0000])[/color] [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#Then][color=#0000FF]Then[/color][/url]
                    [url=http://www.autoitscript.com/autoit3/docs/functions/MouseClick.htm][color=#000090][i]MouseClick[/i][/color][/url][color=#FF0000]([/color][color=#9999CC]"LEFT"[/color][color=#FF0000])[/color]
                    [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#If][color=#0000FF]If[/color][/url] [url=http://www.autoitscript.com/autoit3/docs/functions/GUICtrlRead.htm][color=#000090][i]GUICtrlRead[/i][/color][/url][color=#FF0000]([/color][color=#AA0000]$CHECKBOX1[/color][color=#FF0000])[/color] [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#Then][color=#0000FF]Then[/color][/url]
                        [url=http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm][color=#000090][i]Sleep[/i][/color][/url][color=#FF0000]([/color][color=#AC00A9][i]30[/i][/color][color=#FF0000])[/color]
                        [url=http://www.autoitscript.com/autoit3/docs/functions/MouseClick.htm][color=#000090][i]MouseClick[/i][/color][/url][color=#FF0000]([/color][color=#9999CC]"LEFT"[/color][color=#FF0000])[/color]
                        [url=http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm][color=#000090][i]Sleep[/i][/color][/url][color=#FF0000]([/color][color=#AC00A9][i]30[/i][/color][color=#FF0000])[/color]
                        [url=http://www.autoitscript.com/autoit3/docs/functions/MouseClick.htm][color=#000090][i]MouseClick[/i][/color][/url][color=#FF0000]([/color][color=#9999CC]"LEFT"[/color][color=#FF0000])[/color]
                    [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#EndIf][color=#0000FF]EndIf[/color][/url]
                    [url=http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm][color=#000090][i]Sleep[/i][/color][/url][color=#FF0000]([/color][url=http://www.autoitscript.com/autoit3/docs/functions/GUICtrlRead.htm][color=#000090][i]GUICtrlRead[/i][/color][/url][color=#FF0000]([/color][color=#AA0000]$INPUT1[/color][color=#FF0000]))[/color]
                [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#EndIf][color=#0000FF]EndIf[/color][/url]
                [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#If][color=#0000FF]If[/color][/url] [url=http://www.autoitscript.com/autoit3/docs/functions/GUIGetMsg.htm][color=#000090][i]GUIGetMsg[/i][/color][/url][color=#FF0000]() =[/color] [color=#AA0000]$GUI_EVENT_CLOSE[/color] [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#Then][color=#0000FF]Then[/color][/url]
                    [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#Exit][color=#0000FF]Exit[/color][/url]
                [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#EndIf][color=#0000FF]EndIf[/color][/url]
            [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#WEnd][color=#0000FF]WEnd[/color][/url]
        [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#Case][color=#0000FF]Case[/color][/url] [color=#AA0000]$BUTTON2[/color]
            [url=http://www.autoitscript.com/autoit3/docs/functions/MsgBox.htm][color=#000090][i]MsgBox[/i][/color][/url][color=#FF0000]([/color][color=#AC00A9][i]64[/i][/color] [color=#FF0000]+[/color] [color=#AC00A9][i]8192[/i][/color][color=#FF0000],[/color] [color=#9999CC]"Criminalz's Triggerbot V2"[/color][color=#FF0000],[/color] [color=#9999CC]"You have chosen 1024x768, minimize the window and play ;P"[/color][color=#FF0000])[/color]
            [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#While][color=#0000FF]While[/color][/url] [color=#AC00A9][i]1[/i][/color]
                [color=#AA0000]$VARIABLE[/color] [color=#FF0000]=[/color] [url=http://www.autoitscript.com/autoit3/docs/functions/PixelSearch.htm][color=#000090][i]PixelSearch[/i][/color][/url][color=#FF0000]([/color][color=#AC00A9][i]475[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]425[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]540[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]440[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]15878679[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]10[/i][/color][color=#FF0000])[/color]
                [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#If][color=#0000FF]If[/color][/url] [url=http://www.autoitscript.com/autoit3/docs/functions/IsArray.htm][color=#000090][i]IsArray[/i][/color][/url][color=#FF0000]([/color][color=#AA0000]$VARIABLE[/color][color=#FF0000])[/color] [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#Then][color=#0000FF]Then[/color][/url]
                    [url=http://www.autoitscript.com/autoit3/docs/functions/MouseClick.htm][color=#000090][i]MouseClick[/i][/color][/url][color=#FF0000]([/color][color=#9999CC]"LEFT"[/color][color=#FF0000])[/color]
                    [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#If][color=#0000FF]If[/color][/url] [url=http://www.autoitscript.com/autoit3/docs/functions/GUICtrlRead.htm][color=#000090][i]GUICtrlRead[/i][/color][/url][color=#FF0000]([/color][color=#AA0000]$CHECKBOX1[/color][color=#FF0000])[/color] [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#Then][color=#0000FF]Then[/color][/url]
                        [url=http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm][color=#000090][i]Sleep[/i][/color][/url][color=#FF0000]([/color][color=#AC00A9][i]30[/i][/color][color=#FF0000])[/color]
                        [url=http://www.autoitscript.com/autoit3/docs/functions/MouseClick.htm][color=#000090][i]MouseClick[/i][/color][/url][color=#FF0000]([/color][color=#9999CC]"LEFT"[/color][color=#FF0000])[/color]
                        [url=http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm][color=#000090][i]Sleep[/i][/color][/url][color=#FF0000]([/color][color=#AC00A9][i]30[/i][/color][color=#FF0000])[/color]
                        [url=http://www.autoitscript.com/autoit3/docs/functions/MouseClick.htm][color=#000090][i]MouseClick[/i][/color][/url][color=#FF0000]([/color][color=#9999CC]"LEFT"[/color][color=#FF0000])[/color]
                    [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#EndIf][color=#0000FF]EndIf[/color][/url]
                    [url=http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm][color=#000090][i]Sleep[/i][/color][/url][color=#FF0000]([/color][url=http://www.autoitscript.com/autoit3/docs/functions/GUICtrlRead.htm][color=#000090][i]GUICtrlRead[/i][/color][/url][color=#FF0000]([/color][color=#AA0000]$INPUT1[/color][color=#FF0000]))[/color]
                [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#EndIf][color=#0000FF]EndIf[/color][/url]
                [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#If][color=#0000FF]If[/color][/url] [url=http://www.autoitscript.com/autoit3/docs/functions/GUIGetMsg.htm][color=#000090][i]GUIGetMsg[/i][/color][/url][color=#FF0000]() =[/color] [color=#AA0000]$GUI_EVENT_CLOSE[/color] [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#Then][color=#0000FF]Then[/color][/url]
                    [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#Exit][color=#0000FF]Exit[/color][/url]
                [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#EndIf][color=#0000FF]EndIf[/color][/url]
            [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#WEnd][color=#0000FF]WEnd[/color][/url]
        [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#Case][color=#0000FF]Case[/color][/url] [color=#AA0000]$BUTTON3[/color]
            [url=http://www.autoitscript.com/autoit3/docs/functions/MsgBox.htm][color=#000090][i]MsgBox[/i][/color][/url][color=#FF0000]([/color][color=#AC00A9][i]64[/i][/color] [color=#FF0000]+[/color] [color=#AC00A9][i]8192[/i][/color][color=#FF0000],[/color] [color=#9999CC]"Criminalz's Triggerbot V2"[/color][color=#FF0000],[/color] [color=#9999CC]"You have chosen 1280x800, minimize the window and play ;P"[/color][color=#FF0000])[/color]
            [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#While][color=#0000FF]While[/color][/url] [color=#AC00A9][i]1[/i][/color]
                [color=#AA0000]$VARIABLE[/color] [color=#FF0000]=[/color] [url=http://www.autoitscript.com/autoit3/docs/functions/PixelSearch.htm][color=#000090][i]PixelSearch[/i][/color][/url][color=#FF0000]([/color][color=#AC00A9][i]600[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]430[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]680[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]450[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]15878679[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]10[/i][/color][color=#FF0000])[/color]
                [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#If][color=#0000FF]If[/color][/url] [url=http://www.autoitscript.com/autoit3/docs/functions/IsArray.htm][color=#000090][i]IsArray[/i][/color][/url][color=#FF0000]([/color][color=#AA0000]$VARIABLE[/color][color=#FF0000])[/color] [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#Then][color=#0000FF]Then[/color][/url]
                    [url=http://www.autoitscript.com/autoit3/docs/functions/MouseClick.htm][color=#000090][i]MouseClick[/i][/color][/url][color=#FF0000]([/color][color=#9999CC]"LEFT"[/color][color=#FF0000])[/color]
                    [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#If][color=#0000FF]If[/color][/url] [url=http://www.autoitscript.com/autoit3/docs/functions/GUICtrlRead.htm][color=#000090][i]GUICtrlRead[/i][/color][/url][color=#FF0000]([/color][color=#AA0000]$CHECKBOX1[/color][color=#FF0000])[/color] [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#Then][color=#0000FF]Then[/color][/url]
                        [url=http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm][color=#000090][i]Sleep[/i][/color][/url][color=#FF0000]([/color][color=#AC00A9][i]30[/i][/color][color=#FF0000])[/color]
                        [url=http://www.autoitscript.com/autoit3/docs/functions/MouseClick.htm][color=#000090][i]MouseClick[/i][/color][/url][color=#FF0000]([/color][color=#9999CC]"LEFT"[/color][color=#FF0000])[/color]
                        [url=http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm][color=#000090][i]Sleep[/i][/color][/url][color=#FF0000]([/color][color=#AC00A9][i]30[/i][/color][color=#FF0000])[/color]
                        [url=http://www.autoitscript.com/autoit3/docs/functions/MouseClick.htm][color=#000090][i]MouseClick[/i][/color][/url][color=#FF0000]([/color][color=#9999CC]"LEFT"[/color][color=#FF0000])[/color]
                    [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#EndIf][color=#0000FF]EndIf[/color][/url]
                    [url=http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm][color=#000090][i]Sleep[/i][/color][/url][color=#FF0000]([/color][url=http://www.autoitscript.com/autoit3/docs/functions/GUICtrlRead.htm][color=#000090][i]GUICtrlRead[/i][/color][/url][color=#FF0000]([/color][color=#AA0000]$INPUT1[/color][color=#FF0000]))[/color]
                [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#EndIf][color=#0000FF]EndIf[/color][/url]
                [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#If][color=#0000FF]If[/color][/url] [url=http://www.autoitscript.com/autoit3/docs/functions/GUIGetMsg.htm][color=#000090][i]GUIGetMsg[/i][/color][/url][color=#FF0000]() =[/color] [color=#AA0000]$GUI_EVENT_CLOSE[/color] [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#Then][color=#0000FF]Then[/color][/url]
                    [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#Exit][color=#0000FF]Exit[/color][/url]
                [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#EndIf][color=#0000FF]EndIf[/color][/url]
            [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#WEnd][color=#0000FF]WEnd[/color][/url]
        [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#Case][color=#0000FF]Case[/color][/url] [color=#AA0000]$BUTTON4[/color]
            [url=http://www.autoitscript.com/autoit3/docs/functions/MsgBox.htm][color=#000090][i]MsgBox[/i][/color][/url][color=#FF0000]([/color][color=#AC00A9][i]64[/i][/color] [color=#FF0000]+[/color] [color=#AC00A9][i]8192[/i][/color][color=#FF0000],[/color] [color=#9999CC]"Criminalz's Triggerbot V2"[/color][color=#FF0000],[/color] [color=#9999CC]"You have chosen 1440x900, minimize the window and play ;P"[/color][color=#FF0000])[/color]
            [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#While][color=#0000FF]While[/color][/url] [color=#AC00A9][i]1[/i][/color]
                [color=#AA0000]$VARIABLE[/color] [color=#FF0000]=[/color] [url=http://www.autoitscript.com/autoit3/docs/functions/PixelSearch.htm][color=#000090][i]PixelSearch[/i][/color][/url][color=#FF0000]([/color][color=#AC00A9][i]680[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]490[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]770[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]510[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]15878679[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]10[/i][/color][color=#FF0000])[/color]
                [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#If][color=#0000FF]If[/color][/url] [url=http://www.autoitscript.com/autoit3/docs/functions/IsArray.htm][color=#000090][i]IsArray[/i][/color][/url][color=#FF0000]([/color][color=#AA0000]$VARIABLE[/color][color=#FF0000])[/color] [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#Then][color=#0000FF]Then[/color][/url]
                    [url=http://www.autoitscript.com/autoit3/docs/functions/MouseClick.htm][color=#000090][i]MouseClick[/i][/color][/url][color=#FF0000]([/color][color=#9999CC]"LEFT"[/color][color=#FF0000])[/color]
                    [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#If][color=#0000FF]If[/color][/url] [url=http://www.autoitscript.com/autoit3/docs/functions/GUICtrlRead.htm][color=#000090][i]GUICtrlRead[/i][/color][/url][color=#FF0000]([/color][color=#AA0000]$CHECKBOX1[/color][color=#FF0000])[/color] [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#Then][color=#0000FF]Then[/color][/url]
                        [url=http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm][color=#000090][i]Sleep[/i][/color][/url][color=#FF0000]([/color][color=#AC00A9][i]30[/i][/color][color=#FF0000])[/color]
                        [url=http://www.autoitscript.com/autoit3/docs/functions/MouseClick.htm][color=#000090][i]MouseClick[/i][/color][/url][color=#FF0000]([/color][color=#9999CC]"LEFT"[/color][color=#FF0000])[/color]
                        [url=http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm][color=#000090][i]Sleep[/i][/color][/url][color=#FF0000]([/color][color=#AC00A9][i]30[/i][/color][color=#FF0000])[/color]
                        [url=http://www.autoitscript.com/autoit3/docs/functions/MouseClick.htm][color=#000090][i]MouseClick[/i][/color][/url][color=#FF0000]([/color][color=#9999CC]"LEFT"[/color][color=#FF0000])[/color]
                    [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#EndIf][color=#0000FF]EndIf[/color][/url]
                    [url=http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm][color=#000090][i]Sleep[/i][/color][/url][color=#FF0000]([/color][url=http://www.autoitscript.com/autoit3/docs/functions/GUICtrlRead.htm][color=#000090][i]GUICtrlRead[/i][/color][/url][color=#FF0000]([/color][color=#AA0000]$INPUT1[/color][color=#FF0000]))[/color]
                [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#EndIf][color=#0000FF]EndIf[/color][/url]
                [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#If][color=#0000FF]If[/color][/url] [url=http://www.autoitscript.com/autoit3/docs/functions/GUIGetMsg.htm][color=#000090][i]GUIGetMsg[/i][/color][/url][color=#FF0000]() =[/color] [color=#AA0000]$GUI_EVENT_CLOSE[/color] [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#Then][color=#0000FF]Then[/color][/url]
                    [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#Exit][color=#0000FF]Exit[/color][/url]
                [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#EndIf][color=#0000FF]EndIf[/color][/url]
            [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#WEnd][color=#0000FF]WEnd[/color][/url]
        [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#Case][color=#0000FF]Case[/color][/url] [color=#AA0000]$BUTTON5[/color]
            [url=http://www.autoitscript.com/autoit3/docs/functions/MsgBox.htm][color=#000090][i]MsgBox[/i][/color][/url][color=#FF0000]([/color][color=#AC00A9][i]64[/i][/color] [color=#FF0000]+[/color] [color=#AC00A9][i]8192[/i][/color][color=#FF0000],[/color] [color=#9999CC]"Criminalz's Triggerbot V2"[/color][color=#FF0000],[/color] [color=#9999CC]"You have chosen 1680x1050, minimize the window and play ;P"[/color][color=#FF0000])[/color]
            [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#While][color=#0000FF]While[/color][/url] [color=#AC00A9][i]1[/i][/color]
                [color=#AA0000]$VARIABLE[/color] [color=#FF0000]=[/color] [url=http://www.autoitscript.com/autoit3/docs/functions/PixelSearch.htm][color=#000090][i]PixelSearch[/i][/color][/url][color=#FF0000]([/color][color=#AC00A9][i]800[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]560[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]880[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]575[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]15878679[/i][/color][color=#FF0000],[/color] [color=#AC00A9][i]10[/i][/color][color=#FF0000])[/color]
                [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#If][color=#0000FF]If[/color][/url] [url=http://www.autoitscript.com/autoit3/docs/functions/IsArray.htm][color=#000090][i]IsArray[/i][/color][/url][color=#FF0000]([/color][color=#AA0000]$VARIABLE[/color][color=#FF0000])[/color] [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#Then][color=#0000FF]Then[/color][/url]
                    [url=http://www.autoitscript.com/autoit3/docs/functions/MouseClick.htm][color=#000090][i]MouseClick[/i][/color][/url][color=#FF0000]([/color][color=#9999CC]"LEFT"[/color][color=#FF0000])[/color]
                    [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#If][color=#0000FF]If[/color][/url] [url=http://www.autoitscript.com/autoit3/docs/functions/GUICtrlRead.htm][color=#000090][i]GUICtrlRead[/i][/color][/url][color=#FF0000]([/color][color=#AA0000]$CHECKBOX1[/color][color=#FF0000])[/color] [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#Then][color=#0000FF]Then[/color][/url]
                        [url=http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm][color=#000090][i]Sleep[/i][/color][/url][color=#FF0000]([/color][color=#AC00A9][i]30[/i][/color][color=#FF0000])[/color]
                        [url=http://www.autoitscript.com/autoit3/docs/functions/MouseClick.htm][color=#000090][i]MouseClick[/i][/color][/url][color=#FF0000]([/color][color=#9999CC]"LEFT"[/color][color=#FF0000])[/color]
                        [url=http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm][color=#000090][i]Sleep[/i][/color][/url][color=#FF0000]([/color][color=#AC00A9][i]30[/i][/color][color=#FF0000])[/color]
                        [url=http://www.autoitscript.com/autoit3/docs/functions/MouseClick.htm][color=#000090][i]MouseClick[/i][/color][/url][color=#FF0000]([/color][color=#9999CC]"LEFT"[/color][color=#FF0000])[/color]
                    [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#EndIf][color=#0000FF]EndIf[/color][/url]
                    [url=http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm][color=#000090][i]Sleep[/i][/color][/url][color=#FF0000]([/color][url=http://www.autoitscript.com/autoit3/docs/functions/GUICtrlRead.htm][color=#000090][i]GUICtrlRead[/i][/color][/url][color=#FF0000]([/color][color=#AA0000]$INPUT1[/color][color=#FF0000]))[/color]
                [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#EndIf][color=#0000FF]EndIf[/color][/url]
                [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#If][color=#0000FF]If[/color][/url] [url=http://www.autoitscript.com/autoit3/docs/functions/GUIGetMsg.htm][color=#000090][i]GUIGetMsg[/i][/color][/url][color=#FF0000]() =[/color] [color=#AA0000]$GUI_EVENT_CLOSE[/color] [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#Then][color=#0000FF]Then[/color][/url]
                    [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#Exit][color=#0000FF]Exit[/color][/url]
                [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#EndIf][color=#0000FF]EndIf[/color][/url]
            [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#WEnd][color=#0000FF]WEnd[/color][/url]
    [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#EndSwitch][color=#0000FF]EndSwitch[/color][/url]
[url=http://www.autoitscript.com/autoit3/docs/keywords.htm#WEnd][color=#0000FF]WEnd[/color][/url]



بالتوفيق :king:
 
توقيع : yones7x
الكود جاهز:

كود:
[URL="http://www.autoitscript.com/autoit3/docs/keywords.htm##requireadmin"][COLOR=#F000FF][I]#RequireAdmin[/I][/COLOR][/URL] [COLOR=#009933][I];العمل كمسؤول[/I][/COLOR]
[URL="http://www.autoitscript.com/autoit3/docs/keywords.htm##notrayicon"][COLOR=#F000FF][I]#NoTrayIcon[/I][/COLOR][/URL] [COLOR=#009933][I];إخفاء الايقونة[/I][/COLOR]
[COLOR=#AA0000]$ProcessName[/COLOR] [COLOR=#FF0000]=[/COLOR] [COLOR=#9999CC]"IDMan.exe"[/COLOR] [COLOR=#009933][I];العملية المراد قتلها[/I][/COLOR]
[URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#While"][COLOR=#0000FF]While[/COLOR][/URL] [URL="http://www.autoitscript.com/autoit3/docs/functions/ProcessExists.htm"][COLOR=#000090][I]ProcessExists[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AA0000]$ProcessName[/COLOR][COLOR=#FF0000])[/COLOR]
    [URL="http://www.autoitscript.com/autoit3/docs/functions/ProcessClose.htm"][COLOR=#000090][I]ProcessClose[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AA0000]$ProcessName[/COLOR][COLOR=#FF0000])[/COLOR]
[URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#WEnd"][COLOR=#0000FF]WEnd[/COLOR][/URL]


السلام عليكم أخي يونس
يا غالي لا أريد قتل العملية
أريد أن لا يشتغل اللإدمان إطلاقا
أي عند عملية تشغيل للإدمان يقتل على الفور
تحياتي



***

 
توقيع : never_32
السلام عليكم أخي يونس
يا غالي لا أريد قتل العملية
أريد أن لا يشتغل اللإدمان إطلاقا
أي عند عملية تشغيل للإدمان يقتل على الفور
تحياتي



***


وهذا ماذا يفعل :u:

هذا يقتل الـ IDMan اول ما يشتغل

بس المشكلة إني نسيت اضيف له أمر استمرار آخر :hh:

هذا الكود بعد التعديل:

كود:
[url=http://www.autoitscript.com/autoit3/docs/keywords.htm##requireadmin][color=#F000FF][i]#RequireAdmin[/i][/color][/url] [color=#009933][i];العمل كمسؤول[/i][/color]
[url=http://www.autoitscript.com/autoit3/docs/keywords.htm##notrayicon][color=#F000FF][i]#NoTrayIcon[/i][/color][/url] [color=#009933][i];إخفاء الايقونة[/i][/color]
[color=#AA0000]$ProcessName[/color] [color=#FF0000]=[/color] [color=#9999CC]"IDMan.exe"[/color] [color=#009933][i];العملية المراد قتلها[/i][/color]
[url=http://www.autoitscript.com/autoit3/docs/keywords.htm#While][color=#0000FF]While[/color][/url] [color=#AC00A9][i]1[/i][/color]
    [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#While][color=#0000FF]While[/color][/url] [url=http://www.autoitscript.com/autoit3/docs/functions/ProcessExists.htm][color=#000090][i]ProcessExists[/i][/color][/url][color=#FF0000]([/color][color=#AA0000]$ProcessName[/color][color=#FF0000])[/color]
        [url=http://www.autoitscript.com/autoit3/docs/functions/ProcessClose.htm][color=#000090][i]ProcessClose[/i][/color][/url][color=#FF0000]([/color][color=#AA0000]$ProcessName[/color][color=#FF0000])[/color]
    [url=http://www.autoitscript.com/autoit3/docs/keywords.htm#WEnd][color=#0000FF]WEnd[/color][/url]
    [url=http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm][color=#000090][i]Sleep[/i][/color][/url][color=#FF0000]([/color][color=#AC00A9][i]100[/i][/color][color=#FF0000])[/color]
[url=http://www.autoitscript.com/autoit3/docs/keywords.htm#WEnd][color=#0000FF]WEnd[/color][/url]


بعد تحويل الكود إلى exe ضعه في مجلد بدء التشغيل كي يعمل مع النظام
 
الكود جاهز:

تم...

كود:
[URL="http://www.autoitscript.com/autoit3/docs/keywords.htm##include"][COLOR=#F000FF][I]#include[/I][/COLOR][/URL] [COLOR=#9999CC]<GUIConstants.au3>[/COLOR]
[URL="http://www.autoitscript.com/autoit3/docs/keywords.htm##include"][COLOR=#F000FF][I]#include[/I][/COLOR][/URL] [COLOR=#9999CC]<EditConstants.au3>[/COLOR]
[URL="http://www.autoitscript.com/autoit3/docs/keywords.htm##include"][COLOR=#F000FF][I]#include[/I][/COLOR][/URL] [COLOR=#9999CC]<ButtonConstants.au3>[/COLOR]
[URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#Global"][COLOR=#0000FF]Global[/COLOR][/URL] [COLOR=#AA0000]$VARIABLE[/COLOR]
[URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#Global"][COLOR=#0000FF]Global[/COLOR][/URL] [COLOR=#AA0000]$DELAY[/COLOR]
[URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#Global"][COLOR=#0000FF]Global[/COLOR][/URL] [COLOR=#AA0000]$INPUT1[/COLOR]
[URL="http://www.autoitscript.com/autoit3/docs/keywords.htm##requireadmin"][COLOR=#F000FF][I]#RequireAdmin[/I][/COLOR][/URL]
[COLOR=#A00FF0][I]#Region ### START Koda GUI section ### Form=c:\users\maxime\documents\crossfire work\test gui\new folder\form2.kxf[/I][/COLOR]
[COLOR=#AA0000]$FORM2[/COLOR] [COLOR=#FF0000]=[/COLOR] [URL="http://www.autoitscript.com/autoit3/docs/functions/GUICreate.htm"][COLOR=#000090][I]GUICreate[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#9999CC]"Criminalz's Triggerbot V2"[/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]411[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]81[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]270[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]220[/I][/COLOR][COLOR=#FF0000])[/COLOR]
[COLOR=#AA0000]$BUTTON1[/COLOR] [COLOR=#FF0000]=[/COLOR] [URL="http://www.autoitscript.com/autoit3/docs/functions/GUICtrlCreateButton.htm"][COLOR=#000090][I]GUICtrlCreateButton[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#9999CC]"800x600"[/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]8[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]32[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]73[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]41[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]0[/I][/COLOR][COLOR=#FF0000])[/COLOR]
[COLOR=#AA0000]$BUTTON2[/COLOR] [COLOR=#FF0000]=[/COLOR] [URL="http://www.autoitscript.com/autoit3/docs/functions/GUICtrlCreateButton.htm"][COLOR=#000090][I]GUICtrlCreateButton[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#9999CC]"1024x768"[/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]88[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]32[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]73[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]41[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]0[/I][/COLOR][COLOR=#FF0000])[/COLOR]
[COLOR=#AA0000]$BUTTON3[/COLOR] [COLOR=#FF0000]=[/COLOR] [URL="http://www.autoitscript.com/autoit3/docs/functions/GUICtrlCreateButton.htm"][COLOR=#000090][I]GUICtrlCreateButton[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#9999CC]"1280x800"[/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]168[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]32[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]73[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]41[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]0[/I][/COLOR][COLOR=#FF0000])[/COLOR]
[COLOR=#AA0000]$BUTTON4[/COLOR] [COLOR=#FF0000]=[/COLOR] [URL="http://www.autoitscript.com/autoit3/docs/functions/GUICtrlCreateButton.htm"][COLOR=#000090][I]GUICtrlCreateButton[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#9999CC]"1440x900"[/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]248[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]32[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]73[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]41[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]0[/I][/COLOR][COLOR=#FF0000])[/COLOR]
[COLOR=#AA0000]$BUTTON5[/COLOR] [COLOR=#FF0000]=[/COLOR] [URL="http://www.autoitscript.com/autoit3/docs/functions/GUICtrlCreateButton.htm"][COLOR=#000090][I]GUICtrlCreateButton[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#9999CC]"1680x1050"[/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]328[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]32[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]73[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]41[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]0[/I][/COLOR][COLOR=#FF0000])[/COLOR]
[COLOR=#AA0000]$LABEL1[/COLOR] [COLOR=#FF0000]=[/COLOR] [URL="http://www.autoitscript.com/autoit3/docs/functions/GUICtrlCreateLabel.htm"][COLOR=#000090][I]GUICtrlCreateLabel[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#9999CC]"Choose the resolution you will be using in Crossfire."[/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]8[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]8[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]250[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]17[/I][/COLOR][COLOR=#FF0000])[/COLOR]
[COLOR=#AA0000]$INPUT1[/COLOR] [COLOR=#FF0000]=[/COLOR] [URL="http://www.autoitscript.com/autoit3/docs/functions/GUICtrlCreateInput.htm"][COLOR=#000090][I]GUICtrlCreateInput[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#9999CC]"90"[/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]368[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]8[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]33[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]21[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AA0000]$ES_NUMBER[/COLOR][COLOR=#FF0000])[/COLOR]
[URL="http://www.autoitscript.com/autoit3/docs/functions/GUICtrlSetLimit.htm"][COLOR=#000090][I]GUICtrlSetLimit[/I][/COLOR][/URL][COLOR=#FF0000](-[/COLOR][COLOR=#AC00A9][I]1[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]3[/I][/COLOR][COLOR=#FF0000])[/COLOR]
[COLOR=#AA0000]$LABEL2[/COLOR] [COLOR=#FF0000]=[/COLOR] [URL="http://www.autoitscript.com/autoit3/docs/functions/GUICtrlCreateLabel.htm"][COLOR=#000090][I]GUICtrlCreateLabel[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#9999CC]"Delay: "[/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]328[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]8[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]37[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]17[/I][/COLOR][COLOR=#FF0000])[/COLOR]
[COLOR=#AA0000]$LABEL3[/COLOR] [COLOR=#FF0000]=[/COLOR] [URL="http://www.autoitscript.com/autoit3/docs/functions/GUICtrlCreateLabel.htm"][COLOR=#000090][I]GUICtrlCreateLabel[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#9999CC]"Burst:"[/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]256[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]8[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]31[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]17[/I][/COLOR][COLOR=#FF0000])[/COLOR]
[COLOR=#AA0000]$CHECKBOX1[/COLOR] [COLOR=#FF0000]=[/COLOR] [URL="http://www.autoitscript.com/autoit3/docs/functions/GUICtrlCreateCheckbox.htm"][COLOR=#000090][I]GUICtrlCreateCheckbox[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#9999CC]"Checkbox1"[/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]288[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]8[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]17[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]17[/I][/COLOR][COLOR=#FF0000])[/COLOR]
[URL="http://www.autoitscript.com/autoit3/docs/functions/GUISetState.htm"][COLOR=#000090][I]GUISetState[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][URL="http://www.autoitscript.com/autoit3/docs/macros.htm#@sw_show"][COLOR=#FF33FF]@SW_SHOW[/COLOR][/URL][COLOR=#FF0000])[/COLOR]
[COLOR=#A00FF0][I]#EndRegion ### END Koda GUI section ###[/I][/COLOR]
[URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#While"][COLOR=#0000FF]While[/COLOR][/URL] [COLOR=#AC00A9][I]1[/I][/COLOR]
    [COLOR=#AA0000]$NMSG[/COLOR] [COLOR=#FF0000]=[/COLOR] [URL="http://www.autoitscript.com/autoit3/docs/functions/GUIGetMsg.htm"][COLOR=#000090][I]GUIGetMsg[/I][/COLOR][/URL][COLOR=#FF0000]()[/COLOR]
    [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#Switch"][COLOR=#0000FF]Switch[/COLOR][/URL] [COLOR=#AA0000]$NMSG[/COLOR]
        [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#Case"][COLOR=#0000FF]Case[/COLOR][/URL] [COLOR=#AA0000]$GUI_EVENT_CLOSE[/COLOR]
            [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#Exit"][COLOR=#0000FF]Exit[/COLOR][/URL]
        [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#Case"][COLOR=#0000FF]Case[/COLOR][/URL] [COLOR=#AA0000]$BUTTON1[/COLOR]
            [URL="http://www.autoitscript.com/autoit3/docs/functions/MsgBox.htm"][COLOR=#000090][I]MsgBox[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AC00A9][I]64[/I][/COLOR] [COLOR=#FF0000]+[/COLOR] [COLOR=#AC00A9][I]8192[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#9999CC]"Criminalz's Triggerbot V2"[/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#9999CC]"You have chosen 800x600, minimize the window and play ;P"[/COLOR][COLOR=#FF0000])[/COLOR]
            [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#While"][COLOR=#0000FF]While[/COLOR][/URL] [COLOR=#AC00A9][I]1[/I][/COLOR]
                [COLOR=#AA0000]$VARIABLE[/COLOR] [COLOR=#FF0000]=[/COLOR] [URL="http://www.autoitscript.com/autoit3/docs/functions/PixelSearch.htm"][COLOR=#000090][I]PixelSearch[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AC00A9][I]345[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]340[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]450[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]350[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]15878679[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]10[/I][/COLOR][COLOR=#FF0000])[/COLOR]
                [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#If"][COLOR=#0000FF]If[/COLOR][/URL] [URL="http://www.autoitscript.com/autoit3/docs/functions/IsArray.htm"][COLOR=#000090][I]IsArray[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AA0000]$VARIABLE[/COLOR][COLOR=#FF0000])[/COLOR] [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#Then"][COLOR=#0000FF]Then[/COLOR][/URL]
                    [URL="http://www.autoitscript.com/autoit3/docs/functions/MouseClick.htm"][COLOR=#000090][I]MouseClick[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#9999CC]"LEFT"[/COLOR][COLOR=#FF0000])[/COLOR]
                    [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#If"][COLOR=#0000FF]If[/COLOR][/URL] [URL="http://www.autoitscript.com/autoit3/docs/functions/GUICtrlRead.htm"][COLOR=#000090][I]GUICtrlRead[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AA0000]$CHECKBOX1[/COLOR][COLOR=#FF0000])[/COLOR] [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#Then"][COLOR=#0000FF]Then[/COLOR][/URL]
                        [URL="http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm"][COLOR=#000090][I]Sleep[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AC00A9][I]30[/I][/COLOR][COLOR=#FF0000])[/COLOR]
                        [URL="http://www.autoitscript.com/autoit3/docs/functions/MouseClick.htm"][COLOR=#000090][I]MouseClick[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#9999CC]"LEFT"[/COLOR][COLOR=#FF0000])[/COLOR]
                        [URL="http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm"][COLOR=#000090][I]Sleep[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AC00A9][I]30[/I][/COLOR][COLOR=#FF0000])[/COLOR]
                        [URL="http://www.autoitscript.com/autoit3/docs/functions/MouseClick.htm"][COLOR=#000090][I]MouseClick[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#9999CC]"LEFT"[/COLOR][COLOR=#FF0000])[/COLOR]
                    [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#EndIf"][COLOR=#0000FF]EndIf[/COLOR][/URL]
                    [URL="http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm"][COLOR=#000090][I]Sleep[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][URL="http://www.autoitscript.com/autoit3/docs/functions/GUICtrlRead.htm"][COLOR=#000090][I]GUICtrlRead[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AA0000]$INPUT1[/COLOR][COLOR=#FF0000]))[/COLOR]
                [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#EndIf"][COLOR=#0000FF]EndIf[/COLOR][/URL]
                [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#If"][COLOR=#0000FF]If[/COLOR][/URL] [URL="http://www.autoitscript.com/autoit3/docs/functions/GUIGetMsg.htm"][COLOR=#000090][I]GUIGetMsg[/I][/COLOR][/URL][COLOR=#FF0000]() =[/COLOR] [COLOR=#AA0000]$GUI_EVENT_CLOSE[/COLOR] [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#Then"][COLOR=#0000FF]Then[/COLOR][/URL]
                    [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#Exit"][COLOR=#0000FF]Exit[/COLOR][/URL]
                [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#EndIf"][COLOR=#0000FF]EndIf[/COLOR][/URL]
            [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#WEnd"][COLOR=#0000FF]WEnd[/COLOR][/URL]
        [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#Case"][COLOR=#0000FF]Case[/COLOR][/URL] [COLOR=#AA0000]$BUTTON2[/COLOR]
            [URL="http://www.autoitscript.com/autoit3/docs/functions/MsgBox.htm"][COLOR=#000090][I]MsgBox[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AC00A9][I]64[/I][/COLOR] [COLOR=#FF0000]+[/COLOR] [COLOR=#AC00A9][I]8192[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#9999CC]"Criminalz's Triggerbot V2"[/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#9999CC]"You have chosen 1024x768, minimize the window and play ;P"[/COLOR][COLOR=#FF0000])[/COLOR]
            [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#While"][COLOR=#0000FF]While[/COLOR][/URL] [COLOR=#AC00A9][I]1[/I][/COLOR]
                [COLOR=#AA0000]$VARIABLE[/COLOR] [COLOR=#FF0000]=[/COLOR] [URL="http://www.autoitscript.com/autoit3/docs/functions/PixelSearch.htm"][COLOR=#000090][I]PixelSearch[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AC00A9][I]475[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]425[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]540[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]440[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]15878679[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]10[/I][/COLOR][COLOR=#FF0000])[/COLOR]
                [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#If"][COLOR=#0000FF]If[/COLOR][/URL] [URL="http://www.autoitscript.com/autoit3/docs/functions/IsArray.htm"][COLOR=#000090][I]IsArray[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AA0000]$VARIABLE[/COLOR][COLOR=#FF0000])[/COLOR] [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#Then"][COLOR=#0000FF]Then[/COLOR][/URL]
                    [URL="http://www.autoitscript.com/autoit3/docs/functions/MouseClick.htm"][COLOR=#000090][I]MouseClick[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#9999CC]"LEFT"[/COLOR][COLOR=#FF0000])[/COLOR]
                    [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#If"][COLOR=#0000FF]If[/COLOR][/URL] [URL="http://www.autoitscript.com/autoit3/docs/functions/GUICtrlRead.htm"][COLOR=#000090][I]GUICtrlRead[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AA0000]$CHECKBOX1[/COLOR][COLOR=#FF0000])[/COLOR] [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#Then"][COLOR=#0000FF]Then[/COLOR][/URL]
                        [URL="http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm"][COLOR=#000090][I]Sleep[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AC00A9][I]30[/I][/COLOR][COLOR=#FF0000])[/COLOR]
                        [URL="http://www.autoitscript.com/autoit3/docs/functions/MouseClick.htm"][COLOR=#000090][I]MouseClick[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#9999CC]"LEFT"[/COLOR][COLOR=#FF0000])[/COLOR]
                        [URL="http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm"][COLOR=#000090][I]Sleep[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AC00A9][I]30[/I][/COLOR][COLOR=#FF0000])[/COLOR]
                        [URL="http://www.autoitscript.com/autoit3/docs/functions/MouseClick.htm"][COLOR=#000090][I]MouseClick[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#9999CC]"LEFT"[/COLOR][COLOR=#FF0000])[/COLOR]
                    [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#EndIf"][COLOR=#0000FF]EndIf[/COLOR][/URL]
                    [URL="http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm"][COLOR=#000090][I]Sleep[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][URL="http://www.autoitscript.com/autoit3/docs/functions/GUICtrlRead.htm"][COLOR=#000090][I]GUICtrlRead[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AA0000]$INPUT1[/COLOR][COLOR=#FF0000]))[/COLOR]
                [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#EndIf"][COLOR=#0000FF]EndIf[/COLOR][/URL]
                [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#If"][COLOR=#0000FF]If[/COLOR][/URL] [URL="http://www.autoitscript.com/autoit3/docs/functions/GUIGetMsg.htm"][COLOR=#000090][I]GUIGetMsg[/I][/COLOR][/URL][COLOR=#FF0000]() =[/COLOR] [COLOR=#AA0000]$GUI_EVENT_CLOSE[/COLOR] [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#Then"][COLOR=#0000FF]Then[/COLOR][/URL]
                    [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#Exit"][COLOR=#0000FF]Exit[/COLOR][/URL]
                [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#EndIf"][COLOR=#0000FF]EndIf[/COLOR][/URL]
            [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#WEnd"][COLOR=#0000FF]WEnd[/COLOR][/URL]
        [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#Case"][COLOR=#0000FF]Case[/COLOR][/URL] [COLOR=#AA0000]$BUTTON3[/COLOR]
            [URL="http://www.autoitscript.com/autoit3/docs/functions/MsgBox.htm"][COLOR=#000090][I]MsgBox[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AC00A9][I]64[/I][/COLOR] [COLOR=#FF0000]+[/COLOR] [COLOR=#AC00A9][I]8192[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#9999CC]"Criminalz's Triggerbot V2"[/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#9999CC]"You have chosen 1280x800, minimize the window and play ;P"[/COLOR][COLOR=#FF0000])[/COLOR]
            [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#While"][COLOR=#0000FF]While[/COLOR][/URL] [COLOR=#AC00A9][I]1[/I][/COLOR]
                [COLOR=#AA0000]$VARIABLE[/COLOR] [COLOR=#FF0000]=[/COLOR] [URL="http://www.autoitscript.com/autoit3/docs/functions/PixelSearch.htm"][COLOR=#000090][I]PixelSearch[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AC00A9][I]600[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]430[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]680[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]450[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]15878679[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]10[/I][/COLOR][COLOR=#FF0000])[/COLOR]
                [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#If"][COLOR=#0000FF]If[/COLOR][/URL] [URL="http://www.autoitscript.com/autoit3/docs/functions/IsArray.htm"][COLOR=#000090][I]IsArray[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AA0000]$VARIABLE[/COLOR][COLOR=#FF0000])[/COLOR] [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#Then"][COLOR=#0000FF]Then[/COLOR][/URL]
                    [URL="http://www.autoitscript.com/autoit3/docs/functions/MouseClick.htm"][COLOR=#000090][I]MouseClick[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#9999CC]"LEFT"[/COLOR][COLOR=#FF0000])[/COLOR]
                    [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#If"][COLOR=#0000FF]If[/COLOR][/URL] [URL="http://www.autoitscript.com/autoit3/docs/functions/GUICtrlRead.htm"][COLOR=#000090][I]GUICtrlRead[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AA0000]$CHECKBOX1[/COLOR][COLOR=#FF0000])[/COLOR] [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#Then"][COLOR=#0000FF]Then[/COLOR][/URL]
                        [URL="http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm"][COLOR=#000090][I]Sleep[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AC00A9][I]30[/I][/COLOR][COLOR=#FF0000])[/COLOR]
                        [URL="http://www.autoitscript.com/autoit3/docs/functions/MouseClick.htm"][COLOR=#000090][I]MouseClick[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#9999CC]"LEFT"[/COLOR][COLOR=#FF0000])[/COLOR]
                        [URL="http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm"][COLOR=#000090][I]Sleep[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AC00A9][I]30[/I][/COLOR][COLOR=#FF0000])[/COLOR]
                        [URL="http://www.autoitscript.com/autoit3/docs/functions/MouseClick.htm"][COLOR=#000090][I]MouseClick[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#9999CC]"LEFT"[/COLOR][COLOR=#FF0000])[/COLOR]
                    [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#EndIf"][COLOR=#0000FF]EndIf[/COLOR][/URL]
                    [URL="http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm"][COLOR=#000090][I]Sleep[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][URL="http://www.autoitscript.com/autoit3/docs/functions/GUICtrlRead.htm"][COLOR=#000090][I]GUICtrlRead[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AA0000]$INPUT1[/COLOR][COLOR=#FF0000]))[/COLOR]
                [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#EndIf"][COLOR=#0000FF]EndIf[/COLOR][/URL]
                [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#If"][COLOR=#0000FF]If[/COLOR][/URL] [URL="http://www.autoitscript.com/autoit3/docs/functions/GUIGetMsg.htm"][COLOR=#000090][I]GUIGetMsg[/I][/COLOR][/URL][COLOR=#FF0000]() =[/COLOR] [COLOR=#AA0000]$GUI_EVENT_CLOSE[/COLOR] [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#Then"][COLOR=#0000FF]Then[/COLOR][/URL]
                    [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#Exit"][COLOR=#0000FF]Exit[/COLOR][/URL]
                [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#EndIf"][COLOR=#0000FF]EndIf[/COLOR][/URL]
            [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#WEnd"][COLOR=#0000FF]WEnd[/COLOR][/URL]
        [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#Case"][COLOR=#0000FF]Case[/COLOR][/URL] [COLOR=#AA0000]$BUTTON4[/COLOR]
            [URL="http://www.autoitscript.com/autoit3/docs/functions/MsgBox.htm"][COLOR=#000090][I]MsgBox[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AC00A9][I]64[/I][/COLOR] [COLOR=#FF0000]+[/COLOR] [COLOR=#AC00A9][I]8192[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#9999CC]"Criminalz's Triggerbot V2"[/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#9999CC]"You have chosen 1440x900, minimize the window and play ;P"[/COLOR][COLOR=#FF0000])[/COLOR]
            [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#While"][COLOR=#0000FF]While[/COLOR][/URL] [COLOR=#AC00A9][I]1[/I][/COLOR]
                [COLOR=#AA0000]$VARIABLE[/COLOR] [COLOR=#FF0000]=[/COLOR] [URL="http://www.autoitscript.com/autoit3/docs/functions/PixelSearch.htm"][COLOR=#000090][I]PixelSearch[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AC00A9][I]680[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]490[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]770[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]510[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]15878679[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]10[/I][/COLOR][COLOR=#FF0000])[/COLOR]
                [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#If"][COLOR=#0000FF]If[/COLOR][/URL] [URL="http://www.autoitscript.com/autoit3/docs/functions/IsArray.htm"][COLOR=#000090][I]IsArray[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AA0000]$VARIABLE[/COLOR][COLOR=#FF0000])[/COLOR] [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#Then"][COLOR=#0000FF]Then[/COLOR][/URL]
                    [URL="http://www.autoitscript.com/autoit3/docs/functions/MouseClick.htm"][COLOR=#000090][I]MouseClick[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#9999CC]"LEFT"[/COLOR][COLOR=#FF0000])[/COLOR]
                    [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#If"][COLOR=#0000FF]If[/COLOR][/URL] [URL="http://www.autoitscript.com/autoit3/docs/functions/GUICtrlRead.htm"][COLOR=#000090][I]GUICtrlRead[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AA0000]$CHECKBOX1[/COLOR][COLOR=#FF0000])[/COLOR] [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#Then"][COLOR=#0000FF]Then[/COLOR][/URL]
                        [URL="http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm"][COLOR=#000090][I]Sleep[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AC00A9][I]30[/I][/COLOR][COLOR=#FF0000])[/COLOR]
                        [URL="http://www.autoitscript.com/autoit3/docs/functions/MouseClick.htm"][COLOR=#000090][I]MouseClick[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#9999CC]"LEFT"[/COLOR][COLOR=#FF0000])[/COLOR]
                        [URL="http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm"][COLOR=#000090][I]Sleep[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AC00A9][I]30[/I][/COLOR][COLOR=#FF0000])[/COLOR]
                        [URL="http://www.autoitscript.com/autoit3/docs/functions/MouseClick.htm"][COLOR=#000090][I]MouseClick[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#9999CC]"LEFT"[/COLOR][COLOR=#FF0000])[/COLOR]
                    [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#EndIf"][COLOR=#0000FF]EndIf[/COLOR][/URL]
                    [URL="http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm"][COLOR=#000090][I]Sleep[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][URL="http://www.autoitscript.com/autoit3/docs/functions/GUICtrlRead.htm"][COLOR=#000090][I]GUICtrlRead[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AA0000]$INPUT1[/COLOR][COLOR=#FF0000]))[/COLOR]
                [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#EndIf"][COLOR=#0000FF]EndIf[/COLOR][/URL]
                [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#If"][COLOR=#0000FF]If[/COLOR][/URL] [URL="http://www.autoitscript.com/autoit3/docs/functions/GUIGetMsg.htm"][COLOR=#000090][I]GUIGetMsg[/I][/COLOR][/URL][COLOR=#FF0000]() =[/COLOR] [COLOR=#AA0000]$GUI_EVENT_CLOSE[/COLOR] [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#Then"][COLOR=#0000FF]Then[/COLOR][/URL]
                    [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#Exit"][COLOR=#0000FF]Exit[/COLOR][/URL]
                [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#EndIf"][COLOR=#0000FF]EndIf[/COLOR][/URL]
            [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#WEnd"][COLOR=#0000FF]WEnd[/COLOR][/URL]
        [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#Case"][COLOR=#0000FF]Case[/COLOR][/URL] [COLOR=#AA0000]$BUTTON5[/COLOR]
            [URL="http://www.autoitscript.com/autoit3/docs/functions/MsgBox.htm"][COLOR=#000090][I]MsgBox[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AC00A9][I]64[/I][/COLOR] [COLOR=#FF0000]+[/COLOR] [COLOR=#AC00A9][I]8192[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#9999CC]"Criminalz's Triggerbot V2"[/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#9999CC]"You have chosen 1680x1050, minimize the window and play ;P"[/COLOR][COLOR=#FF0000])[/COLOR]
            [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#While"][COLOR=#0000FF]While[/COLOR][/URL] [COLOR=#AC00A9][I]1[/I][/COLOR]
                [COLOR=#AA0000]$VARIABLE[/COLOR] [COLOR=#FF0000]=[/COLOR] [URL="http://www.autoitscript.com/autoit3/docs/functions/PixelSearch.htm"][COLOR=#000090][I]PixelSearch[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AC00A9][I]800[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]560[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]880[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]575[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]15878679[/I][/COLOR][COLOR=#FF0000],[/COLOR] [COLOR=#AC00A9][I]10[/I][/COLOR][COLOR=#FF0000])[/COLOR]
                [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#If"][COLOR=#0000FF]If[/COLOR][/URL] [URL="http://www.autoitscript.com/autoit3/docs/functions/IsArray.htm"][COLOR=#000090][I]IsArray[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AA0000]$VARIABLE[/COLOR][COLOR=#FF0000])[/COLOR] [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#Then"][COLOR=#0000FF]Then[/COLOR][/URL]
                    [URL="http://www.autoitscript.com/autoit3/docs/functions/MouseClick.htm"][COLOR=#000090][I]MouseClick[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#9999CC]"LEFT"[/COLOR][COLOR=#FF0000])[/COLOR]
                    [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#If"][COLOR=#0000FF]If[/COLOR][/URL] [URL="http://www.autoitscript.com/autoit3/docs/functions/GUICtrlRead.htm"][COLOR=#000090][I]GUICtrlRead[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AA0000]$CHECKBOX1[/COLOR][COLOR=#FF0000])[/COLOR] [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#Then"][COLOR=#0000FF]Then[/COLOR][/URL]
                        [URL="http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm"][COLOR=#000090][I]Sleep[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AC00A9][I]30[/I][/COLOR][COLOR=#FF0000])[/COLOR]
                        [URL="http://www.autoitscript.com/autoit3/docs/functions/MouseClick.htm"][COLOR=#000090][I]MouseClick[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#9999CC]"LEFT"[/COLOR][COLOR=#FF0000])[/COLOR]
                        [URL="http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm"][COLOR=#000090][I]Sleep[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AC00A9][I]30[/I][/COLOR][COLOR=#FF0000])[/COLOR]
                        [URL="http://www.autoitscript.com/autoit3/docs/functions/MouseClick.htm"][COLOR=#000090][I]MouseClick[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#9999CC]"LEFT"[/COLOR][COLOR=#FF0000])[/COLOR]
                    [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#EndIf"][COLOR=#0000FF]EndIf[/COLOR][/URL]
                    [URL="http://www.autoitscript.com/autoit3/docs/functions/Sleep.htm"][COLOR=#000090][I]Sleep[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][URL="http://www.autoitscript.com/autoit3/docs/functions/GUICtrlRead.htm"][COLOR=#000090][I]GUICtrlRead[/I][/COLOR][/URL][COLOR=#FF0000]([/COLOR][COLOR=#AA0000]$INPUT1[/COLOR][COLOR=#FF0000]))[/COLOR]
                [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#EndIf"][COLOR=#0000FF]EndIf[/COLOR][/URL]
                [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#If"][COLOR=#0000FF]If[/COLOR][/URL] [URL="http://www.autoitscript.com/autoit3/docs/functions/GUIGetMsg.htm"][COLOR=#000090][I]GUIGetMsg[/I][/COLOR][/URL][COLOR=#FF0000]() =[/COLOR] [COLOR=#AA0000]$GUI_EVENT_CLOSE[/COLOR] [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#Then"][COLOR=#0000FF]Then[/COLOR][/URL]
                    [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#Exit"][COLOR=#0000FF]Exit[/COLOR][/URL]
                [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#EndIf"][COLOR=#0000FF]EndIf[/COLOR][/URL]
            [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#WEnd"][COLOR=#0000FF]WEnd[/COLOR][/URL]
    [URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#EndSwitch"][COLOR=#0000FF]EndSwitch[/COLOR][/URL]
[URL="http://www.autoitscript.com/autoit3/docs/keywords.htm#WEnd"][COLOR=#0000FF]WEnd[/COLOR][/URL]
بالتوفيق :king:
الله يعطيك الف عافيه أستآذ يونس
ياليت تكمل جميلك وتخبرني طريقة اسخراج الكود من ملف
EXE
لاني حآولة ومآقدرت يجيني الكود بغله مبهمه غيرمفهومه
ياليت تساعدني لاني مستجد فى عالم البرمجه واريد اتعلم من أشخاص خبره كأمثالكـ
بأرك الله فيكم
 
السلام عليكم

شباب انا وضعت صممت بريمج للبحث في قوقل لكني واجهت مشكلة

اليكم الكود يا ريت تساعدوني

كود:
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
fileinstall ( "web.ico" , @tempdir & "\web.ico",1 )
fileinstall ( "Untitled-2 .jpg" , @tempdir & "\Untitled-2 .jpg",1 )
fileinstall ( "16.ico" , @tempdir & "\16.ico",1 )
$Form1 = GUICreate("Search Google", 364, 156, 192, 124)
GUISetIcon( @tempdir & "\web.ico", -1)
GUISetBkColor(0x000000)
$Pic1 = GUICtrlCreatePic( @tempdir & "\Untitled-2 .jpg", 32, 8, 300, 50)
GUICtrlCreateInput("اكتب كلمة البحث هنا", 8, 80, 345, 21)
$Button1 = GUICtrlCreateButton("Search", 272, 120, 75, 25)
$Label1 = GUICtrlCreateLabel("virus_6@ymail.com", 48, 136, 95, 17)
GUICtrlSetColor(-1, 0xFFFFFF)
$Icon1 = GUICtrlCreateIcon( @tempdir & "\16.ico", -1, 8, 120, 32, 32)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
	$nMsg = GUIGetMsg()
	Switch $nMsg
		Case $GUI_EVENT_CLOSE
			Exit

	EndSwitch
WEnd

الهذف هو عند الضغط على زر البحث ياخد الكلمة الموجودة في input

ويدخل على موقع قوقل

http://www.multiupload.com/O1N514DTGT

رابط السكربت مع الصور والايقونات
 
توقيع : mohammed-sb
وهذا ماذا يفعل :u:

هذا يقتل الـ IDMan اول ما يشتغل

بس المشكلة إني نسيت اضيف له أمر استمرار آخر :hh:

هذا الكود بعد التعديل:

ضعه في مجلد بدء التشغيل كي يعمل مع النظام


ما شاء الله
كل شئ تمام يا دكتور



***
 
توقيع : never_32
الله يعطيك الف عافيه أستآذ يونس
ياليت تكمل جميلك وتخبرني طريقة اسخراج الكود من ملف
EXE
لاني حآولة ومآقدرت يجيني الكود بغله مبهمه غيرمفهومه
ياليت تساعدني لاني مستجد فى عالم البرمجه واريد اتعلم من أشخاص خبره كأمثالكـ
بأرك الله فيكم

اعتذر، لا أستطيع

إن أردت تعلم بنفسك

ولا تجعلني أندم لأني فككت الملف لك


السلام عليكم

شباب انا وضعت صممت بريمج للبحث في قوقل لكني واجهت مشكلة

اليكم الكود يا ريت تساعدوني

كود:
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
fileinstall ( "web.ico" , @tempdir & "\web.ico",1 )
fileinstall ( "Untitled-2 .jpg" , @tempdir & "\Untitled-2 .jpg",1 )
fileinstall ( "16.ico" , @tempdir & "\16.ico",1 )
$Form1 = GUICreate("Search Google", 364, 156, 192, 124)
GUISetIcon( @tempdir & "\web.ico", -1)
GUISetBkColor(0x000000)
$Pic1 = GUICtrlCreatePic( @tempdir & "\Untitled-2 .jpg", 32, 8, 300, 50)
GUICtrlCreateInput("اكتب كلمة البحث هنا", 8, 80, 345, 21)
$Button1 = GUICtrlCreateButton("Search", 272, 120, 75, 25)
$Label1 = GUICtrlCreateLabel("virus_6@ymail.com", 48, 136, 95, 17)
GUICtrlSetColor(-1, 0xFFFFFF)
$Icon1 = GUICtrlCreateIcon( @tempdir & "\16.ico", -1, 8, 120, 32, 32)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
    $nMsg = GUIGetMsg()
    Switch $nMsg
        Case $GUI_EVENT_CLOSE
            Exit

    EndSwitch
WEnd
الهذف هو عند الضغط على زر البحث ياخد الكلمة الموجودة في input

ويدخل على موقع قوقل

http://www.multiupload.com/O1N514DTGT

رابط السكربت مع الصور والايقونات

وعليكم السلام

رابط التحميل: (الكود جاهز)

http://www.eupload.org/shared/2064search_google.rar
 
بارك الله فيك اخي يونس

والله امثالك قليل

لقد حملت الكود لكنني رأيت اضافات كثيرة مثل لغة البحث

وامر حذف صور البرنامج من التومب

لكن ما لم افهمه هما امرين

كود:
GUISetBkColor(0x000000)

GUICtrlSetColor(-1, 0xFFFFFF)

ممكن اميلك للتواصل اخي​
 
توقيع : mohammed-sb
بارك الله فيك اخي يونس

والله امثالك قليل

لقد حملت الكود لكنني رأيت اضافات كثيرة مثل لغة البحث

وامر حذف صور البرنامج من التومب

لكن ما لم افهمه هما امرين

كود:
GUISetBkColor(0x000000)

GUICtrlSetColor(-1, 0xFFFFFF)

ممكن اميلك للتواصل اخي​


بعد إذن يونس :king:

الدالة الاولى هذي تضع لون للنافذة ..

القيمة تكون hex ست عشري ...


الدالة الثانية تضع لون خط لل(الكنترول) هنا وضع اللون الابيض للنص المكتوب في الكنترول Label

وفي المدخل الاول وضع -1 لدلاله على إنها تطبق على الكنترول المنشأ فوقها مباشرة -أو آخر كنترول تم إنشائه -(شوف الكود ) تقدر تستبدل -1

بالمتغير الخاص بالكنترول ..

المدخل الثاني كان اللون وهو الابيض والقيمة زي ماقلنا مع السابقة تكون hex

 
توقيع : waget
يا الله البرمجة بلغة السكريبت رائعة :q:
لكن المشكلة بعد زيادة عدد الاكواد تحصل لخبطة :cr:
ههههههههه يا ريت وصفة لإستعادة نقطة البحث الخاصة بالبشر :hh:​
 
توقيع : mohammed-sb
بارك الله فيك اخي عبد الله

تعرف انني شاركت بزبزوم لتعلم هذه اللغة فحسب

وذلك بعد ان اخدت دروسا من احد الاصدقاء

ووجدت الدورة التي كنتم تشرحونها

لقد كانت ممتعة

يا ليتك تعيد الدورة اخي

والف شكر على التوضيح

واي استفسار سوف اضعه لكم يا محترفين
 
توقيع : mohammed-sb





السلام عليكم

مسائكم الله بالخير يالربع

استفسار صغير

يا اخوان كيف تنفيذ امرين متتالين كمثال

تنفيذ امر 1

ثم

تنفيذ امر 2


بدون شروط = وآخر بشرط بالموافقة من عدمها يعني العكس بالعكس

وشاكر لكم اخواني





 
توقيع : كاسر
لتنفيذ امرين متتاليين قم بوضع الاوامر تحت بعض

وبشكل اوتماتيكي يتنفذ الشرط الاول ثم يتنفذ الشرط الثاني

وبالنسبة لو أنك تريد تنفيذ شروط فاستخدم
msbox
راجع الدروس لشروط
 
تحذير خطير

تنبيه يجب نشره

بدأ بالتمرد المعلم الكبير

بدأ بالتسيبّّّّّّّّ

انحرف عن طريقه الصحيح ّّّّ@@ّّّّ

واتجه الى طريق الألعاب؟؟؟!!!!!

واعجباه فتحت بروفايله لأشوف جديده فوجت كل مواضيعه في الالعاب؟؟؟!!!!

احذروا من اللاهي الذي كان بالأمس استاذ ألآ وهو عبدالله الزهراني:d:
 
تحذير خطير

تنبيه يجب نشره

بدأ بالتمرد المعلم الكبير

بدأ بالتسيبّّّّّّّّ

انحرف عن طريقه الصحيح ّّّّ@@ّّّّ

واتجه الى طريق الألعاب؟؟؟!!!!!

واعجباه فتحت بروفايله لأشوف جديده فوجت كل مواضيعه في الالعاب؟؟؟!!!!

احذروا من اللاهي الذي كان بالأمس استاذ ألآ وهو عبدالله الزهراني:d:

:hh:

الله يهديك أخوي ... هذي مواضيعي أيام ترافيان :hh: معتزل من سنتين ...

أيام الثانوية كنت ألعبها ..

شيك على تاريخ المواضيع :bleh:

:hh:
 
توقيع : waget
:hh:

الله يهديك أخوي ... هذي مواضيعي أيام ترافيان :hh: معتزل من سنتين ...

أيام الثانوية كنت ألعبها ..

شيك على تاريخ المواضيع :bleh:

:hh:


ههههه يعني لابد من المواقف المحرجة خلاص المرة الثانية بقري التاريخ ههههه
والله ما ادخل لهذا المنتدى الا لمتابعة مشاركاتك في هذا الموضوع وما تلاقيتي الا باحثة في موضوعين في هذا الموضوع وموضوع الملفات الدفعية

ولا ننسى بندر الذي في نومه العميق وودع هالموضوع بالاضافة الى المبدع يونس وغيرهم من خبراء واساتذة
 
السلام عليكم
استفسار بسيط
عند تشغيل أي برنامج تضهر إيكونة AutoIt بجانب الساعة وأريد كيفية إخفائها وشكرا.
 
توقيع : waget
عودة
أعلى