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(Silver)", callback = function() |
59 | loadstring(game:HttpGet("https://pastecode.dev/raw/a2v8yhn2/99fail.silvermemory_lulaslollipop.xlsx",true))() |
60 | print("99% fail obby skript by @lulaslollipop🍭 on Roblox // @rrixh on diskord // @siipped on telegram") |
61 | end}) |
62 | |
63 | uwu:AddButton({text = "Fly", callback = function() |
64 | loadstring(game:HttpGet("https://pastecode.dev/raw/hiqjlfs0/unvrslflygui_lulaslollipop.jpg",true))() |
65 | end}) |
66 | |
67 | uwu:AddToggle({text = "Godmode", callback = function(v) |
68 | getgenv().skriptgodmode = not v |
69 | print(v) |
70 | end}) |
71 | |
72 | uwu:AddToggle({text = "Inf Jump", callback = function(jumping) |
73 | if jumping then |
74 | getgenv().InfJump = true |
75 | spawn(function() |
76 | while getgenv().InfJump == true do |
77 | game:GetService("UserInputService").JumpRequest:connect(function() |
78 | if getgenv().InfJump == true then |
79 | game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping") |
80 | end |
81 | end) |
82 | wait() |
83 | end |
84 | end) |
85 | else |
86 | getgenv().InfJump = false |
87 | end |
88 | end}) |
89 | |
90 | uwu:AddToggle({text = "Inf Sprint", callback = function(sprinting) |
91 | if sprinting then |
92 | game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 22.2 |
93 | else |
94 | game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 |
95 | end |
96 | end}) |
97 | |
98 | -- uwu:AddButton({text = "Destroy gui", callback = function() |
99 | -- Library:Close() |
100 | -- end}) |
101 | |
102 | |
103 | uwu:AddFolder("skript by lulaslollipop🍭") |
104 | |
105 | |
106 | |
107 | -- uwu:AddToggle({text = "Username ESP", callback = function(v) |
108 | -- getgenv().esptog = v |
109 | -- print(v) |
110 | -- end}) |
111 | |
112 | Library:Init() |
113 | |
114 | local esp_settings = { |
115 | textsize = 8, |
116 | colour = 255, |
117 | 255, |
118 | 255, |
119 | } |
120 | local gui = Instance.new("BillboardGui") |
121 | local esp = Instance.new("TextLabel", gui) |
122 | gui.Name = "kraxked esp" |
123 | gui.ResetOnSpawn = false |
124 | gui.AlwaysOnTop = true |
125 | gui.LightInfluence = 0 |
126 | gui.Size = UDim2.new(1.75, 0, 1.75, 0) |
127 | esp.BackgroundColor3 = Color3.fromRGB(255, 255, 255) |
128 | esp.Text = "" |
129 | esp.Size = UDim2.new(0.0001, 0.00001, 0.0001, 0.00001) |
130 | esp.BorderSizePixel = 4 |
131 | esp.BorderColor3 = Color3.new(esp_settings.colour) |
132 | esp.BorderSizePixel = 0 |
133 | esp.Font = "GothamSemibold" |
134 | esp.TextSize = esp_settings.textsize |
135 | esp.TextColor3 = Color3.fromRGB(esp_settings.colour) -- text colour |
136 | |
137 | task.spawn(function() |
138 | game:GetService("RunService").RenderStepped:Connect(function() |
139 | if getgenv().esptog then |
140 | for i, v in pairs(game:GetService("Players"):GetPlayers()) do |
141 | if |
142 | v ~= game:GetService("Players").LocalPlayer |
143 | and v.Character.Head:FindFirstChild("kraxked esp") == nil |
144 | then |
145 | esp.Text = "{" .. v.Name .. "}" |
146 | gui:Clone().Parent = v.Character.Head |
147 | end |
148 | end |
149 | else |
150 | for i, v in pairs(game:GetService("Players"):GetPlayers()) do |
151 | if |
152 | v ~= game:GetService("Players").LocalPlayer |
153 | and v.Character.Head:FindFirstChild("kraxked esp") |
154 | then |
155 | local useresp = v.Character.Head:FindFirstChild("kraxked esp") |
156 | useresp:Destroy() |
157 | end |
158 | end |
159 | end |
160 | end) |
161 | end) |
162 | |
163 | task.spawn(function() |
164 | while task.wait() do |
165 | local parts = workspace:GetPartBoundsInRadius(player.Character:WaitForChild("HumanoidRootPart").Position, 10) |
166 | for _, part in ipairs(parts) do |
167 | part.CanTouch = getgenv().skriptgodmode |
168 | end |
169 | end |
170 | end) |