Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

How will I make a ReactionTestBOT?


  • Please log in to reply
1 reply to this topic
Paper_Beemo
  • Members
  • 1 posts
  • Last active: Oct 27 2015 04:42 PM
  • Joined: 24 Oct 2015

It will work when f12 is pressed it will get the center color pixel. If that pixel changes it then simulates space being pressed? I'm new so how will this work. Is it even possible?



Exaskryz
  • Members
  • 3249 posts
  • Last active: Nov 20 2015 05:30 AM
  • Joined: 23 Aug 2012

It is possible.

 

I would use the F12:: hotkey to turn on SetTimer to repeat an action (to do toggling to turn the timer Off, check out http://www.autohotke...ofire-thread/).In this case, getting the value of the pixel with PixelGetColor. And if the Color is different from last time (not equal or !=), update the old value with the new value and do a Send {Space}.