Emmhor1 Posted August 8, 2014 Posted August 8, 2014 Hello, So I have this basic script and lately it started behaving weird. Whenever I activate the script it looks like there is a very fast slideshow going on in the game i'm running. However i'm not losing any or barely any fps. it scans but seems to be really slow. 1/10 times this problems does not appear! that single times it runs smoothly without it looking like a slideshow. This is a part of the script that cause the slideshow. Click() Func Click() While 1 If _WinAPI_GetAsyncKeyState(0x12) = True Then Sleep(0) Local $coord = PixelSearch(922, 498, 996, 563, 12191508, 30) If Not @error Then MouseClick("Left") Sleep(0) EndIf EndIf WEnd EndFunc I tried to use different sleep speeds but that is not effecting it putting the sleep to 0 makes i quicker thats why I use it. As second I cannot make this faster right? Make autoit use more resources for example?
iamtheky Posted August 8, 2014 Posted August 8, 2014 aimbot functions are generally a tad longer than 10 lines...and questions about them are always against the rules...just saying. ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__)
Moderators Melba23 Posted August 8, 2014 Moderators Posted August 8, 2014 Emmhor1, Whenever I activate the script it looks like there is a very fast slideshow going on in the game i'm runningI >have already pointed you to the Forum rules once - I do not appreciate having to do it a second time. For your own sake, please make sure there is not a third. 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
Recommended Posts