Page 1 of 8 123 ... LastLast
Results 1 to 15 of 112
  1. #1
    maxius12's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    145
    Reputation
    10
    Thanks
    41

    How to make a Aimbot

    So I show you how to make a easyAimbot for corssfire.

    at first you need autoit v3.
    2. if you install autoit you must open a new scite file


    3. you must delete :
    #cs ----------------------------------------------------------------------------

    AutoIt Version: 3.3.4.0
    Author: myName

    Script Function:
    Template AutoIt script.

    #ce ----------------------------------------------------------------------------

    ; Script Start - Add your code below here


    4. now we can start to write:

    at first you need keys to start the script and closing the script and a While Loopwe have four functions)

    Code:
    HotKeySet("f", "_a") ;start func _a()
    HotKeySet("x", "_b") ;start func _b()
    HotKeySet("k", "_c") ;close func _a()
    HotKeySet("o", "_d") ;close func _b()
    While 1
    sleep(100)
    WEnd
    5. Now the Function:

    Code:
    Func _a()
    while 1
        $coord = PixelSearch( 0, 0,1024, 768, 0xD0AC8F )
        $coord = PixelSearch( 0, 0,1024, 768, 0xD0B69B )
    	    $coord = PixelSearch( 0, 0,1024, 768, 0xD2AD8F )
     $coord = PixelSearch( 0, 0,1024, 768, 0xC6A88F )
    	If Not @error Then
          MouseMove($coord[0], $coord[1])
    
        EndIf
    wend
    EndFunc

    Declaration:

    $coord = PixelSearch( 0, 0,1024, 768, 0xD0AC8F ) ;0xD0AC8F is a clolor from a head in Corssfire.
    MouseMove($coord[0], $coord[1]) ;The mouse is going to the color. That make the mouse always because there is a infinite loop : While 1 --- WEnd

    6.

    Code:
    Func _b()
    while 1
        $coord = PixelSearch( 0, 0,1024, 768, 0x1E2826 )
        $coord = PixelSearch( 0, 0,1024, 768, 0x282C30 )
    	    $coord = PixelSearch( 0, 0,1024, 768, 0x000101 )
     $coord = PixelSearch( 0, 0,1024, 768, 0x212826 )
    	If Not @error Then
          MouseMove($coord[0], $coord[1])
    
        EndIf
    WEnd
    EndFunc
    The same again but this is against the antiterror. The first is against the Terror.

    Here:
    Code:
    WinActive("crossfire.exe")
    
    HotKeySet("x", "_b")
    HotKeySet("f", "_a")
    while 1
    	sleep(200)
    	WEnd
    
    Func _a()
    while 1
        $coord = PixelSearch( 0, 0,1024, 768, 0xD0AC8F )
        $coord = PixelSearch( 0, 0,1024, 768, 0xD0B69B )
    	    $coord = PixelSearch( 0, 0,1024, 768, 0xD2AD8F )
     $coord = PixelSearch( 0, 0,1024, 768, 0xC6A88F )
    	If Not @error Then
          MouseMove($coord[0], $coord[1])
    
        EndIf
    wend
    EndFunc
    
    Func _b()
    while 1
        $coord = PixelSearch( 0, 0,1024, 768, 0x1E2826 )
        $coord = PixelSearch( 0, 0,1024, 768, 0x282C30 )
    	    $coord = PixelSearch( 0, 0,1024, 768, 0x000101 )
     $coord = PixelSearch( 0, 0,1024, 768, 0x212826 )
    	If Not @error Then
          MouseMove($coord[0], $coord[1])
    
        EndIf
    WEnd
    EndFunc
    7. Now we need a function for
    HotKeySet("k", "_c") ;close func _a()
    HotKeySet("o", "_d") ;close func _b()

    so:
    Code:
    Func _c()
    $var = 0
    EndFunc
    
    Func _d()
    $1var = 0
    Endfunc
    and so

    Code:
    Func _a()
    $var = 1 ;look here
    while $var = 1 ;look here
        $coord = PixelSearch( 0, 0,1024, 768, 0xD0AC8F )
        $coord = PixelSearch( 0, 0,1024, 768, 0xD0B69B )
    	    $coord = PixelSearch( 0, 0,1024, 768, 0xD2AD8F )
     $coord = PixelSearch( 0, 0,1024, 768, 0xC6A88F )
    	If Not @error Then
          MouseMove($coord[0], $coord[1])
    
        EndIf
    wend
    EndFunc
    
    Func _b()
    $1var = 1 ;look here
    while $1var = 1 ;look here
    $coord = PixelSearch( 0, 0,1024, 768, 0x1E2826 )
        $coord = PixelSearch( 0, 0,1024, 768, 0x282C30 )
    	    $coord = PixelSearch( 0, 0,1024, 768, 0x000101 )
     $coord = PixelSearch( 0, 0,1024, 768, 0x212826 )
    	If Not @error Then
          MouseMove($coord[0], $coord[1])
    
        EndIf
    WEnd
    EndFunc

    All in All

    Code:
    WinActive("crossfire.exe")
    HotKeySet("k", "_c") ;close func _a()
    HotKeySet("o", "_d") ;close func _b()
    HotKeySet("x", "_b")
    HotKeySet("f", "_a")
    while 1
    	sleep(200)
    	WEnd
    
    Func _a()
    $var = 1
    while $var = 1
        $coord = PixelSearch( 0, 0,1024, 768, 0xD0AC8F )
        $coord = PixelSearch( 0, 0,1024, 768, 0xD0B69B )
    	    $coord = PixelSearch( 0, 0,1024, 768, 0xD2AD8F )
     $coord = PixelSearch( 0, 0,1024, 768, 0xC6A88F )
    	If Not @error Tave hen
          MouseMove($coord[0], $coord[1])
    
        EndIf
    wend
    EndFunc
    
    Func _b()
    $1var = 1
    while $1var = 1
    $coord = PixelSearch( 0, 0,1024, 768, 0x1E2826 )
        $coord = PixelSearch( 0, 0,1024, 768, 0x282C30 )
    	    $coord = PixelSearch( 0, 0,1024, 768, 0x000101 )
     $coord = PixelSearch( 0, 0,1024, 768, 0x212826 )
    	If Not @error Then
          MouseMove($coord[0], $coord[1])
    
        EndIf
    WEnd
    EndFunc
    
    
    Func _c()
    	$var = 0
    	Endfunc
    
    Func _d()
    
    	$1var = 0
    	Endfunc
    Now you can compile the script if u want with Ctrl+F7 to a .exe or start the script with F5. If u start the script you can open crossfire.
    Have fun


    If want another clolor you can find out it with AutoitInfo. this programm is in the autoit folder.

    Sorry for my bad english.... the google translater was my best friend xD
    is there a mistake please it thx

  2. The Following 8 Users Say Thank You to maxius12 For This Useful Post:

    Antun89 (02-17-2010),carioka (02-14-2010),carlosnoob (02-16-2010),Dim (02-15-2010),fernbedienung712 (02-14-2010),idamian (08-15-2011),Root.X (02-17-2010),shivbhudia (02-19-2010)

  3. #2
    'Toxxic.'s Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    192
    Reputation
    10
    Thanks
    12
    My Mood
    Happy
    Oh you can code Hacks ...

    Sry I understand anything about HACKS-CODING

    I'm Sorry

  4. #3
    Ghost's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Under your bed, watching you sleep.
    Posts
    24,795
    Reputation
    3851
    Thanks
    3,662
    can u prove that this works?if so ask if u can be a coder for mpgh
    Do not go gentle into that good night,
    Old age should burn and rave at close of day;
    Rage, rage against the dying of the light.

  5. #4
    Mlkellinas's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    88
    Reputation
    10
    Thanks
    14
    My Mood
    Bitchy
    Make aimbot...and post the link on forum...

  6. #5
    Botond1996's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    3
    My Mood
    Amazed
    yes...please

  7. #6
    Ghost's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Under your bed, watching you sleep.
    Posts
    24,795
    Reputation
    3851
    Thanks
    3,662
    i dont to try this jsut to see that it doesnt work..and i have coded any hacks for alooooong time
    Do not go gentle into that good night,
    Old age should burn and rave at close of day;
    Rage, rage against the dying of the light.

  8. #7
    kingcobra501's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    1
    My Mood
    Drunk
    does this work can you post a video or something

  9. #8
    MrDonut123's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    In a house
    Posts
    127
    Reputation
    10
    Thanks
    20
    My Mood
    Cool
    dude its takes more coding to code an aimbot than that
    also tell me any1 trys this and it works...
    creds to ineverhack for sig

  10. #9
    maxius12's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    145
    Reputation
    10
    Thanks
    41
    Quote Originally Posted by MrDonut123 View Post
    dude its takes more coding to code an aimbot than that
    also tell me any1 trys this and it works...

    No! This is autoIT. I belive the savesystem from crossfire doesnt know about autoit. This a very simple pixelsearch script it works 100%

  11. #10
    teun95's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    in the netherlands
    Posts
    223
    Reputation
    10
    Thanks
    77
    My Mood
    Yeehaw
    but pixelsearch is very slow, i tried it. it only works for flash games and than it's still slow.
    There is a difference between knowing the path and walking the path. (matrix)



    We should all play KUMAWAR

    https://www.kumawar.com/
    its' much more fun...




    rofl-coaster!

  12. #11
    maxius12's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    145
    Reputation
    10
    Thanks
    41
    Quote Originally Posted by teun95 View Post
    but pixelsearch is very slow, i tried it. it only works for flash games and than it's still slow.
    On my pc works it very good. i can make a video...
    you an setting the speed

  13. #12
    Kaspersky's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    dont stalk
    Posts
    33
    Reputation
    10
    Thanks
    3
    Noob beggers.. Learn how to code and make your own aimbot

  14. #13
    Mudka's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Greece,Athens
    Posts
    710
    Reputation
    11
    Thanks
    173
    My Mood
    Shocked
    I dont understand your language..What are you ? mongol ?!?!!? xD

  15. #14
    ineverhack's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    At your window lookin at you.
    Posts
    1,522
    Reputation
    19
    Thanks
    408
    Copy pasted gtfo pls.
    R3spect list:
    vondony
    arunforce
    Dave84311
    reeciboi
    hejsan
    InHuman
    MissSexy
    Toxin
    Enz
    Wolf

  16. #15
    Ghost's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Under your bed, watching you sleep.
    Posts
    24,795
    Reputation
    3851
    Thanks
    3,662
    Quote Originally Posted by Kaspersky View Post
    Noob beggers.. Learn how to code and make your own aimbot
    whos begging?this is a tut on how to make one
    Do not go gentle into that good night,
    Old age should burn and rave at close of day;
    Rage, rage against the dying of the light.

  17. The Following User Says Thank You to Ghost For This Useful Post:

    [M]PGH* (11-10-2012)

Page 1 of 8 123 ... LastLast

Similar Threads

  1. [Info] How to make "patched" Aimbot work.
    By crazy-tatar in forum Combat Arms Europe Hacks
    Replies: 6
    Last Post: 09-12-2009, 02:19 AM
  2. how to make an aimbot or bypass
    By Deceber in forum Combat Arms Help
    Replies: 9
    Last Post: 08-25-2009, 12:31 AM
  3. How To make ur Aimbot last 4ever.
    By xaznvietlife in forum Combat Arms Hacks & Cheats
    Replies: 54
    Last Post: 08-18-2009, 03:37 PM
  4. this is how to make the aimbot work if its not working.
    By Kev in forum CrossFire Hacks & Cheats
    Replies: 1
    Last Post: 07-10-2009, 12:29 PM
  5. how to make a aimbot?
    By xTrylanxback in forum General Game Hacking
    Replies: 15
    Last Post: 06-01-2009, 02:38 AM