Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love

    ARGB Color to Code Converter (C++)

    Do you want to have a special colour in your Hack?
    Don't know how to code it? Well this is your lucky day.
    This program will convert the colour into C++ Code Format

    Screenshot:


    VirusScans:
    VirusTotal
    Jotti

    Instructions:
    Code:
    1. Extract BOTH files to the same folder
    2. Run the .exe file
    3. Choose the name of the colour (Wut you want to call it)
    4. Choose the Color.
    5. Press Generate.
    6. C+P the generated code into your C++ project.
    7. Enjoy.
    It is generated like:
    Code:
    #define ColorName D3DCOLOR_ARGB(170, 255, 242, 0)
    #define ColorName D3DCOLOR_ARGB(Transparancy, R, G, B)
    Don't like it? I don't care. This application is just to help them noobs.
    I will be adding other support like getting colours directly from the selected pixel etc.
    No I do not make game hacks anymore, please stop asking.

  2. The Following 14 Users Say Thank You to flameswor10 For This Useful Post:

    'Batata! (06-02-2011),Amirka (03-21-2013),Black Diamond (05-05-2012),Cryptonic (05-15-2011),cwl1955 (06-22-2013),[MPGH]Flengo (10-22-2011),HurleyppL (06-16-2011),LiL Mikko (05-14-2011),lmfao666 (06-22-2011),pashak (05-14-2011),S0aD (05-15-2011),[D]ark (05-14-2011),_Fk127_ (05-15-2011),_|Alessandro10|_ (05-14-2011)

  3. #2
    _|Alessandro10|_'s Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    90
    Reputation
    14
    Thanks
    45
    Thanks for your Contribution..

  4. #3
    LiL Mikko's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Play Boy Mansion
    Posts
    1,145
    Reputation
    -85
    Thanks
    194
    My Mood
    Asleep
    Yes,I want to.
    (´¯`•.¸¸.••»" FAP FAP FAP"«••.¸¸.•´¯`)

     




    (´¯`•.¸¸.••»
    "Lil Mikko"«••.¸¸.•´¯`)
     
    [IMG]https://i884.photobucke*****m/albums/ac50/TwistedKilla/lilnikko-1.png[/IMG][IMG]https://lh3.googleuserconten*****m/-gHS2dbLCr3Y/TrnDYqST7QI/AAAAAAAAATs/-JnPgk4z6dw/s288/asdf1.png[/IMG]

  5. #4
    pashak's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    350
    Reputation
    29
    Thanks
    42
    what keeps happening to your main account alessandro?

  6. #5
    _|Alessandro10|_'s Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    90
    Reputation
    14
    Thanks
    45
    Quote Originally Posted by pashak View Post
    what keeps happening to your main account alessandro?
    Ban Ban Ban Ban

  7. #6
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    All that .NET but yet no icon...
    Shame on you

  8. #7
    Bombsaway707's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Gym
    Posts
    8,799
    Reputation
    791
    Thanks
    4,004
    My Mood
    Amused
    Niceeeeeeeeee
    /approved

  9. #8
    LiL Mikko's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Play Boy Mansion
    Posts
    1,145
    Reputation
    -85
    Thanks
    194
    My Mood
    Asleep
    Niceee Job.
    (´¯`•.¸¸.••»" FAP FAP FAP"«••.¸¸.•´¯`)

     




    (´¯`•.¸¸.••»
    "Lil Mikko"«••.¸¸.•´¯`)
     
    [IMG]https://i884.photobucke*****m/albums/ac50/TwistedKilla/lilnikko-1.png[/IMG][IMG]https://lh3.googleuserconten*****m/-gHS2dbLCr3Y/TrnDYqST7QI/AAAAAAAAATs/-JnPgk4z6dw/s288/asdf1.png[/IMG]

  10. #9
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    Pfff there is no DWORD output....
    The Internet SHOULD Be Illegal

    When you say
    "Java is a great programming language because it works on all platforms"
    it is just like
    "anal sex is great because it works on all genders"

    Are YOU a Troll?

  11. The Following User Says Thank You to kotentopf For This Useful Post:

    Departure (05-15-2011)

  12. #10
    Departure's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    805
    Reputation
    125
    Thanks
    1,794
    My Mood
    Doh
    Yeah need DWord output...

    Simple just get the hex value of each A, R, G, B should take no more than 1 minute to include...

    #define ColorName D3DCOLOR_ARGB(170, 255, 242, 0) should convert to...
    $AAFFF200

    Alpha = 170 = AA
    Red = 255 = FF
    Green = 242 = F2
    Blue = 0 = 0

  13. #11
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Quote Originally Posted by kotentopf View Post
    Pfff there is no DWORD output....
    That didn't come to my mind when I was making this

  14. #12
    _Fk127_'s Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    720
    Reputation
    16
    Thanks
    208
    My Mood
    Bitchy
    Quote Originally Posted by flameswor10 View Post
    That didn't come to my mind when I was making this
    Make a v2...



    Put this image in your signature if you support HTML5 development!

  15. #13
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    Quote Originally Posted by flameswor10 View Post
    That didn't come to my mind when I was making this
    i think u made it with .NET, here a crappy snippet(made with browser)
    Code:
    string output = string.Format("0x%02X%02X%02X%02X",Alpha,Red,Green,Blue);
    The Internet SHOULD Be Illegal

    When you say
    "Java is a great programming language because it works on all platforms"
    it is just like
    "anal sex is great because it works on all genders"

    Are YOU a Troll?

  16. #14
    Cryptonic's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    United Provinces of Canada
    Posts
    1,313
    Reputation
    44
    Thanks
    190
    My Mood
    Bored
    Been wanting something like this forever, thanks

    You shoulda made an icon. Ugly VB icon >.>
    Last edited by Cryptonic; 05-15-2011 at 01:56 PM.

  17. #15
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    Good Job.

Page 1 of 2 12 LastLast