Results 1 to 2 of 2
  1. #1
    Tomeo213's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed

    Question Help with a code in autoit

    So, i just randomly tought, "Hey, maybe i can do a pixel search aimbot for a game" And i actually did some research. The problem is that whenever i turn the script on and the color is in the range, it snaps onto the ground. Can someone tell me what im doing wrong ?
    Here is the script:
    Code:
    HotKeySet("{HOME}","start")
    HotKeySet("{end}","stop")
    while 1
    sleep(100)
    WEnd
    func stop()
    Exit
    EndFunc
    func start()
    while 1
    $zmienna = PixelSearch(641, 357,721, 413,0x0BFF43)
    if not @error Then
    mousemove($zmienna[0],$zmienna[1],0)
    EndIf
    WEnd
    EndFunc

  2. #2
    _NightWare's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Location
    Netherlands
    Posts
    724
    Reputation
    274
    Thanks
    2,302
    My Mood
    Inspired
    Have been in contact with OP and issue has been resolved.

    Feel free to leave a thanks or +rep if I helped you.

    ಠ_ರೃ
    Script Squad






    [IMG]https://roblo*****m?rbxp=135887430[/IMG]

Similar Threads

  1. [Help Request] need help with injecting code/using it
    By 0xx-kyle-xx0 in forum Combat Arms Help
    Replies: 1
    Last Post: 06-17-2018, 12:02 PM
  2. [Help Request] I need help with some coding please Someone answer this
    By Joshua4004 in forum Crossfire Coding Help & Discussion
    Replies: 6
    Last Post: 07-30-2014, 08:10 AM
  3. [Help Request] Help with a code
    By Chewy in forum Minecraft Help
    Replies: 3
    Last Post: 02-02-2013, 08:01 PM
  4. [Help] AutoIT Need Help With The Code! Pls!
    By mrsmokeof in forum AutoIt Scripting
    Replies: 1
    Last Post: 01-18-2013, 10:05 AM
  5. [Help Request] Help With UI Coding
    By Vincent Dominguez in forum C++/C Programming
    Replies: 1
    Last Post: 06-14-2012, 12:39 PM