Advertisement
Samuel1234

Knife Simulator GUI ROBLOX

May 31st, 2018
4,942
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.69 KB | None | 0 0
  1. local KnifeSimGUI = Instance.new("ScreenGui")
  2. local Scripts = Instance.new("Frame")
  3. local EasyKill = Instance.new("TextButton")
  4. local MoneyScript = Instance.new("TextButton")
  5. local HeaderName = Instance.new("TextButton")
  6. local Credits = Instance.new("TextButton")
  7. local Exit = Instance.new("TextButton")
  8.  
  9. -- Gui Properties
  10.  
  11. KnifeSimGUI.Name = "KnifeSimGUI"
  12. KnifeSimGUI.Parent = game.CoreGui
  13. KnifeSimGUI.ResetOnSpawn = true
  14.  
  15. -- Script Properties
  16.  
  17. Scripts.Name = "Scripts"
  18. Scripts.Parent = KnifeSimGUI
  19. Scripts.BackgroundColor3 = Color3.new(3, 3.593141, 3)
  20. Scripts.BorderColor3 = Color3.new(0, 0, 0)
  21. Scripts.BorderSizePixel = 2
  22. Scripts.Draggable = true
  23. Scripts.Position = UDim2.new(0, 35, 0, 35)
  24. Scripts.Size = UDim2.new(0, 300, 0, 200)
  25. Scripts.Visible = false
  26.  
  27. EasyKill.Name = "EasyKill"
  28. EasyKill.Parent = Scripts
  29. EasyKill.BackgroundColor3 = Color3.new(0, 0, 0)
  30. EasyKill.BackgroundTransparency = 0.5
  31. EasyKill.Position = UDim2.new(0, 50, 0, 0)
  32. EasyKill.Size = UDim2.new(0, 200, 0, 50)
  33. EasyKill.Font = Enum.Font.SourceSans
  34. EasyKill.TextSize = 20
  35. EasyKill.Text = "EasyKill (click R when using then throw knife at body parts)"
  36. EasyKill.TextColor3 = Color3.new(0, 0, 0)
  37. EasyKill.TextSize = 20
  38. EasyKill.TextWrapped = true
  39.  
  40. MoneyScript.Name = "MoneyScript"
  41. MoneyScript.Parent = Scripts
  42. MoneyScript.BackgroundColor3 = Color3.new(0, 0, 0)
  43. MoneyScript.BackgroundTransparency = 0.5
  44. MoneyScript.Position = UDim2.new(0, 50, 0, 56)
  45. MoneyScript.Size = UDim2.new(0, 200, 0, 50)
  46. MoneyScript.Font = Enum.Font.SourceSans
  47. MoneyScript.TextSize = 20
  48. MoneyScript.Text = "Automatic Money Giver"
  49. MoneyScript.TextColor3 = Color3.new(0, 0, 0)
  50. MoneyScript.TextSize = 20
  51. MoneyScript.TextWrapped = true
  52.  
  53. HeaderName.Name = "HeaderName"
  54. HeaderName.Parent = KnifeSimGUI
  55. HeaderName.BackgroundColor3 = Color3.new(0, 0, 0)
  56. HeaderName.BackgroundTransparency = 0.5
  57. HeaderName.Position = UDim2.new(0, 40, 0, 5)
  58. HeaderName.Size = UDim2.new(0, 290, 0, 26)
  59. HeaderName.Font = Enum.Font.SourceSans
  60. HeaderName.TextSize = 16
  61. HeaderName.Text = "Knife Simulator GUI"
  62. HeaderName.TextColor3 = Color3.new(1, 0, 0)
  63. HeaderName.TextSize = 16
  64. HeaderName.TextWrapped = true
  65.  
  66. Credits.Name = "Credits"
  67. Credits.Parent = Scripts
  68. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  69. Credits.BackgroundTransparency = 0.5
  70. Credits.Position = UDim2.new(0, 12.500000, 0, 120)
  71. Credits.Size = UDim2.new(0, 275, 0, 65)
  72. Credits.Font = Enum.Font.Fantasy
  73. Credits.TextSize = 20
  74. Credits.Text = "Scripts by Stellar & Uncontrollable, GUI By PrivateWhack"
  75. Credits.TextColor3 = Color3.new(0, 0, 0)
  76. Credits.TextSize = 20
  77. Credits.TextWrapped = true
  78.  
  79. Exit.Name = "Exit"
  80. Exit.Parent = Scripts
  81. Exit.BackgroundColor3 = Color3.new(0, 0, 0)
  82. Exit.BackgroundTransparency = 0.5
  83. Exit.BorderColor3 = Color3.new(0, 0, 0)
  84. Exit.BorderSizePixel = 2
  85. Exit.Position = UDim2.new(0, 0, 0, 300)
  86. Exit.Size = UDim2.new(0, 100, 0, 50)
  87. Exit.Font = Enum.Font.Highway
  88. Exit.TextSize = 32
  89. Exit.Text = "Exit"
  90. Exit.TextColor3 = Color3.new(0, 0, 0)
  91. Exit.TextSize = 32
  92. Exit.TextWrapped = true
  93.  
  94. HeaderName.MouseButton1Down:connect(function()
  95. Scripts.Visible = true
  96. HeaderName.Visible = false
  97. end)
  98.  
  99. Exit.MouseButton1Down:connect(function()
  100. Scripts.Visible = false
  101. HeaderName.Visible = true
  102.  
  103. end)
  104.  
  105. EasyKill.MouseButton1Down:connect(function()
  106. loadstring('\32\32\32\32\108\111\99\97\108\32\109\111\117\115\101\32\61\32\103\97\109\101\46\80\108\97\121\101\114\115\46\76\111\99\97\108\80\108\97\121\101\114\58\71\101\116\77\111\117\115\101\40\41\10\32\32\32\32\109\111\117\115\101\46\75\101\121\68\111\119\110\58\99\111\110\110\101\99\116\40\102\117\110\99\116\105\111\110\40\107\101\121\41\10\32\32\32\32\105\102\32\107\101\121\58\108\111\119\101\114\40\41\32\61\61\32\34\114\34\32\116\104\101\110\10\32\32\32\32\112\108\114\32\61\32\103\97\109\101\46\80\108\97\121\101\114\115\46\76\111\99\97\108\80\108\97\121\101\114\10\32\32\32\32\102\111\114\32\95\44\118\32\105\110\32\112\97\105\114\115\40\103\97\109\101\46\80\108\97\121\101\114\115\58\71\101\116\67\104\105\108\100\114\101\110\40\41\41\32\100\111\10\32\32\32\32\105\102\32\118\46\67\104\97\114\97\99\116\101\114\46\78\97\109\101\32\61\61\32\112\108\114\46\110\97\109\101\32\116\104\101\110\32\112\114\105\110\116\40\34\103\111\114\100\111\34\41\10\32\32\32\32\32\32\32\32\112\108\114\46\67\104\97\114\97\99\116\101\114\46\85\112\112\101\114\84\111\114\115\111\46\67\97\110\67\111\108\108\105\100\101\61\102\97\108\115\101\10\32\32\32\32\101\108\115\101\10\32\32\32\32\118\46\67\104\97\114\97\99\116\101\114\46\85\112\112\101\114\84\111\114\115\111\46\84\114\97\110\115\112\97\114\101\110\99\121\61\48\46\56\10\32\32\32\118\46\67\104\97\114\97\99\116\101\114\46\85\112\112\101\114\84\111\114\115\111\46\67\97\110\67\111\108\108\105\100\101\61\102\97\108\115\101\10\32\32\32\32\32\118\46\67\104\97\114\97\99\116\101\114\46\85\112\112\101\114\84\111\114\115\111\46\83\105\122\101\32\61\32\86\101\99\116\111\114\51\46\110\101\119\40\49\53\44\49\53\44\49\53\41\10\32\32\32\32\32\32\118\46\67\104\97\114\97\99\116\101\114\46\76\111\119\101\114\84\111\114\115\111\46\83\105\122\101\32\61\32\86\101\99\116\111\114\51\46\110\101\119\40\57\48\44\50\57\48\44\57\48\41\10\32\32\32\32\32\32\32\118\46\67\104\97\114\97\99\116\101\114\46\85\112\112\101\114\84\111\114\115\111\46\67\70\114\97\109\101\32\61\32\112\108\114\46\67\104\97\114\97\99\116\101\114\46\76\111\119\101\114\84\111\114\115\111\46\67\70\114\97\109\101\32\43\32\86\101\99\116\111\114\51\46\110\101\119\40\48\44\48\44\51\41\10\32\32\32\32\32\101\110\100\10\32\32\32\32\32\32\32\101\110\100\10\32\32\32\32\32\32\32\32\32\101\110\100\10\32\32\32\32\32\32\32\32\101\110\100\41\32')()
  107. end)
  108.  
  109. MoneyScript.MouseButton1Down:connect(function()
  110. while true do
  111. wait()
  112. game.ReplicatedStorage.forhackers:InvokeServer("hit", {})
  113. end
  114. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement