local a = game:GetService("Players") local b = game:GetService("UserInputService") local c = game:GetService("TweenService") local d = game:GetService("RunService") local e = a.LocalPlayer local f = e:WaitForChild("PlayerGui") if f:FindFirstChild("UI_Container") then f.UI_Container:Destroy() end local g = math.random(100, 999) task.wait(math.random(1, 3) / 10) local h = Instance.new("ScreenGui") h.Name = "UI_Container" h.Parent = f h.ResetOnSpawn = false h.ZIndexBehavior = Enum.ZIndexBehavior.Sibling local i = { Background = Color3.fromRGB(15, 15, 20), Secondary = Color3.fromRGB(25, 25, 35), Accent = Color3.fromRGB(0, 150, 255), Success = Color3.fromRGB(0, 200, 100), Text = Color3.fromRGB(240, 240, 240), Button = Color3.fromRGB(40, 40, 50) } local j = Instance.new("TextButton") j.Size = UDim2.new(0, 200, 0, 40) j.Position = UDim2.new(0, 10, 0, 10) j.BackgroundColor3 = i.Accent j.TextColor3 = i.Text j.Text = "RBX Woopskidds Executor" j.TextSize = 14 j.Font = Enum.Font.GothamBold j.Parent = h local k = Instance.new("UICorner") k.CornerRadius = UDim.new(0, 6) k.Parent = j local l = Instance.new("Frame") l.Size = UDim2.new(0, 450, 0, 350) l.Position = UDim2.new(0.5, -225, 0.5, -175) l.BackgroundColor3 = i.Background l.Visible = false l.Parent = h local m = Instance.new("UICorner") m.CornerRadius = UDim.new(0, 8) m.Parent = l local n = Instance.new("UIStroke") n.Thickness = 1 n.Color = i.Accent n.Parent = l local o = Instance.new("Frame") o.Size = UDim2.new(1, 0, 0, 35) o.BackgroundColor3 = i.Secondary o.Parent = l local p = Instance.new("UICorner") p.CornerRadius = UDim.new(0, 8) p.Parent = o local q = Instance.new("TextLabel") q.Size = UDim2.new(1, 0, 1, 0) q.BackgroundTransparency = 1 q.Text = "RBX Woopskidds Executor V1" q.TextColor3 = i.Accent q.TextSize = 16 q.Font = Enum.Font.GothamBold q.Parent = o local r = Instance.new("TextButton") r.Size = UDim2.new(0, 25, 0, 25) r.Position = UDim2.new(1, -30, 0, 5) r.BackgroundColor3 = Color3.fromRGB(255, 60, 60) r.Text = "X" r.TextColor3 = i.Text r.TextSize = 12 r.Font = Enum.Font.GothamBold r.Parent = o local s = Instance.new("UICorner") s.CornerRadius = UDim.new(0, 4) s.Parent = r local t = Instance.new("TextBox") t.Size = UDim2.new(0.9, 0, 0.6, 0) t.Position = UDim2.new(0.05, 0, 0.15, 0) t.BackgroundColor3 = Color3.fromRGB(30, 30, 40) t.TextColor3 = i.Text t.PlaceholderText = "Enter script here..." t.Text = '' t.TextSize = 12 t.Font = Enum.Font.Code t.TextXAlignment = Enum.TextXAlignment.Left t.TextYAlignment = Enum.TextYAlignment.Top t.MultiLine = true t.TextWrapped = true t.ClearTextOnFocus = false t.Parent = l local u = Instance.new("UICorner") u.CornerRadius = UDim.new(0, 6) u.Parent = t local v = Instance.new("UIStroke") v.Thickness = 1 v.Color = i.Accent v.Parent = t local w = Instance.new("Frame") w.Size = UDim2.new(0.9, 0, 0.15, 0) w.Position = UDim2.new(0.05, 0, 0.8, 0) w.BackgroundTransparency = 1 w.Parent = l local function x(y, z) local A = Instance.new("TextButton") A.Size = UDim2.new(0.3, 0, 0.9, 0) A.Position = UDim2.new(z, 0, 0.05, 0) A.BackgroundColor3 = i.Button A.Text = y A.TextColor3 = i.Text A.TextSize = 12 A.Font = Enum.Font.GothamBold A.Parent = w local B = Instance.new("UICorner") B.CornerRadius = UDim.new(0, 6) B.Parent = A local C = Instance.new("UIStroke") C.Thickness = 1 C.Color = i.Accent C.Parent = A return A end local D = x("Execute", 0) local E = x("CLEAR", 0.34) local F = x("SCRIPT HUB", 0.68) local G = Instance.new("Frame") G.Size = UDim2.new(1, 0, 1, 0) G.Position = UDim2.new(0, 0, 0, 0) G.BackgroundColor3 = i.Background G.Visible = false G.Parent = l local H = Instance.new("UICorner") H.CornerRadius = UDim.new(0, 8) H.Parent = G local I = Instance.new("TextLabel") I.Size = UDim2.new(1, 0, 0, 35) I.BackgroundColor3 = i.Secondary I.Text = "Script Hub" I.TextColor3 = i.Accent I.TextSize = 16 I.Font = Enum.Font.GothamBold I.Parent = G local J = Instance.new("UICorner") J.CornerRadius = UDim.new(0, 8) J.Parent = I local function K(y, L) local A = Instance.new("TextButton") A.Size = UDim2.new(0.9, 0, 0, 35) A.Position = UDim2.new(0.05, 0, L, 0) A.BackgroundColor3 = i.Button A.Text = y A.TextColor3 = i.Text A.TextSize = 14 A.Font = Enum.Font.GothamBold A.Parent = G local B = Instance.new("UICorner") B.CornerRadius = UDim.new(0, 6) B.Parent = A local C = Instance.new("UIStroke") C.Thickness = 1 C.Color = i.Accent C.Parent = A return A end local M = K("Dex Explorer", 0.15) local N = K("Tiger X V3.5", 0.3) local O = K("Infinite Yield FE", 0.45) local P = K("Back", 0.8) local function R(S) local T = os.date("%H:%M:%S") local U = T .. ": " .. S return U end local function V(W) local X, Y = pcall(function() local Z, _ = loadstring(W) if Z then return Z() end return nil end) return X, Y end local function a0(a1) local a2, a3 = pcall(function() local a4 = loadstring("return function() " .. a1 .. " end") if a4 then a4()() return true end return false end) return a2, a3 end local function a5(a6) local a7 = false local a8, a9 = V(a6) if a8 then a7 = true else local aa, ab = a0(a6) if aa then a7 = true end end return a7 end local function ac(ad) local ae, af = pcall(function() local ag = loadstring(ad) if ag then task.spawn(ag) return true end return false end) return ae, af end local ah = false local ai local aj local function ak(al) local am = al.Position - ai l.Position = UDim2.new( aj.X.Scale, aj.X.Offset + am.X, aj.Y.Scale, aj.Y.Offset + am.Y ) end o.InputBegan:Connect(function(al) if al.UserInputType == Enum.UserInputType.MouseButton1 then ah = true ai = al.Position aj = l.Position al.Changed:Connect(function() if al.UserInputState == Enum.UserInputState.End then ah = false end end) end end) o.InputChanged:Connect(function(al) if al.UserInputType == Enum.UserInputType.MouseMovement and ah then ak(al) end end) b.InputChanged:Connect(function(al) if al.UserInputType == Enum.UserInputType.MouseMovement and ah then ak(al) end end) local function an() if l.Visible then l.Visible = false j.Visible = true else l.Visible = true j.Visible = false end end j.MouseButton1Click:Connect(an) r.MouseButton1Click:Connect(function() an() end) local function ao(ap) if ap == "" then return false end local aq = a5(ap) if aq then return true end local ar, as = ac(ap) if ar then return true end local at, au = pcall(function() local av = loadstring("(function() " .. ap .. " end)()") if av then av() return true end return false end) return at end D.MouseButton1Click:Connect(function() local aw = t.Text if aw == "" then return end local ax = ao(aw) end) E.MouseButton1Click:Connect(function() t.Text = "" end) F.MouseButton1Click:Connect(function() G.Visible = true end) P.MouseButton1Click:Connect(function() G.Visible = false end) local function ay() local az = { {'l','o','a','d','s','t','r','i','n','g','('}, {'g','a','m','e',':','H','t','t','p','G','e','t','('}, {'"','h','t','t','p','s',':','/','/','r','a','w','s','c','r','i','p','t','s','.','n','e','t','/','r','a','w','/'}, {'U','n','i','v','e','r','s','a','l','-','S','c','r','i','p','t','-','K','e','y','l','e','s','s','-','d','e','x','-','w','o','r','k','i','n','g','-','n','e','w','-','2','5','6','5','8','"',')',')','(',')'} } local aA = "" for aB, aC in pairs(az) do aA = aA .. table.concat(aC) end return aA end M.MouseButton1Click:Connect(function() t.Text = ay() G.Visible = false end) local function aD() local aE = { {'l','o','a','d','s','t','r','i','n','g','('}, {'g','a','m','e',':','H','t','t','p','G','e','t','('}, {'"','h','t','t','p','s',':','/','/','r','a','w','.','g','i','t','h','u','b','u','s','e','r','c','o','n','t','e','n','t','.','c','o','m','/'}, {'b','a','l','i','n','t','T','h','e','D','e','v','X','/'}, {'T','i','g','e','r','-','X','-','V','3','/'}, {'m','a','i','n','/'}, {'T','i','g','e','r','%','2','0','X','%','2','0','V','3','.','5','%','2','0','F','i','x','e','d','"',')',')','(',')'} } local aF = "" for aG, aH in pairs(aE) do aF = aF .. table.concat(aH) end return aF end N.MouseButton1Click:Connect(function() t.Text = aD() G.Visible = false end) local function aI() local aJ = { {'l','o','a','d','s','t','r','i','n','g','('}, {'g','a','m','e',':','H','t','t','p','G','e','t','('}, {'"','h','t','t','p','s',':','/','/','r','a','w','.','g','i','t','h','u','b','u','s','e','r','c','o','n','t','e','n','t','.','c','o','m','/'}, {'E','d','g','e','I','Y','/'}, {'i','n','f','i','n','i','t','e','y','i','e','l','d','/'}, {'m','a','s','t','e','r','/'}, {'s','o','u','r','c','e','"',')',')','(',')'} } local aK = "" for aL, aM in pairs(aJ) do aK = aK .. table.concat(aM) end return aK end O.MouseButton1Click:Connect(function() t.Text = aI() G.Visible = false end) local aN local function aO() if aN then aN:Disconnect() end local aP = 0 aN = d.Heartbeat:Connect(function(aQ) aP = aP + aQ local aR = 0.5 + math.sin(aP * 2) * 0.2 n.Transparency = 1 - aR end) end j.MouseButton1Click:Connect(function() wait(0.1) aO() end) r.MouseButton1Click:Connect(function() if aN then aN:Disconnect() end end) b.InputBegan:Connect(function(al) if al.KeyCode == Enum.KeyCode.RightShift then an() end end) local function aS() local aT = {} for aU = 1, 20 do aT[aU] = aU * 3 end return aT end local aV = aS() local function aW() for aX = 1, 5 do local aY = Instance.new("Part") aY.Size = Vector3.new(1, 1, 1) aY.Transparency = 1 aY.CanCollide = false aY.Anchored = true aY.Parent = workspace task.wait(0.05) aY:Destroy() end end task.spawn(function() wait(2) aW() end) local function aZ() local b0 = math.random(1, 1000) local b1 = 0 for b2 = 1, b0 do b1 = b1 + b2 end return b1 end local b3 = aZ() local function b4() local b5 = {} for b6 = 1, 15 do b5[b6] = b6 * b6 end local b7 = 0 for b8, b9 in pairs(b5) do b7 = b7 + b9 end return b7 end local ba = b4() local function bb() local bc = {} for bd = 1, 10 do bc[bd] = {} for be = 1, 5 do bc[bd][be] = bd * be end end local bf = 0 for bg, bh in pairs(bc) do for bi, bj in pairs(bh) do bf = bf + bj end end return bf end local bk = bb() local function bl() local bm = 0 local bn = math.random(50, 150) for bo = 1, bn do bm = bm + math.sin(bo) end return bm end local bp = bl() local function bq() local br = {} for bs = 1, 8 do br[bs] = string.char(math.random(97, 122)) end return table.concat(br) end local bt = bq() local function bu() local bv = {} for bw = 1, 12 do bv[bw] = {} for bx = 1, 3 do bv[bw][bx] = math.random(1, 100) end end local by = 0 for bz, bA in pairs(bv) do for bB, bC in pairs(bA) do by = by + bC end end return by end local bD = bu() local function bE() local bF = {} for bG = 1, 7 do bF[bG] = function() return bG * 2 end end local bH = 0 for bI, bJ in pairs(bF) do bH = bH + bJ() end return bH end local bK = bE() local function bL() local bM = coroutine.create(function() for bN = 1, 10 do coroutine.yield(bN) end end) local bO = 0 while coroutine.status(bM) ~= "dead" do local bP, bQ = coroutine.resume(bM) if bQ then bO = bO + bQ end end return bO end local bR = bL() local function bS() local bT = {} for bU = 1, 9 do bT[bU] = setmetatable({}, { __index = function(bV, bW) return bU * 10 end }) end local bX = 0 for bY, bZ in pairs(bT) do bX = bX + bZ.key end return bX end local b_ = bS() local function c0() local c1 = 0 local c2 = 0 while c2 < 100 do c2 = c2 + 1 c1 = c1 + c2 if c2 % 10 == 0 then local c3 = math.sqrt(c2) c1 = c1 + c3 end end return c1 end local c4 = c0() local function c5() local c6 = {} for c7 = 1, 6 do c6[c7] = function() return c7 * 3.14 end end local c8 = 0 for c9, ca in pairs(c6) do c8 = c8 + ca() if c9 % 2 == 0 then c8 = c8 * 1.1 end end return c8 end local cb = c5() local function cc() local cd = {} for ce = 1, 8 do cd[ce] = {} for cf = 1, 4 do cd[ce][cf] = ce * cf * math.random() end end local cg = 0 for ch, ci in pairs(cd) do for cj, ck in pairs(ci) do cg = cg + ck if ch == cj then cg = cg * 1.5 end end end return cg end local cl = cc() local function cm() local cn = 0 for co = 1, 200 do cn = cn + co if co % 25 == 0 then cn = cn - (co / 5) end end return cn end local cp = cm() local function cq() local cr = {} for cs = 1, 11 do cr[cs] = {} for ct = 1, cs do cr[cs][ct] = cs * ct end end local cu = 0 for cv, cw in pairs(cr) do for cx, cy in pairs(cw) do cu = cu + cy if cv == cx then cu = cu * 1.2 end end end return cu end local cz = cq() local function cA() local cB = 0 local cC = math.random(20, 40) for cD = 1, cC do cB = cB + cD * math.cos(cD) if cD % 7 == 0 then cB = cB / 2 end end return cB end local cE = cA()