Xtreme Developers

Would you like to react to this message? Create an account in a few clicks or log in to continue.

Xtreme Developers Forum!

Subscribe


    CS 1.6 Aimbot

    Zibit
    Zibit
    Admin


    Posts : 21
    Exp : 25538
    Reputation : 6
    Join date : 2010-05-22
    Age : 30
    Location : Estonia

    CS 1.6 Aimbot Empty CS 1.6 Aimbot

    Post by Zibit Fri Jun 04, 2010 6:39 am

    now this is for testing purposes only... as aimbot's in autoit been quite bad... the pixelsearch and pixelget function isnt nearly as good as it supposed to... aimbot's with pixelsearch is relative becouse its dependent on the terrain... my aimbot is suggested to be used in white maps.
    Code:
    #Include <Misc.au3>
    $dll = DllOpen("user32.dll")
    pause()
    Func pause()
    while 1
    HotKeySet("{Del}", "resume")
    sleep(10)
    WEnd
    EndFunc

    Func resume()
       while 1
       HotKeySet("{Pause}", "pause")
       sleep(100)
       If _IsPressed("01", $dll) Then
       $search = PixelSearch(482, 364, 542, 404, 0x000000, 10)
       if @error <> 1 then MouseClick("left", $search[0], $search[1], 1, 1)
       endif
       wend
       EndFunc

      Current date/time is Fri Apr 19, 2024 1:38 am