Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ใส่ชื่อแล้วกด kill หรือ Loop kill ก้ได้
- local Rekt = Instance.new("ScreenGui")
- local Mainframe = Instance.new("Frame")
- local KillB = Instance.new("TextButton")
- local LoopKillB = Instance.new("TextButton")
- local TargetBox = Instance.new("TextBox")
- local Frame = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local Exit = Instance.new("TextButton")
- Rekt.Name = "Rekt"
- Rekt.Parent = game.CoreGui
- Mainframe.Name = "Mainframe"
- Mainframe.Parent = Rekt
- Mainframe.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- Mainframe.BorderSizePixel = 0
- Mainframe.Position = UDim2.new(0.128649622, 0, 0.49036777, 0)
- Mainframe.Size = UDim2.new(0, 195, 0, 159)
- Mainframe.Active = true
- Mainframe.Draggable = true
- KillB.Name = "KillB"
- KillB.Parent = Mainframe
- KillB.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
- KillB.BorderSizePixel = 0
- KillB.Position = UDim2.new(0.148717955, 0, 0.226415113, 0)
- KillB.Size = UDim2.new(0, 137, 0, 32)
- KillB.Font = Enum.Font.SourceSansLight
- KillB.Text = "Kill"
- KillB.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- KillB.TextScaled = true
- KillB.TextSize = 14
- KillB.TextWrapped = true
- LoopKillB.Name = "LoopKillB"
- LoopKillB.Parent = Mainframe
- LoopKillB.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
- LoopKillB.BorderSizePixel = 0
- LoopKillB.Position = UDim2.new(0.148717955, 0, 0.471698165, 0)
- LoopKillB.Size = UDim2.new(0, 137, 0, 32)
- LoopKillB.Font = Enum.Font.SourceSansLight
- LoopKillB.Text = "Loop Kill"
- LoopKillB.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- LoopKillB.TextScaled = true
- LoopKillB.TextSize = 14
- LoopKillB.TextWrapped = true
- TargetBox.Name = "TargetBox"
- TargetBox.Parent = Mainframe
- TargetBox.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
- TargetBox.BorderSizePixel = 0
- TargetBox.Position = UDim2.new(0.117948718, 0, 0.761006296, 0)
- TargetBox.Size = UDim2.new(0, 149, 0, 33)
- TargetBox.Font = Enum.Font.SourceSansLight
- TargetBox.Text = "Username"
- TargetBox.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- TargetBox.TextScaled = true
- TargetBox.TextSize = 14
- TargetBox.TextWrapped = true
- Frame.Parent = Mainframe
- Frame.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
- Frame.BorderSizePixel = 0
- Frame.Size = UDim2.new(0, 195, 0, 26)
- Frame.Active = true
- Title.Name = "Title"
- Title.Parent = Frame
- Title.BackgroundColor3 = Color3.new(1, 1, 1)
- Title.BackgroundTransparency = 1
- Title.Position = UDim2.new(0, 0, 0.15384616, 0)
- Title.Size = UDim2.new(0, 51, 0, 22)
- Title.Font = Enum.Font.SourceSansLight
- Title.Text = "R3kt"
- Title.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Title.TextScaled = true
- Title.TextSize = 14
- Title.TextWrapped = true
- Title.TextXAlignment = Enum.TextXAlignment.Left
- Exit.Name = "Exit"
- Exit.Parent = Frame
- Exit.BackgroundColor3 = Color3.new(1, 1, 1)
- Exit.BackgroundTransparency = 1
- Exit.Position = UDim2.new(0.882051289, 0, 0.115384616, 0)
- Exit.Size = UDim2.new(0, 23, 0, 20)
- Exit.Font = Enum.Font.SourceSansLight
- Exit.Text = "X"
- Exit.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- Exit.TextScaled = true
- Exit.TextSize = 14
- Exit.TextWrapped = true
- --/Code\--
- Exit.MouseButton1Click:connect(function()
- Rekt:Destroy()
- end)
- LoopKillB.MouseButton1Click:connect(function()
- while wait() do
- game.ReplicatedStorage.SaberStuff.Remotes.RemoteEvent:FireServer("DealDamage", game.Workspace:WaitForChild(TargetBox.Text).Humanoid, 100)
- end
- end)
- KillB.MouseButton1Click:connect(function()
- game.ReplicatedStorage.SaberStuff.Remotes.RemoteEvent:FireServer("DealDamage", game.Workspace:WaitForChild(TargetBox.Text).Humanoid, 100)
- end)
- -Fice
Advertisement
Add Comment
Please, Sign In to add comment