Page 3 of 3 FirstFirst 123
Results 31 to 37 of 37
  1. #1
    ajbutch1232's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    united states of america! (north carolina)
    Posts
    48
    Reputation
    10
    Thanks
    4
    My Mood
    Cold

    the new aimbot that that choob made!... ju

    yeah... just wondering how exactly i edit the hot keys, that is one thing i don't understand! how would i edit the hot keys to use shift instead of the ones he set?
    here is the code:


    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 Then
          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

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

    Baresi12311 (02-16-2010),brutao (02-16-2010)

  3. #31
    icones's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    163
    Reputation
    12
    Thanks
    231
    My Mood
    Aggressive
    Where Paste

  4. #32
    buraks's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    mpgh.Net
    Posts
    270
    Reputation
    10
    Thanks
    15
    My Mood
    Angelic
    LOL cant u just make a .dll and post it?.

  5. #33
    rdblade's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    202
    Reputation
    10
    Thanks
    19
    My Mood
    Cheerful
    i know whats up with people telling us how to do it!!
    JUST POST THE BLOODY .DLL !!!!
    much easier for us!!(honest)

  6. #34
    fernbedienung712's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    2
    My Mood
    Fine
    its no DLL!!!!!!!
    its an easy autoit bot
    everybody can make it
    you need no perx, you need autoit(a bot coder programm)

    here is the text copy it in a new autoitfile


    WinActive("crossfire.exe")
    HotKeySet("k", "_c") ;close func _a()
    HotKeySet("o", "_d") ;close func _b()
    HotKeySet("x", "_b")
    HotKeySet("f", "_a")

    Global $var = 0
    Global $1var = 0
    Global $width = 1280
    Global $height = 800

    while 1
    sleep(200)
    WEnd

    Func _a()
    $var = 1
    while $var = 1
    $coord = PixelSearch( 0, 0,$width, $height, 0xD0AC8F )
    $coord = PixelSearch( 0, 0,$width, $height, 0xD0B69B )
    $coord = PixelSearch( 0, 0,$width, $height, 0xD2AD8F )
    $coord = PixelSearch( 0, 0,$width, $height, 0xC6A88F )
    If Not @error Then
    MouseMove($coord[0], $coord[1])

    EndIf
    wend
    EndFunc

    Func _b()
    $1var = 1
    while $1var = 1
    $coord = PixelSearch( 0, 0,$width, $height, 0x1E2826 )
    $coord = PixelSearch( 0, 0,$width, $height, 0x282C30 )
    $coord = PixelSearch( 0, 0,$width, $height, 0x000101 )
    $coord = PixelSearch( 0, 0,$width, $height, 0x212826 )
    If Not @error Then
    MouseMove($coord[0], $coord[1])

    EndIf
    WEnd
    EndFunc


    Func _c()
    $var = 0
    Endfunc

    Func _d()

    $1var = 0
    Endfunc


    here is the hotkey set with f1 to open funk1 and close f2
    open funk2 with f3 and close f4

    HotKeySet("{f1}", "_c") ;close func _a()
    HotKeySet("{f4}", "_d") ;close func _b()
    HotKeySet("{f3}", "_b")
    HotKeySet("{f2}", "_a")


    the red numbers are your pixels of crossfire

    for hotkey changing google can help(autoit tutorial) strg is ^ alt !

    a thanks would be nice

  7. The Following 2 Users Say Thank You to fernbedienung712 For This Useful Post:

    icones (02-17-2010),Saberio (02-18-2010)

  8. #35
    bomba_burak's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    1
    My Mood
    Bitchy
    Free Reply Not Post

  9. #36
    Saberio's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Same place as always.
    Posts
    214
    Reputation
    10
    Thanks
    7
    My Mood
    Paranoid
    So I've messed around with pasting this in places, but where exactly would you paste the code? Please and thank you :3.

  10. #37
    greathamza's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    with daves mom
    Posts
    5,607
    Reputation
    14
    Thanks
    505
    My Mood
    Asleep
    some ppl just fail hard
    everybody lies


Page 3 of 3 FirstFirst 123

Similar Threads

  1. How the new Aimbot REALLY! works . ( Vista)
    By kOnny in forum CrossFire Discussions
    Replies: 289
    Last Post: 04-07-2010, 10:08 AM
  2. [Info] The new aimbot...
    By brian7890 in forum CrossFire Hacks & Cheats
    Replies: 8
    Last Post: 03-12-2010, 10:05 PM
  3. [Info] how to use the new aimbot ...
    By tonypham123 in forum CrossFire Hacks & Cheats
    Replies: 27
    Last Post: 03-11-2010, 11:02 PM
  4. The new aimbot. :D.
    By [S]tAr[S]tRuC[k] in forum CrossFire Hacks & Cheats
    Replies: 40
    Last Post: 03-11-2010, 11:01 PM
  5. Instruction on using the new aimbot
    By MrBankai in forum Alliance of Valiant Arms (AVA) Hacks & Cheats
    Replies: 143
    Last Post: 02-09-2010, 02:26 PM