Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Gui Make By ClarkShadow(Discord Name)--
- --Scripts Belong To V3rmillion--
- --From Group Chia Se Hack Roblox(Facebook Group)--
- --Don't Steal It To Other Group--
- local Main = Instance.new("ScreenGui")
- local OpenGui = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- local MainGui = Instance.new("Frame")
- local KillScript = Instance.new("TextButton")
- local OpenOtherGui = Instance.new("TextButton")
- local Tilte = Instance.new("TextLabel")
- local Credits = Instance.new("TextLabel")
- local KeyBind = Instance.new("TextLabel")
- local Close = Instance.new("TextButton")
- local Logo = Instance.new("ImageLabel")
- local TextLabel = Instance.new("TextLabel")
- --Properties:
- Main.Name = "Main"
- Main.Parent = game.CoreGui
- OpenGui.Name = "Open Gui"
- OpenGui.Parent = Main
- OpenGui.BackgroundColor3 = Color3.new(1, 1, 1)
- OpenGui.Position = UDim2.new(0, 0, 0.442231059, 0)
- OpenGui.Size = UDim2.new(0, 100, 0, 44)
- OpenGui.Style = Enum.FrameStyle.DropShadow
- OpenGui.Active = true
- Open.Name = "Open"
- Open.Parent = OpenGui
- Open.BackgroundColor3 = Color3.new(1, 0.333333, 0)
- Open.Position = UDim2.new(-0.070737794, 0, -0.126033098, 0)
- Open.Size = UDim2.new(0, 98, 0, 36)
- Open.Font = Enum.Font.SourceSans
- Open.Text = "Open"
- Open.TextColor3 = Color3.new(1, 0, 0)
- Open.TextSize = 14
- Open.MouseButton1Down:connect(function()
- MainGui:TweenPosition(UDim2.new(0.22, 0,0.201, 0), 'Out','Bounce', 1)
- OpenGui.Visible = false
- end)
- MainGui.Name = "Main Gui"
- MainGui.Parent = Main
- MainGui.BackgroundColor3 = Color3.new(1, 1, 1)
- MainGui.BorderSizePixel = 2
- MainGui.Position = UDim2.new(0.0790000036, 0, 1.70000005, 0)
- MainGui.Size = UDim2.new(0, 435, 0, 245)
- MainGui.Style = Enum.FrameStyle.DropShadow
- MainGui.Active = true
- MainGui.Draggable = true
- KillScript.Name = "Kill Script"
- KillScript.Parent = MainGui
- KillScript.BackgroundColor3 = Color3.new(0, 1, 0.498039)
- KillScript.Position = UDim2.new(0.0320788883, 0, 0.175395608, 0)
- KillScript.Size = UDim2.new(0, 171, 0, 50)
- KillScript.Font = Enum.Font.SourceSans
- KillScript.Text = "Active Kill Script"
- KillScript.TextColor3 = Color3.new(0.333333, 0, 0)
- KillScript.TextSize = 14
- KillScript.MouseButton1Down:connect(function()
- key = nil
- gm = game.ReplicatedStorage.GamemodeRemotes
- r = game.ReplicatedStorage.CurrentKillRemote
- game.ReplicatedStorage.Remotes.Authenticator2.OnClientEvent:connect(function(pw)
- key = pw
- end)
- player = game.Players.LocalPlayer
- player.Chatted:connect(function(msg)
- if string.lower(string.sub(msg, 1, 7)) == "/e kill" then
- kill(string.sub(msg, 9))
- end
- end)
- function kill(plr)
- for i, v in pairs(game.Players:GetPlayers()) do
- if string.lower(string.sub(v.Name, 1, string.len(plr))) == string.lower(plr) and v.Name ~= game.Players.LocalPlayer.Name then
- if key ~= nil and (v.Backpack:FindFirstChild("Knife") or (v.Character ~= nil and v.Character:FindFirstChild("Knife"))) then
- r.Value:FireServer(v, key)
- wait(0.5)
- end
- end
- end
- end
- end)
- OpenOtherGui.Name = "Open Other Gui"
- OpenOtherGui.Parent = MainGui
- OpenOtherGui.BackgroundColor3 = Color3.new(0, 1, 0.498039)
- OpenOtherGui.Position = UDim2.new(0.550937891, 0, 0.196906164, 0)
- OpenOtherGui.Size = UDim2.new(0, 175, 0, 50)
- OpenOtherGui.Font = Enum.Font.SourceSans
- OpenOtherGui.Text = "Open Gui Candy Corn Grabber"
- OpenOtherGui.TextColor3 = Color3.new(0.333333, 0, 0)
- OpenOtherGui.TextSize = 14
- OpenOtherGui.MouseButton1Down:connect(function()
- game.Workspace.EventCurrency.ChildAdded:Connect(function(c)
- c.CanCollide = false
- c.Position = game.Players.LocalPlayer.Character.Head.Position
- end)
- CandyText = game.Players.LocalPlayer.PlayerGui.ScreenGui.UI.Shop.TopBar.UtilBar.EventCurrency.TextLabel
- StartA = tonumber(CandyText.Text)
- UI = Instance.new("ScreenGui", game.CoreGui)
- UI.Name = "Candy Counter"
- Frame = Instance.new("Frame", UI)
- Frame.Name = "CandyEvent"
- Frame.Size = UDim2.new(0.15, 0, 0.2, 0)
- Frame.Position = UDim2.new(0.3, 0, 0.1, 0)
- Frame.BackgroundColor3 = Color3.new(0, 1, 1)
- Frame.BackgroundTransparency = 0.6
- Frame.Draggable = true
- Frame.Active = true
- Bar = Instance.new("Frame", Frame)
- Bar.Name = "Bar"
- Bar.Size = UDim2.new(1, 0, 0.15, 0)
- Bar.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
- Bar.BackgroundTransparency = 0.2
- Cand = Instance.new("TextLabel", Frame)
- Cand.Name = "Candy Counter Frame"
- Cand.Size = UDim2.new(0.8, 0, 0.2, 0)
- Cand.Position = UDim2.new(0.1, 0, 0.25, 0)
- Cand.TextScaled = true
- Cand.Text = "Candy: "..CandyText.Text
- Cand.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
- Cand.BackgroundTransparency = 0.2
- Cand.TextColor3 = Color3.new(1, 1, 1)
- AddedCand = Instance.new("TextLabel", Frame)
- AddedCand.Name = "Added Candy Frame"
- AddedCand.Size = UDim2.new(0.8, 0, 0.2, 0)
- AddedCand.Position = UDim2.new(0.1, 0, 0.65, 0)
- AddedCand.TextScaled = true
- AddedCand.Text = "Candy Added: 0"
- AddedCand.BackgroundColor3 = Color3.new(0.2, 0.2, 0.2)
- AddedCand.BackgroundTransparency = 0.2
- AddedCand.TextColor3 = Color3.new(1, 1, 1)
- CandyText:GetPropertyChangedSignal("Text"):connect(function()
- if tonumber(CandyText.Text)<StartA then
- StartA = tonumber(CandyText.Text)
- print("Lower")
- end
- Cand.Text = "Candy: "..CandyText.Text
- AddedCand.Text = "Candy Added: ".. tostring(tonumber(CandyText.Text) - StartA)
- end)
- end)
- Tilte.Name = "Tilte"
- Tilte.Parent = MainGui
- Tilte.BackgroundColor3 = Color3.new(1, 0.333333, 0)
- Tilte.Position = UDim2.new(-0.00816594251, 0, -0.000426318031, 0)
- Tilte.Size = UDim2.new(0, 391, 0, 27)
- Tilte.Font = Enum.Font.SourceSans
- Tilte.Text = "Assassin Gui"
- Tilte.TextColor3 = Color3.new(0, 0, 0)
- Tilte.TextSize = 14
- Credits.Name = "Credits"
- Credits.Parent = MainGui
- Credits.BackgroundColor3 = Color3.new(1, 0.333333, 0)
- Credits.BorderColor3 = Color3.new(0, 0, 0)
- Credits.Position = UDim2.new(-0.00370448269, 0, 0.90946281, 0)
- Credits.Size = UDim2.new(0, 422, 0, 27)
- Credits.Font = Enum.Font.SourceSans
- Credits.Text = "Gui Make By ClarkShadow#1097 And Script Belong To V3rmillion"
- Credits.TextColor3 = Color3.new(0, 0, 0)
- Credits.TextSize = 14
- KeyBind.Name = "Key Bind"
- KeyBind.Parent = MainGui
- KeyBind.BackgroundColor3 = Color3.new(0.333333, 1, 1)
- KeyBind.Position = UDim2.new(0.0784614682, 0, 0.461539358, 0)
- KeyBind.Size = UDim2.new(0, 131, 0, 42)
- KeyBind.Font = Enum.Font.SourceSans
- KeyBind.Text = "Key Bind : /e kill"
- KeyBind.TextColor3 = Color3.new(0, 0, 0)
- KeyBind.TextSize = 14
- Close.Name = "Close"
- Close.Parent = MainGui
- Close.BackgroundColor3 = Color3.new(1, 0.333333, 0)
- Close.Position = UDim2.new(0.924828291, 0, -0.000398471951, 0)
- Close.Size = UDim2.new(0, 33, 0, 27)
- Close.Font = Enum.Font.SourceSans
- Close.Text = "X"
- Close.TextColor3 = Color3.new(1, 0, 0)
- Close.TextSize = 14
- Close.MouseButton1Down:connect(function()
- MainGui:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1)
- OpenGui.Visible = true
- end)
- Logo.Name = "Logo"
- Logo.Parent = Main
- Logo.BackgroundTransparency = 1
- Logo.BackgroundColor3 = Color3.new(1, 1, 1)
- Logo.Position = UDim2.new(0.183254182, 0, 0.201402411, 0)
- Logo.Size = UDim2.new(0, 556, 0, 284)
- Logo.Image = "rbxassetid://2524583203"
- Logo.ImageTransparency = 1
- TextLabel.Parent = Logo
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0, 0, 1.04929578, 0)
- TextLabel.Size = UDim2.new(0, 556, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "CREATE : THI"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextSize = 30
- TextLabel.TextTransparency = 1
- wait(0.03)
- game.CoreGui.Main.Logo.ImageTransparency = 1
- game.CoreGui.Main.Logo.TextLabel.TextTransparency = 1
- wait(0.03)
- game.CoreGui.Main.Logo.ImageTransparency = 0.9
- game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.9
- wait(0.03)
- game.CoreGui.Main.Logo.ImageTransparency = 0.8
- game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.8
- wait(0.03)
- game.CoreGui.Main.Logo.ImageTransparency = 0.7
- game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.7
- wait(0.03)
- game.CoreGui.Main.Logo.ImageTransparency = 0.6
- game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.6
- wait(0.03)
- game.CoreGui.Main.Logo.ImageTransparency = 0.5
- game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.5
- wait(0.03)
- game.CoreGui.Main.Logo.ImageTransparency = 0.4
- game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.4
- wait(0.03)
- game.CoreGui.Main.Logo.ImageTransparency = 0.3
- game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.3
- wait(0.03)
- game.CoreGui.Main.Logo.ImageTransparency = 0.2
- game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.2
- wait(0.03)
- game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.1
- game.CoreGui.Main.Logo.ImageTransparency = 0.1
- wait(0.03)
- game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0
- game.CoreGui.Main.Logo.ImageTransparency = 0
- wait(3.5)
- game.CoreGui.Main.Logo.ImageTransparency = 0.1
- game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.1
- wait(0.03)
- game.CoreGui.Main.Logo.ImageTransparency = 0.2
- game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.2
- wait(0.03)
- game.CoreGui.Main.Logo.ImageTransparency = 0.3
- game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.3
- wait(0.03)
- game.CoreGui.Main.Logo.ImageTransparency = 0.4
- game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.4
- wait(0.03)
- game.CoreGui.Main.Logo.ImageTransparency = 0.5
- game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.5
- wait(0.03)
- game.CoreGui.Main.Logo.ImageTransparency = 0.6
- game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.6
- wait(0.03)
- game.CoreGui.Main.Logo.ImageTransparency = 0.7
- game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.7
- wait(0.03)
- game.CoreGui.Main.Logo.ImageTransparency = 0.8
- game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.8
- wait(0.03)
- game.CoreGui.Main.Logo.ImageTransparency = 0.9
- game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.9
- wait(0.03)
- game.CoreGui.Main.Logo.TextLabel.TextTransparency = 1
- game.CoreGui.Main.Logo.ImageTransparency = 1
- game.CoreGui.Main.Logo.Visible = false
Add Comment
Please, Sign In to add comment