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)("229", "140", "22", "586", "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)("229", "140", "22", "586", "50")

                    begin

                         Macro.Restart("no")

                    end

          end

     // RGB of the red square of aggro monsters around the fist

     if  Color.At coordinate is (RGB)("229", "140", "22", "586", "50")

          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 not (RGB)("232", "144", "24", "1036", "48")

                    begin

                         Macro.Restart("no")

                    end

          end

     // Same RGB from above

     if  Color.At coordinate is not (RGB)("232", "144", "24", "1036", "48")

          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", "210", "128")

          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 50% of digimon HP

     if  Color.At coordinate is not (RGB)("255", "255", "255", "174", "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)("24", "205", "196", "123", "93")

          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)("24", "205", "196", "141", "93")

          begin

               Keyboard.Hold keys("8")

               Macro.Pause("50")

               Keyboard.Release keys("8")

          end

function



게임 봇프로그램인데
  if  Color.At coordinate is not (RGB)("24", "205", "196", "141", "93") 이부분이 좌표 부분인것같더라고 이미지도 바꿀수잇고 좌표도 바꿀수잇고

xxx 부분에 어떤 이미지가 뜨면 alt + f4를 눌르게 설정할수있는 능력자 게이잇니? 어렵니?ㅠㅠ