GUI_Maker_Roblox

Star Simulator Beta Script Inf Planks autofarm stuff

Apr 8th, 2022 (edited)
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. -made by maxey
  2. --open source dc what u do with it
  3. --Star Simulator Beta
  4.  
  5. getgenv().autospin = true
  6. while true do
  7. wait()
  8. if not getgenv().autospin then return end
  9.  
  10. local args = {
  11. [1] = workspace.Star_LocalPlayer.Player.Land.Land_1004.Tree.Tree_1001["1"],
  12. [2] = "Axe"
  13. }
  14.  
  15. game:GetService("ReplicatedStorage").Attack.UpdateHPEvent:FireServer(unpack(args))
  16.  
  17. local args = {
  18. [1] = workspace.Star_LocalPlayer.Player.Land.Land_1004.Tree.Tree_1001["2"],
  19. [2] = "Axe"
  20. }
  21.  
  22. game:GetService("ReplicatedStorage").Attack.UpdateHPEvent:FireServer(unpack(args))
  23.  
  24. local args = {
  25. [1] = workspace.Star_LocalPlayer.Player.Land.Land_1004.Tree.Tree_1001["3"],
  26. [2] = "Axe"
  27. }
  28.  
  29. game:GetService("ReplicatedStorage").Attack.UpdateHPEvent:FireServer(unpack(args))
  30. end
  31.  
  32.  
  33.  
  34.  
  35. getgenv().autospin = true
  36. while true do
  37. wait()
  38. if not getgenv().autospin then return end
  39.  
  40. local args = {
  41. [1] = workspace.Star_LocalPlayer.Player.Land.Land_1005.Ore.Ore_1001["2"],
  42. [2] = "Pickaxe"
  43. }
  44.  
  45. game:GetService("ReplicatedStorage").Attack.UpdateHPEvent:FireServer(unpack(args))
  46.  
  47. local args = {
  48. [1] = workspace.Star_LocalPlayer.Player.Land.Land_1005.Ore.Ore_1001["1"],
  49. [2] = "Pickaxe"
  50. }
  51.  
  52. game:GetService("ReplicatedStorage").Attack.UpdateHPEvent:FireServer(unpack(args))
  53.  
  54.  
  55. local args = {
  56. [1] = workspace.Star_LocalPlayer.Player.Land.Land_1005.Ore.Ore_1001["1"],
  57. [2] = "Pickaxe"
  58. }
  59.  
  60. game:GetService("ReplicatedStorage").Attack.UpdateHPEvent:FireServer(unpack(args))
  61. end
  62. getgenv().autospin = true
  63. while true do
  64. wait()
  65. if not getgenv().autospin then return end
  66. local args = {
  67. [1] = "Plank",
  68. [2] = 1000000000
  69. }
  70.  
  71. game:GetService("ReplicatedStorage").Resources.BuildingRemo:InvokeServer(unpack(args))
  72. end
Add Comment
Please, Sign In to add comment