Results 1 to 5 of 5
  1. #1
    Mr.Mackey's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    ::1
    Posts
    296
    Reputation
    12
    Thanks
    268
    My Mood
    Twisted

    [SOLVED]Need some codes :D

    Hey guys i got some questions for you about codes

    - Need the speedcode (For slowmo or superspeed)
    - Need a clean _rank.gsc ( I lost mine, IDK where to find it again)

    So if you guys can say where i can find it it would be great

    Greetz,
    Mr.Mackey
    Mmmkay.
    I helped you out?
    Press the button

  2. #2
    Arasonic's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    569
    Reputation
    11
    Thanks
    115
    Clean _rank.gsc:
    Clean _rank.gsc
    Slowmo code:
    Code:
    doBulletTime() {
      self endon( "disconnect" );
      
      if(self isHost())
      while(1) {
      self.SlowMo = 0;
      wait 18;
      setDvar("timescale", .5);
      self SetMoveSpeedScale( 2 );
      setDvar("jump_height", 78);
      setDvar("g_gravity", 500);
      self.SlowMo = 1;
      wait 10;
      setDvar("timescale", 1);
      self SetMoveSpeedScale( 1 );
      setDvar("jump_height", 39);
      setDvar("g_gravity", 800);
      self setClientDvar( "cg_fovscale", "1.125" );
      self setClientDvar( "r_blur", "0.3" );
      self setClientDvar( "r_specular 1", "1" );
      self setClientDvar( "r_contrast", "1" );
      self setClientDvar( "r_filmusetweaks", "1" );        
      self setClientDvar( "pr_filmtweakcontrast", "1.6" );
      self setClientDvar( "r_lighttweaksunlight", "1.57" );
      self setClientdvar( "r_brightness", "0" );
      self setClientDvar( "fx_drawclouds", "0" );
      self setClientDvar( "cg_blood", "0" );
      self setClientDvar( "r_dlightLimit", "0" );
      self setClientDvar( "r_fog", "0" );
      self.SlowMo = 0;
      }
    }
    If thats the one you meant
    Or basicly, thats the one I had - If only slowmo its in there, so atleast something of it is in the code

  3. The Following User Says Thank You to Arasonic For This Useful Post:

    Mr.Mackey (09-13-2010)

  4. #3
    Mr.Mackey's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    ::1
    Posts
    296
    Reputation
    12
    Thanks
    268
    My Mood
    Twisted
    Thanks /request close
    I helped you out?
    Press the button

  5. #4
    rathynia's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Modern Warfare 2 Section.
    Posts
    457
    Reputation
    126
    Thanks
    538
    My Mood
    Aggressive
    timescale " "

    use his rank gsc I have one but his will do.
    Nothing Is "Impossible" For The Word Itself Says "I'm Possible".
    If you get a thank from me you better act like it's a reward, because I don't give them out easily.

    Computer Specs:
    Processor - AMD Athlon(tm) II X4 640 Processor 3.0 GHz (Not OverClocked)
    RAM - 8.0 GB
    OS - Microsoft Windows 7 Ultimate Edition 64-bit
    Video Card - GeForce GTX 550 Ti
    Video RAM 4.0 GB
    Pixel Shader version 5.0
    Vertex Shader version 5.0
    Sound Card - NVIDIA High Definition Audio
    Disk space - 1,640 GB

  6. #5
    House's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    2,990
    Reputation
    223
    Thanks
    9,296
    My Mood
    Cynical
    /Marked as Solved

Similar Threads

  1. [SOLVED]Need some help about bypass
    By mulanboyaq27 in forum CrossFire Help
    Replies: 7
    Last Post: 09-17-2010, 09:12 PM
  2. [SOLVED]Need Some Help Here
    By KiZZx in forum Alliance of Valiant Arms (AVA) Help
    Replies: 3
    Last Post: 08-21-2010, 06:59 AM
  3. [SOLVED] need some help !
    By [P]lasmaPage in forum CrossFire Help
    Replies: 1
    Last Post: 08-19-2010, 12:44 AM
  4. [SOLVED]Need some file locations.
    By Pwn0nsight in forum Call of Duty Modern Warfare 2 Help
    Replies: 7
    Last Post: 07-25-2010, 06:38 AM
  5. [REQ] i need some code's...(vb6)
    By GangBang in forum Visual Basic Programming
    Replies: 4
    Last Post: 05-31-2008, 07:04 PM