You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printWarnMessage("Welcome to Efaz's Roblox Bootstrap Loader!")
58
48
printWarnMessage("Made by Efaz from efaz.dev!")
@@ -164,7 +154,7 @@ def printDebugMessage(mes):
164
154
165
155
iflen(args) >1:
166
156
filtered_args=args[1]
167
-
if (("roblox-player:"infiltered_args) or ("roblox:"infiltered_args)) andnot (loaded_json==Trueandfflag_configuration.get("EFlagEnableDebugMode") ==True):
157
+
if (("roblox-player:"infiltered_args) or ("roblox:"infiltered_args)or ("efaz-bootstrap:"infiltered_args)):
iffflag_configuration.get("EFlagDisableSecureHashSecurity") ==True: displayNotification("Security Notice", "Hash Verification is currently disabled. Please check your FFlag configuration and your mod scripts if this wasn't you!")
287
+
iffflag_configuration.get("EFlagDisableSecureHashSecurity") ==True: displayNotification("Security Notice", "Hash Verification is currently disabled. Please check your configuration and mod scripts if you didn't disable this!")
printErrorMessage(f"Bootstrap Run Failed: {result.returncode}")
306
296
sys.exit(0)
307
297
else:
308
-
printErrorMessage(f"Unable to validate hashes for files: {', '.join(unable_to_validate)}")
298
+
printErrorMessage(f"Uh oh! There was an issue trying to validate hashes for the following files: {', '.join(unable_to_validate)}")
299
+
printErrorMessage(f"Please download a new copy from GitHub or disable hash security by manually editting your configuration file!")
309
300
displayNotification("Uh oh!", "Your copy of Efaz's Roblox Bootstrap was unable to be validated and must be reinstalled! Please download a new copy from GitHub!")
301
+
ended=True
310
302
sys.exit(0)
311
303
exceptExceptionase:
312
304
ended=True
@@ -795,12 +787,15 @@ def cool():
795
787
threading.Thread(target=cool).start()
796
788
797
789
iflen(args) >1:
798
-
cou=0
799
-
filtered_args=""
800
-
foriinargs:
801
-
ifcou>0:
802
-
filtered_args=f"{i} "
803
-
cou+=1
790
+
filtered_args=args[1]
791
+
if (("roblox-player:"infiltered_args) or ("roblox:"infiltered_args) or ("efaz-bootstrap:"infiltered_args)):
iffflag_configuration.get("EFlagDisableSecureHashSecurity") ==True: displayNotification("Security Notice", "Hash Verification is currently disabled. Please check your FFlag configuration and your mod scripts if this wasn't you!")
iffflag_configuration.get("EFlagDisableSecureHashSecurity") ==True: displayNotification("Security Notice", "Hash Verification is currently disabled. Please check your configuration and mod scripts if you didn't disable this!")
printSuccessMessage(f"Bootstrap Run Success: {result.returncode}")
883
876
else:
884
877
printErrorMessage(f"Bootstrap Run Failed: {result.returncode}")
885
878
else:
886
-
printErrorMessage(f"Unable to validate hashes for files: {', '.join(unable_to_validate)}")
879
+
printErrorMessage(f"Uh oh! There was an issue trying to validate hashes for the following files: {', '.join(unable_to_validate)}")
880
+
printErrorMessage(f"Please download a new copy from GitHub or disable hash security by manually editting your configuration file!")
887
881
displayNotification("Uh oh!", "Your copy of Efaz's Roblox Bootstrap was unable to be validated and must be reinstalled! Please download a new copy from GitHub!")
0 commit comments