Page 1 of 4 123 ... LastLast
Results 1 to 15 of 52
  1. #1
    EpicPacMan's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    The internet.
    Posts
    187
    Reputation
    13
    Thanks
    150
    My Mood
    Goofy

    EpicPacMan's CA AFK BOT {BETA}

    Hey, I'm proud to announce the beta of my AFK bot.


    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



    (7/1/2009) Please test this out with me, I will be running this all night on my laptop as I sleep.


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


    Just like it did before, Ikarus and A-Squared are reporting false positives.
    Virustotal. MD5: 5e8794249046224bd7d4c2594709d9a1 Backdoor.Generic!IK Suspicious File Backdoor.Generic

    Code:
    #include <GUIConstantsEx.au3>
    $check = WinExists("Combat_Arms")
    
    Opt('MustDeclareVars', 1)
    HotKeySet("{esc}", "kill")
    
    Func kill()
    	Exit
    	EndFunc
    
    ui()
    
    Func ui()
        Local $Invitebutton, $afk, $msg, $runjump
    	Global $invite, $startnotification, $joinclicks, $nade
        GUICreate("CA bot", 300, 75)
    
        Opt("GUICoordMode", 2)
    	
    	
        $Invitebutton = GUICtrlCreateButton("InviteBot", 50, 30, 100)
    	$afk = GUICtrlCreateButton("AfkNade", 0, -1)
        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)
    				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")
    				
            EndSelect
        WEnd
    EndFunc
    
    Func Fail()
    	MsgBox(1, "Failed", "Combat Arms is not open.")
    	Exit
    	EndFunc
    
    Func join()
    	Global $joinclicks
    	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
    		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.

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

    2699 (07-01-2009),Derek (07-01-2009),hsicarlos (07-01-2009),Icon_alien (07-01-2009),jayman (07-01-2009),Obama (07-01-2009),Pancholandia (07-01-2009),pramit723 (07-01-2009),Sharpe (07-01-2009),TiMe2CHiLL (07-01-2009),Vishaal94 (07-02-2009),vong96 (07-01-2009)

  3. #2
    Ryzon's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Posts
    78
    Reputation
    10
    Thanks
    48
    My Mood
    Bored
    Wait.. How come your reposting it?

  4. #3
    rocko454's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    YMCA
    Posts
    67
    Reputation
    10
    Thanks
    3
    My Mood
    Lurking
    didnt you already post this? Oops someone just said that

    Looks awesome tho, good work. If i wasnt a kdr whore theen i wud use it

  5. #4
    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 Ryzon View Post
    Wait.. How come your reposting it?
    This is the usable version of the code I originally created. I removed the attachments from the other post and am petitioning for it to be closed.


    didnt you already post this? Oops someone just said that

    Looks awesome tho, good work. If i wasnt a kdr whore theen i wud use it

    This is the usable version of the code I originally created. I removed the attachments from the other post and am petitioning for it to be closed.

    Also, tyvm

  6. #5
    Obama's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    The Black house
    Posts
    22,195
    Reputation
    870
    Thanks
    6,076
    My Mood
    Cool
    Wowzers, new to mpgh and already pwning. Great job and Ill close the other one I guess. Keep up the good work.

  7. #6
    Katie_Perry's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    3,082
    Reputation
    31
    Thanks
    175
    My Mood
    Sneaky
    Ok then. Testing this bot

  8. #7
    vong96's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Posts
    42
    Reputation
    10
    Thanks
    6
    My Mood
    Blah
    lemme know the results of the test xP

  9. #8
    aswhooper's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Two trailer park girls go round the outside; round the outside, round the outside!!!
    Posts
    374
    Reputation
    13
    Thanks
    220
    My Mood
    Bitchy
    WORKS 100%

    LOVE YA lol

  10. #9
    MrParo's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Australia
    Posts
    260
    Reputation
    14
    Thanks
    122
    My Mood
    Drunk
    so is this like the bot thats already out?

  11. #10
    vong96's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Posts
    42
    Reputation
    10
    Thanks
    6
    My Mood
    Blah
    Well im gonna go test this out right now ill let everyone know how it goes xD

  12. #11
    HackPack's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Posts
    628
    Reputation
    10
    Thanks
    28
    well that was mighty fast...faster than coders for PSP hacks...not advertising! Keep up the the excellent work pal!
    bye

  13. #12
    Mouzie's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Saegertown
    Posts
    9,151
    Reputation
    520
    Thanks
    2,041
    My Mood
    Happy
    Great job, good luck. :3

  14. #13
    Derek's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Canada, ON
    Posts
    480
    Reputation
    9
    Thanks
    75
    My Mood
    Amused
    Nice! Your going be a Combat Arm Section GOD!

  15. #14
    vong96's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Posts
    42
    Reputation
    10
    Thanks
    6
    My Mood
    Blah
    Alright one thing...When using the bot how long does it take aprox to receive the gp/xp

  16. #15
    vong96's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Posts
    42
    Reputation
    10
    Thanks
    6
    My Mood
    Blah
    Well theres no doubt the hack/bot works, but how well it works might be a concern to people. Maybe 1 game which can last anywhere from 10-30mins will get you around 30-80 gp/xp, not too bad but could be improved with later versions after more testing and what not. Great release

Page 1 of 4 123 ... LastLast

Similar Threads

  1. EpicPacMan's CA AFK BOT {BETA} 2nd RELEASE!
    By EpicPacMan in forum Combat Arms Hacks & Cheats
    Replies: 63
    Last Post: 07-04-2009, 01:28 PM
  2. Welcome to Runes of the Magic Bot(Rombot) free Open Beta!
    By mage888 in forum Runescape Hacks / Bots
    Replies: 0
    Last Post: 05-22-2009, 03:19 AM
  3. does any1 have a bot for ether saga online open beta
    By Oranj in forum General Hacking
    Replies: 1
    Last Post: 04-26-2009, 08:26 AM
  4. gunbound bots?
    By artiemas in forum General Game Hacking
    Replies: 2
    Last Post: 12-29-2005, 07:29 PM
  5. aim bots
    By nutter in forum General Game Hacking
    Replies: 6
    Last Post: 12-27-2005, 11:56 AM

Tags for this Thread