Psykek

Knife Sim GUI

Mar 26th, 2019
7,565
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.52 KB | None | 0 0
  1. --Script Not Made By Me
  2. --I Just Fix The Script And Make It To The GUI
  3. --So Lol Enjoy <3
  4. local KnifeSimulator = Instance.new("ScreenGui")
  5. local frame = Instance.new("Frame")
  6. local open = Instance.new("TextButton")
  7. local main = Instance.new("Frame")
  8. local title = Instance.new("TextLabel")
  9. local credit = Instance.new("TextLabel")
  10. local havmoney = Instance.new("TextButton")
  11. local tpallplayer = Instance.new("TextButton")
  12. local close = Instance.new("TextButton")
  13. --Script And Gui Config
  14. KnifeSimulator.Name = "KnifeSimulator"
  15. KnifeSimulator.Parent = game.CoreGui
  16.  
  17. frame.Name = "frame"
  18. frame.Parent = KnifeSimulator
  19. frame.BackgroundColor3 = Color3.new(1, 1, 1)
  20. frame.Position = UDim2.new(0.862630963, 0, 0.311526477, 0)
  21. frame.Size = UDim2.new(0, 98, 0, 47)
  22. frame.Style = Enum.FrameStyle.DropShadow
  23.  
  24. open.Name = "open"
  25. open.Parent = frame
  26. open.BackgroundColor3 = Color3.new(1, 1, 1)
  27. open.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  28. open.Position = UDim2.new(-0.0102040814, 0, 0.0212766044, 0)
  29. open.Size = UDim2.new(0, 84, 0, 30)
  30. open.Style = Enum.ButtonStyle.RobloxButton
  31. open.Font = Enum.Font.SourceSansBold
  32. open.Text = "Open"
  33. open.TextColor3 = Color3.new(1, 1, 1)
  34. open.TextSize = 18
  35. open.MouseButton1Down:connect(function()
  36. main.Visible = true
  37. frame.Visible = false
  38. end)
  39.  
  40. main.Name = "main"
  41. main.Parent = KnifeSimulator
  42. main.BackgroundColor3 = Color3.new(1, 1, 1)
  43. main.Position = UDim2.new(0.813736916, 0, 0.423676014, 0)
  44. main.Size = UDim2.new(0, 140, 0, 200)
  45. main.Visible = false
  46. main.Style = Enum.FrameStyle.DropShadow
  47. main.Active = true
  48. main.Draggable = true
  49.  
  50. title.Name = "title"
  51. title.Parent = main
  52. title.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  53. title.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  54. title.BorderSizePixel = 0
  55. title.Position = UDim2.new(-0.0565275326, 0, -0.0413239934, 0)
  56. title.Size = UDim2.new(0, 138, 0, 23)
  57. title.Font = Enum.Font.SciFi
  58. title.Text = "Knife Sim GUI "
  59. title.TextColor3 = Color3.new(1, 1, 1)
  60. title.TextSize = 20
  61.  
  62. credit.Name = "credit"
  63. credit.Parent = main
  64. credit.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  65. credit.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  66. credit.BorderSizePixel = 0
  67. credit.Position = UDim2.new(-0.0565275326, 0, 0.918675959, 0)
  68. credit.Size = UDim2.new(0, 138, 0, 23)
  69. credit.Font = Enum.Font.SciFi
  70. credit.Text = "Made By MixelGaming"
  71. credit.TextColor3 = Color3.new(1, 1, 1)
  72. credit.TextSize = 14
  73.  
  74. havmoney.Name = "havmoney"
  75. havmoney.Parent = main
  76. havmoney.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  77. havmoney.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  78. havmoney.BorderSizePixel = 0
  79. havmoney.Position = UDim2.new(0.026542522, 0, 0.580654204, 0)
  80. havmoney.Size = UDim2.new(0, 117, 0, 37)
  81. havmoney.Font = Enum.Font.SourceSansBold
  82. havmoney.Text = "Auto Have Money"
  83. havmoney.TextColor3 = Color3.new(1, 1, 1)
  84. havmoney.TextSize = 16
  85. havmoney.MouseButton1Down:connect(function()
  86. while true do
  87. wait()
  88. game.ReplicatedStorage.forhackers:InvokeServer("hit", {})
  89. end
  90. end)
  91.  
  92. tpallplayer.Name = "tpallplayer"
  93. tpallplayer.Parent = main
  94. tpallplayer.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  95. tpallplayer.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  96. tpallplayer.BorderSizePixel = 0
  97. tpallplayer.Position = UDim2.new(0.026542522, 0, 0.210654199, 0)
  98. tpallplayer.Size = UDim2.new(0, 117, 0, 37)
  99. tpallplayer.Font = Enum.Font.SourceSansBold
  100. tpallplayer.Text = "TP To All Player"
  101. tpallplayer.TextColor3 = Color3.new(1, 1, 1)
  102. tpallplayer.TextSize = 18
  103. tpallplayer.MouseButton1Down:connect(function()
  104. while wait() do
  105. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  106. if v.Name ~= game:GetService'Players'.LocalPlayer.Name then
  107. repeat
  108. wait(0.15)
  109. game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  110. game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass'Tool':Activate()
  111. until v.Character.Humanoid.Health == 0
  112. end
  113. end
  114. end
  115. end)
  116.  
  117. close.Name = "close"
  118. close.Parent = main
  119. close.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  120. close.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  121. close.BorderSizePixel = 0
  122. close.Position = UDim2.new(0.878571391, 0, -0.0450000018, 0)
  123. close.Size = UDim2.new(0, 21, 0, 22)
  124. close.Font = Enum.Font.SourceSansBold
  125. close.Text = "X"
  126. close.TextColor3 = Color3.new(1, 1, 1)
  127. close.TextSize = 20
  128. close.MouseButton1Down:connect(function()
  129. frame.Visible = true
  130. main.Visible = false
  131. end)
Add Comment
Please, Sign In to add comment