From venuslock, 1 Week ago, written in Lua.
Embed
  1. --SCRIPT 1
  2. loadstring(game:HttpGet('https://pastebin.com/raw/A0BfJbf8'))()
  3.  
  4. --SCRIPT 2
  5. loadstring(game:HttpGet("https://raw.githubusercontent.com/Aaron999S/FiberHub/main/Main"))()
  6.  
  7. --SCRIPT 3
  8. loadstring(game:HttpGet('https://raw.githubusercontent.com/SenhorLDS/ProjectLDSHUB/main/OfficialScript'))()
  9.  
  10. --SCRIPT 4
  11. loadstring(game:HttpGet('https://whimper.xyz/cathub.lua'))() 
  12.  
  13.  
  14. --SCRIPT 5
  15. local tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  16. tool.Name = "DELETE TOOL"
  17. tool.RequiresHandle = false
  18. tool.CanBeDropped = false
  19.  
  20. tool.Equipped:Connect(function(mouse)
  21. mouse.Button1Down:connect(function()
  22. if mouse.Target and mouse.Target.Parent then
  23. game:GetService("ReplicatedStorage").DeleteCar:FireServer(mouse.Target)
  24. end
  25. end)
  26. end)
  27.  
  28.  

captcha