Lua
.zip
1 loadstring(game:HttpGet("https://pastecode.dev/raw/1bpl2nj8/getLostuwu_lulaslollipop.m4a",true))() 2 3 if game.Workspace.TheOrotund:FindFirstChild("Highlight") then 4 game.Workspace.TheOrotund.Highlight:Destroy() 5 end 6 if game.Workspace.TheCajoler:FindFirstChild("Highlight") then 7 game.Workspace.TheCajoler.Highlight:Destroy() 8 end 9 local orothigh = Instance.new("Highlight") 10 orothigh.Parent = game.Workspace.TheOrotund 11 orothigh.OutlineColor = Color3.fromRGB(225,0,0) 12 orothigh.Enabled = false 13 local cajohigh = Instance.new("Highlight") 14 cajohigh.Parent = game.Workspace.TheCajoler 15 cajohigh.OutlineColor = Color3.fromRGB(0,225,0) 16 cajohigh.Enabled = false 17 18 19 20 21 --uwu 22 local player = game:GetService("Players").LocalPlayer 23 24 local Library = loadstring(game:HttpGet("https://pastecode.dev/raw/o579xt86/mobileWally.jpg",true))() 25 26 local uwu = Library:CreateWindow("The Maze") 27 28 uwu:AddToggle({text = "Fullbright", callback = function(fb) 29 if fb then 30 local lighting = game:GetService("Lighting"); 31 lighting.Ambient = Color3.fromRGB(255, 255, 255); 32 lighting.Brightness = 50; 33 lighting.FogEnd = 1e10; 34 lighting.Blur.Enabled = false 35 lighting.Greyish.Enabled = false 36 game.Players.LocalPlayer.PlayerGui.CurrentView.Enabled = false 37 else 38 local lighting = game:GetService("Lighting"); 39 lighting.Ambient = Color3.fromRGB(8, 8, 8); 40 lighting.Brightness = 1; 41 lighting.FogEnd = 95; 42 lighting.Blur.Enabled = true 43 lighting.Greyish.Enabled = true 44 game.Players.LocalPlayer.PlayerGui.CurrentView.Enabled = true 45 end 46 end}) 47 48 uwu:AddButton({text = "Remove Trees", callback = function() 49 game.Workspace.Trees:Destroy() 50 end}) 51 52 uwu:AddButton({text = "Play All Sounds\n(others kan hear)", callback = function() 53 for _, sound in next, workspace:GetDescendants() do 54 if sound:IsA("Sound") then 55 sound:Play() 56 end 57 end 58 end}) 59 60 uwu:AddToggle({text = "Highlight Kajoler", callback = function(hkaj) 61 local otorhigh = Instance.new("Highlight") 62 if hkaj then 63 cajohigh.Enabled = true 64 else 65 cajohigh.Enabled = false 66 end 67 end}) 68 69 uwu:AddToggle({text = "Highlight Orotund", callback = function(horo) 70 local orothigh = Instance.new("Highlight") 71 local otorhigh = Instance.new("Highlight") 72 if horo then 73 orothigh.Enabled = true 74 else 75 orothigh.Enabled = false 76 end 77 end}) 78 79 -- uwu:AddButton({text = "Play Orotund Sound(Xhase)", callback = function() 80 -- loadstring(game:HttpGet("https://pastecode.dev/raw/d38pthua/playorotundsound.mp4",true))() 81 -- end}) 82 83 uwu:AddFolder("by lulaslollipop🍭") 84 85 86 -- 2nd uwindowu 87 88 local p = Library:CreateWindow("Player/Items") 89 90 p:AddButton({text = "Get All Batteries", callback = function() 91 loadstring(game:HttpGet("https://pastecode.dev/raw/hy2hlqhb/getallbattery.mp3",true))() 92 end}) 93 94 p:AddButton({text = "Get All Roxks", callback = function() loadstring(game:HttpGet("https://pastecode.dev/raw/pi4utriu/getallroxks.mp3",true))() 95 end}) 96 97 p:AddButton({text = "Get Axe", callback = function() 98 loadstring(game:HttpGet("https://pastecode.dev/raw/u7j8qsg7/getaxe.mp3",true))() 99 end}) 100 101 p:AddButton({text = "Spam Axe(Respawn to stop)", callback = function() 102 loadstring(game:HttpGet("https://pastecode.dev/raw/seloxyya/spamaxe.mp4",true))() 103 end}) 104 105 p:AddButton({text = "Get Flashlight", callback = function() 106 loadstring(game:HttpGet("https://pastecode.dev/raw/e88aobgl/getflashlight.mp3",true))() 107 end}) 108 109 p:AddButton({text = "Get Kamera", callback = function() 110 if game.Workspace:FindFirstChild("Camera") then 111 local model = game.Workspace.Camera 112 for _,v in pairs(model:GetChildren()) do 113 if v:IsA("Model") and v.Name == "ViewModel" then 114 model.Name = "Camera2" 115 end 116 end 117 end 118 wait(0.01) 119 if game.Workspace:FindFirstChild("Camera") then 120 if game.Workspace.Camera.Camera:FindFirstChild("ClickDetector") then 121 fireclickdetector(game.Workspace.Camera.Camera.ClickDetector) 122 end 123 end 124 end}) 125 126 p:AddButton({text = "No Fall Damage", callback = function() 127 game.Players.LocalPlayer.Character.FallDamage:Destroy() 128 end}) 129 130 p:AddToggle({text = "Unloxk 3rd Person POV", callback = function(firstp) 131 if firstp then 132 game.Players.LocalPlayer.PlayerGui.FirstPerson.Value = false 133 else 134 game.Players.LocalPlayer.PlayerGui.FirstPerson.Value = true 135 end 136 end}) 137 138 139 --🛗🛗🛗🛗🛗TELEPORT🛗🛗🛗🛗🛗-- 140 141 local tp = Library:CreateWindow("Teleport") 142 143 tp:AddButton({text = "Kave (Out)", callback = function() 144 local pl = game.Players.LocalPlayer.Character.HumanoidRootPart 145 local location = CFrame.new(-259.668304, 19.8173637, -71.8225174, -0.764655232, -0.0332947075, 0.643578947, -0.0299841259, 0.99942106, 0.0160787012, -0.643741667, -0.00700248871, -0.765210867) 146 local humanoid = game.Players.LocalPlayer.Character.Humanoid 147 humanoid:ChangeState(Enum.HumanoidStateType.Jumping) 148 wait(0.1) 149 pl.CFrame = location 150 end}) 151 152 tp:AddButton({text = "Kave (In)", callback = function() 153 local rand = math.random(1,6) 154 local pl = game.Players.LocalPlayer.Character.HumanoidRootPart 155 local humanoid = game.Players.LocalPlayer.Character.Humanoid 156 humanoid:ChangeState(Enum.HumanoidStateType.Jumping) 157 wait(0.1) 158 if rand == 1 then 159 pl.CFrame = game.Workspace.Teleporters.Positions.Pos1.CFrame 160 elseif rand == 2 then 161 pl.CFrame = game.Workspace.Teleporters.Positions.Pos2.CFrame 162 elseif rand == 3 then 163 pl.CFrame = game.Workspace.Teleporters.Positions.Pos3.CFrame 164 elseif rand == 4 then 165 pl.CFrame = game.Workspace.Teleporters.Positions.Pos4.CFrame 166 elseif rand == 5 then 167 pl.CFrame = game.Workspace.Teleporters.Positions.Pos5.CFrame 168 elseif rand == 6 then 169 pl.CFrame = game.Workspace.Teleporters.Positions.Pos6.CFrame 170 end 171 end}) 172 173 tp:AddButton({text = "Kampervan", callback = function() 174 local pl = game.Players.LocalPlayer.Character.HumanoidRootPart 175 local location = CFrame.new(-179.681091, 20.7378273, -136.245087, 0.91303575, -0.00175878801, -0.407875776, 0.00200626208, 0.999997973, 0.00017898716, 0.407874644, -0.000981727382, 0.913037419) 176 local humanoid = game.Players.LocalPlayer.Character.Humanoid 177 humanoid:ChangeState(Enum.HumanoidStateType.Jumping) 178 wait(0.1) 179 pl.CFrame = location 180 end}) 181 182 tp:AddButton({text = "Ruins", callback = function() 183 local pl = game.Players.LocalPlayer.Character.HumanoidRootPart 184 local location = CFrame.new(52.2030029, 17.009119, -215.972214, 0.101293422, 0.0114408778, -0.994790792, 0.000623355911, 0.999932945, 0.0115634892, 0.994856417, -0.00179141411, 0.101279505) 185 local humanoid = game.Players.LocalPlayer.Character.Humanoid 186 humanoid:ChangeState(Enum.HumanoidStateType.Jumping) 187 wait(0.1) 188 pl.CFrame = location 189 end}) 190 191 tp:AddButton({text = "Piano", callback = function() 192 local pl = game.Players.LocalPlayer.Character.HumanoidRootPart 193 local location = CFrame.new(-49.0355301, 15, -723.310974, 0.999604881, -9.10099551e-09, 0.0281083826, 9.66981162e-09, 1, -2.01005914e-08, -0.0281083826, 2.03644515e-08, 0.999604881) 194 local humanoid = game.Players.LocalPlayer.Character.Humanoid 195 humanoid:ChangeState(Enum.HumanoidStateType.Jumping) 196 wait(0.1) 197 pl.CFrame = location 198 end}) 199 200 tp:AddButton({text = "Xemetry", callback = function() 201 local pl = game.Players.LocalPlayer.Character.HumanoidRootPart 202 local location = CFrame.new(316.69986, 15.00002, -499.407959, 0.742414773, 0.000193147498, -0.669940531, -0.000273512298, 0.99999994, -1.47954543e-05, 0.669940472, 0.000194221328, 0.742414773) 203 local humanoid = game.Players.LocalPlayer.Character.Humanoid 204 humanoid:ChangeState(Enum.HumanoidStateType.Jumping) 205 wait(0.1) 206 pl.CFrame = location 207 end}) 208 209 210 Library:Init()