Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Esp script: https://pastebin.com/1yf5uFz4
- local key = Enum.KeyCode.F
- local user = game:GetService("UserInputService")
- getgenv().toggle = false
- user.InputBegan:Connect(function(input,isTyping)
- if isTyping then return end
- if input.KeyCode == key then
- if not getgenv().toggle == true then
- getgenv().toggle = true
- else
- getgenv().toggle = false
- if not funcs then
- loadstring(game:HttpGet("https://raw.githubusercontent.com/6yNuiC9/scr/main/funcs.lua"))()
- end
- local lastset={}
- getgenv().stupidgrief=not getgenv().stupidgrief
- while getgenv().stupidgrief and getchar():FindFirstChild('System') and getchar().System:FindFirstChild('Action') do
- local chc,chz=getchar():GetBoundingBox()
- local rem=getchar().System.Action
- chz*=6
- local around=workspace:GetPartBoundsInBox(chc,chz)
- for i,v in pairs(around) do
- local md=v:FindFirstAncestorOfClass('Model')
- if md and md.Parent and md.Parent.Name=='Items' and rem and not table.find(lastset,v) then
- task.spawn(rem.InvokeServer,rem,"Pickup",{["Model"] = md})
- task.wait()
- task.spawn(rem.InvokeServer,rem,"Drop",{["EndCFrame"] = getchar():GetPivot()*CFrame.new(-6,-5,0),["CameraCFrame"] = getchar():GetPivot(),["ThrowPower"] = 10})
- end
- end
- lastset=around
- around=nil
- chc,chz=nil,nil
- task.wait()
- end
- lastset=nil
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement