AhmedSabry32 Posted March 25, 2013 Posted March 25, 2013 (edited) Can you show me an example of hiding process in taskbar? I know no one will help like the first time i tryed . Also I wanna help with hexedit function. Edited March 25, 2013 by AhmedSabry32
Chance Posted March 25, 2013 Posted March 25, 2013 (edited) lol, then why do you ask again?Why do you want to hide a process?editProcess Hidespeed reading through this I read taskbar as taskmgr, oops. sounded like ur general rootkit question Edited March 25, 2013 by FlutterShy
water Posted March 25, 2013 Posted March 25, 2013 If you don't want to show a tray icon for a running script use AutoItSetOption("TrayIconHide", 1) My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
Moderators Melba23 Posted March 25, 2013 Moderators Posted March 25, 2013 AhmedSabry32,We will not help you hide a process, but we can show you how to hide the icon in the taskbar: #include <GUIConstantsEx.au3> ; Create parent $hGUI = GUICreate("Parent", 500, 500) GUISetState() ; Use parent handle when creating child $hGUI_No_TaskBar_1 = GUICreate("Child", 200, 200, 100, 100, Default, Default, $hGUI) GUISetState() ; Or use the Autoit window $hGUI_No_TaskBar_2 = GUICreate("AutoIt Child", 200, 200, 200, 200, Default, Default, WinGetHandle(AutoItWinGetTitle())) GUISetState() While 1 Switch GUIGetMsg() Case $GUI_EVENT_CLOSE Exit EndSwitch WEndI hope that is what you wanted. 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
PainTain Posted March 25, 2013 Posted March 25, 2013 If you don't want to show a tray icon for a running script use AutoItSetOption("TrayIconHide", 1) Or use the PP-Directive #NoTrayIcon. Greets
JohnOne Posted March 25, 2013 Posted March 25, 2013 General method of hiding a process from task manager hint.Why don't you just come right out with a tutorial AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
water Posted March 25, 2013 Posted March 25, 2013 Also I wanna help with hexedit function.Can you please elaborate on what you exactly want to do? My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
AhmedSabry32 Posted March 25, 2013 Author Posted March 25, 2013 I need this hex edit to randomaly hexedit unnessacry thing like points which is the last lines in the hex editor which has 0 0 0 00 , also i wanna example of it. btw why you don't help me with hide process and can it be done in autoit or it's impossible?
Moderators Melba23 Posted March 25, 2013 Moderators Posted March 25, 2013 AhmedSabry32,I have shown you how to hide an app button on the taskbar, which is what you asked for:Can you show me an example of hiding process in taskbar?Is that not what you want? 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
JohnQSmith Posted March 25, 2013 Posted March 25, 2013 unnessacry thing like pointsPoints = Score? Whenever someone says "pls" because it's shorter than "please", I say "no" because it's shorter than "yes".
BrewManNH Posted March 25, 2013 Posted March 25, 2013 Considering the last 2 posts by this guy have been about 1)automating games, and 2) injecting a dll to hack a game, I'd say steer clear of this posters topics. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator
AhmedSabry32 Posted March 26, 2013 Author Posted March 26, 2013 no not about automating games or dll hack game , I just ask about the Hex Edit Function I wanna an example of it.
water Posted March 26, 2013 Posted March 26, 2013 Again, as I posted in #7, can you please elaborate on what you exactly want to do? If it doesn't violate our rules we all will be happy to help you. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
AhmedSabry32 Posted March 26, 2013 Author Posted March 26, 2013 Again, as I posted in #7, can you please elaborate on what you exactly want to do?If it doesn't violate our rules we all will be happy to help you.It's just prevent getting detected . bfff 2 days to get help!
Moderators Melba23 Posted March 26, 2013 Moderators Posted March 26, 2013 AhmedSabry32,It's just prevent getting detectedTo prevent what being detected by what? And if you answered the questions we have been asking you would not have to have waited 2 days. 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
AhmedSabry32 Posted March 26, 2013 Author Posted March 26, 2013 AhmedSabry32,To prevent what being detected by what? And if you answered the questions we have been asking you would not have to have waited 2 days. M23From Advanced System Protector It's an boring programme.
Moderators Melba23 Posted March 26, 2013 Moderators Posted March 26, 2013 AhmedSabry32,Last chance to give a straight answer: What are you trying to hide from "Advanced System Protector"? M23P.S. And "Advanced System Protector" looks like it could be classed as malware itself from what I can find on Google. 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
Chance Posted March 26, 2013 Posted March 26, 2013 (edited) What are you trying to hide from "Advanced System Protector"? lol, that mad smiley face ASP is an antivirus obviously, he's asking how he can prevent his autoit script from being detected as maleware.Obviously best solution is to email the company and give them the exe + source and have them not blacklist it if it's not actually a malicious program, I've done that before.P.S. And "Advanced System Protector" looks like it could be classed as malware itself from what I can find on Google. Hmmmm...Malware designed to prevent and detect malware... Don't all anti-virus software fall in there? Edited March 26, 2013 by FlutterShy
Moderators Melba23 Posted March 26, 2013 Moderators Posted March 26, 2013 FlutterShy,he's asking how he can prevent his autoit script from being detected as malewareThat was a most useful insight - such a thing would never had occurred to me. In future, how about not posting in a thread where a Mod is already engaged? 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
Chance Posted March 26, 2013 Posted March 26, 2013 That was a most useful insight - such a thing would never had occurred to me. heh, sorry...
Recommended Posts