Call of Duty: Black Ops III Beta

Call of Duty: Black Ops III Beta

68 оценки
Black Ops 3 Beta Lag Fix
От 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.


   
Награда
Добавяне към любими
В любими
Премахване от любими
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 коментара
Sir Det Rape  [автор] 26 ноем. 2015 в 13:49 
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 26 ноем. 2015 в 12:23 
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  [автор] 14 ноем. 2015 в 7:21 
This was from the beta mate. This can't be used in the real game...
Adi 13 ноем. 2015 в 19:08 
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  [автор] 3 септ. 2015 в 9:51 
Ah. That'd be nice, yeah. But Bo2 doesn't have that and there are basically no cheaters.
Goldfield <3 3 септ. 2015 в 9:45 
I think he wishes the same server-setup like bo1 for the game, where you can host your own server!
Sir Det Rape  [автор] 2 септ. 2015 в 15:54 
There are dedicated servers...
Pain-Bot [BWC] 2 септ. 2015 в 15:49 
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  [автор] 1 септ. 2015 в 23:23 
Aimbotter wtf. o.o
Pain-Bot [BWC] 1 септ. 2015 в 17:55 
well, I fixed that link.