Advertisement
davidxcgdr

FPS / TPS / Fighting Autofarm

Nov 22nd, 2020 (edited)
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.19 KB | None | 0 0
  1. --[[
  2. Made for: FPS games.
  3.  
  4. Warning: this may not work properly due to Roblox updates.
  5. This script may lead to a ban. If something happens to your account, I am not responsible for it.
  6.  
  7. Use at your own risk.
  8. --]]
  9.  
  10. --[[
  11.     // To call the function, enter all the code AT THE TOP OF THE EXECUTOR, and enter the following code BELOW the code:
  12.        _G.q.w('your name here', 'key here')
  13. --]]
  14.  
  15. _G.q={} _G.q.w = function(plrName,key)
  16.     l=plrName;k=key;_G[k]=true game:GetService("\x52\x75\x6E\x53\x65\x72\x76\x69\x63\x65").Stepped:Connect(function()if _G[k]==true then for _,_ in pairs(game.Players:children())do if _.Name~=l then pcall(function()if((_.Character:FindFirstChildOfClass('\x48\x75\x6D\x61\x6E\x6F\x69\x64').Health>0)and(not _.Character:FindFirstChildOfClass('\x46\x6F\x72\x63\x65\x46\x69\x65\x6C\x64')))then pcall(function()workspace[l]:FindFirstChildOfClass('\x54\x6F\x6F\x6C').Enabled=true workspace[l]:FindFirstChildOfClass('\x54\x6F\x6F\x6C'):Activate()end) pcall(function()_.Character:FindFirstChildOfClass('\x54\x6F\x6F\x6C').Enabled=false _.Character:FindFirstChildOfClass('\x54\x6F\x6F\x6C'):Deactivate()end) workspace[l].Head.CFrame=_.Character.Head.CFrame end end)end end end end)
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement