Thread: No Fog?

Results 1 to 10 of 10
  1. #1
    ryski123's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    www.mpgh.net
    Posts
    1,772
    Reputation
    81
    Thanks
    634
    My Mood
    Stressed

    No Fog?

    Im still having a problem with no fog, everything goes to a yellowish/white color:

    if( HM_NoFog ==1)
    {
    *(float*)ADR_FOGNFAR = 1166127104;
    *(float*)ADR_FOGNEAR = 0;
    }

    #define ADR_FOGNFAR 0x9EA994
    #define ADR_FOGNEAR 0x9EA99C

    Can anyone tell me why?
    Ryski123 MySize Rhyme

    *AeroMan's Apprentice*
    My Projects :
    Stealth No Menu
    No Menu
    Ryski123 D3D Menu
    Spammer
    Injector


    100 Posts [x]
    500 Posts [x]
    1000 Posts [x]
    2000 Posts [ ]
    Respect List! :
    AeroMan <--- My Brother you Helped me alot
    [MPGH]reaper
    [MPGH]vital
    reap3r <-- Helped me alot
    1possible <---- Awsome!
    Rave - AWSOME coder
    swiftdude <-- AWSOME coder!!! ---> Helps when needed
    thecamels8
    ropsu678 /
    Quote Originally Posted by fogest View Post


    Just because your on a hacking site doesn't mean you have to hack or like hacking.
    LOL, Why the Fuck would you be on here then?


    Press Thanks If I Helped You

  2. #2
    DirecTX_'s Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    99
    Reputation
    66
    Thanks
    51
    My Mood
    Daring
    Code:
            //nofog//
    	if(NoFog==1)
    		pDevice->SetRenderState(D3DRS_FOGENABLE, false);
    	
    	//color fog//
    	if(ColFog==1) {	pDevice->SetRenderState(D3DRS_FOGCOLOR,0xffFF0000);}
    	if(ColFog==2) {	pDevice->SetRenderState(D3DRS_FOGCOLOR,0xff00FF00);}
    	if(ColFog==3) {	pDevice->SetRenderState(D3DRS_FOGCOLOR,0xff0000FF);}
    	if(ColFog==4) {	pDevice->SetRenderState(D3DRS_FOGCOLOR,0xff000000);}
    	if(ColFog==5) {	pDevice->SetRenderState(D3DRS_FOGCOLOR,0xffFFFF00);}
    	if(ColFog==6) {	pDevice->SetRenderState(D3DRS_FOGCOLOR,0xffFFFFFF);}
    	if(ColFog==7) {	pDevice->SetRenderState(D3DRS_FOGCOLOR,0xffFF00FF);}
    	if(ColFog==8) {	pDevice->SetRenderState(D3DRS_FOGCOLOR,0xffC0C0C0);}
    D3D, better way.

  3. #3
    ryski123's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    www.mpgh.net
    Posts
    1,772
    Reputation
    81
    Thanks
    634
    My Mood
    Stressed
    My hack doesnt have D3D, No D3D = Undetected
    Ryski123 MySize Rhyme

    *AeroMan's Apprentice*
    My Projects :
    Stealth No Menu
    No Menu
    Ryski123 D3D Menu
    Spammer
    Injector


    100 Posts [x]
    500 Posts [x]
    1000 Posts [x]
    2000 Posts [ ]
    Respect List! :
    AeroMan <--- My Brother you Helped me alot
    [MPGH]reaper
    [MPGH]vital
    reap3r <-- Helped me alot
    1possible <---- Awsome!
    Rave - AWSOME coder
    swiftdude <-- AWSOME coder!!! ---> Helps when needed
    thecamels8
    ropsu678 /
    Quote Originally Posted by fogest View Post


    Just because your on a hacking site doesn't mean you have to hack or like hacking.
    LOL, Why the Fuck would you be on here then?


    Press Thanks If I Helped You

  4. #4
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,294
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy
    Code:
    if( HM_NoFog ==1)
     {
     *(float*)ADR_FOGNFAR = 1166127104;
     *(float*)ADR_FOGNEAR = 0;
     }
    maby the red makes alot clear

  5. #5
    scraprecon's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    In Directx Land!
    Posts
    272
    Reputation
    14
    Thanks
    35
    My Mood
    Devilish
    Good point. Seems like you used Nearfog addie for both.

  6. #6
    termica's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    norway
    Posts
    400
    Reputation
    26
    Thanks
    85
    My Mood
    Sneaky
    Quote Originally Posted by Alex_Agnew View Post
    Code:
    if( HM_NoFog ==1)
     {
     *(float*)ADR_FOGNFAR = 1166127104;
     *(float*)ADR_FOGNEAR = 0;
     }
    maby the red makes alot clear
    maby the red dosent make things more clear? :P
    its an f in the first and e in the last ^^
    Quote Originally Posted by scraprecon View Post
    Good point. Seems like you used Nearfog addie for both.
    nop he dont
    bbbboooored

  7. #7
    Alen's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Location
    Liquid Generator
    Posts
    27,920
    Reputation
    2548
    Thanks
    4,224
    My Mood
    Fine
    Keep this friendly and yeah, he's modifying two different addresses:


  8. #8
    DirecTX_'s Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    99
    Reputation
    66
    Thanks
    51
    My Mood
    Daring
    if( HM_NoFog ==1)
    {
    *(float*)ADR_FOGNFAR = 1170939904;
    *(float*)ADR_FOGNEAR = 1120403456;
    }

  9. #9
    wssjuh12's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    4
    I have At the moment this one:

    if(CH_NoFog ==1)
    {
    *(float*)ADR_FOGNFAR = 1166127104;
    *(float*)ADR_FOGNEAR = 1166127104;
    }

    But it is still keep showing a black screen.

  10. #10
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,294
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy
    Quote Originally Posted by DirecTX_ View Post
    if( HM_NoFog ==1)
    {
    *(float*)ADR_FOGNFAR = 1170939904;
    *(float*)ADR_FOGNEAR = 1120403456;
    }
    uuhm....
    how would this work since you use the same adress but keep changing the value?
    i doubt this will work


    Quote Originally Posted by wssjuh12 View Post
    I have At the moment this one:

    if(CH_NoFog ==1)
    {
    *(float*)ADR_FOGNFAR = 1166127104;
    *(float*)ADR_FOGNEAR = 1166127104;
    }

    But it is still keep showing a black screen.
    ofc, you need far & near fog

Similar Threads

  1. Looking for No Fog Hack, Aimbot, as Well as Speed Hack
    By Hautkopf1488 in forum Combat Arms Hacks & Cheats
    Replies: 5
    Last Post: 10-27-2008, 12:21 PM
  2. warrock fog hack
    By murthedragon07 in forum Hack Requests
    Replies: 2
    Last Post: 07-18-2008, 01:07 AM
  3. Help! Fog value
    By nub_g0t_high in forum WarRock - International Hacks
    Replies: 4
    Last Post: 11-05-2007, 02:40 PM
  4. [REL] Nub Fog Colour Changer
    By XqwertyX in forum WarRock - International Hacks
    Replies: 13
    Last Post: 09-29-2007, 04:01 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