R

only godmode [99 fail]

public
rrixh Jun 03, 2024 Never 68
Clone
Lua godmodeuwu_lulaslollipop.xls 58 lines (22 loc) | 1.04 KB
1
local player=game:GetService("Players").LocalPlayer;local GMO=loadstring(game:HttpGet("https://pastecode.dev/raw/o579xt86/mobileWally.jpg",true))();local gmode=GMO:CreateWindow("Godmode");
2
local RRixh1 = loadstring(game:HttpGet("https://pastecode.dev/raw/xhglimlq/lakayli_lulaslollipopnotif.xl9.x7s.xls.xlsx",true))();local Notify=RRixh1.Notify; --[[
3
4
5
6
7
godmode skript enjoy
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
]]
40
gmode:AddToggle({text = "Enable", callback = function(v)
41
getgenv().skriptgodmode = not v
42
43
if game.Players.LocalPlayer.UserId == 3001347724 then
44
Notify({ Description = ""..v.."";Duration = 3; });
45
else
46
print(v)
47
end
48
end})
49
gmode:AddFolder("lulaslollipop🍭")
50
GMO:Init();
51
task.spawn(function()
52
while task.wait() do
53
local parts = workspace:GetPartBoundsInRadius(player.Character:WaitForChild("HumanoidRootPart").Position, 10)
54
for _, part in ipairs(parts) do
55
part.CanTouch = getgenv().skriptgodmode
56
end
57
end
58
end)