Advertisement
ustinjamesss

scp 3008 griefing

Nov 12th, 2022 (edited)
662
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. --Esp script: https://pastebin.com/1yf5uFz4
  2.  
  3. local key = Enum.KeyCode.F
  4. local user = game:GetService("UserInputService")
  5. getgenv().toggle = false
  6.  
  7. user.InputBegan:Connect(function(input,isTyping)
  8. if isTyping then return end
  9. if input.KeyCode == key then
  10. if not getgenv().toggle == true then
  11. getgenv().toggle = true
  12. else
  13. getgenv().toggle = false
  14.  
  15. if not funcs then
  16. loadstring(game:HttpGet("https://raw.githubusercontent.com/6yNuiC9/scr/main/funcs.lua"))()
  17. end
  18. local lastset={}
  19. getgenv().stupidgrief=not getgenv().stupidgrief
  20. while getgenv().stupidgrief and getchar():FindFirstChild('System') and getchar().System:FindFirstChild('Action') do
  21. local chc,chz=getchar():GetBoundingBox()
  22. local rem=getchar().System.Action
  23. chz*=6
  24. local around=workspace:GetPartBoundsInBox(chc,chz)
  25. for i,v in pairs(around) do
  26. local md=v:FindFirstAncestorOfClass('Model')
  27. if md and md.Parent and md.Parent.Name=='Items' and rem and not table.find(lastset,v) then
  28. task.spawn(rem.InvokeServer,rem,"Pickup",{["Model"] = md})
  29. task.wait()
  30. task.spawn(rem.InvokeServer,rem,"Drop",{["EndCFrame"] = getchar():GetPivot()*CFrame.new(-6,-5,0),["CameraCFrame"] = getchar():GetPivot(),["ThrowPower"] = 10})
  31. end
  32. end
  33. lastset=around
  34. around=nil
  35. chc,chz=nil,nil
  36. task.wait()
  37. end
  38. lastset=nil
  39. end
  40. end
  41. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement