Advertisement
NukeVsCity

Giant Survival Hack

Nov 23rd, 2020
3,706
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. _G.Monster = nil
  2. local m
  3. _G.On = true
  4. function FindM()
  5. for i,v in pairs(game.Workspace:GetChildren()) do
  6. if v:FindFirstChild("Humanoid") and v.Humanoid:FindFirstChild("HeadScale") then
  7. if v.Humanoid.HeadScale.Value > 2 then
  8. m = v.Name
  9. _G.Monster = m
  10. end
  11. end
  12. end
  13. end
  14.  
  15. while _G.On and wait() do
  16. FindM()
  17. if m ~= nil then
  18. function getNil(name,class) for _,v in pairs(getnilinstances())do if v.ClassName==class and v.Name==name then return v;end end end
  19.  
  20. local args = {
  21. [1] = {
  22. [1] = {
  23. [1] = m,
  24. [2] = 20,
  25. [3] = 0.010945398251152,
  26. },
  27. [2] = {
  28. [1] = false,
  29. [2] = false,
  30. [3] = false,
  31. },
  32. },
  33. }
  34.  
  35. workspace["__THINGS"]["__REMOTES"]["giant_dealdamage"]:FireServer(unpack(args))
  36. end
  37. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement