bass711 Posted November 4, 2008 Posted November 4, 2008 OK I almost Done with my script after reading for 3 days straigh and going to around 26 topics related to aimbot I made my but is only one problem, On the game I only have 10 bullets its no reload if you miss one shoot it will reduce from the 10 bullets that problem is that it shoots too fast in one target waisting my bullets fast, I setup my code to randoom settings "Sleep(1000) I did a variaty of 100, 200. 300, 400, etc, also the game shoot 4 targets blue, yellow, green, red, random im not having problem with that, all I need is to perfectly shoot one target per bullet in I will be in las Bahamas drinking Pina Colada, lol I will like to Thank Autoit for this great software forget about the game cheating IM actual learning wich is more Value that a stupid game lol here is my code after a lots of c/p and running syntax etc expandcollapse popupGlobal $Aimbot = 0 Global $Pause = 1 Opt("MouseCoordMode", 0) Opt("PixelCoordMode", 0) Opt("MouseClickDelay", 0) Opt("MouseClickDownDelay", 0) HotKeySet("{end}", "Aimbotoff" ) HotKeySet("{insert}", "Aimboton" ) While 1 If $Aimbot = 1 Then EndIf $color = 0xF50002 $color2 = 0xFFD600 $color3 = 0x2D96C3 $color4 = 0x6EBB1F $coord = PixelSearch( 0, 0, 800, 800, $color) If IsArray($coord) = 1 Then MouseClick('left', $coord[0], $coord[1], 1, 0) Sleep(150) EndIf $coord1 = PixelSearch( 0, 0, 800, 800, $color2) If IsArray($coord1) = 1 Then MouseClick('left', $coord1[0], $coord1[1], 1, 0) Sleep(150) EndIf $coord2 = PixelSearch( 0, 0, 800, 800, $color3) If IsArray($coord) = 1 Then MouseClick('left', $coord[0], $coord[1], 1, 0) Sleep(150) EndIf $coord3 = PixelSearch( 0, 0, 800, 800, $color4) If IsArray($coord) = 1 Then MouseClick('left', $coord[0], $coord[1], 1, 0) Sleep(150) EndIf WEnd Func Aimbotoff() $Aimbot = 0 $Pasue = 1 EndFunc Func Aimboton() $Pause = 0 $Aimbot = 1 EndFunc Exit
bass711 Posted November 4, 2008 Author Posted November 4, 2008 ok I saw one error I didnt rename coord, coord1, coord2,and coord3 LOl but I still shooting a lots of bullets per target okIm gonna try something else,
bogQ Posted November 4, 2008 Posted November 4, 2008 ok I saw one error I didnt rename coord, coord1, coord2,and coord3 LOl but I still shooting a lots of bullets per target okIm gonna try something else,can you show link to the game? TCP server and client - Learning about TCP servers and clients connectionAu3 oIrrlicht - Irrlicht projectAu3impact - Another 3D DLL game engine for autoit. (3impact 3Drad related) There are those that believe that the perfect heist lies in the preparation.Some say that it’s all in the timing, seizing the right opportunity. Others even say it’s the ability to leave no trace behind, be a ghost.
bass711 Posted November 4, 2008 Author Posted November 4, 2008 ok I finally did it THat son of me did it yahoooooooo now is top secret, lol
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now