Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

begin loop() Keyboard.Hold keys("{<tab>}4") Function.Execute("Human Pause") Keyboard.Release keys("{<tab>}4") Function.Execute("Heal") Function.

Execute("Party Check") // RGB of the digi you want to attack if Color.At coordinate is (RGB)("156", "192", "220", "756", "50") begin loop() Keyboard.Hold keys("1") Function.Execute("Human Pause") Keyboard.Release keys("1") 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)("156", "192", "220", "756", "50") begin Macro.Restart("no") end end // RGB of the red square of aggro monsters around the fist if Color.At coordinate is (RGB)("164", "0", "29", "580", "68") begin loop() Keyboard.Hold keys("4") Function.Execute("Human Pause") Keyboard.Release keys("4") Keyboard.Hold keys("1") Function.Execute("Human Pause") Keyboard.Release keys("1") Function.Execute("Heal") Function.Execute("Party Check") // Same RGB from above if Color.At coordinate is (RGB)("164", "0", "29", "580", "68") begin Macro.Restart("no") end end // Same RGB from above if Color.At coordinate is (RGB)("164", "0", "29", "580", "68") begin Macro.Restart("no") end end function("Human Pause") begin Variable.Set random number("HumanTime", "300", "500") Macro.Pause("{HumanTime}") end function function("Heal") // RGB of a part of digimon hp , preferable about 25% of your digimon HP , this uses Hp DISK in slot F7 if Color.At coordinate is not (RGB)("216", "65", "54", "133", "128") begin

Keyboard.Hold keys("{<f7>}") Function.Execute("Human Pause") Keyboard.Release keys("{<f7>}") end // RGB for Digimon DS to use DS DISK in slot F8 if Color.At coordinate is not (RGB)("4", "228", "243", "133", "67") 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)("4", "228", "243", "133", "67") begin Keyboard.Hold keys("8") Macro.Pause("50") Keyboard.Release keys("8") end function

You might also like