The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Boxing Simulator AUTO FARM – AUTO SELL – AUTO DNA & MORE! FREE SCRIPT script pastebin roblox
By Boxing Simulator AUTO FARM – AUTO SELL – AUTO DNA & MORE! FREE SCRIPT on 2024-09-21 08:00 am | Syntax: LUA | Views: 9



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/AikaV3rm/UiLib/master/Lib.lua')))()
  2. -- vars
  3. local players = game:GetService('Players')
  4. local plyrhum = game:GetService('Players').LocalPlayer.Character.Humanoid
  5. local plyr = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  6.  
  7.  
  8. getgenv().pickupc = false
  9. getgenv().autosell = false
  10. getgenv().autofarm = false
  11. getgenv().autodna = false
  12. getgenv().autoglove = false
  13. getgenv().boss1 = false
  14. getgenv().pickupe = false
  15. getgenv().pickupt = false
  16. getgenv().autohatch = false
  17. getgenv().energy = false
  18. getgenv().npcfarm = false
  19.  
  20.  
  21.  
  22.  
  23.  
  24. -- functions
  25. function sell()
  26.  spawn(function() while getgenv().autosell == true do
  27.    game:GetService("ReplicatedStorage").Events.SellRequest:FireServer()
  28.    wait(1)
  29.    end
  30.   end)
  31. end
  32.  
  33. function npcfarm(npc)
  34.     spawn(function()
  35.         while getgenv().npcfarm == true do
  36.             local plyr = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  37.             for i,v in pairs(game:GetService("Workspace").Dungeon.Rooms:GetDescendants()) do
  38.                 if v.Name == npc then
  39.                    repeat wait()
  40.                     plyr.CFrame = v.HumanoidRootPart.CFrame * CFrame.new(0,0,3 )
  41.                     mouse1press()
  42.                    until v.Humanoid.Health <= 0 or getgenv().npcfarm == false
  43.                 end
  44.                end
  45.             end
  46.     end)
  47. end
  48.  
  49. function worldtp(world)
  50.     spawn(function()
  51.         if game:GetService("Workspace").IslandUnlock[world] then
  52.         plyr.CFrame = game:GetService("Workspace").IslandUnlock[world].CFrame
  53.         end
  54.     end)
  55. end
  56.  
  57. function energy()
  58.     spawn(function() while getgenv().energy == true do
  59.         game:GetService("ReplicatedStorage").Events.UpgradeEnergy:FireServer()
  60.       wait()
  61.       end
  62.      end)
  63.    end
  64.  
  65. function autohatch()
  66.     spawn(function()
  67.         while getgenv().autohatch == true and wait() do
  68.     game:GetService("ReplicatedStorage").Events.BuyEgg:FireServer(unpack(hatcharg))
  69.     end
  70.     end)
  71.     end
  72.  
  73. function farm()
  74.     spawn(function() while getgenv().autofarm == true do
  75.         local puncht
  76.         wait()
  77.         for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
  78.             if v.Name == 'Punch' then
  79.                 puncht = v
  80.             end
  81.         end
  82.         for i,v in pairs(game:GetService("Players").LocalPlayer:GetDescendants()) do
  83.             if v.Name == 'Punch' then
  84.                 puncht = v
  85.             end
  86.         end
  87.      plyrhum:EquipTool(puncht)
  88.      wait()
  89.      mouse1press()
  90.      end
  91.  end)
  92. end
  93.  
  94. function boss1()
  95.     spawn(function()
  96.         while getgenv().boss1 == true do
  97.             local plyr = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  98.                 for i,v in pairs(game:GetService("Workspace").Boss:GetDescendants()) do
  99.                 if v.Name == 'HumanoidRootPart' then
  100.                     repeat wait()
  101.                         plyr.CFrame = v.CFrame * CFrame.new(0, 0, 3)
  102.                         mouse1press()
  103.                     until v == nil  or getgenv().boss1 == false
  104.                  end
  105.               end
  106.             end
  107.     end)
  108. end
  109.  
  110. function dna()
  111.     spawn(function() while getgenv().autodna == true do
  112.       game:GetService("ReplicatedStorage").Events.BuyAllDNA:FireServer()
  113.       wait()
  114.       end
  115.      end)
  116.    end
  117.  
  118. function glove()
  119.     spawn(function() while getgenv().autoglove == true do
  120.       game:GetService("ReplicatedStorage").Events.BuyAllGlove:FireServer()
  121.       wait()
  122.       end
  123.      end)
  124.    end
  125.  
  126.    function pickupc()
  127.     spawn(function()
  128.         while getgenv().pickupc == true and task.wait() do
  129.             local plyr = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  130.             for i,v in pairs(game:GetService("Workspace").Coins:GetDescendants()) do
  131.                 if v.Name == 'HumanoidRootPart' then
  132.                         v.CFrame = plyr.CFrame
  133.                 end    
  134.             end
  135.          end
  136.     end)
  137. end
  138.  
  139. function pickupe()
  140.     spawn(function()
  141.         while getgenv().pickupe == true and task.wait() do
  142.             local plyr = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  143.             for i,v in pairs(game:GetService("Workspace").Canes:GetDescendants()) do
  144.                 if v.Name == 'HumanoidRootPart' then
  145.                         v.CFrame = plyr.CFrame
  146.                 end    
  147.             end
  148.          end
  149.     end)
  150. end
  151.  
  152. function pickupt()
  153.     spawn(function()
  154.         local plyr = game:GetService('Players').LocalPlayer.Character.HumanoidRootPart
  155.         while getgenv().pickupt == true and task.wait() do
  156.             for i,v in pairs(game:GetService("Workspace").Trophies:GetDescendants()) do
  157.                 if v.Name == 'HumanoidRootPart' then
  158.                         v.CFrame = plyr.CFrame
  159.                 end    
  160.             end
  161.          end
  162.     end)
  163. end
  164.  
  165. -- gui
  166. local w = library:CreateWindow("BennettV1") -- Creates the window
  167.  
  168. local b = w:CreateFolder("Farm")
  169.  
  170. local f = w:CreateFolder("Pickup")
  171.  
  172. local k = w:CreateFolder("Eggs")
  173.  
  174. local x = w:CreateFolder("Worlds")
  175.  
  176. local l = w:CreateFolder("NPC Farm")
  177.  
  178. local a = w:CreateFolder('Misc')
  179.  
  180.  
  181. b:Toggle("Auto Farm",function(bool)
  182.     getgenv().autofarm = bool
  183.     if bool then
  184.         farm()
  185.     end
  186. end)
  187.  
  188. b:Toggle("Auto Sell",function(bool)
  189.     getgenv().autosell = bool
  190.     if bool then
  191.         sell()
  192.     end
  193. end)
  194.  
  195. b:Toggle("Auto DNA",function(bool)
  196.     getgenv().autodna = bool
  197.     if bool then
  198.         dna()
  199.     end
  200. end)
  201.  
  202. b:Toggle("Auto Gloves",function(bool)
  203.     getgenv().autoglove = bool
  204.     if bool then
  205.         glove()
  206.     end
  207. end)
  208.  
  209. b:Toggle("Auto Energy",function(bool)
  210.     getgenv().energy = bool
  211.     if bool then
  212.         energy()
  213.     end
  214. end)
  215.  
  216. f:Toggle("Pickup Coins",function(bool)
  217.     getgenv().pickupc = bool
  218.     if bool then
  219.         pickupc()
  220.     end
  221. end)
  222.  
  223. f:Toggle("Pickup Eggs",function(bool)
  224.     getgenv().pickupe = bool
  225.     if bool then
  226.         pickupe()
  227.     end
  228. end)
  229.  
  230. f:Toggle("Pickup Trophies",function(bool)
  231.     getgenv().pickupt = bool
  232.     if bool then
  233.         pickupt()
  234.     end
  235. end)
  236.  
  237. k:Dropdown("Select Egg",{"basic","uncommon","rare", "epic", "legendary", "mythical", "divine", "arcane", "mystic","celestial", "supreme", "impostor", "infinity", "magma", "easter" },true,function(value)
  238.     hatcharg = {
  239.         [1] = value,
  240.         [2] = false
  241.     }
  242. end)
  243.  
  244. k:Toggle("Auto Hatch",function(bool)
  245.     getgenv().autohatch = bool
  246.     if bool then
  247.         if hatcharg then
  248.             wait(2)
  249.         autohatch(hatcharg)
  250.         end
  251.     end
  252. end)
  253. local selectedworld
  254. x:Dropdown("Select World",{"FascinatingFire","VastVolcanoes","SparkyStorms", "GlisteringGalaxy", "WinterWonderland", "MysteriousMoon", "WackyWaters", "DesertDream", "ImaginativeInfinity","MightyMagma"},true,function(value2)
  255.     selectedworld = value2
  256. end)
  257.  
  258. x:Button("Teleport To World",function()
  259.     if selectedworld then
  260.     worldtp(selectedworld)
  261.     end
  262. end)
  263.  
  264. local enemy
  265. l:Dropdown("Select NPC To Farm",{"Skeleton","Armored","Boss"},true,function(value3)
  266.     enemy = value3
  267. end)
  268.  
  269. l:Toggle("Auto Farm",function(bool)
  270.     getgenv().npcfarm = bool
  271.     if bool then
  272.         if enemy then
  273.         npcfarm(enemy)
  274.         end
  275.     end
  276. end)
  277.  
  278. l:Toggle("Farm Bunny Boss",function(bool)
  279.     getgenv().boss1 = bool
  280.     if bool then
  281.         boss1()
  282.     end
  283. end)
  284.  
  285. a:Label("Created By Bennett#1897",{
  286.     TextSize = 17; -- Self Explaining
  287.     TextColor = Color3.fromRGB(255,255,255); -- Self Explaining
  288.     BgColor = Color3.fromRGB(69,69,69); -- Self Explaining
  289.    
  290. })
  291.  
  292. a:Label("Contact Me On Discord",{
  293.     TextSize = 17; -- Self Explaining
  294.     TextColor = Color3.fromRGB(255,255,255); -- Self Explaining
  295.     BgColor = Color3.fromRGB(69,69,69); -- Self Explaining
  296.    
  297. })
  298.  
  299. a:Label("If Something Stops Working",{
  300.     TextSize = 17; -- Self Explaining
  301.     TextColor = Color3.fromRGB(255,255,255); -- Self Explaining
  302.     BgColor = Color3.fromRGB(69,69,69); -- Self Explaining
  303.    
  304. })
  305.  
  306. a:Label("UI: Wally Ui v3",{
  307.     TextSize = 17; -- Self Explaining
  308.     TextColor = Color3.fromRGB(255,255,255); -- Self Explaining
  309.     BgColor = Color3.fromRGB(69,69,69); -- Self Explaining
  310.    
  311. })
  312.  
  313. a:DestroyGui()