You are on page 1of 2

begin loop()

Keyboard.Hold keys("{<tab>}4")
Function.Execute("Human Pause")
Keyboard.Release keys("{<tab>}4")
Function.Execute("Human Pause")
Function.Execute("Heal")
Function.Execute("Party Check")
//RGB of the digi you want to attack
if Color.At coordinate is (RGB)("", "", "", "", "")
begin loop()
Keyboard.Hold keys("{<f2>}")
Function.Execute("Human Pause")
Keyboard.Release keys("{<f2>}")
Keyboard.Hold keys("4")
Function.Execute("Human Pause")
Keyboard.Release keys("4")
Function.Execute("Heal")
Function.Execute("Party Check")
// Same co ordinates of the previous check
if Color.At coordinate is not (RGB)("", "", "", "", "")
begin
Macro.Restart("no")
end
end
// RGB of the red square of aggro monsters around the fist
if Color.At coordinate is (RGB)("", "", "", "", "")
begin loop()
Keyboard.Hold keys("4")
Function.Execute("Human Pause")
Keyboard.Release keys("4")
Keyboard.Hold keys("{<f2>}")
Function.Execute("Human Pause")
Keyboard.Release keys("{<f2>}")
Function.Execute("Heal")
Function.Execute("Party Check")
//Same RGB from above
if Color.At coordinate is not (RGB)("", "", "", "", "")
begin
Macro.Restart("no")
end
end
//Same RGB from above
if Color.At coordinate is not (RGB)("", "", "", "", "")
begin
Macro.Restart("no")
end
end
function("Human Pause")
begin
Variable.Set random number("HumanTime", "100", "300")
Macro.Pause("{HumanTime}")
end
function
function("Heal")
//RGB of a part of digimon hp , preferable about 25% of your digimon HP , this u
ses Hp DISK in slot F7
if Color.At coordinate is not (RGB)("", "", "", "", "")
begin
Keyboard.Hold keys("{<f7>}")
Function.Execute("Human Pause")
Keyboard.Release keys("{<f7>}")
end
//RGB of a part of digimon hp to use FOOD in slot 7 , preferably specify about 5
0% of digimon HP
if Color.At coordinate is not (RGB)("", "", "", "", "")
begin
Keyboard.Hold keys("7")
Function.Execute("Human Pause")
Keyboard.Release keys("7")
end
//RGB for Digimon DS to use DS DISK in slot F8
if Color.At coordinate is not (RGB)("", "", "", "", "")
begin
Keyboard.Hold keys("{<f8>}")
Macro.Pause("50")
Keyboard.Release keys("{<f8>}")
end
//RGB for TAMER DS , slot 8
if Color.At coordinate is not (RGB)("", "", "", "", "")
begin
Keyboard.Hold keys("8")
Macro.Pause("50")
Keyboard.Release keys("8")
end
function
function("Party Check")
// Ask someone to invite you to party , take the screen into investigator then j
ust choose co ordinates of the yes or no button and click import
if Color.At coordinate is (RGB)("", "", "", "", "")
begin
Keyboard.Hold keys("{<return>}")
Function.Execute("Human Pause")
Keyboard.Release keys("{<return>}")
end
function

You might also like