Jump to content

[HELP] Triggerbot / Shotbot


Recommended Posts

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 Then

MouseClick("left")

Sleep(30)

EndIf

WEnd

So 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 by Valik
Link to comment
Share on other sites

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

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...