Advertisement
RomashkaHEHE

Roblox Spider script autowin

May 20th, 2021 (edited)
5,254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 32.09 KB | None | 0 0
  1. function forreinjectfunction()
  2.  
  3. -- peremenniye ------------------------------------------------------------------------------------------------------------------------------------------------------------------
  4. local nameven = "Spider Gui [BETA]"
  5. for i,v in pairs(game.CoreGui:GetChildren()) do
  6.     if v.Name == nameven then
  7.         v:Destroy()
  8.     end
  9. end
  10.  
  11. espforlder = Instance.new("Folder")
  12. espforlder.Parent = game.Workspace.CurrentCamera
  13.  
  14. lplr = game.Players.LocalPlayer
  15. lplrhum = lplr.Character.HumanoidRootPart
  16. _G.maxspeedromfly = 100
  17. hitboxsize = 10
  18.  
  19. if _G.spiderguiven == nil then
  20.     _G.spiderguiven = 1
  21. else
  22.     _G.spiderguiven = _G.spiderguiven + 1
  23. end
  24. local bindworksvenyx = _G.spiderguiven
  25.  
  26. local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/GreenDeno/Venyx-UI-Library/main/source.lua"))()
  27. local venyx = library.new(nameven, 5013109572)
  28.  
  29. -- functions
  30.  
  31. itemstab = {
  32.     "Crowbar",
  33.     "Green Key",
  34.     "Purple Key",
  35.     "Battery",
  36.     "Ladder",
  37.     "Yellow Key",
  38.     "Blue Key",
  39.     "Bug Spray",
  40.     "Orange Key",
  41.     "C4",
  42.     "Red Key",
  43.     "Wrench"
  44. }
  45.  
  46. -- pages and sections
  47.  
  48. local page1 = venyx:addPage("Player", 5012544693)
  49. local sectionautowin = page1:addSection('By RomashkaHEHE')
  50. local section1 = page1:addSection("Item Functions")
  51. local section2 = page1:addSection("")
  52.  
  53. local page2 = venyx:addPage("Spider", 5012544693)
  54. local section21 = page2:addSection("By RomashkaHEHE")
  55.  
  56. local page4 = venyx:addPage("Local Player", 5012544693)
  57. local section41 = page4:addSection("By RomashkaHEHE")
  58.  
  59. local page3 = venyx:addPage("Other", 5012544693)
  60. local section31 = page3:addSection("By RomashkaHEHE")
  61.  
  62. -- first page1
  63.  
  64. section1:addDropdown("Items", itemstab, function(value)
  65.     itemchoose = value
  66. end)
  67.  
  68. section1:addButton("Take item", function()
  69.     for _,v in pairs(game:GetService("Workspace").Items:GetDescendants()) do
  70.         if v.ClassName == "ClickDetector" then
  71.             if v.Parent.Parent.Name == itemchoose then
  72.                 playercheckpos = lplr.Character.HumanoidRootPart.CFrame
  73.                 wait(0.3)
  74.                 lplr.Character.HumanoidRootPart.CFrame = v.Parent.CFrame
  75.                 wait(0.3)
  76.                 local args = {
  77.                     [1] = "AttemptSwapItems",
  78.                     [2] = v.Parent
  79.                 }
  80.                 game:GetService("ReplicatedStorage").modules.up.Network.RemoteFunction:InvokeServer(unpack(args))
  81.                 wait(0.3)
  82.                 lplr.Character.HumanoidRootPart.CFrame = playercheckpos
  83.             end
  84.         end
  85.     end
  86. end)
  87.  
  88. section1:addButton("Use item", function()
  89.     if itemchoose == "Crowbar" then
  90.         pcall(function()
  91.             playercheckpos2 = lplrhum.CFrame
  92.             if lplr.Backpack:FindFirstChild("Crowbar") then
  93.                 lplr.Backpack:FindFirstChild("Crowbar").Parent = lplr.Character
  94.                 pickupye1 = true
  95.             elseif lplr.Character:FindFirstChild("Crowbar") then
  96.                 pickupye1 = true
  97.             end
  98.             wait(0.3)
  99.             if pickupye1 then
  100.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(500.116486, 58.4998817, 98.4872971)
  101.                 wait(0.3)
  102.                 local args = {
  103.                     [1] = "AttemptTriggerMapEvent",
  104.                     [2] = workspace.Map01_Cabin.DockGate.BoardEvent.Trigger
  105.                 }
  106.                 game:GetService("ReplicatedStorage").modules.up.Network.RemoteEvent:FireServer(unpack(args))
  107.                 wait(0.3)
  108.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(476.164368, 75.5, -2.34601712)
  109.                 wait(0.3)
  110.                 local args = {
  111.                     [1] = "AttemptTriggerMapEvent",
  112.                     [2] = workspace.Map01_Cabin.CABIN.BoardEvent.Trigger
  113.                 }
  114.                 game:GetService("ReplicatedStorage").modules.up.Network.RemoteEvent:FireServer(unpack(args))
  115.                 wait(0.3)
  116.                 pickupye1 = false
  117.                 lplrhum.CFrame = playercheckpos2
  118.             end
  119.         end)
  120.     elseif itemchoose == "Green Key" then
  121.         pcall(function()
  122.             playercheckpos2 = lplrhum.CFrame
  123.             wait(0.3)
  124.             if lplr.Backpack:FindFirstChild("Green Key") then
  125.                 lplr.Backpack:FindFirstChild("Green Key").Parent = lplr.Character
  126.                 pickupye2 = true
  127.             elseif lplr.Character:FindFirstChild("Green Key") then
  128.                 pickupye2 = true
  129.             end
  130.             wait(0.3)
  131.             if pickupye2 then
  132.                 lplr.Character.HumanoidRootPart.CFrame = game:GetService("Workspace")["Map01_Cabin"].Shed.ShedDoor.Door.CFrame
  133.                 wait(0.3)
  134.                 local args = {
  135.                     [1] = "AttemptToggleDoor",
  136.                     [2] = workspace.Map01_Cabin.Shed.ShedDoor,
  137.                     [3] = true
  138.                 }
  139.                 game:GetService("ReplicatedStorage").modules.up.Network.RemoteEvent:FireServer(unpack(args))
  140.                 wait(0.3)
  141.                 pickupye2 = false
  142.                 lplrhum.CFrame = playercheckpos2
  143.             end
  144.         end)
  145.     elseif itemchoose == "Purple Key" then
  146.         pcall(function()
  147.             playercheckpos2 = lplrhum.CFrame
  148.             if lplr.Backpack:FindFirstChild("Purple Key") then
  149.                 lplr.Backpack:FindFirstChild("Purple Key").Parent = lplr.Character
  150.                 pickupye3 = true
  151.             elseif lplr.Character:FindFirstChild("Purple Key") then
  152.                 pickupye3 = true
  153.             end
  154.             wait(0.3)
  155.             if pickupye3 then
  156.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(499.690582, 58.5, 98.9617615)
  157.                 wait(0.3)
  158.                 local args = {
  159.                     [1] = "AttemptToggleDoor",
  160.                     [2] = workspace.Map01_Cabin.DockGate.DockDoorSystem.DockDoor,
  161.                     [3] = false
  162.                 }
  163.                 game:GetService("ReplicatedStorage").modules.up.Network.RemoteEvent:FireServer(unpack(args))
  164.                 wait(0.3)
  165.                 pickupye3 = false
  166.                 lplrhum.CFrame = playercheckpos2
  167.             end
  168.         end)
  169.     elseif itemchoose == "Battery" then
  170.         pcall(function()
  171.             playercheckpos2 = lplrhum.CFrame
  172.             if lplr.Backpack:FindFirstChild("Battery") then
  173.                 lplr.Backpack:FindFirstChild("Battery").Parent = lplr.Character
  174.                 pickupye4 = true
  175.             elseif lplr.Character:FindFirstChild("Battery") then
  176.                 pickupye4 = true
  177.             end
  178.             wait(0.3)
  179.             if pickupye4 then
  180.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(436.361237, 58.7000008, 67.5416489)
  181.                 wait(0.3)
  182.                 local args = {
  183.                     [1] = "AttemptTriggerMapEvent",
  184.                     [2] = workspace.Map01_Cabin.Shed.BatteryLever.BatteryHolder.Trigger
  185.                 }
  186.                 game:GetService("ReplicatedStorage").modules.up.Network.RemoteEvent:FireServer(unpack(args))
  187.                 wait(0.3)
  188.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(435.346283, 58.7000008, 72.5034714)
  189.                 wait(0.3)
  190.                 local args = {
  191.                     [1] = "AttemptTriggerMapEvent",
  192.                     [2] = workspace.Map01_Cabin.Shed.BatteryLever.PoweredLeverSwitch.Trigger
  193.                 }
  194.                 game:GetService("ReplicatedStorage").modules.up.Network.RemoteEvent:FireServer(unpack(args))
  195.                 wait(0.3)
  196.                 pickupye4 = false
  197.                 lplrhum.CFrame = playercheckpos2
  198.             end
  199.         end)
  200.     elseif itemchoose == "Ladder" then
  201.         pcall(function()
  202.             playercheckpos2 = lplrhum.CFrame
  203.             if lplr.Backpack:FindFirstChild("Ladder") then
  204.                 lplr.Backpack:FindFirstChild("Ladder").Parent = lplr.Character
  205.                 pickupye5 = true
  206.             elseif lplr.Character:FindFirstChild("Ladder") then
  207.                 pickupye5 = true
  208.             end
  209.             wait(0.3)
  210.             if pickupye5 then
  211.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(499.690582, 58.5, 98.9617615)
  212.                 wait(0.3)
  213.                 local args = {
  214.                     [1] = "AttemptTriggerMapEvent",
  215.                     [2] = workspace.Map01_Cabin.CABIN.LadderEvent.Trigger
  216.                 }
  217.                 game:GetService("ReplicatedStorage").modules.up.Network.RemoteEvent:FireServer(unpack(args))
  218.                 wait(0.3)
  219.                 pickupye5 = false
  220.                 lplrhum.CFrame = playercheckpos2
  221.             end
  222.         end)
  223.     elseif itemchoose == "Yellow Key" then
  224.         pcall(function()
  225.             playercheckpos2 = lplrhum.CFrame
  226.             if lplr.Backpack:FindFirstChild("Yellow Key") then
  227.                 lplr.Backpack:FindFirstChild("Yellow Key").Parent = lplr.Character
  228.                 pickupye6 = true
  229.             elseif lplr.Character:FindFirstChild("Yellow Key") then
  230.                 pickupye6 = true
  231.             end
  232.             wait(0.3)
  233.             if pickupye6 then
  234.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(576.861145, 43.1000023, 79.4047241)
  235.                 wait(0.3)
  236.                 local args = {
  237.                     [1] = "AttemptToggleDoor",
  238.                     [2] = workspace.Map01_Cabin.BunkerUnderground.SafeInBunker.SafeDoor,
  239.                     [3] = false
  240.                 }
  241.                 game:GetService("ReplicatedStorage").modules.up.Network.RemoteEvent:FireServer(unpack(args))
  242.                 wait(0.3)
  243.                 pickupye6 = false
  244.                 lplrhum.CFrame = playercheckpos2
  245.             end
  246.         end)
  247.     elseif itemchoose == "Blue Key" then
  248.         pcall(function()
  249.             playercheckpos2 = lplrhum.CFrame
  250.             if lplr.Backpack:FindFirstChild("Blue Key") then
  251.                 lplr.Backpack:FindFirstChild("Blue Key").Parent = lplr.Character
  252.                 pickupye7 = true
  253.             elseif lplr.Character:FindFirstChild("Blue Key") then
  254.                 pickupye7 = true
  255.             end
  256.             wait(0.3)
  257.             if pickupye7 then
  258.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(507.268158, 75.5, 29.3330078)
  259.                 wait(0.3)
  260.                 local args = {
  261.                     [1] = "AttemptToggleDoor",
  262.                     [2] = workspace.Map01_Cabin.CABIN.WallDoorSegment.LockedDoor,
  263.                     [3] = false
  264.                 }
  265.                 game:GetService("ReplicatedStorage").modules.up.Network.RemoteEvent:FireServer(unpack(args))
  266.                 wait(0.3)
  267.                 pickupye7 = false
  268.                 lplrhum.CFrame = playercheckpos2
  269.             end
  270.         end)
  271.     elseif itemchoose == "Orange Key" then
  272.         pcall(function()
  273.             playercheckpos2 = lplrhum.CFrame
  274.             if lplr.Backpack:FindFirstChild("Orange Key") then
  275.                 lplr.Backpack:FindFirstChild("Orange Key").Parent = lplr.Character
  276.                 pickupye8 = true
  277.             elseif lplr.Character:FindFirstChild("Orange Key") then
  278.                 pickupye8 = true
  279.             end
  280.             wait(0.3)
  281.             if pickupye8 then
  282.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(471.914642, 75.5, -13.6338701)
  283.                 wait(0.3)
  284.                 local args = {
  285.                     [1] = "AttemptToggleDoor",
  286.                     [2] = workspace.Map01_Cabin.CABIN.SafeInHouse.SafeDoor,
  287.                     [3] = false
  288.                 }
  289.                 game:GetService("ReplicatedStorage").modules.up.Network.RemoteEvent:FireServer(unpack(args))
  290.                 wait(0.3)
  291.                 pickupye8 = false
  292.                 lplrhum.CFrame = playercheckpos2
  293.             end
  294.         end)
  295.     elseif itemchoose == "C4" then
  296.         pcall(function()
  297.             playercheckpos2 = lplrhum.CFrame
  298.             if lplr.Backpack:FindFirstChild("C4") then
  299.                 lplr.Backpack:FindFirstChild("C4").Parent = lplr.Character
  300.                 pickupye9 = true
  301.             elseif lplr.Character:FindFirstChild("C4") then
  302.                 pickupye9 = true
  303.             end
  304.             wait(0.3)
  305.             if pickupye9 then
  306.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(535.640137, 58.9000015, 87.7516327)
  307.                 wait(0.3)
  308.                 local args = {
  309.                     [1] = "AttemptTriggerMapEvent",
  310.                     [2] = workspace.Map01_Cabin.BunkerUnderground.BunkerHatchEvent.Trigger
  311.                 }
  312.                 game:GetService("ReplicatedStorage").modules.up.Network.RemoteEvent:FireServer(unpack(args))
  313.                 wait(0.3)
  314.                 pickupye9 = false
  315.                 lplrhum.CFrame = playercheckpos2
  316.             end
  317.         end)
  318.     elseif itemchoose == "Red Key" then
  319.         pcall(function()
  320.             playercheckpos2 = lplrhum.CFrame
  321.             if lplr.Backpack:FindFirstChild("Red Key") then
  322.                 lplr.Backpack:FindFirstChild("Red Key").Parent = lplr.Character
  323.                 pickupye10 = true
  324.             elseif lplr.Character:FindFirstChild("Red Key") then
  325.                 pickupye10 = true
  326.             end
  327.             wait(0.3)
  328.             if pickupye10 then
  329.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(533.183777, 61.5, 7.5835247)
  330.                 wait(0.3)
  331.                 local args = {
  332.                     [1] = "AttemptToggleDoor",
  333.                     [2] = workspace.Map01_Cabin.CABIN.WallDoorSegment.LockedDoor,
  334.                     [3] = false
  335.                 }
  336.                 game:GetService("ReplicatedStorage").modules.up.Network.RemoteEvent:FireServer(unpack(args))
  337.                 wait(0.3)
  338.                 pickupye10 = false
  339.                 lplrhum.CFrame = playercheckpos2
  340.             end
  341.         end)
  342.     elseif itemchoose == "Wrench" then
  343.         pcall(function()
  344.             playercheckpos2 = lplrhum.CFrame
  345.             if lplr.Backpack:FindFirstChild("Wrench") then
  346.                 lplr.Backpack:FindFirstChild("Wrench").Parent = lplr.Character
  347.                 pickupye11 = true
  348.             elseif lplr.Character:FindFirstChild("Wrench") then
  349.                 pickupye11 = true
  350.             end
  351.             wait(0.3)
  352.             if pickupye11 then
  353.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(548.232605, 43, 81.5556564)
  354.                 wait(0.3)
  355.                 local args = {
  356.                     [1] = "AttemptTriggerMapEvent",
  357.                     [2] = workspace.Map01_Cabin.BunkerUnderground.LaserEvent.PowerPanel.Trigger
  358.                 }
  359.                 game:GetService("ReplicatedStorage").modules.up.Network.RemoteEvent:FireServer(unpack(args))
  360.                 wait(0.3)
  361.                 pickupye11 = false
  362.                 lplrhum.CFrame = playercheckpos2
  363.             end
  364.         end)
  365.     end
  366. end)
  367.  
  368. section2:addToggle("Spider esp", nil, function()
  369.     local bill = Instance.new("BillboardGui", espforlder)
  370.     bill.Name = plr.Name
  371.     bill.AlwaysOnTop = true
  372.     bill.Size = UDim2.new(1,0,1,0)
  373.     bill.Adornee = plr.Character.Head
  374.     local Frame = Instance.new('Text',bill)
  375.     Frame.Active = true
  376.     Frame.BackgroundColor3 = Color3.new(0/255,255/255,0/255)
  377.     Frame.BackgroundTransparency = 0
  378.     Frame.BorderSizePixel = 0
  379.     Frame.AnchorPoint = Vector2.new(.5, .5)
  380.     Frame.Position = UDim2.new (0.5,0,0.5,0)
  381.     Frame.Size = UDim2.new (1,0,1,0)
  382.     Frame.Rotation = 0
  383. end)
  384.  
  385. section2:addButton("Use Lever", function()
  386.     playercheckpos2 = lplrhum.CFrame
  387.     wait(0.3)
  388.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(563.418213, 43, 88.4427719)
  389.     wait(0.3)
  390.     local args = {
  391.         [1] = "AttemptTriggerMapEvent",
  392.         [2] = workspace.Map01_Cabin.BunkerUnderground.LeverSwitch.Trigger
  393.     }
  394.     game:GetService("ReplicatedStorage").modules.up.Network.RemoteEvent:FireServer(unpack(args))
  395.     wait(0.3)
  396.     lplrhum.CFrame = playercheckpos2
  397. end)
  398.  
  399. sectionautowin:addButton("Auto Win (beta)", function()
  400.     noclipON = true
  401.     if not stad1 then
  402.         for _,v in pairs(game:GetService("Workspace").Items:GetDescendants()) do
  403.             if v.ClassName == "ClickDetector" then
  404.                 if v.Parent.Parent.Name == "Crowbar" then
  405.                     playercheckpos = lplr.Character.HumanoidRootPart.CFrame
  406.                     wait(0.3)
  407.                     lplr.Character.HumanoidRootPart.CFrame = v.Parent.CFrame
  408.                     wait(0.3)
  409.                     local args = {
  410.                         [1] = "AttemptSwapItems",
  411.                         [2] = v.Parent
  412.                     }
  413.                     game:GetService("ReplicatedStorage").modules.up.Network.RemoteFunction:InvokeServer(unpack(args))
  414.                     wait(0.2)
  415.                     pcall(function()
  416.                         playercheckpos2 = lplrhum.CFrame
  417.                         if lplr.Backpack:FindFirstChild("Crowbar") then
  418.                             lplr.Backpack:FindFirstChild("Crowbar").Parent = lplr.Character
  419.                             pickupye1 = true
  420.                         elseif lplr.Character:FindFirstChild("Crowbar") then
  421.                             pickupye1 = true
  422.                         end
  423.                         wait(0.2)
  424.                         if pickupye1 then
  425.                             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(500.116486, 58.4998817, 98.4872971)
  426.                             wait(0.2)
  427.                             local args = {
  428.                                 [1] = "AttemptTriggerMapEvent",
  429.                                 [2] = workspace.Map01_Cabin.DockGate.BoardEvent.Trigger
  430.                             }
  431.                             game:GetService("ReplicatedStorage").modules.up.Network.RemoteEvent:FireServer(unpack(args))
  432.                             wait(0.2)
  433.                             pickupye1 = false
  434.                             stad1 = true
  435.                         end
  436.                     end)
  437.                 end
  438.             end
  439.         end
  440.     end
  441.    
  442.     if not stad1 then return end
  443.    
  444.     if not stad2 then
  445.         for _,v in pairs(game:GetService("Workspace").Items:GetDescendants()) do
  446.             if v.ClassName == "ClickDetector" then
  447.                 if v.Parent.Parent.Name == "Battery" then
  448.                     wait(0.2)
  449.                     playercheckpos = lplr.Character.HumanoidRootPart.CFrame
  450.                     wait(0.2)
  451.                     lplr.Character.HumanoidRootPart.CFrame = v.Parent.CFrame
  452.                     wait(0.2)
  453.                     local args = {
  454.                         [1] = "AttemptSwapItems",
  455.                         [2] = v.Parent
  456.                     }
  457.                     game:GetService("ReplicatedStorage").modules.up.Network.RemoteFunction:InvokeServer(unpack(args))
  458.                     wait(0.2)
  459.                     stad2 = true
  460.                 end
  461.             end
  462.         end
  463.     end
  464.    
  465.     if not stad2 then return end
  466.    
  467.     if not stad3 then
  468.         pcall(function()
  469.             wait(0.2)
  470.             if lplr.Backpack:FindFirstChild("Battery") then
  471.                 lplr.Backpack:FindFirstChild("Battery").Parent = lplr.Character
  472.                 pickupye4 = true
  473.             elseif lplr.Character:FindFirstChild("Battery") then
  474.                 pickupye4 = true
  475.             else return end
  476.             wait(0.2)
  477.             if pickupye4 then
  478.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(436.361237, 58.7000008, 67.5416489)
  479.                 wait(0.3)
  480.                 local args = {
  481.                     [1] = "AttemptTriggerMapEvent",
  482.                     [2] = workspace.Map01_Cabin.Shed.BatteryLever.BatteryHolder.Trigger
  483.                 }
  484.                 game:GetService("ReplicatedStorage").modules.up.Network.RemoteEvent:FireServer(unpack(args))
  485.                 wait(0.3)
  486.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(435.346283, 58.7000008, 72.5034714)
  487.                 wait(0.3)
  488.                 local args = {
  489.                     [1] = "AttemptTriggerMapEvent",
  490.                     [2] = workspace.Map01_Cabin.Shed.BatteryLever.PoweredLeverSwitch.Trigger
  491.                 }
  492.                 game:GetService("ReplicatedStorage").modules.up.Network.RemoteEvent:FireServer(unpack(args))
  493.                 wait(0.3)
  494.                 pickupye4 = false
  495.                 stad3 = true
  496.             end
  497.         end)
  498.     end
  499.    
  500.     if not stad3 then return end
  501.    
  502.     if not stad4 then
  503.         wait(0.3)
  504.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(563.418213, 43, 88.4427719)
  505.         wait(0.3)
  506.         local args = {
  507.             [1] = "AttemptTriggerMapEvent",
  508.             [2] = workspace.Map01_Cabin.BunkerUnderground.LeverSwitch.Trigger
  509.         }
  510.         game:GetService("ReplicatedStorage").modules.up.Network.RemoteEvent:FireServer(unpack(args))
  511.         wait(0.3)
  512.         stad4 = true
  513.         print("stad4")
  514.     end
  515.    
  516.     if not stad4 then return end
  517.    
  518.     if not stad5 then
  519.         wait(0.3)
  520.         game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(577.174744, 43.2000008, 79.9113922)
  521.         wait(0.3)
  522.         local args = {
  523.             [1] = "AttemptSwapItems",
  524.             [2] = workspace.Items["Purple Key"].Hitbox
  525.         }
  526.        
  527.         game:GetService("ReplicatedStorage").modules.up.Network.RemoteFunction:InvokeServer(unpack(args))
  528.         wait(0.3)
  529.         stad5 = true
  530.     end
  531.    
  532.     if not stad5 then return end
  533.    
  534.     pcall(function()
  535.         playercheckpos2 = lplrhum.CFrame
  536.         if lplr.Backpack:FindFirstChild("Purple Key") then
  537.             lplr.Backpack:FindFirstChild("Purple Key").Parent = lplr.Character
  538.             pickupye3 = true
  539.         elseif lplr.Character:FindFirstChild("Purple Key") then
  540.             pickupye3 = true
  541.         end
  542.         wait(0.3)
  543.         if pickupye3 then
  544.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(499.690582, 58.5, 98.9617615)
  545.             wait(0.3)
  546.             local args = {
  547.                 [1] = "AttemptToggleDoor",
  548.                 [2] = workspace.Map01_Cabin.DockGate.DockDoorSystem.DockDoor,
  549.                 [3] = false
  550.             }
  551.             game:GetService("ReplicatedStorage").modules.up.Network.RemoteEvent:FireServer(unpack(args))
  552.             wait(0.3)
  553.             pickupye3 = false
  554.             stad5 = false
  555.             stad4 = false
  556.             stad3 = false
  557.             stad2 = false
  558.             stad1 = false
  559.             noclipON = false
  560.         end
  561.     end)
  562. end)
  563.  
  564. section2:addButton("Auto Win fix", function()
  565.     stad5 = false
  566.     stad4 = false
  567.     stad3 = false
  568.     stad2 = false
  569.     stad1 = false
  570.     noclipON = false
  571. end)
  572.  
  573. section2:addButton("Delete Spider Webs", function()
  574.     for _,v in pairs(game:GetService("Workspace").ignore.SpiderWebs:GetChildren()) do
  575.         v:Destroy()
  576.     end
  577. end)
  578.  
  579. section2:addButton("Tp to exit", function()
  580.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(499.089935, 58.5, 79.4934769)
  581. end)
  582.  
  583. spawn(function()
  584.     while game:GetService("RunService").RenderStepped:wait() do
  585.         if bindworksvenyx == _G.spiderguiven then
  586.             pcall(function()
  587.                 if noclipON == true then
  588.                     if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  589.                         game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  590.                     end
  591.                 end
  592.             end)
  593.         end
  594.     end
  595. end)
  596.  
  597. -- Page2
  598.  
  599. section21:addToggle("Players TP", false, function(value)
  600.     pcall(function()
  601.         playerstp = value
  602.         if playerstp then
  603.             repeat wait()
  604.                 for i,v in pairs(game.Players:GetChildren()) do
  605.                     if v.Name ~= lplr.Name and v.Character:FindFirstChild("Humanoid") and (lplrhum.Position - v.Character.HumanoidRootPart.Position).magnitude < 400 and v.Character.Humanoid.Health > 0 then
  606.                         chelik = v.Character
  607.                         print(v.Name)
  608.                     end
  609.                 end
  610.                 lplrhum.CFrame = chelik.HumanoidRootPart.CFrame
  611.             until playerstp == false
  612.         end
  613.     end)
  614. end)
  615.  
  616. section21:addToggle("Players hitbox", nil, function(value)
  617.     hitboxen = value
  618. end)
  619. spawn(function()
  620.     while wait() do
  621.         if bindworksvenyx == _G.spiderguiven then
  622.             if hitboxen then
  623.                 for i,v in pairs(game.Players:GetChildren()) do
  624.                     if v.Name ~= lplr.Name and v.Character:FindFirstChild("Humanoid") and (lplrhum.Position - v.Character.HumanoidRootPart.Position).magnitude < 400 and v.Character.Humanoid.Health > 0 then
  625.                         v.Character.HumanoidRootPart.Size = Vector3.new(hitboxsize, hitboxsize, hitboxsize)
  626.                         v.Character.HumanoidRootPart.Transparency = 0.6
  627.                     end
  628.                 end
  629.             else
  630.                 for i,v in pairs(game.Players:GetChildren()) do
  631.                     if v.Name ~= lplr.Name and v.Character:FindFirstChild("Humanoid") and (lplrhum.Position - v.Character.HumanoidRootPart.Position).magnitude < 400 and v.Character.Humanoid.Health > 0 then
  632.                         v.Character.HumanoidRootPart.Size = Vector3.new(2, 2, 1)
  633.                         v.Character.HumanoidRootPart.Transparency = 1
  634.                     end
  635.                 end
  636.             end
  637.         else
  638.             break
  639.         end
  640.     end
  641. end)
  642.  
  643. section21:addSlider("Hitbox size", 10, 0, 50, function(value)
  644.     hitboxsize = value
  645. end)
  646.  
  647. -- Page4
  648.  
  649. section41:addSlider("WalkSpeed", game.Players.LocalPlayer.Character:FindFirstChild("Humanoid").WalkSpeed or 16, 0, 200, function(value)
  650.     pcall(function()
  651.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed=value
  652.     end)
  653. end)
  654.  
  655. section41:addSlider("JumpPower", game.Players.LocalPlayer.Character:FindFirstChild("Humanoid").JumpPower or 0, 0, 200, function(value)
  656.     pcall(function()
  657.         game.Players.LocalPlayer.Character.Humanoid.JumpPower=value
  658.     end)
  659. end)
  660.  
  661. section41:addToggle("Inf jump", nil, function(value)
  662.     infjumpon = value
  663.     game:GetService("UserInputService").JumpRequest:connect(function()
  664.         if infjumpon == true then
  665.             if bindworksvenyx == _G.spiderguiven then
  666.                 game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  667.             end
  668.         end
  669.     end)
  670. end)
  671.  
  672. section41:addKeybind("Click TP", Enum.KeyCode.Z, function()
  673.     if bindworksvenyx == _G.spiderguiven then
  674.         hum = lplr.Character.HumanoidRootPart
  675.         mouse = lplr:GetMouse()
  676.         hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  677.     end
  678. end)
  679.  
  680. section41:addButton("Btools", function()
  681.     function unlockEverything(a)
  682.         for n,o in pairs(a:GetChildren())do
  683.             if(o:IsA("BasePart"))then
  684.                 o.Locked = false
  685.             end
  686.             unlockEverything(o)
  687.         end
  688.     end
  689.  
  690.     unlockEverything(Workspace)
  691.  
  692.     Instance.new("HopperBin", game.Players.LocalPlayer.Backpack).BinType = 4
  693.     Instance.new("HopperBin", game.Players.LocalPlayer.Backpack).BinType = 3
  694.     Instance.new("HopperBin", game.Players.LocalPlayer.Backpack).BinType = 2
  695. end)
  696.  
  697. section41:addButton("Alt Delete", function()
  698.     local Player = game:GetService("Players").LocalPlayer
  699.     local Mouse = Player:GetMouse()
  700.      
  701.     Mouse.Button1Down:connect(function()
  702.         if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftAlt) and not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.RightAlt)then return end
  703.         if not Mouse.Target then return end
  704.         Mouse.Target:Destroy()
  705.     end)
  706. end)
  707.  
  708. section41:addKeybind("Fly", nil, function()
  709.     if bindworksvenyx == _G.spiderguiven then
  710.         if _G.romfflyingon then
  711.             _G.romfflyingon = false
  712.         else
  713.             _G.romfflyingon = true
  714.             loadstring([[local mouse = game.Players.LocalPlayer:GetMouse()
  715.             local plr = game.Players.LocalPlayer
  716.             local torso = plr.Character.Head
  717.             local deb = true
  718.             local ctrl = {f = 0, b = 0, l = 0, r = 0}
  719.             local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  720.             local speed = 0
  721.              
  722.             function Fly()
  723.                 local bg = Instance.new("BodyGyro", torso)
  724.                 bg.P = 9e4
  725.                 bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  726.                 bg.cframe = torso.CFrame
  727.                 local bv = Instance.new("BodyVelocity", torso)
  728.                 bv.velocity = Vector3.new(0,0.1,0)
  729.                 bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  730.                 repeat wait()
  731.                     pcall(function()
  732.                         plr.Character.Humanoid.PlatformStand = true
  733.                         if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  734.                             speed = _G.maxspeedromfly
  735.                         elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  736.                             speed = 0
  737.                         end
  738.                         if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  739.                             bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  740.                             lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  741.                         elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  742.                             bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  743.                         else
  744.                             bv.velocity = Vector3.new(0,0.1,0)
  745.                         end
  746.                         bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/_G.maxspeedromfly),0,0)
  747.                     end)
  748.                 until not _G.romfflyingon
  749.                 pcall(function()
  750.                 ctrl = {f = 0, b = 0, l = 0, r = 0}
  751.                 lastctrl = {f = 0, b = 0, l = 0, r = 0}
  752.                 speed = 0
  753.                 bg:Destroy()
  754.                 bv:Destroy()
  755.                 plr.Character.Humanoid.PlatformStand = false
  756.                 end)
  757.             end
  758.             mouse.KeyDown:connect(function(key)
  759.                 if key:lower() == "w" then
  760.                 ctrl.f = 1
  761.                 elseif key:lower() == "s" then
  762.                 ctrl.b = -1
  763.                 elseif key:lower() == "a" then
  764.                 ctrl.l = -1
  765.                 elseif key:lower() == "d" then
  766.                 ctrl.r = 1
  767.                 end
  768.             end)
  769.             mouse.KeyUp:connect(function(key)
  770.                 if key:lower() == "w" then
  771.                 ctrl.f = 0
  772.                 elseif key:lower() == "s" then
  773.                 ctrl.b = 0
  774.                 elseif key:lower() == "a" then
  775.                 ctrl.l = 0
  776.                 elseif key:lower() == "d" then
  777.                 ctrl.r = 0
  778.                 end
  779.             end)
  780.             Fly()]])()
  781.         end
  782.     end
  783. end)
  784.  
  785. section41:addSlider("Fly speed", 100, 0, 1000, function(value)
  786.     if value < 2000 then
  787.         _G.maxspeedromfly=value
  788.     else
  789.         _G.maxspeedromfly=2000
  790.     end
  791. end)
  792.  
  793. -- Page3
  794.  
  795. section31:addKeybind("Toggle Gui", Enum.KeyCode.RightControl, function()
  796.     venyx:toggle()
  797. end)
  798.  
  799. section31:addButton("Rejoin", function()
  800.     venyx:Notify("Yes", "No", function(value)
  801.         if value == true then
  802.             game:GetService("TeleportService"):Teleport(game.PlaceId, game:GetService("Players").LocalPlayer)
  803.         end
  804.     end)
  805. end)
  806.  
  807. section31:addButton("Reinject", function()
  808.     venyx:Notify("Yes", "No", function(value)
  809.         if value == true then
  810.             venyx:toggle()
  811.             wait(0.1)
  812.             for i,v in pairs(game.CoreGui:GetChildren()) do
  813.                 if v.Name == nameven then
  814.                     v:Destroy()
  815.                 end
  816.             end
  817.             _G.spiderguiven = _G.spiderguiven + 1
  818.             forreinjectfunction()
  819.         end
  820.     end)
  821. end)
  822.  
  823. section31:addButton("Destroy Gui", function()
  824.     venyx:Notify("Yes", "No", function(value)
  825.         if value == true then
  826.             venyx:toggle()
  827.             wait(0.1)
  828.             for i,v in pairs(game.CoreGui:GetChildren()) do
  829.                 if v.Name == nameven then
  830.                     v:Destroy()
  831.                 end
  832.             end
  833.             _G.spiderguiven = _G.spiderguiven + 1
  834.         end
  835.     end)
  836. end)
  837.  
  838. library:SelectPage(page1, true)
  839. ------------------------------------------------------------------------------------------------------------------------------------------------------------------
  840. end
  841. forreinjectfunction()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement