Page 1 of 3 123 LastLast
Results 1 to 15 of 38
  1. #1
    Kosmo's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Location
    C:/WhatIsThis.exe
    Posts
    537
    Reputation
    10
    Thanks
    2,500
    My Mood
    Psychedelic

    FPS Boost Script

    This is based of Mizzle's FPS Boost script from Necromancy Menu but I added some lines of code so that now you get a few more frames.


    Code:
    nitro =
    {
    setShadowDistance 0;
    setViewDistance 600;
    setObjectViewDistance 1000;
    setTerrainGrid 50.0;
    hint "FPS Boosted"
    };
    Credits:

    • Mizzle420420
    • Sebastian_420

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

    Declared (06-21-2015),HillarySupporter (07-11-2015),Kanuken (07-10-2015),Mexor (06-22-2015),Mizzle420420 (06-21-2015)

  3. #2
    BaconSlayer100's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Location
    United States
    Posts
    46
    Reputation
    10
    Thanks
    2
    My Mood
    Cheerful
    Do You Have A Script Injector Or A Tutorial showing Us Players How?

  4. #3
    Kosmo's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Location
    C:/WhatIsThis.exe
    Posts
    537
    Reputation
    10
    Thanks
    2,500
    My Mood
    Psychedelic
    Quote Originally Posted by BaconSlayer100 View Post
    Do You Have A Script Injector Or A Tutorial showing Us Players How?
    Of course I'm not going to share my executor.
    And you can execute this script with Bowens executor.

  5. #4
    S.team's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    16
    That's very useful, but cannot find any good way to execute it

  6. #5
    Kosmo's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Location
    C:/WhatIsThis.exe
    Posts
    537
    Reputation
    10
    Thanks
    2,500
    My Mood
    Psychedelic
    Quote Originally Posted by S.team View Post
    That's very useful, but cannot find any good way to execute it
    Contact me on Skype if you need help executing scripts.

  7. #6
    Shhmexy's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    1
    My Mood
    Aggressive
    whats your skype?

  8. #7
    bowyer's Avatar
    Join Date
    May 2015
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    can you help me execuite a script or point me in the right direction?

  9. #8
    KingSniperHD15's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    1
    My Mood
    Happy
    Thanks man it works!

  10. #9
    Declared's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    JME's Closet
    Posts
    269
    Reputation
    10
    Thanks
    292
    My Mood
    Happy
    Quote Originally Posted by BaconSlayer100 View Post
    Do You Have A Script Injector Or A Tutorial showing Us Players How?
    Quote Originally Posted by S.team View Post
    That's very useful, but cannot find any good way to execute it
    Quote Originally Posted by bowyer View Post
    can you help me execuite a script or point me in the right direction?
    THERE ARE CURRENTLY NO UNDETECTED EXECUTORS. YOU WILL HAVE TO BUY ONE. DO NOT BUY ONE OFF ANYONE ON HERE!!! YOU WILL GET SCAMMED!!!

  11. #10
    Kosmo's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Location
    C:/WhatIsThis.exe
    Posts
    537
    Reputation
    10
    Thanks
    2,500
    My Mood
    Psychedelic
    Quote Originally Posted by Declared View Post
    THERE ARE CURRENTLY NO UNDETECTED EXECUTORS. YOU WILL HAVE TO BUY ONE. DO NOT BUY ONE OFF ANYONE ON HERE!!! YOU WILL GET SCAMMED!!!
    Haha. How do you know if there aren't any undetected executors? And that's not nice. Not all people are scammers :P

  12. #11
    Declared's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    JME's Closet
    Posts
    269
    Reputation
    10
    Thanks
    292
    My Mood
    Happy
    Quote Originally Posted by Sebastian_420 View Post
    Haha. How do you know if there aren't any undetected executors? And that's not nice. Not all people are scammers :P
    Let me rephrase that, There are no PUBLIC undetected executors. And don't get me wrong, I have my own. As for the scamming part, it is against the rules to sell hacks (That includes executors) on mpgh. And those who do not know/follow this rule are either new, or scammers. Just warning you, do not sell executors to people on mpgh, your executor will get leaked. And thanks for the release mane.

  13. #12
    Mizzle420420's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    Korriban
    Posts
    838
    Reputation
    18
    Thanks
    1,096
    My Mood
    Twisted
    Quote Originally Posted by Jme View Post
    Nice work Mizzle

    You managed to make this noob give you credits for changing grass height
    Its really a combination of my FPSBOOST and No Grass(Which i found original from Lystic tho its pretty easy to find on BIS wiki), and then he added in shadow distance and object distance. I give him props for the addition of those two things and combining the existing scripts, simple yet effective.


    - - - Updated - - -

    Not to mention he credited me without me saying anything first, so that alone is props in my department.

  14. #13
    Mizzle420420's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    Korriban
    Posts
    838
    Reputation
    18
    Thanks
    1,096
    My Mood
    Twisted

    Cool

    Here, I set it up in a toggle in case you need to turn it off for long range shooting or something.

    Code:
    	420FPS = 
    	{
    	    if (isNil ("420FPS1")) then 
    	    {
    		    420FPS1 = 0;
    	    };
    	    if (420FPS1 == 0) then
    	    {  
    		    setShadowDistance 0;
    		    setTerrainGrid 50.0;
    		    setViewDistance 600;
                        setObjectViewDistance 1000;
    		    hint 'FPS Boost is ON';
    		    420FPS1 = 1;
    	    }
    	    else
    	    {
    		    setShadowDistance 1000;
    		    setTerrainGrid 12.5;
    		    setViewDistance 2000;
    	            setObjectViewDistance 2000;
                        hint 'FPS Boost is OFF';			
    	            420FPS1 = 0;
    	    };
    	};

  15. The Following User Says Thank You to Mizzle420420 For This Useful Post:

    denis200191 (06-24-2015)

  16. #14
    Mexor's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    96
    Reputation
    10
    Thanks
    3
    THX for this!!!

  17. #15
    BaconSlayer100's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Location
    United States
    Posts
    46
    Reputation
    10
    Thanks
    2
    My Mood
    Cheerful
    Thx For At least Telling Me Where To Get 1 :P

Page 1 of 3 123 LastLast

Similar Threads

  1. [Outdated] [1.2.5]OptiFine HD - FPS Boost, Lag Reducer, and HD Textures!
    By Jailbroken671 in forum Minecraft Mods
    Replies: 17
    Last Post: 08-01-2012, 08:46 AM
  2. [Solved] FPS Boosting?
    By Sprite in forum CrossFire Help
    Replies: 3
    Last Post: 11-13-2011, 10:02 AM
  3. [Release] [1.5_01]Optimine [FPS Boost]
    By Heartview in forum Minecraft Mods
    Replies: 11
    Last Post: 05-28-2011, 08:32 AM
  4. [Release] [fps boost]Decaying Trees Disable
    By Saboteur in forum Minecraft Mods
    Replies: 18
    Last Post: 03-18-2011, 08:04 AM
  5. [Release] Optimize V3 [FPS Boost]
    By Heartview in forum Minecraft Mods
    Replies: 12
    Last Post: 02-21-2011, 09:28 AM