Shotbot1k92 Posted December 20, 2011 Share Posted December 20, 2011 (edited) Greetings,My name is Sergio and I've been writing lines in AutoIT v3 for days, but I can't manage to let it work.I'm trying to make a shotbot, people on this forum would call it "Triggerbot" because it triggers the left mouse button once it reads a specific colour.This code used to work before, but they patched it, and I don't know how to bypass it.While True$color = PixelGetColor(@DesktopWidth / 2, @DesktopHeight / 2)If $color = 16646144 Or $color = 16711680 ThenMouseClick("left")Sleep(30)EndIfWEndSo I'm trying my best to make another one, but nothing works.Could someone help me please? I do even pay for it. (If it works ofcourse.)If you want to help me personally, just add my msn which is <removed>Maybe you don't have to write a whole new 'code'. If you think you can bypass the old one, it's all good.Sorry for my bad English, my main language is Dutch.-Sergio Edited December 21, 2011 by Valik Link to comment Share on other sites More sharing options...
JohnQSmith Posted December 20, 2011 Share Posted December 20, 2011 Please read the RULES Whenever someone says "pls" because it's shorter than "please", I say "no" because it's shorter than "yes". Link to comment Share on other sites More sharing options...
Shotbot1k92 Posted December 20, 2011 Author Share Posted December 20, 2011 (edited) Please read the RULESAnd that's why I put my email in my post, so people will have the chance to help me personally. Edited December 20, 2011 by Shotbot1k92 Link to comment Share on other sites More sharing options...
GEOSoft Posted December 20, 2011 Share Posted December 20, 2011 We don't do personal requests sorry. George Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number. Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else. "Old age and treachery will always overcome youth and skill!" Link to comment Share on other sites More sharing options...
Popular Post Valik Posted December 21, 2011 Popular Post Share Posted December 21, 2011 Tempted to leave your email address so spam harvesters can get it. Also highly tempted to stick it into a bunch of porn sites and other spam factories. Instead I'll remove your email address and permanently block you. Since our rules mean nothing to you I'll just make you go away. Miranda, BigDod, Realm and 3 others 6 Link to comment Share on other sites More sharing options...
Recommended Posts