R

99uwu

public
rrixh Apr 05, 2024 Never 72
Clone
Lua 99uwu.jpg 171 lines (143 loc) | 5.36 KB
1
--for i,v in ipairs(game.CoreGui:GetDescendants()) do
2
--if v.Name == "TextLabel" and v.Parent:IsA("ImageButton") and v:FindFirstChild("ImageLabel", true) then
3
--v.Parent.Parent:Remove()
4
-- break
5
-- end
6
--end
7
8
9
--loading notif
10
local player = game.Players.LocalPlayer
11
local playerGui = player:WaitForChild("PlayerGui")
12
local notification = Instance.new("ScreenGui")
13
notification.Name = "notification"
14
notification.Parent = playerGui
15
16
local Background = Instance.new("Frame")
17
Background.Size = UDim2.new(0, 500, 0, 85)--4:BG size,
18
Background.Position = UDim2.new(0.65, -200, 0.4, -50) --1:position,high=right,low=left
19
--3:low=up,high=down
20
Background.BackgroundColor3 = Color3.new(0, 0, 0)
21
Background.Parent = notification
22
23
local countdownText = Instance.new("TextLabel")
24
countdownText.Text = "by lulas🍭 enjoy! (5)"
25
countdownText.TextColor3 = Color3.new(1, 1, 1)
26
countdownText.BackgroundColor3 = Color3.new(0, 0, 0, 0)
27
countdownText.TextSize = 15
28
countdownText.Size = UDim2.new(1, 0, 1, 0)
29
countdownText.Parent = Background
30
31
local countdown = 3
32
local countdownInterval = 1
33
34
local function updateCountdown()
35
countdown = countdown - 1
36
countdownText.Text = "godmode is auto-enabled, toggle on\nthen off to disable🍭 (" .. countdown .. ")"
37
38
if countdown <= 0 then
39
-- código para executar quando atingir (0)
40
notification:Destroy()
41
else
42
43
wait(countdownInterval)
44
updateCountdown()
45
end
46
end
47
48
updateCountdown()
49
50
51
--UWUWARE (wally ui lib)
52
local player = game:GetService("Players").LocalPlayer
53
54
local Library = loadstring(game:HttpGet("https://pastecode.dev/raw/o579xt86/mobileWally.jpg",true))()
55
56
local uwu = Library:CreateWindow("99% Fail Obby")
57
58
uwu:AddButton({text = "Memorize Tiles", callback = function()
59
--99 fail obby no lib
60
loadstring(game:HttpGet("https://pastecode.dev/raw/e6zuwuzr/99fail.purplememory_lulaslollipop.xlsx",true))()
61
print("99% fail obby skript by @lulaslollipop🍭 on Roblox // @rrixh on diskord // @siipped on telegram")
62
end})
63
64
uwu:AddButton({text = "Fly", callback = function()
65
loadstring(game:HttpGet("https://pastecode.dev/raw/hiqjlfs0/unvrslflygui_lulaslollipop.jpg",true))()
66
end})
67
68
uwu:AddToggle({text = "Godmode", callback = function(v)
69
getgenv().skriptgodmode = not v
70
print(v)
71
end})
72
73
uwu:AddToggle({text = "Inf Jump", callback = function(jumping)
74
if jumping then
75
getgenv().InfJump = true
76
spawn(function()
77
while getgenv().InfJump == true do
78
game:GetService("UserInputService").JumpRequest:connect(function()
79
if getgenv().InfJump == true then
80
game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
81
end
82
end)
83
wait()
84
end
85
end)
86
else
87
getgenv().InfJump = false
88
end
89
end})
90
91
uwu:AddToggle({text = "Inf Sprint", callback = function(sprinting)
92
if sprinting then
93
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 22.2
94
else
95
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
96
end
97
end})
98
99
-- uwu:AddButton({text = "Destroy gui", callback = function()
100
-- Library:Close()
101
-- end})
102
103
104
uwu:AddFolder("skript by lulaslollipop🍭")
105
106
107
108
-- uwu:AddToggle({text = "Username ESP", callback = function(v)
109
-- getgenv().esptog = v
110
-- print(v)
111
-- end})
112
113
Library:Init()
114
115
local esp_settings = {
116
textsize = 8,
117
colour = 255,
118
255,
119
255,
120
}
121
local gui = Instance.new("BillboardGui")
122
local esp = Instance.new("TextLabel", gui)
123
gui.Name = "kraxked esp"
124
gui.ResetOnSpawn = false
125
gui.AlwaysOnTop = true
126
gui.LightInfluence = 0
127
gui.Size = UDim2.new(1.75, 0, 1.75, 0)
128
esp.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
129
esp.Text = ""
130
esp.Size = UDim2.new(0.0001, 0.00001, 0.0001, 0.00001)
131
esp.BorderSizePixel = 4
132
esp.BorderColor3 = Color3.new(esp_settings.colour)
133
esp.BorderSizePixel = 0
134
esp.Font = "GothamSemibold"
135
esp.TextSize = esp_settings.textsize
136
esp.TextColor3 = Color3.fromRGB(esp_settings.colour) -- text colour
137
138
task.spawn(function()
139
game:GetService("RunService").RenderStepped:Connect(function()
140
if getgenv().esptog then
141
for i, v in pairs(game:GetService("Players"):GetPlayers()) do
142
if
143
v ~= game:GetService("Players").LocalPlayer
144
and v.Character.Head:FindFirstChild("kraxked esp") == nil
145
then
146
esp.Text = "{" .. v.Name .. "}"
147
gui:Clone().Parent = v.Character.Head
148
end
149
end
150
else
151
for i, v in pairs(game:GetService("Players"):GetPlayers()) do
152
if
153
v ~= game:GetService("Players").LocalPlayer
154
and v.Character.Head:FindFirstChild("kraxked esp")
155
then
156
local useresp = v.Character.Head:FindFirstChild("kraxked esp")
157
useresp:Destroy()
158
end
159
end
160
end
161
end)
162
end)
163
164
task.spawn(function()
165
while task.wait() do
166
local parts = workspace:GetPartBoundsInRadius(player.Character:WaitForChild("HumanoidRootPart").Position, 10)
167
for _, part in ipairs(parts) do
168
part.CanTouch = getgenv().skriptgodmode
169
end
170
end
171
end)