local Material = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/MaterialLua/master/Module.lua"))() local UI = Material.Load({ Title = "Tah Exploit (no game found)", Style = 3, SizeX = 400, SizeY = 400, Theme = "Dark" }) local Page = UI.New({ Title = "Misc" }) Page.Slider({ Text = "Speed", Callback = function(value) game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = value end, Min = 0, Max = 100, Def = 19 }) Page.Slider({ Text = "JumpPower", Callback = function(value) game.Players.LocalPlayer.Character.Humanoid.JumpPower = value end, Min = 0, Max = 100, Def = 0 }) local Page2 = UI.New({ Title = "Lightning" -- Note: This is just a snippet }) -- Note: This is just a snippet UI.Banner({ Text = "some people has poor running pc so be careful with the scripts, in the future this script is discontinued due to paste.ee expire thingy" }) Page2.Button({ Text = "Full bright", Callback = function() local Light = game:GetService("Lighting") function dofullbright() Light.Ambient = Color3.new(1, 1, 1) Light.ColorShift_Bottom = Color3.new(1, 1, 1) Light.ColorShift_Top = Color3.new(1, 1, 1) end dofullbright() Light.LightingChanged:Connect(dofullbright) end, Menu = { Information = function(self) UI.Banner({ Text = "full bright deletes fog" }) end } }) local SH = UI.New({ Title = "Script hub" }) SH.Button({ Text = "Floppa", Callback = function() loadstring(game:HttpGet('https://pastebin.pl/view/raw/8ecd4e27'))() end, Menu = { Information = function(self) UI.Banner({ Text = "meow" }) end, ["Copy shirt link"] = function(self) setclipboard("https://www.roblox.com/catalog/9582295098/floppashirt") end } }) SH.Button({ Text = "Net bypass", Callback = function() net = true -- if false = do nothing notify = true -- set this to false if u don't want to see notiflication loadstring("\13\10\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\71\101\116\79\98\106\101\99\116\115\40\34\114\98\120\97\115\115\101\116\105\100\58\47\47\55\50\53\55\55\54\49\55\56\53\34\41\91\49\93\46\83\111\117\114\99\101\41\40\41\13\10")() end, Menu = { Information = function(self) UI.Banner({ Text = "more like universal bypass" }) end } }) SH.Button({ Text = "Red Samurai Sword", Callback = function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/kakabok1233453/asdasda/main/Red%20Samurai'),true))() end, Menu = { Information = function(self) UI.Banner({ Text = "need ugc item bro" }) end, ["Copy ugc item link"] = function(self) setclipboard("https://www.roblox.com/catalog/5870508493/Red-Cyberpunk-Voltaic-Katana") end, ["Copy controls link"] = function(self) setclipboard("https://controlc.com/46bc6a58") end, } }) SH.Button({ Text = "Plate", Callback = function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/kakabok1233453/asdasda/main/Red%20Samurai'),true))() end, Menu = { Information = function(self) UI.Banner({ Text = "free robloxhat wowowowowowow" }) end, ["Copy ugc item link"] = function(self) setclipboard("https://www.roblox.com/catalog/5870508493/Red-Cyberpunk-Voltaic-Katana") end, ["Copy controls link"] = function(self) setclipboard("https://controlc.com/46bc6a58") end, } }) SH.Button({ Text = "Gale fighter", Callback = function() loadstring(game:HttpGet(("https://paste.ee/r/AMF3J"),true))() end, Menu = { Information = function(self) UI.Banner({ Text = "cool" }) end } }) SH.Button({ Text = "Fake Sunapse x", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/IlikeyocutgHAH12/EGWGE/main/synapse%20x%20ui.txt'))() end, Menu = { Information = function(self) UI.Banner({ Text = "ewwwww :/" }) end } }) SH.Button({ Text = "Shotgun", Callback = function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/kakabok1233453/asdasda/main/Red%20Samurai'),true))() end, Menu = { Information = function(self) UI.Banner({ Text = "practis" }) end, ["Copy ugc items link"] = function(self) setclipboard("https://web.roblox.com/catalog/5134896593/Red-Sci-Fi-Scattergun") wait() setclipboard("https://web.roblox.com/catalog/48474313/Red-Roblox-Cap") end } }) SH.Button({ Text = "Kohls Admin script", Callback = function() loadstring(game:HttpGet('https://paste.ee/r/1pwzM'))() end, Menu = { Information = function(self) UI.Banner({ Text = "who remembers this?" }) end } })