The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Knife Simulator script pastebin roblox
By LINK GAME on 2024-09-20 08:00 am | Syntax: LUA | Views: 13



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. while wait(0.1) do
  2. local args = {
  3.     [1] = "hit",
  4.     [2] = {}
  5. }
  6. game:GetService("ReplicatedStorage").forhackers:InvokeServer(unpack(args))
  7. local args = {
  8.     [1] = "throw",
  9.     [2] = CFrame.new(Vector3.new(0, 0, 0), Vector3.new(0, 0, 0))
  10. }
  11.  
  12. game:GetService("ReplicatedStorage").forhackers:InvokeServer(unpack(args))
  13. end