takuyahd

Script Giant Survival 1-0

Nov 25th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. function getgiant()
  2. for i,d in pairs(game.workspace:GetChildren()) do
  3. if string.sub(d.Name,1,6) == "Giant_" then
  4. return d
  5. end
  6. end
  7. end
  8. local gear = {"Gravity Coil","Speed Coil","Super Gravity Coil","Super Speed Coil","Cash Magnet","Infinity Coil",};
  9. local wp = {"Crossbow","Slingshot","Revolver","Banana Pistol","Potato Launcher","Paintball Gun","Fireworks Launcher","Double Barrel Shotgun","SMG","Plunger Rifle","Minigun","Sniper Rifle","Lava Pistol","SCAR","Ray Gun","Space Rifle","Biochemical Blaster","Golden Pistol","Black Hole Gun","Crazy Futuristic Minigun"};
  10. local giant = getgiant()
  11. local args = {{false}, {2}}
  12. local library = loadstring(game:HttpGet("https://pastebin.com/raw/sCjHCCMi", true))()
  13. library.options.underlinecolor = "rainbow"
  14. local run = game:GetService("RunService")
  15. local w = library:CreateWindow('Farming')
  16. local t = w:Toggle('Attack boss', {flag = "boss"})
  17. local b = w:Toggle('Get moneyz', {flag = "money"})
  18. w:Dropdown("weapons", {
  19. location = _G;
  20. flag = "wp";
  21. list = wp
  22. }, function(new)
  23. local A_1 =
  24. {
  25. [1] =
  26. {
  27. [1] = false
  28. },
  29. [2] =
  30. {
  31. [1] = 2
  32. }
  33. }
  34. local Event = game:GetService("Workspace")["__THINGS"]["__REMOTES"].weaponunequipped
  35. Event:FireServer(A_1)
  36. local A_1 =
  37. {
  38. [1] =
  39. {
  40. [1] = new
  41. },
  42. [2] =
  43. {
  44. [1] = false
  45. }
  46. }
  47. local Event = game:GetService("Workspace")["__THINGS"]["__REMOTES"].weaponequipped
  48. Event:FireServer(A_1)
  49.  
  50. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  51. end)
  52. w:Dropdown("gear", {
  53. location = _G;
  54. flag = "gear";
  55. list = gear
  56. }, function(new)
  57. local A_1 =
  58. {
  59. [1] =
  60. {
  61. [1] = false
  62. },
  63. [2] =
  64. {
  65. [1] = 2
  66. }
  67. }
  68. local Event = game:GetService("Workspace")["__THINGS"]["__REMOTES"].gearunequipped
  69. Event:FireServer(A_1)
  70. local A_1 =
  71. {
  72. [1] =
  73. {
  74. [1] = new
  75. },
  76. [2] =
  77. {
  78. [1] = false
  79. }
  80. }
  81. local Event = game:GetService("Workspace")["__THINGS"]["__REMOTES"].gearequipped
  82. Event:FireServer(A_1)
  83.  
  84. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  85. end)
  86. run.Stepped:Connect(function()
  87.  
  88. if w.flags.money then
  89.  
  90. local Event = game:GetService("Workspace")["__THINGS"]["__REMOTES"].currencycollected
  91. Event:FireServer(args)
  92.  
  93. end
  94.  
  95. if w.flags.boss then
  96. if giant and giant.Parent ~= nil then
  97. local args =
  98. {
  99. [1] =
  100. {
  101. [1] = giant.Name,
  102. [2] = 14,
  103. [3] = 0.96785491759897
  104. },
  105. [2] =
  106. {
  107. [1] = false,
  108. [2] = false,
  109. [3] = false
  110. }
  111. }
  112. local Event = game:GetService("Workspace")["__THINGS"]["__REMOTES"]["giant_dealdamage"]
  113. Event:FireServer(args)
  114. else
  115. giant = getgiant()
  116. wait(0.25)
  117. end
  118. end
  119.  
  120. end)
Add Comment
Please, Sign In to add comment