Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- AngkerSploit
- local ShitWHY = Instance.new("ScreenGui")
- local OpenFrame = Instance.new("Frame")
- local TextButton = Instance.new("TextButton")
- local Main = Instance.new("Frame")
- local BeautyA = Instance.new("Frame")
- local BeautyB = Instance.new("Frame")
- local GhoulsBloodyNights = Instance.new("TextLabel")
- local AngkerSploit = Instance.new("TextLabel")
- local FarmStrongCCG = Instance.new("TextButton")
- local FarmWeakCCG = Instance.new("TextButton")
- local FarmAogiriStrongG = Instance.new("TextButton")
- local FarmAogiriWeakGhoul = Instance.new("TextButton")
- local AutoAttack = Instance.new("TextButton")
- local TextButton_2 = Instance.new("TextButton")
- --Properties:
- ShitWHY.Name = "ShitWHY"
- ShitWHY.Parent = game.CoreGui
- ShitWHY.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- OpenFrame.Name = "OpenFrame"
- OpenFrame.Parent = ShitWHY
- OpenFrame.Active = true
- OpenFrame.BackgroundColor3 = Color3.new(0, 0, 0)
- OpenFrame.BorderColor3 = Color3.new(0, 0, 0)
- OpenFrame.BorderSizePixel = 0
- OpenFrame.Position = UDim2.new(0, 0, 0.497153699, 0)
- OpenFrame.Size = UDim2.new(0, 80, 0, 40)
- TextButton.Parent = OpenFrame
- TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
- TextButton.BorderColor3 = Color3.new(0, 0, 0)
- TextButton.BorderSizePixel = 0
- TextButton.Position = UDim2.new(0, 0, 0.150000006, 0)
- TextButton.Size = UDim2.new(0, 80, 0, 28)
- TextButton.Font = Enum.Font.SciFi
- TextButton.Text = "Open"
- TextButton.TextColor3 = Color3.new(1, 1, 1)
- TextButton.TextSize = 27
- TextButton.MouseButton1Down:connect(function()
- Main.Visible = true
- OpenFrame.Visible = false
- end)
- Main.Name = "Main"
- Main.Parent = ShitWHY
- Main.Active = true
- Main.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- Main.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
- Main.BorderSizePixel = 0
- Main.Position = UDim2.new(0.326024771, 0, 0.288425058, 0)
- Main.Size = UDim2.new(0, 364, 0, 223)
- Main.Visible = false
- Main.Draggable = true
- BeautyA.Name = "BeautyA"
- BeautyA.Parent = Main
- BeautyA.Active = true
- BeautyA.BackgroundColor3 = Color3.new(0, 0, 0)
- BeautyA.BorderColor3 = Color3.new(0, 0, 0)
- BeautyA.BorderSizePixel = 0
- BeautyA.Size = UDim2.new(0, 364, 0, 25)
- BeautyB.Name = "BeautyB"
- BeautyB.Parent = Main
- BeautyB.Active = true
- BeautyB.BackgroundColor3 = Color3.new(0, 0, 0)
- BeautyB.BorderColor3 = Color3.new(0, 0, 0)
- BeautyB.BorderSizePixel = 0
- BeautyB.Position = UDim2.new(0, 0, 0.887892365, 0)
- BeautyB.Size = UDim2.new(0, 364, 0, 25)
- GhoulsBloodyNights.Name = "Ghouls Bloody Nights"
- GhoulsBloodyNights.Parent = Main
- GhoulsBloodyNights.Active = true
- GhoulsBloodyNights.BackgroundColor3 = Color3.new(0, 0, 0)
- GhoulsBloodyNights.BorderColor3 = Color3.new(0, 0, 0)
- GhoulsBloodyNights.BorderSizePixel = 0
- GhoulsBloodyNights.Position = UDim2.new(0.225274727, 0, 0, 0)
- GhoulsBloodyNights.Size = UDim2.new(0, 200, 0, 25)
- GhoulsBloodyNights.Font = Enum.Font.SciFi
- GhoulsBloodyNights.Text = "Ghoul Bloody Nights"
- GhoulsBloodyNights.TextColor3 = Color3.new(1, 1, 1)
- GhoulsBloodyNights.TextSize = 25
- AngkerSploit.Name = "AngkerSploit"
- AngkerSploit.Parent = Main
- AngkerSploit.Active = true
- AngkerSploit.BackgroundColor3 = Color3.new(0, 0, 0)
- AngkerSploit.BorderColor3 = Color3.new(0, 0, 0)
- AngkerSploit.BorderSizePixel = 0
- AngkerSploit.Position = UDim2.new(0.225274727, 0, 0.887892365, 0)
- AngkerSploit.Size = UDim2.new(0, 200, 0, 25)
- AngkerSploit.Font = Enum.Font.SciFi
- AngkerSploit.Text = "ANGKERSPLOIT"
- AngkerSploit.TextColor3 = Color3.new(1, 1, 1)
- AngkerSploit.TextSize = 25
- FarmStrongCCG.Name = "FarmStrongCCG"
- FarmStrongCCG.Parent = Main
- FarmStrongCCG.BackgroundColor3 = Color3.new(0, 0, 0)
- FarmStrongCCG.BorderColor3 = Color3.new(0, 0, 0)
- FarmStrongCCG.BorderSizePixel = 0
- FarmStrongCCG.Position = UDim2.new(0.225274727, 0, 0.147982061, 0)
- FarmStrongCCG.Size = UDim2.new(0, 200, 0, 24)
- FarmStrongCCG.Font = Enum.Font.SciFi
- FarmStrongCCG.Text = "Strong CCG"
- FarmStrongCCG.TextColor3 = Color3.new(1, 1, 1)
- FarmStrongCCG.TextSize = 23
- FarmStrongCCG.MouseButton1Down:connect(function()
- if Farming == false then
- Farming = true
- FarmStrongCCG.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
- else
- Farming = false
- FarmStrongCCG.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Stepped:Disconnect()
- end
- local runService = game:GetService('RunService')
- if Farming then
- Stepped = runService.Stepped:Connect(function()
- for i,v in pairs(workspace:GetChildren()) do
- if string.find(v.Name, "Strong CCG") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- end
- end
- end)
- end
- wait()
- for i,v in pairs(workspace:GetChildren()) do
- if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- end
- end
- end)
- FarmWeakCCG.Name = "FarmWeakCCG"
- FarmWeakCCG.Parent = Main
- FarmWeakCCG.BackgroundColor3 = Color3.new(0, 0, 0)
- FarmWeakCCG.BorderColor3 = Color3.new(0, 0, 0)
- FarmWeakCCG.BorderSizePixel = 0
- FarmWeakCCG.Position = UDim2.new(0.225274727, 0, 0.295964122, 0)
- FarmWeakCCG.Size = UDim2.new(0, 200, 0, 24)
- FarmWeakCCG.Font = Enum.Font.SciFi
- FarmWeakCCG.Text = "Weak CCG"
- FarmWeakCCG.TextColor3 = Color3.new(1, 1, 1)
- FarmWeakCCG.TextSize = 23
- FarmWeakCCG.MouseButton1Down:connect(function()
- if Farming == false then
- Farming = true
- FarmWeakCCG.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
- else
- Farming = false
- FarmWeakCCG.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Stepped:Disconnect()
- end
- local runService = game:GetService('RunService')
- if Farming then
- Stepped = runService.Stepped:Connect(function()
- for i,v in pairs(workspace:GetChildren()) do
- if string.find(v.Name, "Weak CCG") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- end
- end
- end)
- end
- wait()
- for i,v in pairs(workspace:GetChildren()) do
- if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- end
- end
- end)
- FarmAogiriStrongG.Name = "FarmAogiriStrongG"
- FarmAogiriStrongG.Parent = Main
- FarmAogiriStrongG.BackgroundColor3 = Color3.new(0, 0, 0)
- FarmAogiriStrongG.BorderColor3 = Color3.new(0, 0, 0)
- FarmAogiriStrongG.BorderSizePixel = 0
- FarmAogiriStrongG.Position = UDim2.new(0.225274727, 0, 0.443946183, 0)
- FarmAogiriStrongG.Size = UDim2.new(0, 200, 0, 24)
- FarmAogiriStrongG.Font = Enum.Font.SciFi
- FarmAogiriStrongG.Text = "Aogiri Strong"
- FarmAogiriStrongG.TextColor3 = Color3.new(1, 1, 1)
- FarmAogiriStrongG.TextSize = 23
- FarmAogiriStrongG.MouseButton1Down:connect(function()
- if Farming == false then
- Farming = true
- FarmAogiriStrongG.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
- else
- Farming = false
- FarmAogiriStrongG.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Stepped:Disconnect()
- end
- local runService = game:GetService('RunService')
- if Farming then
- Stepped = runService.Stepped:Connect(function()
- for i,v in pairs(workspace:GetChildren()) do
- if string.find(v.Name, "Aogiri Strong") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- end
- end
- end)
- end
- wait()
- for i,v in pairs(workspace:GetChildren()) do
- if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- end
- end
- end)
- FarmAogiriWeakGhoul.Name = "FarmAogiriWeakGhoul"
- FarmAogiriWeakGhoul.Parent = Main
- FarmAogiriWeakGhoul.BackgroundColor3 = Color3.new(0, 0, 0)
- FarmAogiriWeakGhoul.BorderColor3 = Color3.new(0, 0, 0)
- FarmAogiriWeakGhoul.BorderSizePixel = 0
- FarmAogiriWeakGhoul.Position = UDim2.new(0.225274727, 0, 0.591928244, 0)
- FarmAogiriWeakGhoul.Size = UDim2.new(0, 200, 0, 24)
- FarmAogiriWeakGhoul.Font = Enum.Font.SciFi
- FarmAogiriWeakGhoul.Text = "Aogiri Weak"
- FarmAogiriWeakGhoul.TextColor3 = Color3.new(1, 1, 1)
- FarmAogiriWeakGhoul.TextSize = 23
- FarmAogiriWeakGhoul.MouseButton1Down:connect(function()
- if Farming == false then
- Farming = true
- FarmAogiriWeakGhoul.BackgroundColor3 = Color3.fromRGB(52, 255, 21)
- else
- Farming = false
- FarmAogiriWeakGhoul.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Stepped:Disconnect()
- end
- local runService = game:GetService('RunService')
- if Farming then
- Stepped = runService.Stepped:Connect(function()
- for i,v in pairs(workspace:GetChildren()) do
- if string.find(v.Name, "Aogiri Weak") and v:FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- end
- end
- end)
- end
- wait()
- for i,v in pairs(workspace:GetChildren()) do
- if string.find(v.Name, "Thug") and v: FindFirstChild("HumanoidRootPart") and v.Humanoid.Health > 0 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame - v.HumanoidRootPart.CFrame.lookVector * 2
- end
- end
- end)
- AutoAttack.Name = "AutoAttack"
- AutoAttack.Parent = Main
- AutoAttack.BackgroundColor3 = Color3.new(0, 0, 0)
- AutoAttack.BorderColor3 = Color3.new(0, 0, 0)
- AutoAttack.BorderSizePixel = 0
- AutoAttack.Position = UDim2.new(0.225274727, 0, 0.739910305, 0)
- AutoAttack.Size = UDim2.new(0, 200, 0, 24)
- AutoAttack.Font = Enum.Font.SciFi
- AutoAttack.Text = "Auto Attack"
- AutoAttack.TextColor3 = Color3.new(1, 1, 1)
- AutoAttack.TextSize = 23
- AutoAttack.MouseButton1Down:connect(function()
- while true do
- wait(0.3)
- local A_1 = "Fists"
- local A_2 = game:GetService("ReplicatedStorage").Weapon.Default.Fists["Basic_Anim"]["dmg_p2"]
- local Event = game:GetService("ReplicatedStorage").Remotes.Damage
- Event:FireServer(A_1, A_2)
- end
- end)
- TextButton_2.Parent = Main
- TextButton_2.BackgroundColor3 = Color3.new(0, 0, 0)
- TextButton_2.BorderColor3 = Color3.new(0, 0, 0)
- TextButton_2.BorderSizePixel = 0
- TextButton_2.Position = UDim2.new(0.9313187, 0, 0, 0)
- TextButton_2.Size = UDim2.new(0, 25, 0, 25)
- TextButton_2.Font = Enum.Font.SciFi
- TextButton_2.Text = "X"
- TextButton_2.TextColor3 = Color3.new(1, 1, 1)
- TextButton_2.TextSize = 25
- TextButton_2.MouseButton1Down:connect(function()
- OpenFrame.Visible = true
- Main.Visible = false
- end)
- -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment