Call of Duty: Black Ops III Beta

Call of Duty: Black Ops III Beta

68 ratings
Black Ops 3 Beta Lag Fix
By Sir Det Rape
Just built a small program to automatically set Black Ops 3 to high priority in task manager. Should help with a lot of lag issues.


   
Award
Favorite
Favorited
Unfavorite
Black Ops 3 Beta Lag Fix
Just built a small program to automatically set Black Ops 3 to high priority in task manager. Even if you set it yourself it will resort back to low priority automatically. Should help with a lot of lag issues.

https://www.dropbox.com/s/lz5k9kw65elyoxq/BlackOps3BetaLagFix.exe?dl=0
Download Mirrors:
http://www.filedropper.com/blackops3betalagfix

Scan: https://www.virustotal.com/en/file/e7ebb6c1ec581d4c26b16c86550c67f93c2082843723eeb845704069c23a8cc1/analysis/1440881779/
Source Code
Source code if you don't trust me and/or want to compile it yourself. You can compile it by putting the code into a .cs file and compiling it using csc.exe.
Help for that can be seen here: https://msdn.microsoft.com/en-us/library/78f4aasd.aspx?f=255&MSPPError=-2147217396

using System;
using System.Diagnostics;
using System.Threading;

namespace BlackOps3LagFix
{
class Program
{
static void Main(string[] args)
{
while (true)
{
while (Process.GetProcessesByName("blackops3").Length > 0)
{
Process myProc = Process.GetProcessesByName("blackops3")[0];
Console.WriteLine(myProc.PriorityClass);
myProc.PriorityClass = ProcessPriorityClass.High;
Thread.Sleep(5000);
}

Console.Clear();
Console.WriteLine("Please launch the Black Ops 3 Beta!");

Console.WriteLine("Compiled using csc.exe by Sir Det Rape.");
Thread.Sleep(1000);
}
}
}
}
Another Slight Fix
Capping your FPS so it hardly changes can also help stop the stuttering. I capped mine to 120 so now it never changes which helped me get less lag.

Just go into the graphics settings on the menu and limit the frame rate.
111 Comments
Sir Det Rape  [author] Nov 26, 2015 @ 1:49pm 
Sir Det Rape [author] 14 Nov @ 3:21pm Delete
This was from the beta mate. This can't be used in the real game...
Widepeek-Strike 2 Nov 26, 2015 @ 12:23pm 
Can you try and update it again? This "shit" still seems to happen and it is pissing me off. I try everything and it's still not working.
Sir Det Rape  [author] Nov 14, 2015 @ 7:21am 
This was from the beta mate. This can't be used in the real game...
Adi Nov 13, 2015 @ 7:08pm 
i dont understand why is this to hard :D, just add on shortcut -high and thats it, this works for me
E:\...common\Call of Duty Black Ops III\BlackOps3.exe" -high
Sir Det Rape  [author] Sep 3, 2015 @ 9:51am 
Ah. That'd be nice, yeah. But Bo2 doesn't have that and there are basically no cheaters.
Goldfield <3 Sep 3, 2015 @ 9:45am 
I think he wishes the same server-setup like bo1 for the game, where you can host your own server!
Sir Det Rape  [author] Sep 2, 2015 @ 3:54pm 
There are dedicated servers...
Pain-Bot [BWC] Sep 2, 2015 @ 3:49pm 
This is why I wish there was dedicated servers again. If Vac or other Anti-Cheat programs don't work give the users the tools needed to police the game for them.
Sir Det Rape  [author] Sep 1, 2015 @ 11:23pm 
Aimbotter wtf. o.o
Pain-Bot [BWC] Sep 1, 2015 @ 5:55pm 
well, I fixed that link.