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