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 4 of 5 FirstFirst ... 2345 LastLast
Results 46 to 60 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. #46
    awa2supra's Avatar
    Join Date
    Jan 2008
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    this is awesome

  4. #47
    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 TehEpicLion View Post
    Awesome dude, really good job. Although I could think of a bunch of hypothetical problems.
    For example, what if the host is afk? What if you are the host and no one ever joins the game? Maybe you could go back to the lobby after every game and join new games? I think that would ensure you're actually in a game with people.
    Last night I ran it for 12ish hours. At the very end there I caught a snag and became the room leader. After that my bot created a few games but not many. While it was working, I went up 5k gp and 2 ranks.

    The bot DOES work, for a while. Here's the proof.

    [IMG]https://************.com/sig/026/-_pacman_-.jpg[/IMG]

    Also, here is a screenshot of my recent work on the bot:
    Please note, I have not yet added the code for my afkbot into the gui. It exists, but is far to buggy to boast about just yet.



    The question I'd like to know is: Who would pay for this in it's current condition? I realize people don't want me to release it to the public anymore. The last release I did is the last public release.

    If people start paying for it, I'll keep pumping out updates like crazy. The updates will be toward creating the unreleased functions as well as optimization.

  5. #48
    Mouzie's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Saegertown
    Posts
    9,151
    Reputation
    520
    Thanks
    2,041
    My Mood
    Happy
    I would say go for it, but then again. Poor little me can't spend shekels on you. :P


    Do what you wish, people have more faith to make public then VIP, but if you make is public easier to steal.

    Simple.

    Give me loves? <3

  6. #49
    GTKillaZZZ's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    In Your House
    Posts
    8
    Reputation
    10
    Thanks
    1
    My Mood
    Drunk
    Whats a afk bot plz pm me wat it is .

  7. #50
    matrixjo1's Avatar
    Join Date
    Nov 2008
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    4
    it would be better for people who want to just play using hacks because not verry many people wast there money to get banned on a game it would be much more awsome of u to release the updated versions to the public

  8. #51
    Matt1243's Avatar
    Join Date
    Nov 2008
    Gender
    male
    Location
    Under ur bed
    Posts
    345
    Reputation
    10
    Thanks
    96
    i suggest something like give pub chams and wall hack but than make aimbot and those other things vip. =)

  9. #52
    sakone54's Avatar
    Join Date
    Mar 2009
    Gender
    female
    Posts
    411
    Reputation
    62
    Thanks
    585
    My Mood
    Angelic
    i don't think u should make a afk bot have to be bought...all it is a macro....you can put afk and chams pub or w/e to show some of your work then make ppl buy the more major hack
    __________________________________________________ _________________

    like some other dude said you should make the bot exit the game every time it finishes and joins a new one...it would be much better than staying in a room and getting stuck in it if your the leader and wat not.

  10. #53
    MrParo's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Australia
    Posts
    260
    Reputation
    14
    Thanks
    122
    My Mood
    Drunk
    hows the hack comming along dude?

  11. #54
    Mouzie's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Saegertown
    Posts
    9,151
    Reputation
    520
    Thanks
    2,041
    My Mood
    Happy
    Quote Originally Posted by sakone54 View Post
    i don't think u should make a afk bot have to be bought...all it is a macro....you can put afk and chams pub or w/e to show some of your work then make ppl buy the more major hack
    __________________________________________________ _________________

    like some other dude said you should make the bot exit the game every time it finishes and joins a new one...it would be much better than staying in a room and getting stuck in it if your the leader and wat not.
    It not just a macro, but he is also adding an aimbot, he offers me to help him with the project. I told him if he really wants my help then I can pitch in for him


  12. #55
    Matt1243's Avatar
    Join Date
    Nov 2008
    Gender
    male
    Location
    Under ur bed
    Posts
    345
    Reputation
    10
    Thanks
    96
    Quote Originally Posted by Mouzie View Post
    It not just a macro, but he is also adding an aimbot, he offers me to help him with the project. I told him if he really wants my help then I can pitch in for him

    i wanna help but i dont know shit about codeing except for basics

  13. #56
    CAglitchaholic's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    My Mood
    Stressed
    Hey EpicPacMan nice job works great got me to 45% in 10 mins on sergent lvl so yea thanks works allot

    ----Que-Bert

  14. #57
    MrParo's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Australia
    Posts
    260
    Reputation
    14
    Thanks
    122
    My Mood
    Drunk
    it should throw the nade away so less chance as dieing as much

  15. #58
    johndeer2567's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Batesville arkansas
    Posts
    23
    Reputation
    10
    Thanks
    4
    this fkn afk bot does not work, well not for me anywway, it just screws up game and nades urself. DO NOT USE

  16. #59
    sommotommo's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Italy
    Posts
    343
    Reputation
    12
    Thanks
    141
    My Mood
    Confused
    There are some problems..my player shoot on the floor...Waiting the unrelased

  17. #60
    Mouzie's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Saegertown
    Posts
    9,151
    Reputation
    520
    Thanks
    2,041
    My Mood
    Happy
    Quote Originally Posted by FuzzMuffin View Post
    hey ive been wondering does this make you move when your afk in game because after a while it can kick you because you were afk, it says "removed from game due to inactivity" or something like that, and does it prevent joining games that dont give good xp like search and destroy and fireteam? I think you said that it has a box that u can check to not join fireteam in the last release, cant remember and too lazy unfortunately because i just work up at my time its 6:13 am.

    7:49 am
    ok i used it and it makes the mouse move automatically and click some on the desktop but when i go into game it does nothing, same thing happened with legify's aimbot which is why i thought,well hey what if its windowed, but nexon doesnt allow it to be windowed and the forced windowed mode doesnt work.
    It throws your grenade every 3 second when you respawn, thus killing you and making you not get kick for AFKing.

    Make sure you use the program and then push the bind he told you on the first page.

    DO not alt+tab or it'll be a clicker. (for you)
    ===(Different person)
    It SUPPOSE TO KILL YOU, are you that retarded not to read what he said?
    ===
    I am ask to help him test and fix bugs and such on it. :3

Page 4 of 5 FirstFirst ... 2345 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