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  [작성자] 2015년 11월 26일 오후 1시 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 2015년 11월 26일 오후 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  [작성자] 2015년 11월 14일 오전 7시 21분 
This was from the beta mate. This can't be used in the real game...
Adi 2015년 11월 13일 오후 7시 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  [작성자] 2015년 9월 3일 오전 9시 51분 
Ah. That'd be nice, yeah. But Bo2 doesn't have that and there are basically no cheaters.
Goldfield <3 2015년 9월 3일 오전 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  [작성자] 2015년 9월 2일 오후 3시 54분 
There are dedicated servers...
Pain-Bot [BWC] 2015년 9월 2일 오후 3시 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  [작성자] 2015년 9월 1일 오후 11시 23분 
Aimbotter wtf. o.o
Pain-Bot [BWC] 2015년 9월 1일 오후 5시 55분 
well, I fixed that link.