Advertisement
SomeRBXperson_

Knife Simulator GUI

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