The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Giant Simulator Script script pastebin roblox
By Giant Simulator on 2024-09-21 08:00 am | Syntax: LUA | Views: 11



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local speed = 10000 -- set this lower to make it slower
  2. local bodyvelocityenabled = true -- set this to false if you are getting kicked
  3. local Imput = game:GetService("UserInputService")
  4. local Plr = game.Players.LocalPlayer
  5. local Mouse = Plr:GetMouse()
  6. function To(position)
  7.    local Chr = Plr.Character
  8.    if Chr ~= nil then
  9.        local ts = game:GetService("TweenService")
  10.        local char = game.Players.LocalPlayer.Character
  11.        local hm = char.HumanoidRootPart
  12.        local dist = (hm.Position - Mouse.Hit.p).magnitude
  13.        local tweenspeed = dist / tonumber(speed)
  14.        local ti = TweenInfo.new(tonumber(tweenspeed), Enum.EasingStyle.Linear)
  15.        local tp = {
  16.            CFrame = CFrame.new(position)
  17.        }
  18.        ts:Create(hm, ti, tp):Play()
  19.        if bodyvelocityenabled == true then
  20.            local bv = Instance.new("BodyVelocity")
  21.            bv.Parent = hm
  22.            bv.MaxForce = Vector3.new(100000, 100000, 100000)
  23.            bv.Velocity = Vector3.new(0, 0, 0)
  24.            wait(tonumber(tweenspeed))
  25.            bv:Destroy()
  26.        end
  27.    end
  28. end
  29.  
  30. local library = loadstring(game:HttpGet("https://pastebin.com/raw/B6haTw0u"))()
  31. local One = library.new("Giant Simulator", 5013109572)
  32. local Farm = One:addPage("AutoFarm", 5012544693)
  33. local F1 = Farm:addSection("AutoFarm")
  34. local Misc1 = One:addPage("Misc", 5012544693)
  35. local Misc = Misc1:addSection("Misc")
  36. local Eggs = Misc1:addSection("Eggs")
  37. local Creds = One:addPage("Credits", 5012544693)
  38. local Cred = Creds:addSection('Credits')
  39.  
  40. getgenv().Start = false
  41. F1:addToggle("AutoFarm(Eggs)", nil, function(bool)
  42.    Start=bool
  43.    game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  44.    while true and Start do
  45. pcall(function()
  46.        for i,v in pairs(game.Workspace.Scene:GetDescendants()) do
  47.            if v.Name == "ResourceNode" and v.NodeType.Value == 6 then
  48.        To(v.Position + Vector3.new(v.CFrame.lookVector * -3.5) + Vector3.new(0,0,5))
  49.        game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.GameService.WeaponAttackStart:FireServer()
  50.                game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.GameService.WeaponAttackStart:FireServer()
  51. end
  52.        end
  53.                wait()
  54.                end)
  55.    end
  56. end)
  57. getgenv().Start1 = false
  58. F1:addToggle("AutoFarm(Boss)", nil, function(bool1)
  59.    Start1=bool1
  60.    game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  61.    while true and Start1 do
  62. pcall(function()
  63.        To(game.Workspace.NPC.Boss:findFirstChild("Borock").HumanoidRootPart.Position + Vector3.new(game.Workspace.NPC.Boss:findFirstChild("Borock").HumanoidRootPart.CFrame.lookVector * -3.5) + Vector3.new(0,0,5))
  64.        game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.GameService.WeaponAttackStart:FireServer()
  65.                game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.GameService.WeaponAttackStart:FireServer()
  66. end)
  67.                            wait()
  68.    end
  69. end)
  70. getgenv().Start2 = false
  71. F1:addToggle("AutoFarm(DemonKing)", nil, function(bool2)
  72.    Start2=bool2
  73.    game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  74.    while true and Start2 do
  75. pcall(function()
  76.        To(game.Workspace.NPC.DemonKing.DemonKing.HumanoidRootPart.Position + Vector3.new(game.Workspace.NPC.DemonKing.DemonKing.HumanoidRootPart.CFrame.lookVector * -1.5) + Vector3.new(0,0,5))
  77.        game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.GameService.WeaponAttackStart:FireServer()
  78.                game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.GameService.WeaponAttackStart:FireServer()
  79. end)
  80.                           wait()
  81.    end
  82. end)
  83. getgenv().Start3 = false
  84. F1:addToggle("AutoFarm(Gnome)", nil, function(bool3)
  85.    Start3=bool3
  86.    game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  87.    while true and Start3 do
  88. pcall(function()
  89.        To(game.Workspace.NPC.Gnomes:findFirstChild("Gnome").HumanoidRootPart.Position + Vector3.new(game.Workspace.NPC.Gnomes:findFirstChild("Gnome").HumanoidRootPart.CFrame.lookVector * 1.5) + Vector3.new(0,0,0))
  90.        game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.GameService.WeaponAttackStart:FireServer()
  91.                game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.GameService.WeaponAttackStart:FireServer()
  92. end)
  93.                            wait()
  94.    end
  95. end)
  96.  
  97. getgenv().eg = true
  98. Eggs:addToggle("Auto Buy Egg(5k)",nil,function(egger)
  99.    eg=egger
  100.    while true and eg do
  101.        pcall(function()
  102. game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.GameService.OpenPetCrate:InvokeServer(1)
  103.        end)
  104.                wait(0)
  105.    end
  106.  
  107. end)
  108.  
  109. getgenv().eg1 = true
  110. Eggs:addToggle("Auto Buy Egg(25k)",nil,function(egger1)
  111.    eg1=egger1
  112.    while true and eg1 do
  113.        pcall(function()
  114. game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.GameService.OpenPetCrate:InvokeServer(2)
  115.        end)
  116.                wait(0)
  117.    end
  118.  
  119. end)
  120.  
  121. getgenv().eg2 = true
  122. Eggs:addToggle("Auto Buy Egg(125k)",nil,function(egger2)
  123.    eg2=egger2
  124.    while true and eg2 do
  125.        pcall(function()
  126. game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.GameService.OpenPetCrate:InvokeServer(3)
  127.        end)
  128.                wait(0)
  129.    end
  130.  
  131. end)
  132.  
  133. getgenv().eg4 = true
  134. Eggs:addToggle("Auto Buy Egg(1M)",nil,function(egger4)
  135.    eg4=egger4
  136.    while true and eg4 do
  137.        pcall(function()
  138. game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.GameService.OpenPetCrate:InvokeServer(4)
  139.        end)
  140.                wait(0)
  141.    end
  142.  
  143. end)
  144. getgenv().eg5 = true
  145. Eggs:addToggle("Auto Buy Egg(20M)",nil,function(egger5)
  146.    eg5=egger5
  147.    while true and eg5 do
  148.        pcall(function()
  149. game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.GameService.OpenPetCrate:InvokeServer(5)
  150.        end)
  151.                wait(0)
  152.    end
  153.  
  154. end)
  155. getgenv().eg6 = true
  156. Eggs:addToggle("Auto Buy Egg(2k Eggs)",nil,function(egger6)
  157.    eg4=egger6
  158.    while true and eg6 do
  159.        pcall(function()
  160. game:GetService("ReplicatedStorage").Aero.AeroRemoteServices.GameService.OpenPetCrate:InvokeServer(6)
  161.        end)
  162.                wait(0)
  163.    end
  164.  
  165. end)
  166.  
  167. Misc:addButton("Anti-AFK",function()
  168.    local vu = game:GetService("VirtualUser")
  169. game:GetService("Players").LocalPlayer.Idled:connect(function()
  170.   vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  171.   wait(1)
  172.   vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  173. end)
  174. print("Done!")
  175. end)
  176.  
  177. Cred:addButton("Made By Mercy#0404",function()
  178.  
  179. setclipboard("Mercy#0404")
  180.  
  181. end)