Advertisement
hyehehehe

knife clicker simulator good script

Jun 19th, 2023
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.09 KB | Source Code | 0 0
  1. function C() spawn(function () while getgenv().C do game:GetService("ReplicatedStorage").Knives.Clicker.Default.Remotes.Click:InvokeServer() wait() end end) end
  2. function R() spawn(function () while getgenv().R do game:GetService("ReplicatedStorage").Rebirths.Core.Default.Remotes.Rebirth:InvokeServer() wait() end end) end
  3. function B() spawn(function () while getgenv().B do game:GetService("ReplicatedStorage").Knives.Core.Default.Remotes.Buy:InvokeServer() wait() end end) end
  4. function H() spawn(function () while getgenv().H do local args = {[1] = E}game:GetService("ReplicatedStorage").Boxes.Core.Default.Remotes.Buy:InvokeServer(unpack(args)) wait() end end) end
  5.  
  6. local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))()
  7.  
  8. local w = library:CreateWindow("Knife Clicker Simulator")
  9.  
  10. local b = w:CreateFolder("Main")
  11.  
  12. b:Toggle("Inf. Money",function(val) getgenv().C = val C() end)
  13. b:Toggle("Inf. Rebirths",function(val) getgenv().R = val R() end)
  14. b:Toggle("Upgrade",function(val) getgenv().B = val B() end)
  15. b:Toggle("Hatch",function(val) getgenv().H = val H() end)
  16.  
  17. b:Dropdown("Select",{"1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16"},true,function(val)
  18. E = val
  19. end)
  20.  
  21. b:Label("Made by X_LuaF#0705",{TextSize = 21; TextColor = Color3.fromRGB(255,255,255); BgColor = Color3.fromRGB(38, 38, 38);})
  22.  
  23. local w = library:CreateWindow("LocalPlayer")
  24.  
  25. local b = w:CreateFolder("LP")
  26.  
  27. b:DestroyGui()
  28.  
  29. b:Button("Discord",function() setclipboard("workink.co/2GQ/LTD") end)
  30. b:Button("Full Version",function() loadstring(game:HttpGet("https://pastebin.com/raw/GphZf9Xe", true))() end)
  31. b:Button("Rejoin",function() loadstring(game:HttpGet("https://pastebin.com/raw/mM7JBG5h", true))() end)
  32. b:Button("Reset",function() loadstring(game:HttpGet("https://pastebin.com/raw/EEY6SATj", true))() end)
  33.  
  34. b:Box("Speed","number",function(val) S = val end)
  35. b:Box("Jump","number",function(val) J = val end)
  36. b:Box("Hip Height","number",function(val) H = val end)
  37. b:Box("Gravity","number",function(val) G = val end)
  38.  
  39. b:Toggle("Speed",function(bool) getgenv().Speed = bool Speed(S) end)
  40. b:Toggle("Jump",function(bool) getgenv().Jump = bool Jump(J) end)
  41. b:Toggle("Hip Height",function(bool) getgenv().Hip = bool Hip(H) end)
  42. b:Toggle("Gravity",function(bool) getgenv().Grav = bool Grav(G) end)
  43.  
  44. b:Slider("FOV (Default is 70)",{min = 0;max = 120;precise = true;},function(val) game.workspace.CurrentCamera.FieldOfView = val end)
  45.  
  46. function TPCFrame(Player_CFrame) if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Player_CFrame end end
  47. function TPVector3(Player_Position) game.Players.LocalPlayer.Character.HumanoidRootPart.Position = Player_Position.Position end
  48. function PHP(Player_HP) game.Players.LocalPlayer.Character.Humanoid.Health = Player_HP end
  49.  
  50. function Chat(Mes, Freq) spawn(function () while getgenv().Chat do local args = {[1] = Mes,[2] = "All"} game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args)) wait(Freq) end end) end
  51. function Speed(Nume) spawn(function () while getgenv().Speed do game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = Nume if not getgenv().Speed then game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 16 end wait() end end) end
  52. function Jump(Nume) spawn(function () while getgenv().Jump do game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = Nume if not getgenv().Jump then game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 50 end wait() end end) end
  53. function Hip(Nume) spawn(function () while getgenv().Hip do game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = Nume if not getgenv().Hip then game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = 0.1 end wait() end end) end
  54. function Grav(Nume) spawn(function () while getgenv().Grav do game:GetService("Workspace").Gravity = Nume if not getgenv().Grav then game:GetService("Workspace").Gravity = 196.2 end wait() end end) end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement