Advertisement
Guest User

Untitled

a guest
Jan 9th, 2019
15,102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. -- Subcribe To Chill Exploits
  2. -- Grab Knife V4
  3. -- Leave Rest of script Below
  4. local RobloxExploit = Instance.new("ScreenGui")
  5. local MainGUI = Instance.new("Frame")
  6. local GrabKnife = Instance.new("TextButton")
  7. local GrabKnifeLabel = Instance.new("TextLabel")
  8. local MadeBy = Instance.new("TextLabel")
  9. local Close = Instance.new("TextButton")
  10. --Properties:
  11. RobloxExploit.Name = "Roblox Exploit"
  12. RobloxExploit.Parent = game.CoreGui
  13.  
  14. MainGUI.active = true
  15. MainGUI.Draggable = true
  16.  
  17. MainGUI.Name = "MainGUI"
  18. MainGUI.Parent = RobloxExploit
  19. MainGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  20. MainGUI.Position = UDim2.new(0.30092594, 0, 0.454545468, 0)
  21. MainGUI.Size = UDim2.new(0, 317, 0, 122)
  22.  
  23. GrabKnife.Name = "Grab Knife"
  24. GrabKnife.Parent = MainGUI
  25. GrabKnife.BackgroundColor3 = Color3.new(1, 1, 1)
  26. GrabKnife.Position = UDim2.new(0.0220820215, 0, 0.520974874, 0)
  27. GrabKnife.Size = UDim2.new(0, 302, 0, 50)
  28. GrabKnife.Font = Enum.Font.SourceSans
  29. GrabKnife.Text = "Grab Knife V4"
  30. GrabKnife.TextColor3 = Color3.new(0, 0, 0)
  31. GrabKnife.TextSize = 25
  32. GrabKnife.MouseButton1Click(function()
  33. loadstring(game:HttpGet(('https://pastebin.com/raw/f1RUCpSe'),true))()
  34.  
  35. print("Works xD BY CHILL EXPLOITS BTW")
  36.  
  37.  
  38. end)
  39.  
  40.  
  41. GrabKnifeLabel.Name = "Grab Knife Label"
  42. GrabKnifeLabel.Parent = MainGUI
  43. GrabKnifeLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  44. GrabKnifeLabel.BorderSizePixel = 0
  45. GrabKnifeLabel.Position = UDim2.new(0.164037853, 0, 0.0901639313, 0)
  46. GrabKnifeLabel.Size = UDim2.new(0, 200, 0, 22)
  47. GrabKnifeLabel.Font = Enum.Font.SourceSansLight
  48. GrabKnifeLabel.Text = "Grab Knife GUI"
  49. GrabKnifeLabel.TextColor3 = Color3.new(0, 0, 0)
  50. GrabKnifeLabel.TextSize = 25
  51.  
  52. MadeBy.Name = "Made By"
  53. MadeBy.Parent = MainGUI
  54. MadeBy.BackgroundColor3 = Color3.new(1, 1, 1)
  55. MadeBy.BorderSizePixel = 0
  56. MadeBy.Position = UDim2.new(0.182965294, 0, 0.270491779, 0)
  57. MadeBy.Size = UDim2.new(0, 200, 0, 22)
  58. MadeBy.Font = Enum.Font.SourceSansLight
  59. MadeBy.Text = "Made By Chill Exploits"
  60. MadeBy.TextColor3 = Color3.new(0, 0, 0)
  61. MadeBy.TextSize = 25
  62.  
  63. Close.Name = "Close"
  64. Close.Parent = MainGUI
  65. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  66. Close.Position = UDim2.new(0.899053633, 0, 0.0901639313, 0)
  67. Close.Size = UDim2.new(0, 24, 0, 22)
  68. Close.Font = Enum.Font.SourceSans
  69. Close.Text = "X"
  70. Close.TextColor3 = Color3.new(0, 0, 0)
  71. Close.TextSize = 20
  72. Close.MouseButton1Click:connect(function()
  73. MainGUI.Visible = false
  74. end)
  75. -- By Chill Exploits
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement