Results 1 to 9 of 9
  1. #1
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    Hey,
    i think the most of u know the PTC FogR, FogG, FogB
    and the most of u they want to use it have the problem with the value.

    With this source you can use th value between 0-255

    This source is made in Gellins Base, but it works on all Bases(u can use it also in hotkey, but this is not nice to control)

    Globals:
    [php]int boxr, boxg, boxb;

    char fogr[10],fogg[10],fogb[10];[/php]

    Source(without any Errors, Credits me. If an other one use the same, hey u found it also )

    [php]sprintf(fogr, "FogR %i" , Menu.mOpt[44].nopt);
    sprintf(fogg, "FogG %i" , Menu.mOpt[45].nopt);
    sprintf(fogb, "FogB %i" , Menu.mOpt[46].nopt);
    this->PushToConsole((char*) fogr);
    this->PushToConsole((char*) fogg);
    this->PushToConsole((char*) fogb);[/php]

    by The AddItem function u need max Value 255 for the color

    f.e.
    AddItem(FogR , 255, 0, Y);

    i repeat Credits: kotentopf (me)

    i hope enjoy^^

    oh coped to much, the int boxr, boxg, boxb ignore pls^^

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

    deathninjak0 (08-13-2010)

  3. #2
    IcySeal's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    300
    Reputation
    34
    Thanks
    148
    My Mood
    Amused
    Quote Originally Posted by kotentopf View Post
    Hey,
    i think the most of u know the PTC FogR, FogG, FogB
    and the most of u they want to use it have the problem with the value.

    With this source you can use th value between 0-255

    This source is made in Gellins Base, but it works on all Bases(u can use it also in hotkey, but this is not nice to control)

    Globals:
    [php]int boxr, boxg, boxb;

    char fogr[10],fogg[10],fogb[10];[/php]

    Source(without any Errors, Credits me. If an other one use the same, hey u found it also )

    [php]sprintf(fogr, "FogR %i" , Menu.mOpt[44].nopt);
    sprintf(fogg, "FogG %i" , Menu.mOpt[45].nopt);
    sprintf(fogb, "FogB %i" , Menu.mOpt[46].nopt);
    this->PushToConsole((char*) fogr);
    this->PushToConsole((char*) fogg);
    this->PushToConsole((char*) fogb);[/php]

    by The AddItem function u need max Value 255 for the color

    f.e.
    AddItem(FogR , 255, 0, Y);

    i repeat Credits: kotentopf (me)

    i hope enjoy^^

    oh coped to much, the int boxr, boxg, boxb ignore pls^^

    *yawn* Did this a while ago. Not really the most useful PTC. Can be used to make cham color stand out but most people use no fog anyways so this has little use.

  4. #3
    ^...,^'s Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    New Zealand,Auckland
    Posts
    698
    Reputation
    4
    Thanks
    90
    My Mood
    Lonely
    thanks for C & P
    of my post.....
    https://www.mpgh.net/forum/207-combat...-alot-ptc.html

    read down the post

    LEEEECCHER

  5. #4
    |Drake™|'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    365
    Reputation
    10
    Thanks
    84
    I remember having this in my hack and suddenly the colors would fuck up and wouldn't default , so i thought of it as useless o.o

  6. #5
    deathninjak0's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    1,510
    Reputation
    12
    Thanks
    294
    My Mood
    Cool
    Quote Originally Posted by |Drake™| View Post
    I remember having this in my hack and suddenly the colors would fuck up and wouldn't default , so i thought of it as useless o.o
    But when you do it right, it looks pretty cool.

  7. #6
    |Drake™|'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    365
    Reputation
    10
    Thanks
    84
    Yep but useless ,no point , why would some one want to see fog colors?

    Probably somebody on drugs.

  8. #7
    MugNuf's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    790
    Reputation
    9
    Thanks
    160
    My Mood
    Goofy
    Quote Originally Posted by |Drake™| View Post
    Yep but useless ,no point , why would some one want to see fog colors?

    Probably somebody on drugs.
    I would. Green fog is cool, but yeah, it does mess up sometimes.

  9. #8
    coryster2100's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    394
    Reputation
    13
    Thanks
    1,175
    Quote Originally Posted by kotentopf View Post
    Hey,
    i think the most of u know the PTC FogR, FogG, FogB
    and the most of u they want to use it have the problem with the value.

    With this source you can use th value between 0-255

    This source is made in Gellins Base, but it works on all Bases(u can use it also in hotkey, but this is not nice to control)

    Globals:
    [php]int boxr, boxg, boxb;

    char fogr[10],fogg[10],fogb[10];[/php]

    Source(without any Errors, Credits me. If an other one use the same, hey u found it also )

    [php]sprintf(fogr, "FogR %i" , Menu.mOpt[44].nopt);
    sprintf(fogg, "FogG %i" , Menu.mOpt[45].nopt);
    sprintf(fogb, "FogB %i" , Menu.mOpt[46].nopt);
    this->PushToConsole((char*) fogr);
    this->PushToConsole((char*) fogg);
    this->PushToConsole((char*) fogb);[/php]

    by The AddItem function u need max Value 255 for the color

    f.e.
    AddItem(FogR , 255, 0, Y);

    i repeat Credits: kotentopf (me)

    i hope enjoy^^

    oh coped to much, the int boxr, boxg, boxb ignore pls^^
    Nice leech i know exactly where you got this lol

    Quote Originally Posted by |Drake™| View Post
    Yep but useless ,no point , why would some one want to see fog colors?

    Probably somebody on drugs.
    Hisec OPK - 85%

    Drake i am the one that gave you the source code lol yes i made it me

  10. #9
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    Quote Originally Posted by coryster2100 View Post
    Nice leech i know exactly where you got this lol
    i said... i made this by my self. i dont know who have also this way cause this i said by the crdits that an other one can also have it...

    i hate guys they steal my credits, why than i steal credits?

Similar Threads

  1. Fog Modifier
    By Solify in forum Combat Arms EU Hack Coding/Source Code
    Replies: 9
    Last Post: 07-18-2010, 07:07 AM
  2. GHB modified by my BRO
    By n_u_l_l in forum WarRock - International Hacks
    Replies: 25
    Last Post: 10-14-2007, 07:54 AM
  3. [REL] Nub Fog Colour Changer
    By XqwertyX in forum WarRock - International Hacks
    Replies: 13
    Last Post: 09-29-2007, 04:01 PM
  4. FSB modifier?
    By thechewu in forum General
    Replies: 0
    Last Post: 07-26-2007, 01:10 PM
  5. any1 know the no fog address?
    By jkmacnak in forum WarRock - International Hacks
    Replies: 1
    Last Post: 06-03-2007, 10:07 AM