Simba is a program used to repeat certain (complicated) tasks. Typically these tasks involve using the mouse and keyboard. Simba is programmable, which means you can design your own logic and steps that Simba will follow, based upon certain input such as colours on the screen This file is a stub. For more information, see http://wizzup.org/simba/
Read moreSend and click technique tester written in AutoHotkey
Send and Click Tool V4.1 This is a program that will try different AutoHotkey send and click techniques to see what does or does not work for a user selected program. This has also been proven useful with games. It tests 20+ different techniques to achieve the best results Getting started: 1. Run this script, […]
Read moreAutoHotkey for osrs
osrs color bot written in AutoHotkey These AutoHotkey designed scripts and hotkeys assist with osrs keyboard + mouse simulation. Pixel picking bots are better at being undetectable. These advanced detection of colors, script logic and randomization help reduce ban risks without injection or reflection methods. Some of which includes break handling and randomized mouse […]
Read moreMacro Creator 5.3.7+
Pulover was having some site problems so I started a backup location. You can find the files and examples on a public php board at http://www.evilcowgod.com/PMC This project is being worked on again. Pulover’s Macro Creator Pulover’s Macro Creator is a Free Automation Tool and Script Generator based on AutoHotkey language. It features a large […]
Read moreColor_Spy.ahk ;Written By Joseph#0501
This script shows the color of the pixel under your mouse point and displays a copiable Autohotkey script with the color code. Shared 11-9-2019. Great stuff.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
;Written By Joseph#0501 #SingleInstance Force CoordMode Mouse CoordMode Pixel Menu Tray, Icon, pifmgr.DLL, 17 Gui, Font, s8, Verdana Gui, +AlwaysOnTop +hwndGUIHwnd Gui, Add, Progress, Section w50 h50 BackgroundBlack cWhite hwndProgress, 100 Gui, Add, Button, gCopy wp, Copy Code Gui, Add, Edit, h91 ys w500 hwndMyEdit Gui, Add, Text, xm, Hold CTRL to pause color detection Gui, Show,, Color Spy SetTimer, GetColor, 50, ON Return GetColor: MouseGetPos, MouseX, MouseY, MouseWin If GetKeyState("CTRL", "P") OR (MouseWin = GUIHwnd) Return PixelGetColor, Color, % MouseX, % MouseY, RGB GuiControl, % "+c" SubStr(Color, 3) , % Progress UpdateEdit(MouseX, MouseY, Color, MyEdit) Return Copy: GuiControlGet, Text,, % MyEdit Clipboard := Text Return GuiClose: GuiEscape: ExitApp Return UpdateEdit(x, y, color, editHWND){ Contents= (Ltrim CoordMode Pixel Loop { PixelGetColor, Color, %x%, %y%, RGB }Until (Color = %Color%) ) GuiControl,, % editHWND, % Contents } |
Read more
Cloud AutoHotkey
https://cloudahk.com/
Read moreAuto-Miner by Max Persson / Y2k Software V 2.15 ALFA
The files can be found here. This is from 3/23/2002
Read moreNicks Autominer 5.7
Nicks autominer from autominer.tk was one of the first all around auto clickers. You could do many skills and even had its own rudimentary walking system. This is from 5/6/2003. You can see more here.
Read moreAutoRune & SleepWalker past picture
Earliest Versions of SCAR
Here I will put some of the earliest versions of SCAR. Very nostalgic to see. SCAR v1.01 SCAR v1.02 SCAR v1.035 SCAR v1.04 SCAR v1.05 SCAR v1.06
Read more