Navigation » Neofreaks > Programming > Other » Convert to SCAR please?

Reply
 
Thread Tools Display Modes
  #1  
Old 10-31-2009, 12:06 AM
Zach's Avatar
Zach Zach is offline
Level I
 
Join Date: Jan 2008
Age: 16
Posts: 693
Rep Power: 6
Zach is a glorious beacon of lightZach is a glorious beacon of lightZach is a glorious beacon of lightZach is a glorious beacon of lightZach is a glorious beacon of light
Default Convert to SCAR please?

Anyone here any good with SCAR?
Here's how it should be:
Code:
function mainloop() {
if(FindColor(255, 255, 255) == true) { //FindColor(Red Value, Green Value, Blue Value)
   clickMouse(141, 284); //x & y coords;
   wait(1000);
   clickMouse(100, 300); // x & y coords
} else {
   clickColor(FindColor(25, 50, 75)); //clicks a color
}
}
And that code keeps looping...

Can someone convert to SCAR for me please?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
you can't mend a scar Missy Spamsville 36 01-06-2008 09:01 PM
[SCAR] Question planet-neoquest Spamsville 1 04-09-2007 05:28 AM
Scar planet-neoquest Spamsville 4 04-07-2007 03:52 AM
Scar Scripts cmac916 Spamsville 10 03-24-2007 02:38 PM
[NP] Scar Scripts BOBNG Other 0 01-24-2007 06:02 PM