Page 1 of 2 12 LastLast
Results 1 to 15 of 23
  1. #1
    Dazastah's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Perff
    Posts
    3
    Reputation
    10
    Thanks
    1

    Guide to Aimbotting!

    Ok hi, I'm quite new to hacking combat arms, since I lost my Major, I've been like hey.... what the hell am I doing?
    So here's a guide on kind of how to make a workingish aimbot

    First of all your going to need Scar Divi 3.13

    And if you know c++ you sort of have a little head start, because it's kind of about pixel ranges and pixel finding.. but in c++ it's alot more complicated..

    I spent alot of time making bots etc for a game called Endless Online so this will be alot easier for me..
    So here are the steps:

    1. Open your Combat Arms file and delete the CHARS_T_FACE... Don't delete the Chars_M_Face or it makes it Seethrough. If you delete any of the Chars_T_(bodypart) you have a solid color to search for.

    C:/Nexon/Combat Arms/Game/Chars_T_Face

    2. Open up Scar Divi and select all the Program blah blah and delete it..

    3. Tools > Redefine Hotkeys > Make the Color Picker F9, Start F6 and Stop F7.

    4. Once CA is open go to the Shop Storage and if you cant get a solid color on the face Alt+Tab out of Combat Arms and go back in and press F9 and guide your aimer over the solid color.

    5. Insert the following code..: [Color] = Solid Color Found [Might be like 5-10 numbers]

    Code:
    program CA_Aimbot;
    var x,y,x1,y1,x2,y2:integer;
    
    procedure MakeSureOnGun1;
    begin
    keydown(49);wait(20);keyup(49);wait(20);
    end;
    
    procedure GetFace;
    begin
    if findcolorspiral(x,y,[Color],x1,y1,x2,y2) then begin
    MakeSureOnGun1;
    repeat
    clickmouse(x,y,true);
    until not(findcolorspiral(x,y,[Color],x1,y1,x2,y2))
    MakeSureOnGun1;
    end;
    end;
    
    begin
    repeat
    GetFace;
    until(false)
    end.
    6. Try not to have more than 1 gun on Number 1.

    7. Press F6 to Start it and F7 to Stop.

    Please reply if you have problems understanding my messy writing and I will explain in advance.

    Your Sincerely.

    Dazastah.. (IGN: KingHaroldo)

  2. The Following User Says Thank You to Dazastah For This Useful Post:

    l0lz0rs (10-13-2009)

  3. #2
    KING's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Posts
    10,795
    Reputation
    837
    Thanks
    3,093
    My Mood
    Angry
    outside link

  4. #3
    Dazastah's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Perff
    Posts
    3
    Reputation
    10
    Thanks
    1
    Ugh why is this not allowed?

  5. #4
    TrojanMan!'s Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Upper Michigan
    Posts
    435
    Reputation
    14
    Thanks
    63
    Lol, SCAR. I remember using it's predecessor Auto-Rune(SCAR = Shite Compared to Auto Rune) which are hacks primarily for runescape, I wasn't aware you could use it for full screened games now, must be a new feature. Great program for macroing flash games but I don't think I'd use it as a aimbot :S



    Web Developer Pride

  6. #5
    Grim's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    5,359
    Reputation
    112
    Thanks
    3,786
    My Mood
    Cynical
    it'd be a little more helpful if you posted the full script.. where's the variable declarations?
    Want to see my programs?
    \/ CLICK IT BITCHES \/

  7. #6
    FyreKills~'s Avatar
    Join Date
    Sep 2009
    Gender
    female
    Location
    Ky
    Posts
    646
    Reputation
    18
    Thanks
    130
    My Mood
    Dead
    w/e doesnt work
    Quote Originally Posted by torentman16 View Post
    wats a C++
    lol go spam him
    https://www.mpgh.net/forum/members/46...rentman16.html

  8. #7
    Trunky's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Melb 4 Life.
    Posts
    2,209
    Reputation
    16
    Thanks
    275
    My Mood
    Angry
    hmm

  9. #8
    -XpliCitt-'s Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Spokane, Washington
    Posts
    3,230
    Reputation
    63
    Thanks
    2,282
    My Mood
    Tired
    More like color-bot, which have been deemed laggy and POS.

  10. #9
    Trunky's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Melb 4 Life.
    Posts
    2,209
    Reputation
    16
    Thanks
    275
    My Mood
    Angry
    Quote Originally Posted by -XpliCitt- View Post
    More like color-bot, which have been deemed laggy and POS.
    Agreed.

  11. #10
    Grim's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    5,359
    Reputation
    112
    Thanks
    3,786
    My Mood
    Cynical
    Quote Originally Posted by -XpliCitt- View Post
    More like color-bot, which have been deemed laggy and POS.
    if only i could get mine to stop being faulty i'd post it

    no lag, but it bounced around the enemies heads instead of locking on
    Want to see my programs?
    \/ CLICK IT BITCHES \/

  12. #11
    Trunky's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Melb 4 Life.
    Posts
    2,209
    Reputation
    16
    Thanks
    275
    My Mood
    Angry
    Quote Originally Posted by WarPathSin666 View Post
    if only i could get mine to stop being faulty i'd post it

    no lag, but it bounced around the enemies heads instead of locking on
    Well At Least Your trying. Keep up the Good work. It'll pay off soon enough

  13. #12
    Bombsaway707's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Gym
    Posts
    8,799
    Reputation
    791
    Thanks
    4,004
    My Mood
    Amused
    hmm idk ill try it and post results

  14. #13
    Trunky's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Melb 4 Life.
    Posts
    2,209
    Reputation
    16
    Thanks
    275
    My Mood
    Angry
    Good Idea. LOL

  15. #14
    juanrineytor's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    Moo-chang
    Posts
    3,397
    Reputation
    0
    Thanks
    195
    My Mood
    Amused
    Quote Originally Posted by bombsaway707 View Post
    hmm idk ill try it and post results
    What everyone should had done instead of complaining xD. Well like your coders I bet you already knew it wasn't gonna be any good. The outcome.

  16. #15
    Katie_Perry's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    3,082
    Reputation
    31
    Thanks
    175
    My Mood
    Sneaky
    Quote Originally Posted by Dazastah View Post
    Ugh why is this not allowed?
    Because...I think it is allowed but wrong Section. Best off in the programming Section.


Page 1 of 2 12 LastLast

Similar Threads

  1. [FIX]How to play more than one game with aimbot Guide
    By Fischy3 in forum Combat Arms Europe Hacks
    Replies: 1
    Last Post: 09-06-2009, 01:59 AM
  2. [GUIDE]HOW TO USE THE AIMBOT
    By DiZ in forum Battlefield Heroes Hacks
    Replies: 55
    Last Post: 08-03-2009, 03:13 PM
  3. America's Army aimbot
    By garebear in forum General Game Hacking
    Replies: 6
    Last Post: 12-30-2005, 04:52 PM