Page 2 of 2 FirstFirst 12
Results 16 to 28 of 28
  1. #16
    kingbullet8747's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    94
    Reputation
    10
    Thanks
    5
    my english is bad

  2. #17
    MrAJ1694's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    DR
    Posts
    4
    Reputation
    10
    Thanks
    0
    My Mood
    Bored
    his hack is undetectable right?
    Last edited by Margherita; 08-28-2011 at 06:31 PM.

  3. #18
    RAWR(:'s Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    South Texas
    Posts
    430
    Reputation
    14
    Thanks
    236
    My Mood
    In Love
    For all sakes and purposes yes. PB can't even screenshot this.

    Theres upsides and downsides however.

    Upside is this can't be detected until APB updates it routines to disallow any form of painting (not going to happen)

    Downside is this flickers a lot because the program has to struggle with trying to stay on top of the APB.

    The smaller you make the crosshair, the less flicker you will get.

  4. #19
    bman747's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    My Mood
    Happy
    Yeah I did notice the flicker, unless I run in window mode of course. Then the flicker goes away for me anyways. Just have to adjust the resolution of crosshair in the cfg file.

  5. #20
    sageatah's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    I'll start by saying sorry for the spam and for the dumb question.
    I've downloaded the CH file and the executable that you provided RAWR but to be honest i can't open the exe.

    I've been searching for that file in the APB folder and i can't seem to find where it is so i can change it with the new one ( assuming this is the right thing to do)

    Anyway, seeing as i am a nub at this, anyway possible to tell me what should i type in order to get a red ( a bit thicker than the normal dot ) CH ? Like the one that Sneaky is using on Colby, it's something like this sad face here only a bit smaller.

    If you could help out a bit it would be wonderful.
    Cheers

  6. #21
    sageatah's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    Nvm

    Found all the things i needed in the other thread.

    Cheers mate for all the guides that you posted

  7. #22
    ernest95's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    0
    i just need a white dot in the middle

  8. #23
    kyosukedei's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    61
    Reputation
    10
    Thanks
    1
    My Mood
    Angelic
    Quote Originally Posted by ernest95 View Post
    i just need a white dot in the middle
    Make your own........... or read no one here is making it for you.

  9. #24
    RAWR(:'s Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    South Texas
    Posts
    430
    Reputation
    14
    Thanks
    236
    My Mood
    In Love
    Quote Originally Posted by ernest95 View Post
    i just need a white dot in the middle
    It's easy to do in autoit.

    Here's the the function needed to do it.

    Code:
    Func _Draw($X, $Y, $aColor)
    	Local $dc = DllCall("user32.dll", "int", "GetDC", "hwnd", "")
    	DllCall("gdi32.dll", "long", "SetPixel", "long", $dc[0], "long", $X, "long", $Y, "long", $aColor)
    	DllCall("user32.dll", "int", "ReleaseDC", "hwnd", 0, "int", $dc[0])
    EndFunc
    So...

    _Draw(100,500, 0x0000FF)

    would make the pixel at 100,500 pure red.

    Put this into a loop and do some math, and you can easily make a circle, a line, a square, anything.

    @SODMG
    Please close this. Their begging for stuff.
    Last edited by RAWR(:; 09-08-2011 at 05:32 PM.

  10. #25
    bobdillan's Avatar
    Join Date
    Nov 2008
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    2
    A dot seems pointless... you don't know your reticle bloom

  11. #26
    gman6's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    3
    Put a sticker on your screen, FAIL

  12. #27
    kingbullet8747's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    94
    Reputation
    10
    Thanks
    5
    not works...

  13. #28
    Margherita's Avatar
    Join Date
    Jan 2011
    Gender
    female
    Posts
    11,299
    Reputation
    783
    Thanks
    1,287
    My Mood
    Bashful
    OP Solved..

    If you're still having problems, you need to read all of the posts on here, because some of them actually work
    PM Me | VM Me | Rules

    MARGHERITA

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Crosshair for APB??
    By salem1230 in forum All Points Bulletin Reloaded Hacks
    Replies: 6
    Last Post: 09-11-2011, 06:22 AM
  2. [Request] How to make a crosshair for combat arms in Visual basic?
    By trevor206 in forum Programming Tutorial Requests
    Replies: 3
    Last Post: 01-30-2010, 08:44 PM
  3. Crosshair for snipers.
    By mcjang in forum Sudden Attack General
    Replies: 21
    Last Post: 11-25-2009, 12:07 PM
  4. CrossHair for you guys.
    By Obey in forum WarRock - International Hacks
    Replies: 7
    Last Post: 04-19-2009, 11:05 AM
  5. working crosshair for CA EU
    By zuzzy92 in forum Combat Arms Europe Hacks
    Replies: 8
    Last Post: 04-02-2009, 08:36 AM

Tags for this Thread