Page 1 of 2 12 LastLast
Results 1 to 15 of 28
  1. #1
    kingbullet8747's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    94
    Reputation
    10
    Thanks
    5

    Modified Crosshair for APB?

    Hey,
    im searching for an (autohotkey) script to have an overlay on my screen which is creating a crosshair. a crosshair with a dot in the middle.

    Example:

    https://img88.imageshack.us/img88/5900/crossairdot.png

    Id like to have that because it looks just better and i hope that this is possible.

    mfg

    kingbullet8747
    Last edited by Margherita; 09-14-2011 at 01:26 PM.

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

    stavros1994 (08-25-2011)

  3. #2
    kingbullet8747's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    94
    Reputation
    10
    Thanks
    5
    i just need a white dot in the middle, is that available?

  4. #3
    RAWR(:'s Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    South Texas
    Posts
    430
    Reputation
    14
    Thanks
    236
    My Mood
    In Love
    Yes that is available.

  5. #4
    kingbullet8747's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    94
    Reputation
    10
    Thanks
    5
    how to make a dot? Please help me!

  6. #5
    kingbullet8747's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    94
    Reputation
    10
    Thanks
    5
    THATS NOT A DOT I JUST WANT THE DOT NOT THE WHOLE CROSSHAIR JUST A DOT IN THE MIDDLE

  7. #6
    RAWR(:'s Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    South Texas
    Posts
    430
    Reputation
    14
    Thanks
    236
    My Mood
    In Love
    Wow... okay... Ill give this ONE more shot, and then im giving up on you.

    My script can EASILY be used to make a dot.

    Did you even bother to try it? Did you even open the configuration file? For some reason i HIGHLY doubt you even tried. You really think im going to take my time to make an extremely specialized dot just for you?

    So... Heres what im lacking from you if you want one JUST for you.

    Resolution
    Size
    Antialiasing
    Color
    Should you be able to toggle it?
    What should the hotkey be to do so?
    How should i go about doing it? I could do a setpixel function or i could do a memory hook for a specific game.

    BUT!!! Im not going to make one just for you. Why? Because I already GAVE you one.

    Oh and btw... I just made a dot with that EXACT program i handed you. And here's the config file that i made to do so.
    [Resolution]
    Width=1920
    Height=1080
    [Settings]
    Offset=0
    Length=3
    Thickness=4
    [color]
    Red=255
    Green=0
    Blue=0
    and it took me all of 10 seconds of playing with the offset, length, and thickness to make said dot.
    Last edited by RAWR(:; 08-23-2011 at 05:58 PM.

  8. The Following User Says Thank You to RAWR(: For This Useful Post:

    romiio (08-25-2011)

  9. #7
    Khyy's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    1,320
    Reputation
    107
    Thanks
    1,493
    Quote Originally Posted by RAWR(: View Post
    Wow... okay... Ill give this ONE more shot, and then im giving up on you.

    My script can EASILY be used to make a dot.

    Did you even bother to try it? Did you even open the configuration file? For some reason i HIGHLY doubt you even tried. You really think im going to take my time to make an extremely specialized dot just for you?

    So... Heres what im lacking from you if you want one JUST for you.

    Resolution
    Size
    Antialiasing
    Color
    Should you be able to toggle it?
    What should the hotkey be to do so?
    How should i go about doing it? I could do a setpixel function or i could do a memory hook for a specific game.

    BUT!!! Im not going to make one just for you. Why? Because I already GAVE you one.

    Oh and btw... I just made a dot with that EXACT program i handed you. And here's the config file that i made to do so.


    and it took me all of 10 seconds of playing with the offset, length, and thickness to make said dot.
    Don't know why you'd make a specialized edition for him with his behavior displayed. He's an obvious 12 year old, best to let him dwell in his corner.

  10. #8
    RAWR(:'s Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    South Texas
    Posts
    430
    Reputation
    14
    Thanks
    236
    My Mood
    In Love
    I just tweaked the config slightly, took me of all 10 seconds and i edited my post and it makes a very nice little upside down U dot shape lookin thingy xP. Looks like an actual far sight on a real weapon... I like the way it turned out xP

    [Resolution]
    Width=1920
    Height=1080
    [Settings]
    Offset=0
    Length=3
    Thickness=4
    [color]
    Red=255
    Green=0
    Blue=0
    Last edited by RAWR(:; 08-23-2011 at 10:53 PM.

  11. #9
    Khyy's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    1,320
    Reputation
    107
    Thanks
    1,493
    Ohh sweet, I'll try that when I fix. Still too lazy

  12. #10
    RAWR(:'s Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    South Texas
    Posts
    430
    Reputation
    14
    Thanks
    236
    My Mood
    In Love
    Ooo... You can make some interesting stuff by running multiple copies of the crosshair and messing with the configuration files a bit.. xP I have a "Aim Down Sight" looking crosshair now, with a near sight and far sight it looks pretty cool...

  13. #11
    kingbullet8747's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    94
    Reputation
    10
    Thanks
    5
    that is a half dot XD

    never mind

    A possibility to let the program run in the foreground, and not when I'm APB in windowed mode?
    Last edited by kingbullet8747; 08-24-2011 at 03:38 AM.

  14. #12
    scythen60's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    1
    Gui, +LastFound
    Gui, Color, FFFFFF
    WinSet, TransColor, FFFFFF
    Gui, +AlwaysOnTop -Caption +ToolWindow +Disabled -Theme -border
    Gui, Color, FFFFFF
    Gui, Show, w5 h5 xcenter ycenter


    for autohotkey

  15. #13
    kingbullet8747's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    94
    Reputation
    10
    Thanks
    5
    How to that?

  16. #14
    RAWR(:'s Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    South Texas
    Posts
    430
    Reputation
    14
    Thanks
    236
    My Mood
    In Love
    Eh, im giving up on your kingbullet. Go figure it out yourself.

  17. #15
    Waverunner's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    45
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by kingbullet8747 View Post
    How to that?
    how to engrish?

Page 1 of 2 12 LastLast

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