Skip to content

Commit 3275a13

Browse files
authored
Create AL
0 parents  commit 3275a13

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

AL

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
loadstring(game:HttpGet("getgenv().FatalitySettings = {
2+
3+
["UndergroundEnabled"] = true,
4+
5+
["UndergroundKeybind"] = "X",
6+
7+
["SkyEnabled"] = true,
8+
9+
["SkyKeybind"] = "C",
10+
11+
["DesyncEnabled"] = true,
12+
13+
["DesyncKeybind"] = "V"
14+
15+
}
16+
17+
loadstring(game:HttpGet("https://raw.githubusercontent.com/tailgater/Fatality/main/StandaloneAntiLock", true))()
18+
--second loadstring
19+
20+
loadstring(game:HttpGet("https://raw.githubusercontent.com/tailgater/Fatality/main/AntiLock"))()

0 commit comments

Comments
 (0)