Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -CKS WS2 GUI
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Farm = Instance.new("TextButton")
- local AdminScript = Instance.new("TextButton")
- local AntiAfk = Instance.new("TextButton")
- local Name = Instance.new("TextBox")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- ScreenGui.Parent = Game.CoreGui
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(103, 0, 0)
- Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Frame.BorderSizePixel = 5
- Frame.Position = UDim2.new(0.316885114, 0, 0.240628779, 0)
- Frame.Size = UDim2.new(0, 420, 0, 380)
- Frame.Active = true
- Frame.Draggable = true
- Farm.Name = "Farm"
- Farm.Parent = Frame
- Farm.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Farm.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Farm.BorderSizePixel = 5
- Farm.Position = UDim2.new(0.0429876409, 0, 0.312584728, 0)
- Farm.Size = UDim2.new(0, 159, 0, 54)
- Farm.Font = Enum.Font.FredokaOne
- Farm.Text = "Farm"
- Farm.TextColor3 = Color3.fromRGB(0, 0, 0)
- Farm.TextScaled = true
- Farm.TextSize = 14.000
- Farm.TextWrapped = true
- Farm.MouseButton1Down:connect(function()
- if game:GetService("CoreGui"):FindFirstChild("Dankity") then
- game:GetService("CoreGui").Dankity:Destroy()
- end
- --//-- VARIABLES --\\--
- Dankity = Instance.new("ScreenGui", game:GetService("Players").LocalPlayer.PlayerGui)
- Main = Instance.new("Frame", Dankity)
- Header = Instance.new("Frame", Main)
- Text = Instance.new("TextLabel", Header)
- Username = Instance.new("TextBox", Main)
- Kill = Instance.new("TextButton", Main)
- Power = Instance.new("TextButton", Main)
- LocalPlayer = game:GetService("Players").LocalPlayer
- Backpack = LocalPlayer.Backpack
- Character = LocalPlayer.Character
- Humanoid = Character.Humanoid
- --//-- PROPERTIES --\\--
- Dankity.Name = "Dankity"
- Dankity.ResetOnSpawn = false
- Main.Name = "Main"
- Main.BackgroundColor3 = Color3.new(0,255,256)
- Main.BorderSizePixel = 0
- Main.Active = true
- Main.Draggable = true
- Main.Selectable = true
- Main.Position = UDim2.new(0.321995467, 0, 0.22910662, 0)
- Main.Size = UDim2.new(0, 471, 0, 375)
- Header.Name = "Header"
- Header.BackgroundColor3 = Color3.new(0.560784,0,0)
- Header.BorderSizePixel = 0
- Header.Position = UDim2.new(0, 0, 0.0613333359, 0)
- Header.Size = UDim2.new(0, 471, 0, 64)
- Text.Name = "Text"
- Text.BackgroundColor3 = Color3.new(1, 1, 1)
- Text.BackgroundTransparency = 1
- Text.Position = UDim2.new(0.165605083,0,0)
- Text.Size = UDim2.new(0, 315, 0, 50)
- Text.Font = Enum.Font.SourceSansBold
- Text.Text = "Weapon Simulator 2 Autokill/Farm Gui"
- Text.TextColor3 = Color3.new(1, 1, 1)
- Text.TextSize = 30
- Username.Name = "Username"Username.BackgroundColor3 = Color3.new(0,255.256)
- Username.BorderSizePixel = 0
- Username.Position = UDim2.new(0.17622079, 0, 0.346666723, 0)
- Username.Size = UDim2.new(0, 305, 0, 50)
- Username.Font = Enum.Font.SourceSansSemibold
- Username.Text = "Username"
- Username.TextColor3 = Color3.new(1, 1, 1)
- Username.TextSize = 20
- Kill.Name = "Damage/Kill"
- Kill.BackgroundColor3 = Color3.new(0,0,0)
- Kill.BorderSizePixel = 0
- Kill.Position = UDim2.new(0.282377899, 0, 0.519999981, 0)
- Kill.Size = UDim2.new(0, 200, 0, 50)
- Kill.Font = Enum.Font.SourceSansSemibold
- Kill.Text = "Damage/Kill"
- Kill.TextColor3 = Color3.new(1, 1, 1)
- Kill.TextSize = 20
- Kill.TextWrapped = true
- Power.Name = "Power"
- Power.BackgroundColor3 = Color3.new(0.0,0)
- Power.BorderSizePixel = 0
- Power.Position = UDim2.new(0.282377899, 0, 0.685333312, 0)
- Power.Size = UDim2.new(0, 200, 0, 50)
- Power.Font = Enum.Font.SourceSansSemibold
- Power.Text = "Power, Click 1 time for more!"
- Power.TextColor3 = Color3.new(1, 1, 1)
- Power.TextSize = 20
- Power.TextWrapped = true
- --//-- FUNCTIONS --\\--
- function GetPlayers(Name)
- if Name:lower() == "me" then
- return {Player}
- elseif Name:lower() == "all" then
- return game:GetService("Players"):GetPlayers()
- elseif Name:lower() == "others" then
- local t = {}
- for i, v in pairs(game:GetService("Players"):GetPlayers()) do
- if v.Name ~= Player.Name then
- t[#t+1] = v
- end
- end
- return t
- else
- local t = {}
- for i, v in pairs(game:GetService("Players"):GetPlayers()) do
- if v.Name:sub(1, #Name):lower() == Name:lower() then
- t[#t+1] = v
- end
- end
- return t
- end
- end
- --//-- SCRIPTING --\\--
- Kill.MouseButton1Click:Connect(function()
- for _,v in pairs(Backpack:GetChildren()) do
- Humanoid:EquipTool(v)
- end
- local Plrs = GetPlayers(Username.Text)
- for i,v in pairs(Plrs) do
- for i = 1 , 10 do
- if Character:FindFirstChild("sword") then
- Character.sword.Handle.dmg.RemoteEvent:FireServer(game:GetService("Workspace")[v.Name].Humanoid, 99999999999999999999999999999999999999999)
- end
- end
- end
- end)
- Power.MouseButton1Click:Connect(function()
- local Event = game:service'Players'.LocalPlayer.Character.sword.Handle.pr.RemoteEvent
- game:service'RunService'.RenderStepped:Connect(function()
- for i = 1, 10 do
- Event:FireServer()
- end
- end)
- if Character:FindFirstChild("sword") then
- while wait() do
- Character.sword.Handle.pr.RemoteEvent:FireServer()
- if not Character:FindFirstChild("sword") then
- for _,v in pairs(Backpack:GetChildren()) do
- Humanoid:EquipTool(v)
- end
- end
- end
- end
- end)
- end)
- AdminScript.Name = "Admin Script"
- AdminScript.Parent = Frame
- AdminScript.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- AdminScript.BorderColor3 = Color3.fromRGB(0, 0, 0)
- AdminScript.BorderSizePixel = 5
- AdminScript.Position = UDim2.new(0.576321006, 0, 0.311822563, 0)
- AdminScript.Size = UDim2.new(0, 159, 0, 54)
- AdminScript.Font = Enum.Font.FredokaOne
- AdminScript.Text = "Admin Script"
- AdminScript.TextColor3 = Color3.fromRGB(0, 0, 0)
- AdminScript.TextScaled = true
- AdminScript.TextSize = 14.000
- AdminScript.TextWrapped = true
- AdminScript.MouseButton1Down:connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end)
- AntiAfk.Name = "Anti Afk"
- AntiAfk.Parent = Frame
- AntiAfk.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- AntiAfk.BorderColor3 = Color3.fromRGB(0, 0, 0)
- AntiAfk.BorderSizePixel = 5
- AntiAfk.Position = UDim2.new(0.0429876409, 0, 0.544854283, 0)
- AntiAfk.Size = UDim2.new(0, 159, 0, 54)
- AntiAfk.Font = Enum.Font.FredokaOne
- AntiAfk.Text = "Anti Afk"
- AntiAfk.TextColor3 = Color3.fromRGB(0, 0, 0)
- AntiAfk.TextScaled = true
- AntiAfk.TextSize = 14.000
- AntiAfk.TextWrapped = true
- AntiAfk.MouseButton1Down:connect(function()
- wait(0.5)local ba=Instance.new("ScreenGui")
- local ca=Instance.new("TextLabel")local da=Instance.new("Frame")
- local _b=Instance.new("TextLabel")local ab=Instance.new("TextLabel")ba.Parent=game.CoreGui
- ba.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;ca.Parent=ba;ca.Active=true
- ca.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ca.Draggable=true
- ca.Position=UDim2.new(0.698610067,0,0.098096624,0)ca.Size=UDim2.new(0,370,0,52)
- ca.Font=Enum.Font.SourceSansSemibold;ca.Text="Anti AFK Script"ca.TextColor3=Color3.new(0,1,1)
- ca.TextSize=22;da.Parent=ca
- da.BackgroundColor3=Color3.new(0.196078,0.196078,0.196078)da.Position=UDim2.new(0,0,1.0192306,0)
- da.Size=UDim2.new(0,370,0,107)_b.Parent=da
- _b.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)_b.Position=UDim2.new(0,0,0.800455689,0)
- _b.Size=UDim2.new(0,370,0,21)_b.Font=Enum.Font.Arial;_b.Text="made by ur mom "
- _b.TextColor3=Color3.new(0,1,1)_b.TextSize=20;ab.Parent=da
- ab.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ab.Position=UDim2.new(0,0,0.158377,0)
- ab.Size=UDim2.new(0,370,0,44)ab.Font=Enum.Font.ArialBold;ab.Text="Status: Active"
- ab.TextColor3=Color3.new(0,1,1)ab.TextSize=20;local bb=game:service'VirtualUser'
- game:service'Players'.LocalPlayer.Idled:connect(function()
- bb:CaptureController()bb:ClickButton2(Vector2.new())
- ab.Text="Roblox tried to kick u but i kicked him instead"wait(2)ab.Text="Status : Active"end)
- end)
- Name.Name = "Name"
- Name.Parent = Frame
- Name.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- Name.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Name.BorderSizePixel = 5
- Name.Size = UDim2.new(0, 420, 0, 67)
- Name.Font = Enum.Font.FredokaOne
- Name.Text = " c00ls WS2 Destroyer "
- Name.TextColor3 = Color3.fromRGB(0, 0, 0)
- Name.TextScaled = true
- Name.TextSize = 14.000
- Name.TextWrapped = true
Advertisement
Advertisement