Thread: Help with disco

Results 1 to 15 of 15

Hybrid View

  1. #1
    panzerbjørn's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Pizza Hut...
    Posts
    305
    Reputation
    7
    Thanks
    17
    My Mood
    Angelic

    Help with disco

    hey i saw a cool mode with flashing lights changing all the time.


    if someone can make me those disco lights?
    Last edited by panzerbjørn; 11-07-2010 at 05:34 AM.

  2. #2
    TheSaboteur's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    wasteland,church
    Posts
    454
    Reputation
    10
    Thanks
    30
    My Mood
    Goofy
    just paste the full link in your post



    Bring a Ding Ding Baby!

  3. #3
    panzerbjørn's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Pizza Hut...
    Posts
    305
    Reputation
    7
    Thanks
    17
    My Mood
    Angelic
    Quote Originally Posted by TheSaboteur View Post
    just paste the full link in your post
    thanks now i know how to, do youtubes.

  4. #4
    AZUMIKKEL's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    My moms house... what's so funny about that?
    Posts
    790
    Reputation
    19
    Thanks
    462
    My Mood
    Sneaky
    Maybe this could help you

    Code:
    SetExpFog( <startDist>, <halfwayDist>, <red>, <green>, <blue>, <transition time> )
    Module: Effects
    
    Summary:
    Creates an exponential fog.
    
    
    Example:
    SetExpFog( 0.0001144, 131/255, 116/255, 71/255, 0 );
    
    
    Required Args:
    1 : <startDist> The distance, in world units, at which the fog begins.
    2 : <halfwayDist> The distance, beyond the startDist, at which the scene will be 50% fogged.
    3 : <red> The red component of the fog as a value between 0.0 and 1.0
    4 : <green> The red component of the fog as a value between 0.0 and 1.0
    5 : <blue> The red component of the fog as a value between 0.0 and 1.0
    6 : <transition time> transition time in seconds
    www.YouTube.com/MpKiller100

  5. The Following 2 Users Say Thank You to AZUMIKKEL For This Useful Post:

    panzerbjørn (11-07-2010),prisma (11-07-2010)

  6. #5
    panzerbjørn's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Pizza Hut...
    Posts
    305
    Reputation
    7
    Thanks
    17
    My Mood
    Angelic
    Quote Originally Posted by AZUMIKKEL View Post
    Maybe this could help you

    Code:
    SetExpFog( <startDist>, <halfwayDist>, <red>, <green>, <blue>, <transition time> )
    Module: Effects
    
    Summary:
    Creates an exponential fog.
    
    
    Example:
    SetExpFog( 0.0001144, 131/255, 116/255, 71/255, 0 );
    
    
    Required Args:
    1 : <startDist> The distance, in world units, at which the fog begins.
    2 : <halfwayDist> The distance, beyond the startDist, at which the scene will be 50% fogged.
    3 : <red> The red component of the fog as a value between 0.0 and 1.0
    4 : <green> The red component of the fog as a value between 0.0 and 1.0
    5 : <blue> The red component of the fog as a value between 0.0 and 1.0
    6 : <transition time> transition time in seconds
    azumikkel you a expert, im not
    could you make a .GSC for me?
    Thanks

  7. #6
    spiritwo's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Rochester, NY
    Posts
    709
    Reputation
    17
    Thanks
    76
    My Mood
    Happy
    Quote Originally Posted by panzerbjørn View Post
    azumikkel you a expert, im not
    could you make a .GSC for me?
    Thanks
    Lol. I almost feel bad for azumikkel
    --
    "Life is tough. It's tougher if you're stupid."

    Spiritwo |






  8. #7
    panzerbjørn's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Pizza Hut...
    Posts
    305
    Reputation
    7
    Thanks
    17
    My Mood
    Angelic
    Quote Originally Posted by spiritwo View Post
    Lol. I almost feel bad for azumikkel
    sorry, i could try myself but, i really dont understand it very well.

    MY TRY:
    Code:
    dodisco()
    {
    SetExpFog( 0.0001144, 0/255, 0/255, 255/255, 0 );
    wait: 1
    SetExpFog( 0.0001144, 0/255, 255/255, 0/255, 0 );
    wait: 1 
    SetExpFog( 0.0001144, 255/255, 0/255, 0/255, 0 );
    wait:1
    self thread dodisco()
    }
    Last edited by panzerbjørn; 11-07-2010 at 11:16 AM.

  9. #8
    TheSaboteur's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    wasteland,church
    Posts
    454
    Reputation
    10
    Thanks
    30
    My Mood
    Goofy
    Quote Originally Posted by panzerbjørn View Post
    sorry, i could try myself but, i really dont understand it very well.

    MY TRY:
    Code:
    dodisco()
    {
    SetExpFog( 0.0001144, 0/255, 0/255, 255/255, 0 );
    wait: 1
    SetExpFog( 0.0001144, 0/255, 255/255, 0/255, 0 );
    wait: 1 
    SetExpFog( 0.0001144, 255/255, 0/255, 0/255, 0 );
    wait:1
    self thread dodisco()
    }
    Code:
    dodisco()
    {
    while(1)
    {
    SetExpFog( 0.0001144, 0/255, 0/255, 255/255, 0 );
    wait: 1
    SetExpFog( 0.0001144, 0/255, 255/255, 0/255, 0 );
    wait: 1 
    SetExpFog( 0,0,0);
    wait:1
    }
    }
    let me tell you something create a loop



    Bring a Ding Ding Baby!

  10. #9
    [WhA]4FunPlayin's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Not here
    Posts
    757
    Reputation
    8
    Thanks
    169
    My Mood
    Lonely
    FAILFAILFAIL... look at your code again. BLIND.....

  11. #10
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,667
    My Mood
    Breezy

    Code:
    SetExpFog( 0.0001144, 131/255, 116/255, 71/255, 0 );
    I <3 C&P
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  12. #11
    Wolfeman's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    look behind you
    Posts
    137
    Reputation
    10
    Thanks
    8
    My Mood
    Tired
    Quote Originally Posted by master131 View Post

    Code:
    SetExpFog( 0.0001144, 131/255, 116/255, 71/255, 0 );
    I <3 C&P
    offtopic: MASTER UR BACK!!!!
    BEST CL PATCH EVER!!!

  13. #12
    panzerbjørn's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Pizza Hut...
    Posts
    305
    Reputation
    7
    Thanks
    17
    My Mood
    Angelic
    but can someone please help ?

  14. #13
    Arasonic's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    569
    Reputation
    11
    Thanks
    115
    Another fix for the others:

    Code:
    dodisco()
    {
    while(1)
    {
    SetExpFog( 0.0001144, 0/255, 0/255, 255/255, 0 );
    wait 1;
    SetExpFog( 0.0001144, 0/255, 255/255, 0/255, 0 );
    wait 1;
    SetExpFog( 0,0,0);
    wait 1;
    }
    }
    Oh I dont know, but try it perhaps?

  15. #14
    panzerbjørn's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Pizza Hut...
    Posts
    305
    Reputation
    7
    Thanks
    17
    My Mood
    Angelic
    Quote Originally Posted by Arasonic View Post
    Another fix for the others:

    Code:
    dodisco()
    {
    while(1)
    {
    SetExpFog( 0.0001144, 0/255, 0/255, 255/255, 0 );
    wait 1;
    SetExpFog( 0.0001144, 0/255, 255/255, 0/255, 0 );
    wait 1;
    SetExpFog( 0,0,0);
    wait 1;
    }
    }
    Oh I dont know, but try it perhaps?
    thanks will try it out and reply ;D

  16. #15
    Wolfeman's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    look behind you
    Posts
    137
    Reputation
    10
    Thanks
    8
    My Mood
    Tired
    Disco is epic! Soo fun to play with ppl who don't know mods there like "WTF LOL!!!" xD

Similar Threads

  1. [Help Request] Need help with numpad while recording macro !
    By JonathanTBM in forum Vindictus Help
    Replies: 2
    Last Post: 05-10-2011, 07:37 PM
  2. [Help Request] help with ca hacks
    By moises8 in forum Combat Arms Help
    Replies: 4
    Last Post: 05-10-2011, 05:55 PM
  3. [Help Request] Anyone can help with this ?
    By devileyebg in forum Vindictus Help
    Replies: 1
    Last Post: 05-01-2011, 03:57 PM
  4. [Help Request] need help with mod
    By .:MUS1CFR34K:. in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 4
    Last Post: 05-01-2011, 12:40 PM
  5. [Help Request] need help with modding
    By BayBee Alyn in forum Combat Arms Help
    Replies: 0
    Last Post: 04-27-2011, 09:06 PM