begin loop() Function.Execute("Heal") Keyboard.Hold keys("45") Keyboard.Release keys("45") Keyboard.Hold keys("{}{}{}45") Function.Execute("Human Pause") Keyboard.Release keys("{}{}{}45") 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)("230", "232", "232", "1035", "66") begin loop() Function.Execute("Heal") Keyboard.Hold keys("{}") Keyboard.Release keys("{}") Keyboard.Hold keys("{}") Keyboard.Release keys("{}") Keyboard.Hold keys("{}") Function.Execute("Human Pause") Keyboard.Release keys("{}") Keyboard.Hold keys("1") Function.Execute("Human Pause") Keyboard.Release keys("1") Keyboard.Hold keys("4") Function.Execute("Human Pause") Keyboard.Release keys("4") // Same co ordinates of the previous check if Color.At coordinate is not (RGB)("230", "232", "232", "1035", "66") begin Macro.Restart("no") end end // RGB of the red square of aggro monsters around the fist if Color.At coordinate is (RGB)("255", "255", "255", "816", "59") begin loop() Function.Execute("Heal") Keyboard.Hold keys("{}") Keyboard.Release keys("{}") Keyboard.Hold keys("{}") Keyboard.Release keys("{}") Keyboard.Hold keys("4") Function.Execute("Human Pause") Keyboard.Release keys("4") Keyboard.Hold keys("{}") Function.Execute("Human Pause") Keyboard.Release keys("{}") Keyboard.Hold keys("1") Function.Execute("Human Pause") Keyboard.Release keys("1") // Same RGB from above if Color.At coordinate is not (RGB)("255", "255", "255", "816", "59") begin Macro.Restart("no") end end // Same RGB from above if Color.At coordinate is not (RGB)("255", "255", "255", "816", "59") begin Macro.Restart("no") end end function("Human Pause") begin Variable.Set random number("HumanTime", "300", "600") 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", "129", "128") begin Keyboard.Hold keys("{}") Function.Execute("Human Pause") Keyboard.Release keys("{}") end // RGB of a part of digimon hp to use FOOD in slot 7 , preferably specify about 50% of digimon HP if Color.At coordinate is not (RGB)("216", "65", "54", "188", "128") 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)("4", "228", "243", "141", "141") begin Keyboard.Hold keys("{}") Macro.Pause("50") Keyboard.Release keys("{}") end // CC BLUE TAMER if Color.At coordinate is not (RGB)("4", "228", "243", "140", "67") begin Keyboard.Hold keys("6") Function.Execute("Human Pause") Keyboard.Release keys("6") end // RGB for TAMER DS , slot 8 if Color.At coordinate is not (RGB)("15", "241", "255", "183", "68") begin Keyboard.Hold keys("8") Macro.Pause("50") Keyboard.Release keys("8") end function