Advertisement
HHLExploits

hi

Nov 24th, 2019
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. //Kill Giant
  2.  
  3. _G.d = true
  4. function getgiant()
  5. for i,d in pairs(game.workspace:GetChildren()) do
  6. if string.sub(d.Name,1,6) == "Giant_" then
  7. return d
  8. end
  9. end
  10. end
  11. local giant = getgiant()
  12. while _G.d == true and wait() do
  13. if giant and giant.Parent ~= nil then
  14. local args =
  15. {
  16. [1] =
  17. {
  18. [1] = giant.Name,
  19. [2] = 14,
  20. [3] = 0.96785491759897
  21. },
  22. [2] =
  23. {
  24. [1] = false,
  25. [2] = false,
  26. [3] = false
  27. }
  28. }
  29. local Event = game:GetService("Workspace")["__THINGS"]["__REMOTES"]["giant_dealdamage"]
  30. Event:FireServer(args)
  31. else
  32. giant = getgiant()
  33. wait(0.25)
  34. end
  35. end
  36.  
  37.  
  38. //Get Bests Gun
  39.  
  40. local A_1 =
  41. {
  42. [1] =
  43. {
  44. [1] = false
  45. },
  46. [2] =
  47. {
  48. [1] = 2
  49. }
  50. }
  51. local Event = game:GetService("Workspace")["__THINGS"]["__REMOTES"].weaponunequipped
  52. Event:FireServer(A_1)
  53. local A_1 =
  54. {
  55. [1] =
  56. {
  57. [1] = "Crazy Futuristic Minigun"
  58. },
  59. [2] =
  60. {
  61. [1] = false
  62. }
  63. }
  64. local Event = game:GetService("Workspace")["__THINGS"]["__REMOTES"].weaponequipped
  65. Event:FireServer(A_1)
  66.  
  67. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  68.  
  69.  
  70. //Get Money
  71.  
  72. local args = {{false}, {2}}
  73. _G.d = true
  74.  
  75. while _G.d == true and wait() do
  76. local Event = game:GetService("Workspace")["__THINGS"]["__REMOTES"].currencycollected
  77. Event:FireServer(args)
  78. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement