Page 5 of 7 FirstFirst ... 34567 LastLast
Results 61 to 75 of 101
  1. #61
    xxlilloxx's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    0
    My Mood
    Inspired
    The problem for me is that the bot shoots only when the aimed object is red, not when the crosshair is red.. so when I'm in mission and I aim to enemies, it doesn't shoot... what's wrong?
    Last edited by xxlilloxx; 07-30-2011 at 06:53 AM.

  2. #62
    gogodr's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    25
    Quote Originally Posted by Sujinn View Post
    Okay, here it its.
    ‪APB 2011 07 30 12 50 17 34‬‏ - YouTube
    i'm only holding RMB.
    what comes to my mind with this is that you didn't set up right the crosshair scan and it is sampling a pixel outside of the crosshair. each time that pixels is over a red part of the sign is making you shoot.

    how to make
    this:
    GetPixelColor(winX + (sizeX * 803/1763), winY + (sizeY *488/984)

    for your screen:

    it is
    from the rectinfo app I made get the following data:
    GetPixelColor(winX + (sizeX * CrossHairPosX/(right - left)), winY + (sizeY *CrosshairPosY/(bottom - top))

    Quote Originally Posted by Lehsyrus View Post
    You do realize you are giving away an outside link which is an immediate perma ban right?
    giving away an outside link so people can participate in the creation of a hack instead of just leeching it. If that gets me banned then let it be, but it will really suck.


    ----------------------
    I made the bot for 1800*900, I cant guarantee it will work for any other resolution if you don't change the code to work on your resolution.
    Last edited by gogodr; 07-30-2011 at 07:42 AM.

  3. The Following User Says Thank You to gogodr For This Useful Post:

    Sujinn (07-30-2011)

  4. #63
    Sujinn's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Financial
    Posts
    151
    Reputation
    7
    Thanks
    20
    My Mood
    Angelic
    Okay, take it slowly.
    I'm no coder, i'm just a script kiddie.
    So, i must download Visual Studio, then your source code and change things inside of it?
    Or do i do the rectinfo thing?
    I'm using 1280x1024. If anyone has it changed, contact me
    Last edited by Sujinn; 07-30-2011 at 08:46 AM.

  5. #64
    xxlilloxx's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    0
    My Mood
    Inspired
    I have changed it but the problem is the same... the weapons shoot only red objects and not when crosshair is red.. however in your opinion is possible to make an aimbot in C#?
    Last edited by xxlilloxx; 07-30-2011 at 11:17 AM.

  6. #65
    gogodr's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    25
    Quote Originally Posted by xxlilloxx View Post
    I have changed it but the problem is the same... the weapons shoot only red objects and not when crosshair is red.. however in your opinion is possible to make an aimbot in C#?
    I can make a pixel sampling aimbot but It is not as optimal as a memory reading one.

    basically for a pixel sampling aimbot you move the crosshair in a circle each amount of time and move it to where the cursor turned red
    example:

    if you are aiming a target(your cursor is red) Hold down a target lock key ( set by the bot ) and it will shoot if crosshair is red -> move the mouse in a circle motion and if it turns red on a different place than where it was it stays there and shoot->repeat.

    this would be a non optimal but indetectable aimbot.

    Quote Originally Posted by Sujinn View Post
    Okay, take it slowly.
    I'm no coder, i'm just a script kiddie.
    So, i must download Visual Studio, then your source code and change things inside of it?
    Or do i do the rectinfo thing?
    I'm using 1280x1024. If anyone has it changed, contact me
    open visual Studio C#
    make a new form application.
    make 2 buttons
    match your actual code with mine.
    fix the values so it works with your screen resolution by running the rectinfo and getting the information you need.
    compile it.
    Last edited by gogodr; 07-30-2011 at 01:31 PM.

  7. #66
    fullycharge's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    My Mood
    Cool
    i will be happy if u cood release this hack!!!!!!!!

  8. #67
    poononer's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    121
    Reputation
    10
    Thanks
    3
    My Mood
    Paranoid
    ouch someone dont have time to spend on one project for him its working and he writed how to update it to your screen resolution so u have 3 ways
    1.Still playing without cheats/hacks (how sweet this can be)
    2.Wait for it
    3.Or just edit his code with your cross hair information

  9. #68
    JM69's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    32
    Reputation
    10
    Thanks
    20
    My Mood
    Amazed
    Last edited by JM69; 07-31-2011 at 04:07 PM.

  10. #69
    xMrxMafiax's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0
    First time working with C++,
    How can i fix this?

    Error 1 The type or namespace name 'WindowsInput' could not be found (are you missing a using directive or an assembly reference?) C:\Users\xmrxmafiax\AppData\Local\Temporary Projects\WpfApplication1\Form1.cs 12 7 WpfApplication1

  11. #70
    thunder4e's Avatar
    Join Date
    Jun 2011
    Gender
    female
    Posts
    29
    Reputation
    10
    Thanks
    12
    My Mood
    Happy
    - fail post <3
    Last edited by thunder4e; 08-01-2011 at 10:13 AM.

  12. #71
    gogodr's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    25
    Quote Originally Posted by xMrxMafiax View Post
    First time working with C++,
    How can i fix this?

    Error 1 The type or namespace name 'WindowsInput' could not be found (are you missing a using directive or an assembly reference?) C:\Users\xmrxmafiax\AppData\Local\Temporary Projects\WpfApplication1\Form1.cs 12 7 WpfApplication1
    I said it before. add the input simulator dll in your reference folder

  13. #72
    RAWR(:'s Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    South Texas
    Posts
    430
    Reputation
    14
    Thanks
    236
    My Mood
    In Love
    Oh so i see another person is trying to make an autoshoot. Mine works if you need to take a look at it. I never released it here because i told Cirion i wouldnt without his permission but he never did get back to me...

  14. #73
    gogodr's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    25
    Quote Originally Posted by RAWR(: View Post
    Oh so i see another person is trying to make an autoshoot. Mine works if you need to take a look at it. I never released it here because i told Cirion i wouldnt without his permission but he never did get back to me...
    :O interesting

    is it pixel detection based like mine or miniSDK based ?

  15. #74
    xMrxMafiax's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0
    X_x It just seems to be error, after error... Can you help me? On skype or something so we can get ahold of each other faster?

  16. #75
    RAWR(:'s Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    South Texas
    Posts
    430
    Reputation
    14
    Thanks
    236
    My Mood
    In Love
    Its pixel detection in autoit. Its much more powerful then autohotkey, as autohotkey is just a subset of autoits abilities.

    It has the following "abilities"

    Hooking into a window
    User set offset, so you can determine min and max spread
    User set crosshair color (default being APBs colors)
    Pausing
    "Area Search" (See Below)

    In a nutshell, this is how it works.
    While 1
    -If Program is running Then
    --get game handle
    --While program is running
    ---If the currently scanned pixel is lower than OffsetB then
    ----Get current pixel color info
    ----If current pixel info corresponds with the color you provided Then
    -----Force mouse down
    -----While current pixel info corresponds with the color you provided
    ------Force mouse down if its not down
    ------Get current pixel color info
    -----Repeat until false
    -----Force mouse up
    ----Shift the scanner over 1 pixel
    ---Else
    ----Reset the scanner to the starting pixel
    --Repeat until false
    Repeat until outside force ends this loop


    It uses 3 while statements and 4 if statements.

    Area Search:
    ability to search a row of pixels from offsetA to offsetB

    you can have it shoot as soon as you see an enemy (just search the entire row from center to edge of screen), or shoot only within certain boundries, (OffsetA = 20, OffsetB = 30 so you can use an SMG while standing still, or while moving) or just a single pixel (OffSetA = 5, OffsetB = 5, for snipers to have minimal spread)
    Last edited by RAWR(:; 08-02-2011 at 04:18 AM.

Page 5 of 7 FirstFirst ... 34567 LastLast

Similar Threads

  1. [Release] AutoShoot ( not aim bot ) its for snipers only
    By Rasta in forum Point Blank Hacks
    Replies: 44
    Last Post: 05-06-2011, 06:45 AM
  2. Crosshair for snipers.
    By mcjang in forum Sudden Attack General
    Replies: 21
    Last Post: 11-25-2009, 12:07 PM
  3. For Sniper lovers!
    By thekingbx173 in forum Combat Arms Discussions
    Replies: 13
    Last Post: 11-04-2009, 07:52 AM
  4. Replies: 17
    Last Post: 07-20-2007, 08:00 PM
  5. AUG switch for sniper
    By AdamWest in forum WarRock - International Hacks
    Replies: 9
    Last Post: 02-10-2006, 05:43 AM