Skip to content

Commit

Permalink
fixed wor
Browse files Browse the repository at this point in the history
  • Loading branch information
nyxiereal authored Oct 6, 2022
1 parent e8a27bc commit dc4a75a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions XTBox.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def p1():
dl(1, "https://github.com/Teraskull/PyDebloatX/releases/download/" + str(latest("Teraskull/PyDebloatX")) + "/PyDebloatX_portable.exe", "PyDebloatX.exe", "PyDebloatX")

elif choose == "D6" or choose == "d6":
dl(1, "https://google.com/robots.txt", "WindowsOnReins.ps1", "WindowsOnReins")
dl(1, "https://raw.githubusercontent.com/gordonbay/Windows-On-Reins/master/wor.ps1", "WindowsOnReins.ps1", "WindowsOnReins")

elif choose == "D7" or choose == "d7":
dl(1, "https://github.com/SanGraphic/QuickBoost/releases/download/" + str(latest("SanGraphic/QuickBoost")) + "/QuickBoost.exe", "QuickBoost.exe", "QuickBoost")
Expand All @@ -94,9 +94,6 @@ def p1():
elif choose == "D9" or choose == "d9":
dl(1, "https://github.com/Jisll/Sadcoy/releases/download/v" + str(latest("Jisll/Sadcoy")) + "/Sadcoy.exe", "Sadcoy.exe", "Sadcoy")

elif choose == "n" or choose == "N":
p2()

# =============< Tweaks

elif choose == "T1" or choose == "t1":
Expand Down Expand Up @@ -191,6 +188,9 @@ def p1():
elif choose == "C5" or choose == "c5":
dl(1, "", ".exe", "Malwarebytes")

elif choose == "n" or choose == "N":
p2()

else:
print("No option named " + choose)
sleep(3)
Expand Down

0 comments on commit dc4a75a

Please sign in to comment.