View Poll Results: Isn't this cool? <3

Voters
77. This poll is closed
  • Yes. I want your babies.. well maybe not your babies. Hugs are cool. <3

    47 61.04%
  • No. Fuck you. Ugly bastard. >:O

    35 45.45%
Multiple Choice Poll.
Page 2 of 5 FirstFirst 1234 ... LastLast
Results 16 to 30 of 64
  1. #1
    EpicPacMan's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    The internet.
    Posts
    187
    Reputation
    13
    Thanks
    150
    My Mood
    Goofy

    Talking EpicPacMan's CA AFK BOT {BETA} 2nd RELEASE!

    Hey, I'm proud to announce the second release (beta) of my AFK bot.
    The other topic won't let me edit my fucking posts. ARG

    I HATE DOUBLE POSTING

    This raises the question, because I make so many new updates am I allowed to make a new topic for each one? Hmm.


    Before you begin please note that:

    If you are going to use the source and not the executable, get SciTE for autoit3.
    AutoIt v3 - Downloads


    Also note that:
    This program is not intended to gain an advantage over other players, or increase your kill count. It will join games, die and gain gp and xp for you. Keep in mind that KDR is not everything in a game like this. In many cases having a very low KDR will fool your enemies.

    If at any time you want the bot to stop working press the escape key.
    There will be instances and glitches where you may need to press it.

    1. Open the au3 file attached or copy and paste the source in this post into SciTE after downloading it.
    2. Make sure Combat Arms is open- that you are logged in and in either the lobby of a server or your own room.


    If your in the lobby and not using the executable:

    1. Alt + Tab to SciTE and press F5
    2. Click the afknade button
    3. Sit back, relax. Go watch a movie


    If your in the lobby and using the executable:

    1. Open the executable. (CAAFKBOT.exe)
    2. Click the AfkNade button
    3. Sit back, relax. Go watch a movie


    If your in your own room and not using the executable:

    1. Alt + Tab to SciTE and hit f5
    2. Click the Invite button
    3. Wait for it to finish
    4. IF and only IF there are ready users Alt +Tab and click AfkNade


    If your in your own room and using the executable:

    1. Open the executable. (CAAFKBOT.exe)
    2. Click the Invite button
    3. Wait for it to finish
    4. IF and only IF there are ready users Alt +Tab and click AfkNade



    New Feature!
    Pretty user interface! BWUAHAHA DIABOLICAL!

    New Feature!
    Sound check box. It was made aware to me that the notification beeps were annoying and unwanted. I added a check box. Leave it unchecked if you don't want sound!

    New Feature!
    Close Combat Arms wicked fast! All you have to do is press the button!

    New Feature!
    New unreleased section, in a new tab! OH MAN! As more features become available, these buttons will become active and more tabs will be added to accommodate the features with options.


    Please, help the project grow! Post in this thread with bugs, or suggestions.


    What to expect in the future?

    AIMBOT!

    Go make some hype.




    WOOT! No false positives this time! CLEAN
    Virustotal. MD5: b1f1277efd535e34488ff0be9d14cf40 Suspicious File




    Code:
    #NoTrayIcon
    #include <GUIConstantsEx.au3>
    #include <ButtonConstants.au3>
    #include <WindowsConstants.au3>
    
    
    Global $invite, $startnotification, $joinclicks, $nade, $sound, $check
    $check = WinExists("Combat_Arms")
    
    
    
    Opt('MustDeclareVars', 1)
    HotKeySet("{esc}", "kill")
    
    Func kill()
    	Exit
    	EndFunc
    
    ui()
    
    Func ui()
        Local $Invitebutton, $afk, $msg, $runjump, $background, $background2, $kill
    	
    	
    	
        GUICreate("EpicPacMan .::[afk bot]::.", 300, 400)
    	GuiCtrlCreateTab(1, 0, 300, 400)
    	GuiCtrlCreateTabItem("AFK BOT")
    	GUISetBkColor(0xFFFFFF)
    	
    	$background = GUICtrlCreatePic("bg/2.jpg", 2, 23, 296, 376)
    	GUICtrlSetState($background, $GUI_DISABLE)
    	
        Opt("GUICoordMode", 1)
    	
    	GuiCtrlCreateTab(20, 100, 50, 50)
    	
    	
    	$Invitebutton = GUICtrlCreateButton("InviteBot", 100, 110, 100, default, $BS_DEFPUSHBUTTON)
    	$afk = GUICtrlCreateButton("AFK-NADE", 100, 140, 100)
    	$kill = GUICtrlCreateButton("Exit CA FAST", 100, 170, 100)
    	$sound = GUICtrlCreateCheckbox("Sound?", 100, 90)
    	
    	GuiCtrlCreateTabItem("Unreleased")
    	$background2 = GUICtrlCreatePic("bg/3.jpg", 2, 23, 296, 376)
    	GUICtrlSetState($background2, $GUI_DISABLE)
    	GUICtrlCreateButton("AIMBOT", 100, 90, 100, default, $WS_DISABLED)
    	GUICtrlCreateButton("Account Creation", 100, 140, 100, default, $WS_DISABLED)
    	GUICtrlCreateButton("Net Taping", 100, 170, 100, default, $WS_DISABLED)
    	GUICtrlCreateButton("Dual Bot Farmer ", 100, 200, 100, default, $WS_DISABLED)
    	GUICtrlCreateButton("Team Killer", 100, 230, 100, default, $WS_DISABLED)
    	GUICtrlCreateButton("Auto Glitch ", 100, 260, 100, default, $WS_DISABLED)
    	GUICtrlCreateButton("Filter Work Around", 100, 290, 100, default, $WS_DISABLED)
    	GUICtrlCreateButton("Chat A.I.", 100, 320, 100, default, $WS_DISABLED)
    	
    	GUISetState()
    
        
        While 1
            $msg = GUIGetMsg()
            Select
                Case $msg = $GUI_EVENT_CLOSE
                    ExitLoop
                Case $msg = $Invitebutton
    				if $check = 0 Then Call("Fail")
    				$invite = 6
    				$startnotification = Random(1,100)
    								
    				WinActivate("Combat_Arms")
    				Sleep(10000)
    				If GUICtrlRead($sound) = $gui_CHECKED Then Beep(500, 100)
    				Send($startnotification&"{enter}")
    				MouseMove(1,1)
    
    				Do 
    					MouseClick("primary", 574,515,1)
    					MouseClick("primary", 512, 477, 10)
    					$invite = $invite - 1 
    					if $invite > 1 Then Call("SEcountdown")
    					If $invite = 1 Then Call("grammar")
    					If $invite = 0 Then Call("endnotification")
    					Sleep(10000) 
    					Until $invite = 0 
    			
    		Case $msg = $afk
    			if $check = 0 Then Call("Fail")
    				WinActivate("Combat_Arms")
    				Sleep(10000)
    				Call("join")
    		Case $msg = $kill
    			if $check = 0 Then Call("Fail")
    				WinClose("Combat_Arms")		
    						
            EndSelect
        WEnd
    EndFunc
    
    Func Fail()
    	MsgBox(0, "Failed", "Combat Arms is not open.")
    	Exit
    	EndFunc
    
    Func join()
    	Global $joinclicks
    	If GUICtrlRead($sound) = $gui_CHECKED Then Beep(500,100)
    
    	Do
    		$joinclicks = $joinclicks + 1
    		if $joinclicks = 6 then Call("reset")
    		MouseClick("primary", 247, 516, 1, 10)
    		MouseClick("primary", 512, 472, 1, 10)
    		Until $joinclicks = 5
    	MouseClick("primary", 451, 517, 1, 20)
    	sleep(10000)
    	Call("nade")
    EndFunc
    
    Func nade()
    	Global $nade
    	Do
    		If GUICtrlRead($sound) = $gui_CHECKED Then Beep(500,100)
    		Send("{4}")
    		MouseClick("primary", 400,600, 2, 10)
    		Sleep(12000)
    		$nade = $nade + 1
    		if $nade = 3 Then Call("reset")
    		Until $nade = 2
    Call("join")
    	EndFunc
    
    Func reset()
    	Global $joinclicks, $nade
    	$joinclicks = 0
    	$nade = 0
    	EndFunc
    
    Func SEcountdown()
    	Global $invite
    	Send("Sending out "&$invite&" more invites.{enter}")
    	EndFunc
    
    Func grammar()
    	Global $invite
    	Send("Sending out "&$invite&" more invite.{enter}")
    	EndFunc
    
    Func endnotification()
    	Send("No more invites. Ready or not, I'm starting.{enter}")
    	EndFunc







    If you use or like this idea, press the thanks button! Love you.
    Last edited by Obama; 07-04-2009 at 02:04 PM.

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

    ..Krazy.. (07-02-2009),2699 (07-02-2009),BabyGenius1 (08-16-2009),BSG.Flash (07-03-2009),CAglitchaholic (07-04-2009),chronicle00 (07-02-2009),Cornell_TC08 (07-02-2009),djo22 (07-02-2009),Envic123 (07-03-2009),houseofgreen (07-03-2009),ihawx (07-04-2009),joi121 (07-02-2009),koolio202 (07-03-2009),Kropo (07-02-2009),ltjustas1 (07-05-2009),matrixjo1 (07-02-2009),MrParo (07-02-2009),newbsauce1 (07-03-2009),Oglog40 (07-04-2009),pokemonfool3 (07-02-2009),rankymc (07-07-2014),Ravenfan95 (07-03-2009),supernova2131 (07-02-2009),TehEpicLion (07-02-2009),urukillora (07-02-2009),Vishaal94 (07-02-2009),Wickzard (07-03-2009),wilsonlam97 (07-02-2009),xesoc (07-04-2009),zackshaikh (07-03-2009),[Guardian] (07-02-2009)

  3. #16
    oanator's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    54
    Reputation
    10
    Thanks
    4
    My Mood
    Angry
    i think thi is an epic fail itsrealy jus a virus becasuewen i use it just exetis ca and then trys to go on the internet but keeps failingto tp in theweb site it wants so do not download!

  4. #17
    mcjang's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    That's what she said.
    Posts
    923
    Reputation
    16
    Thanks
    4,294,967,295
    My Mood
    Angelic
    what is afk nade?

  5. #18
    urukillora's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    869
    Reputation
    10
    Thanks
    40
    My Mood
    Angelic
    Quote Originally Posted by mcjang View Post
    what is afk nade?
    its when ure character randomnly throws a nade to commite suicide XDD so it wont look like ure botting as much.
    Quote Originally Posted by oanator
    i think thi is an epic fail itsrealy jus a virus becasuewen i use it just exetis ca and then trys to go on the internet but keeps failingto tp in theweb site it wants so do not download!
    dude its not a virus. ure doing something wrong than or ure computer is fked up XD it works fine on mine
    Last edited by urukillora; 07-02-2009 at 12:41 PM.

  6. The Following User Says Thank You to urukillora For This Useful Post:

    EpicPacMan (07-02-2009)

  7. #19
    NeverBorn's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    stealing from the cookie jar
    Posts
    1,568
    Reputation
    12
    Thanks
    565
    My Mood
    Pensive
    Quote Originally Posted by oanator View Post
    i think thi is an epic fail itsrealy jus a virus becasuewen i use it just exetis ca and then trys to go on the internet but keeps failingto tp in theweb site it wants so do not download!
    grammar dude, grammar. you make me rofl. and this scanned clean, no viruses. i'd ask around or google too see what you did wrong or what you need to do.

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

    crackerscrack (07-02-2009),EpicPacMan (07-02-2009)

  9. #20
    sakone54's Avatar
    Join Date
    Mar 2009
    Gender
    female
    Posts
    411
    Reputation
    62
    Thanks
    585
    My Mood
    Angelic
    awsome ty for posting it xP...but i have 2 questions....

    1) why don't u just make the program make you shoot and press the up button every once and a while...
    2) why did u make him nade the floor instead of just straight ahead?

    ____

    its the reason why your kd is gonna be killed cause you will kill yourself alot ;D
    i'd rather just be claimed a bot than a noob that killz him own kd -.-
    Last edited by sakone54; 07-02-2009 at 03:53 PM.

  10. #21
    EpicPacMan's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    The internet.
    Posts
    187
    Reputation
    13
    Thanks
    150
    My Mood
    Goofy
    Quote Originally Posted by joi121 View Post
    maaaaaan you'r god, make this not beta plz and all to work. ont he tab Unreleased
    I'm working on it Just woke up. Afk bot is first on my list when I'm done replying to these posts!


    Quote Originally Posted by hot202 View Post
    wow this is sweet u r doing a heaps good job

    how about adding a thing like lunch combat arms so it openes combat arms amd maybe puts your user name and password in 4 u?
    Actually a great idea. I'll write that up today. <3 ty!

    Quote Originally Posted by -Jerry™ View Post
    nice work epic
    ^_^ thanks!

    Quote Originally Posted by vong96 View Post
    Wow dude you really are tearing up the CA scene xP
    Woot woot!

    Quote Originally Posted by Ad litteram View Post
    wow man...you're gaining popularity quickly here (y)
    but any day you stop making your stuff people will complety forgot you...
    that happened with canadianassasin, he made some cool hacks, and when he stoped releasing stuff sudenly people was unable to remember what or who was canadianassasin -.-

    I hope people dont do the same to you, and keep it up dude... youre doing great
    It's ok though, because when I'm finished- you'll never have to download this twice. I'll keep at it for releases. I tend to put one out every day early morning.

    Quote Originally Posted by 2699 View Post
    this is epic
    ^-^ tyvm!

    Quote Originally Posted by eliran93 View Post
    thx man look better then the first beta,
    For some suggestions
    the afk bot , when you come back to life it thows a granade and kills you or look right and left
    and shoots ones
    maybe you can work on it and finish the unlished part
    looks good
    Good Work,
    Eliran93
    I'm going to make that smoother. I plan on making the bot detect when your in a game and when your out of one. That should really make a difference in the long run. Especially if I implement the aimbot with the afk bot.


    Quote Originally Posted by HellRevamped View Post
    Nice one pacman
    ^_^ Thanks so much!

    Quote Originally Posted by snizox15 View Post
    i likeit good job..!
    /dance woot

    Quote Originally Posted by respect142 View Post
    great its good u should ma ke a video for some dumb people out there no offense ok
    I should! I will! <3 I have a few videos on youtube already. If your bored or something go check them out.

    Quote Originally Posted by NeverBorn View Post
    man, you're a real success already! very nice release, the only downside is that it murders and destroys your kdr.. but still. i like it. good luck on coding! we here at mpgh (at least me) appreciate your work!
    Just try to remember, kdr is not related to rank. It isn't something you should worry about. Also, TY! d(^-^)b

    Quote Originally Posted by rolls View Post
    holy shiit another post dude stop with the new topics... why dont you just make a post on one of the old ones with the updates DUH!!

    o and i know your name MUHAHAHAHAH
    lol
    jk

    see you later Thomas!

    anyhow good job keep it up
    You didn't have to pm me about my name. It doesn't scare me that you know. I even put my name in a post. Your being really rude.

    I would have just put my update in my old post, just I can't edit it. I figure a new topic per release is fine. That's what everyone else does.

    Quote Originally Posted by wilsonlam97 View Post
    This can't ever be a virus.
    <3 Your right <3

    Quote Originally Posted by oanator View Post
    i think thi is an epic fail itsrealy jus a virus becasuewen i use it just exetis ca and then trys to go on the internet but keeps failingto tp in theweb site it wants so do not download!

    xD Honestly. I said, if you need to stop it from doing something like that, hit the escape key. You must have started it then alt+tabbed out of the game. Just try to be safe and follow the instructions I put in the thread.


    Quote Originally Posted by mcjang View Post
    what is afk nade?
    Away from keyboard grenade suicide.

    Quote Originally Posted by NeverBorn View Post
    grammar dude, grammar. you make me rofl. and this scanned clean, no viruses. i'd ask around or google too see what you did wrong or what you need to do.
    High five!

    Quote Originally Posted by sakone54 View Post
    awsome ty for posting it xP...but i have 2 questions....

    1) why don't u just make the program make you shoot and press the up button every once and a while...
    2) why did u make him nade the floor instead of just straight ahead?

    ____

    its the reason why your kd is gonna be killed cause you will kill yourself alot ;D
    i'd rather just be claimed a bot than a noob that killz him own kd -.-
    To answer your questions:

    1. I had it press the w key in my first version of the script, but the issue was collision detection. You'd run into a wall, and potentially not get killed or nade anyone. With a score of 0/0 that's a pretty good way to waste 28 minutes or less of your life.

    2. Coding a macro to bot in a game isn't a simple task. You have to find absolute consistencies to create a pattern with. That's why I nade the floor and spin around like that. The spinning is the part of the pattern where you join games. Once I get the bot to realize it's in game, I can remove the spinning. I had to nade the floor to create my pattern.

    A large purpose of this bot is to gain gp and xp while your away. Everything comes with a price, and the price isn't bad. It ruins your kdr, but listen; if someone calls you a noob for a low kdr- they can easily be made your bitch. I automatically assume people who use this are good, or decent at aiming and shooting people in the face. What does it matter if other people think you suck- when you know you don't? Just shoot them in the face faster than they shoot you. <3

  11. #22
    hsicarlos's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Hiding
    Posts
    454
    Reputation
    11
    Thanks
    119
    My Mood
    Amused
    oanator thats just because you open it before, or after combat arms and when and only when your in the lobby do you alt+tab out of combat arms and click AutoNade. Leave it do the rest on it's own. Don't click escape, or it will exit it. Also the thing about your internet is probably because combat arms wasn't on and it was clicking random stuff not just combat arms buttons.


    fail:

    Quote Originally Posted by oanator View Post
    hey does this give a viris? if so i will tell an admin and u will be band

  12. #23
    dk173's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Location
    In your dreams
    Posts
    4,767
    Reputation
    19
    Thanks
    461
    My Mood
    Mellow
    nice work thx for fixen the sound

  13. #24
    sakone54's Avatar
    Join Date
    Mar 2009
    Gender
    female
    Posts
    411
    Reputation
    62
    Thanks
    585
    My Mood
    Angelic
    okay so now i see why you make him nade...but you can go afk for about 6 min without being kicked doing nothing so why not make the macro nade every few min? lol sry for asking these questions

    ___________________________________
    im looking forward for the next version

    if you can i hope you make the macro get out of the results page sooner xP
    ______________________________________
    also kd matters more than rank lol...ppl who refer to rank are noobs (no offence if u do)...this bot is an example u can just start the bot and in a few weeks your a high rank
    Last edited by sakone54; 07-02-2009 at 05:20 PM.

  14. #25
    crackerscrack's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    In Cali
    Posts
    213
    Reputation
    11
    Thanks
    12
    My Mood
    Hungover
    *Cough* Still the first ever useful person even though you went to newb. *Cough*

    & To all of you guys that think its a virus, Download, save it, go to virus total and scan it, or just look at his virus scan because, he never posts viruses.
    Dont forget to press thanks!





    CLICK here for FREE nx and VIP HACKS!!!

  15. #26
    NeverBorn's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    stealing from the cookie jar
    Posts
    1,568
    Reputation
    12
    Thanks
    565
    My Mood
    Pensive
    Quote Originally Posted by EpicPacMan View Post
    Just try to remember, kdr is not related to rank. It isn't something you should worry about. Also, TY! d(^-^)b

    High five!
    omg, i hate when people use kdr as a label. it's really annoying. and np, high five back :]

  16. #27
    Edidpel's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Posts
    50
    Reputation
    9
    Thanks
    12
    My Mood
    Doh
    With the aimbot, maybe you can set it to white, and we can just remove the body files to where you want it to hit, for eg. Head Shots, remove the Head and Face files.

    And Auto Run if you know how, like so it runs, then nades itself.

  17. #28
    [Guardian]'s Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    In an alcove of the world :D
    Posts
    6
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    Great bot, although I wish the instructions were more clear. xD
    I'm stuck

  18. #29
    NeverBorn's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    stealing from the cookie jar
    Posts
    1,568
    Reputation
    12
    Thanks
    565
    My Mood
    Pensive
    Quote Originally Posted by Edidpel View Post
    With the aimbot, maybe you can set it to white, and we can just remove the body files to where you want it to hit, for eg. Head Shots, remove the Head and Face files.

    And Auto Run if you know how, like so it runs, then nades itself.
    the sky is white, that would not work out well. and the players turn more of a grayish color, just informing you :]

  19. #30
    urukillora's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    869
    Reputation
    10
    Thanks
    40
    My Mood
    Angelic
    Quote Originally Posted by NeverBorn View Post
    the sky is white, that would not work out well. and the players turn more of a grayish color, just informing you :]
    when the aimbot is completed, u go afk and comeback with like 15+kills all head shots LOL. It would be funny if someone trys to kill u while afk and get one hit ko'd. in my opinion aimbot to nut isnt good cause it wont one hit ko female characters.

Page 2 of 5 FirstFirst 1234 ... LastLast

Similar Threads

  1. Is There Going To Be A Beta Key Released Here
    By benniboi2905 in forum Medal of Honor (MOH) Hacks
    Replies: 10
    Last Post: 08-05-2010, 09:13 AM
  2. Xbox 360 Beta is released.
    By vyt13 in forum Medal of Honor (MOH) Hacks
    Replies: 3
    Last Post: 08-03-2010, 02:32 PM
  3. EpicPacMan's CA AFK BOT {BETA}
    By EpicPacMan in forum Combat Arms Hacks & Cheats
    Replies: 51
    Last Post: 07-03-2009, 05:02 AM
  4. [First Post] CA afk bot!
    By EpicPacMan in forum Combat Arms Hacks & Cheats
    Replies: 57
    Last Post: 07-01-2009, 02:59 AM
  5. COD WAW 1.4 MP BETA-HACK RELEASED
    By Kuro Tenshi in forum Call of Duty 5 - World at War Hacks
    Replies: 3
    Last Post: 04-21-2009, 04:30 PM

Tags for this Thread