Skip to content

Commit d13dcc1

Browse files
Update UnrealDemoScanner.cs
1 parent 64e8ee6 commit d13dcc1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

UnrealDemoScanner/UnrealDemoScanner.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8438,7 +8438,7 @@ public static void ProcessPluginMessage(string cmd)
84388438
"[AIM TYPE 1.6 " + CurrentWeapon + "] at (" + CurrentTime + "):" +
84398439
CurrentTimeString,
84408440
!IsCmdChangeWeapon() && !IsAngleEditByEngine() && !IsPlayerLossConnection() &&
8441-
!IsForceCenterView());
8441+
!IsForceCenterView(),true,false,true);
84428442
TotalAimBotDetected++;
84438443
}
84448444

@@ -8568,7 +8568,7 @@ public static void ProcessPluginMessage(string cmd)
85688568
{
85698569
DemoScanner_AddWarn(
85708570
"[BETA] [AIM TYPE 12.1 " + CurrentWeapon + "] at (" + CurrentTime +
8571-
"):" + CurrentTimeString/*, !IsAngleEditByEngine()*/);
8571+
"):" + CurrentTimeString,true,true,false,true);
85728572
}
85738573
else if (abs(LastSCMD_Angles1[0] - tmp_ACMD_Angles3[0]) < EPSILON_2 &&
85748574
abs(LastSCMD_Angles1[1] - tmp_ACMD_Angles3[1]) < EPSILON_2 &&
@@ -8579,7 +8579,7 @@ public static void ProcessPluginMessage(string cmd)
85798579
{
85808580
DemoScanner_AddWarn(
85818581
"[BETA] [AIM TYPE 12.2 " + CurrentWeapon + "] at (" + CurrentTime +
8582-
"):" + CurrentTimeString/*, !IsAngleEditByEngine()*/);
8582+
"):" + CurrentTimeString, true, true, false, true);
85838583
}
85848584
}
85858585
}
@@ -8614,7 +8614,7 @@ public static void ProcessPluginMessage(string cmd)
86148614
{
86158615
DemoScanner_AddWarn(
86168616
"[BETA] [AIM TYPE 12.3 " + CurrentWeapon + "] at (" + CurrentTime +
8617-
"):" + CurrentTimeString/*, !IsAngleEditByEngine()*/);
8617+
"):" + CurrentTimeString, true, true, false, true);
86188618
}
86198619
}
86208620
}

0 commit comments

Comments
 (0)