Home - Lumbridge/Dolphin-Script GitHub Wiki
Welcome to the Dolphin-Script wiki!
Introduction
Dolphin-Script is a program which allows you to easily create automation scripts to carry out repetitive actions.
Script Event Contents
- Pause Events
1.1 Time Pause Events
--1.1.1 Fixed Pause
--1.1.2 Random Pause
1.2 Colour Pause Events
--1.2.1 Pause While Colour Exists in an Area on Screen
--1.2.2 Pause While Colour Doesn't Exist in an Area on Screen
--1.2.3 Pause While Colour Exists in an Area on a Specific Window
--1.2.4 Pause While Colour Doesn't Exist in an Area on a Specific Window - Keyboard Events
- Mouse Move Events
3.1 Mouse Move to Fixed Point
3.2 Mouse Move to Random Point in Area
3.3 Mouse Move to Fixed Point on Window
3.4 Mouse Move to Random Point in Area on Window
3.5 Mouse Speed - Mouse Move to Colour Events
4.1 Mouse Move to a Colour in an Area on Screen
4.2 Mouse Move to a Colour in an Area on a Window
4.3 Mouse Move to Multiple Colours in an Area on a Window - Mouse Click Events
5.1 Normal Mouse Click Events
--5.1.1 Left Mouse Click
--5.1.2 Middle Mouse Click
--5.1.3 Right Mouse Click
5.2 Hold Mouse Button Events
--5.2.1 Hold Left Mouse Button
--5.2.2 Hold Middle Mouse Button
--5.2.3 Hold Right Mouse Button
5.3 Release Mouse Button Events
--5.3.1 Release Left Mouse Button
--5.3.2 Release Middle Mouse Button
--5.3.3 Release Right Mouse Button
Basic Usage
The script you create will be made up of individual events which will be carried out in order from top to bottom of the event list.