Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Subcribe To Chill Exploits
- -- Grab Knife V4
- -- Leave Rest of script Below
- local RobloxExploit = Instance.new("ScreenGui")
- local MainGUI = Instance.new("Frame")
- local GrabKnife = Instance.new("TextButton")
- local GrabKnifeLabel = Instance.new("TextLabel")
- local MadeBy = Instance.new("TextLabel")
- local Close = Instance.new("TextButton")
- --Properties:
- RobloxExploit.Name = "Roblox Exploit"
- RobloxExploit.Parent = game.CoreGui
- MainGUI.active = true
- MainGUI.Draggable = true
- MainGUI.Name = "MainGUI"
- MainGUI.Parent = RobloxExploit
- MainGUI.BackgroundColor3 = Color3.new(1, 1, 1)
- MainGUI.Position = UDim2.new(0.30092594, 0, 0.454545468, 0)
- MainGUI.Size = UDim2.new(0, 317, 0, 122)
- GrabKnife.Name = "Grab Knife"
- GrabKnife.Parent = MainGUI
- GrabKnife.BackgroundColor3 = Color3.new(1, 1, 1)
- GrabKnife.Position = UDim2.new(0.0220820215, 0, 0.520974874, 0)
- GrabKnife.Size = UDim2.new(0, 302, 0, 50)
- GrabKnife.Font = Enum.Font.SourceSans
- GrabKnife.Text = "Grab Knife V4"
- GrabKnife.TextColor3 = Color3.new(0, 0, 0)
- GrabKnife.TextSize = 25
- GrabKnife.MouseButton1Click(function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/f1RUCpSe'),true))()
- print("Works xD BY CHILL EXPLOITS BTW")
- end)
- GrabKnifeLabel.Name = "Grab Knife Label"
- GrabKnifeLabel.Parent = MainGUI
- GrabKnifeLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- GrabKnifeLabel.BorderSizePixel = 0
- GrabKnifeLabel.Position = UDim2.new(0.164037853, 0, 0.0901639313, 0)
- GrabKnifeLabel.Size = UDim2.new(0, 200, 0, 22)
- GrabKnifeLabel.Font = Enum.Font.SourceSansLight
- GrabKnifeLabel.Text = "Grab Knife GUI"
- GrabKnifeLabel.TextColor3 = Color3.new(0, 0, 0)
- GrabKnifeLabel.TextSize = 25
- MadeBy.Name = "Made By"
- MadeBy.Parent = MainGUI
- MadeBy.BackgroundColor3 = Color3.new(1, 1, 1)
- MadeBy.BorderSizePixel = 0
- MadeBy.Position = UDim2.new(0.182965294, 0, 0.270491779, 0)
- MadeBy.Size = UDim2.new(0, 200, 0, 22)
- MadeBy.Font = Enum.Font.SourceSansLight
- MadeBy.Text = "Made By Chill Exploits"
- MadeBy.TextColor3 = Color3.new(0, 0, 0)
- MadeBy.TextSize = 25
- Close.Name = "Close"
- Close.Parent = MainGUI
- Close.BackgroundColor3 = Color3.new(1, 1, 1)
- Close.Position = UDim2.new(0.899053633, 0, 0.0901639313, 0)
- Close.Size = UDim2.new(0, 24, 0, 22)
- Close.Font = Enum.Font.SourceSans
- Close.Text = "X"
- Close.TextColor3 = Color3.new(0, 0, 0)
- Close.TextSize = 20
- Close.MouseButton1Click:connect(function()
- MainGUI.Visible = false
- end)
- -- By Chill Exploits
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement