Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 33
  1. #16
    Isabelica's Avatar
    Join Date
    Jul 2018
    Gender
    female
    Posts
    15
    Reputation
    10
    Thanks
    2
    My Mood
    In Love
    I have a problem, when i open the exe the only thing i get is "Press any key to exit", what im doing wrong?

  2. #17
    citydrifter's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    653
    Reputation
    32
    Thanks
    2,436
    My Mood
    Yeehaw
    Quote Originally Posted by Isabelica View Post
    I have a problem, when i open the exe the only thing i get is "Press any key to exit", what im doing wrong?
    Simple. Change the name of the flash projector file to flashplayer_000_sa.exe, you are probably using flashplayer18_0r0_352_win_sa.exe that is why It cant find the process.
    Last edited by citydrifter; 09-07-2018 at 05:50 PM.

  3. #18
    DreemCakes420's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Everywhere
    Posts
    120
    Reputation
    10
    Thanks
    5
    My Mood
    Confused
    You can just use process lasso which will boost every game you have

  4. #19
    pixelatedwatermelon's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    155
    Reputation
    10
    Thanks
    8
    My Mood
    Blah
    Quote Originally Posted by DreemCakes420 View Post
    You can just use process lasso which will boost every game you have
    Can you elaborate this more please?

  5. #20
    Percycat3's Avatar
    Join Date
    Feb 2018
    Gender
    male
    Posts
    29
    Reputation
    10
    Thanks
    0
    anyway to do this on mac?

  6. #21
    Percycat3's Avatar
    Join Date
    Feb 2018
    Gender
    male
    Posts
    29
    Reputation
    10
    Thanks
    0
    anyway to make this for mac?

  7. #22
    citydrifter's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    653
    Reputation
    32
    Thanks
    2,436
    My Mood
    Yeehaw
    Quote Originally Posted by Percycat3 View Post
    anyway to make this for mac?
    Probably but I don't know Macintosh OS well. Sorry.

  8. #23
    AllYourX's Avatar
    Join Date
    Aug 2018
    Gender
    male
    Posts
    170
    Reputation
    40
    Thanks
    33
    Quote Originally Posted by Percycat3 View Post
    anyway to make this for mac?
    1. Open Flash Player
    2. Open Terminal
    3. Run
    Code:
    pgrep Flash Player | xargs sudo renice -20
    4. You can verify the change by running
    Code:
    ps -el | grep -e PID -e Flash
    and looking at the NI column, you should see -20.

    "Niceness" is basically CPU priority. It ranges from 20 to -20, with lower numbers meaning higher priority.

    For better performance, playing using Adobe AIR (what Steam uses) works wonders for me. Maybe it's specific to my computer, but for some reason AIR runs SO much more smoothly than the stand alone Flash Player.

  9. The Following User Says Thank You to AllYourX For This Useful Post:

    citydrifter (11-13-2018)

  10. #24
    donttellanyoneanything's Avatar
    Join Date
    Oct 2018
    Gender
    male
    Posts
    89
    Reputation
    10
    Thanks
    3
    My Mood
    Busy
    Quote Originally Posted by Riigged View Post
    ew, he doesnt use camelcase

  11. #25
    citydrifter's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    653
    Reputation
    32
    Thanks
    2,436
    My Mood
    Yeehaw

    Source

    here is the full source you can edit to whatever

    Code:
    using System;
    using System.Diagnostics;
    using System.Linq;
    using System.Text.RegularExpressions;
    
    namespace Processhighlevel
    {
        class Find_Process
        {
            static ProcessPriorityClass newPriority = ProcessPriorityClass.High; //
           
            static void Main(string[] args)
            {
    
                Regex regex = new Regex(@"(?<![\w\d])flashplayer(_([0-9]+)_sa)*(?![\w\d])");
                // name must be flashplayer_1_sa
    
                var processes = Process.GetProcesses().Where(p => regex.IsMatch(p.ProcessName));
                
                Console.ForegroundColor = ConsoleColor.Cyan;
                
                foreach (var proc in processes)
                {
    
                    Console.ForegroundColor = ConsoleColor.Cyan;
                    Console.WriteLine("Set Priority for PID: " + proc.Id + " to " + newPriority.ToString());
                    proc.PriorityClass = newPriority;
    
                }
    
                Console.ForegroundColor = ConsoleColor.Green;
                Console.WriteLine("Press any key to exit... \n");
                Console.ReadKey(true);
            }
    
        }
    
    }

  12. #26
    MPAzoh's Avatar
    Join Date
    May 2014
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    2
    Thanks I use this every time, yea it can be done manually but this is faster.

  13. #27
    citydrifter's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    653
    Reputation
    32
    Thanks
    2,436
    My Mood
    Yeehaw
    Attention MAC USERS: I think you need to have an IDE like https://www.monodevelop.com/ and you can try to port with that and use the source I posted above.

  14. #28
    Zeroxis's Avatar
    Join Date
    Feb 2014
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    1
    Thanks,really nice.

  15. #29
    Juicym270's Avatar
    Join Date
    Feb 2019
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    HOW DOES IT WORK????

  16. #30
    citydrifter's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    653
    Reputation
    32
    Thanks
    2,436
    My Mood
    Yeehaw
    Quote Originally Posted by Juicym270 View Post
    HOW DOES IT WORK????
    Basically it looks for a process named "flashplayer_x_sa" x=anynumber and changes priority

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Release] Easy Prod Flash Projector Opener!
    By Xalyus in forum Realm of the Mad God Hacks & Cheats
    Replies: 16
    Last Post: 05-30-2013, 02:12 PM
  2. [Help Request] MY FLASH PROJECTOR CRASHED
    By Jecho24 in forum Realm of the Mad God Help & Requests
    Replies: 0
    Last Post: 05-21-2013, 06:27 AM
  3. Running ROTMG with Flash Projector 10
    By Roguea in forum Realm of the Mad God Help & Requests
    Replies: 6
    Last Post: 01-18-2013, 06:04 AM
  4. How to get clients to run in Flash Projector?
    By m00sey in forum Realm of the Mad God Help & Requests
    Replies: 6
    Last Post: 12-29-2012, 09:53 AM
  5. [Tutorial] How to play on Flash Projector
    By batu17 in forum Realm of the Mad God Hacks & Cheats
    Replies: 4
    Last Post: 09-01-2012, 02:02 PM