vitorcastrolawl Posted May 23, 2021 Posted May 23, 2021 wTitle = MEmu Loop { WinWait, %wTitle% SetTimer, MEmu, 200 WinWaitClose SetTimer, MEmu, Off } Memu: PixelSearch,,, 398, 42, 398, 42, 0x07098e, 100 If !ErrorLevel ; Skip if pixel was found Return SetKeyDelay, 100 ControlSend,, {F3 2}, %wTitle% Return esc::exitapp F5::Pause ; press F1 to play/pause
vitorcastrolawl Posted May 23, 2021 Author Posted May 23, 2021 iam using this script in autohotkey but that program slow down my computer anyone can please make this in auto it version?
Moderators Melba23 Posted May 23, 2021 Moderators Posted May 23, 2021 vitorcastrolawl, Quote anyone can please make this in auto it version? What have you tried that has not worked? And what game are you playing? 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
vitorcastrolawl Posted May 23, 2021 Author Posted May 23, 2021 im playing lawl online using MEmu player an android emulator the script works fine but i want to try in autoit the script do that when a missing color is not present at a certain coordinates send keystrokes (f2) until the color get back
vitorcastrolawl Posted May 23, 2021 Author Posted May 23, 2021 it will be good if possible to do 3 color 3 cords with sleep option in each one and only inside the emulator MEmu im using 3 files at same time in autohotkey for that no one help me there first color is health bar 2 color is mana bar and third an extra heal
Developers Jos Posted May 23, 2021 Developers Posted May 23, 2021 Welcome to the AutoIt forum. Unfortunately you appear to have missed the Forum rules on your way in. Please read them now - particularly the bit about not discussing game automation - and then you will understand why you will get no help and this thread will now be locked. See you soon with a legitimate question I hope. The Moderation team SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts