Results 1 to 15 of 15
  1. #1
    Hacker Fail's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    C++
    Posts
    2,136
    Reputation
    242
    Thanks
    12,562

    Visão Noturna usando mais cores

    Fiz uma simples modificação no visão noturna

    Code:
    switch (visaonoturna) {
    	case 0:
    		pConsoleCommand("ScreenGamma 1.000000");
    		pConsoleCommand("GammaB 1.108132");
    		pConsoleCommand("GammaR 1.108132");
    		pConsoleCommand("GammaG 1.108132");
    		break;
    	case 1:
    		pConsoleCommand("ScreenGamma 0.000000");
    		pConsoleCommand("GammaB 1");
    		pConsoleCommand("GammaR 0");
    		pConsoleCommand("GammaG 0");
    		break;
    	case 2:
    		pConsoleCommand("ScreenGamma 0.000000");
    		pConsoleCommand("GammaB 0");
    		pConsoleCommand("GammaR 1");
    		pConsoleCommand("GammaG 0");
    		break;
    	case 3:
                    pConsoleCommand("ScreenGamma 0.000000");
    		pConsoleCommand("GammaB 0");
    		pConsoleCommand("GammaR 0");
    		pConsoleCommand("GammaG 1");
    		break;
    }
    GammaB = Blue
    GammaR = Red
    GammaG = Green

    Array para você adicionar no menu :

    Code:
    char* Opt_visao[] = { "[Des]","[Blue]", "[Red]", "[Green]"};
    Dá para misturar as cores, por exemplo, deixando o verde e o azul como 1, vai dar um certo tom de cor, mas isso eu não testei


    Créditos:

    WE11ington
    Johnny9813
    HackerFail
    Member Level 1 since November, 2011
    Contributor since March, 2015
    Game Hacking Team : 06/14/2017

     

  2. The Following 2 Users Say Thank You to Hacker Fail For This Useful Post:

    MonstersBr (07-14-2013),serious! (02-17-2013)

  3. #2
    Coder.Anonymous's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    MPGH
    Posts
    1,144
    Reputation
    53
    Thanks
    4,940
    My Mood
    Cynical
    Belo Trabalho Mano :P, Andei mexendo fiz de outra maneira depois eu posto -.-"







    Claro[...]


    WFBR:


    PBBR:


    CABR:



  4. #3
    ~Sniper's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    407
    Reputation
    10
    Thanks
    44
    Posta também a velocidades do speed kkkkkk'

  5. #4
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    https://www.mpgh.net/forum/207-combat...e-visions.html

    ^^ 2 weeks ago
    post real credits noobcake

    commando: You're probably the best non-coder coder I know LOL


  6. #5
    serious!'s Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Muito bom, reputado haha!

  7. #6
    Hacker Fail's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    C++
    Posts
    2,136
    Reputation
    242
    Thanks
    12,562
    Quote Originally Posted by supercarz1991 View Post
    https://www.mpgh.net/forum/207-combat...e-visions.html

    ^^ 2 weeks ago
    post real credits noobcake
    I just modified an old code, https://www.mpgh.net/forum/397-combat...o-noturna.html
    Member Level 1 since November, 2011
    Contributor since March, 2015
    Game Hacking Team : 06/14/2017

     

  8. #7
    FooChaos's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Brazil
    Posts
    245
    Reputation
    28
    Thanks
    176
    My Mood
    Aggressive
    Quote Originally Posted by Hacker Fail View Post
    /yaaaawwwww

    Zooaa

    Gostei muito mais existe outra maneira tb de fazer isso
    ~My Signs








  9. #8
    Hacker Fail's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    C++
    Posts
    2,136
    Reputation
    242
    Thanks
    12,562
    Quote Originally Posted by FooChaos View Post
    /yaaaawwwww

    Zooaa

    Gostei muito mais existe outra maneira tb de fazer isso
    Sim , dá para fazer com if aninhado também
    Member Level 1 since November, 2011
    Contributor since March, 2015
    Game Hacking Team : 06/14/2017

     

  10. #9
    XarutoUsoCrack's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    CFAL Honra & Glória Server
    Posts
    1,087
    Reputation
    51
    Thanks
    2,543
    My Mood
    Relaxed
    Codigo real @acer

  11. #10
    Hacker Fail's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    C++
    Posts
    2,136
    Reputation
    242
    Thanks
    12,562
    Quote Originally Posted by XarutoUsoCrack View Post
    Codigo real @acer
    Eu não peguei do tópico dele ( dela )
    Member Level 1 since November, 2011
    Contributor since March, 2015
    Game Hacking Team : 06/14/2017

     

  12. #11
    TokolocoSK's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Comendo Peru Pato Frango Búrguer.
    Posts
    2,874
    Reputation
    65
    Thanks
    6,858
    My Mood
    Yeehaw
    Quote Originally Posted by Hacker Fail View Post
    Eu não peguei do tópico dele ( dela )
    dela só se for mulher de tromba kkkkkkk



  13. #12
    Hacker Fail's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    C++
    Posts
    2,136
    Reputation
    242
    Thanks
    12,562
    Quote Originally Posted by TokolocoSK View Post


    dela só se for mulher de tromba kkkkkkk
    KKKKK, vai saber se é homem ou mulher SAUHASUASHU
    Mas seria bom se fosse mulher
    Member Level 1 since November, 2011
    Contributor since March, 2015
    Game Hacking Team : 06/14/2017

     

  14. #13
    6ixth's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    3,033
    Reputation
    661
    Thanks
    19,904
    Mesmo assim Tank's, pls não fique desviando os assuntos do post.

  15. #14
    Hacker Fail's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    C++
    Posts
    2,136
    Reputation
    242
    Thanks
    12,562
    Quote Originally Posted by ForeverRed View Post
    Mesmo assim Tank's, pls não fique desviando os assuntos do post.
    A tá bom senhor minion entendi
    Member Level 1 since November, 2011
    Contributor since March, 2015
    Game Hacking Team : 06/14/2017

     

  16. #15
    6ixth's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    3,033
    Reputation
    661
    Thanks
    19,904
    Quote Originally Posted by Hacker Fail View Post
    A tá bom senhor minion entendi
    kkkk' ai zua!

Similar Threads

  1. Paredes Brancas e Visão Noturna
    By Johnny9813 in forum Combat Arms BR Hack Coding/Source Code
    Replies: 14
    Last Post: 04-21-2011, 02:44 PM
  2. Warrock and dual cores
    By svalkur in forum WarRock - International Hacks
    Replies: 10
    Last Post: 11-20-2007, 01:46 PM
  3. mai new sigs
    By thechewu in forum Art & Graphic Design
    Replies: 4
    Last Post: 09-24-2007, 08:27 AM
  4. Mai New Bike
    By Dave84311 in forum General
    Replies: 61
    Last Post: 07-20-2007, 08:17 AM