dude as credit to VenBM here also the auto revive and weapon change when it comes to yellow...
if Color.At coordinate is (RGB)("135", "135", "0", "251", "276") begin if Variable.Is equal to("counter", "3") begin Keyboard.Hold keys("{<alt>}") Humanly.Pause("50", "100") Keyboard.Hold keys("4") Humanly.Pause("50", "100") Keyboard.Release keys("{<alt>}") Keyboard.Release keys("4") Variable.Add (Math)("counter", "1") Macro.Pause("1000") end if Variable.Is equal to("counter", "2") begin Keyboard.Hold keys("{<alt>}") Humanly.Pause("50", "100") Keyboard.Hold keys("3") Humanly.Pause("50", "100") Keyboard.Release keys("{<alt>}") Keyboard.Release keys("3") Variable.Add (Math)("counter", "1") Macro.Pause("1000") end if Variable.Is equal to("counter", "1") begin Keyboard.Hold keys("{<alt>}") Humanly.Pause("50", "100") Keyboard.Hold keys("2") Humanly.Pause("50", "100") Keyboard.Release keys("{<alt>}") Keyboard.Release keys("2") Variable.Add (Math)("counter", "1") Macro.Pause("1000") end Keyboard.Hold keys("{<alt>}") Humanly.Pause("50", "100") Keyboard.Hold keys("1") Humanly.Pause("50", "100") Keyboard.Release keys("{<alt>}") Keyboard.Release keys("1") Variable.Add (Math)("counter", "1") Macro.Pause("1000") end if Color.At coordinate is (RGB)("4", "41", "83", "590", "500") begin if Color.At coordinate is (RGB)("30", "30", "30", "569", "436") Begin Macro.Pause("2000") Humanly.Move to coordinate("590", "500") Macro.Pause("1000") Mouse.Click("Left") Macro.Pause("1000") Keyboard.Hold keys("c") Humanly.Pause("500", "1000") Keyboard.Release keys("c") end end
Just Change your coordinates....
|