Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
- local Window = OrionLib:MakeWindow({Name = "Depth hub blox fruits", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
- --[[
- Name = <string> - The name of the UI.
- HidePremium = <bool> - Whether or not the user details shows Premium status or not.
- SaveConfig = <bool> - Toggles the config saving in the UI.
- ConfigFolder = <string> - The name of the folder where the configs are saved.
- IntroEnabled = <bool> - Whether or not to show the intro animation.
- IntroText = <string> - Text to show in the intro animation.
- IntroIcon = <string> - URL to the image you want to use in the intro animation.
- Icon = <string> - URL to the image you want displayed on the window.
- CloseCallback = <function> - Function to execute when the window is closed.
- ]]
- local Tab = Window:MakeTab({
- Name = "Main",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- --[[
- Name = <string> - The name of the tab.
- Icon = <string> - The icon of the tab.
- PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
- ]]
- local Section = Tab:AddSection({
- Name = "menu"
- })
- --[[
- Name = <string> - The name of the section.
- ]]
- OrionLib:MakeNotification({
- Name = "Title!",
- Content = "execute",
- Image = "rbxassetid://4483345998",
- Time = 5
- })
- --[[
- Title = <string> - The title of the notification.
- Content = <string> - The content of the notification.
- Image = <string> - The icon of the notification.
- Time = <number> - The duration of the notfication.
- ]]
- Tab:AddButton({
- Name = "Auto farm chest!",
- Callback = function()
- function thisCode()
- repeat task.wait() until game:IsLoaded()
- local PlaceID = game.PlaceId
- local AllIDs = {}
- local foundAnything = ""
- local actualHour = os.date("!*t").hour
- local Deleted = false
- local File = pcall(function()
- AllIDs = game:GetService('HttpService'):JSONDecode(readfile("NotSameServers.json"))
- end)
- if not File then
- table.insert(AllIDs, actualHour)
- writefile("NotSameServers.json", game:GetService('HttpService'):JSONEncode(AllIDs))
- end
- function TPReturner()
- local Site;
- if foundAnything == "" then
- Site = game.HttpService:JSONDecode(game:HttpGet('https://games.roblox.com/v1/games/' .. PlaceID .. '/servers/Public?sortOrder=Asc&limit=100'))
- else
- Site = game.HttpService:JSONDecode(game:HttpGet('https://games.roblox.com/v1/games/' .. PlaceID .. '/servers/Public?sortOrder=Asc&limit=100&cursor=' .. foundAnything))
- end
- local ID = ""
- if Site.nextPageCursor and Site.nextPageCursor ~= "null" and Site.nextPageCursor ~= nil then
- foundAnything = Site.nextPageCursor
- end
- local num = 0;
- for i,v in pairs(Site.data) do
- local Possible = true
- ID = tostring(v.id)
- if tonumber(v.maxPlayers) > tonumber(v.playing) then
- for _,Existing in pairs(AllIDs) do
- if num ~= 0 then
- if ID == tostring(Existing) then
- Possible = false
- end
- else
- if tonumber(actualHour) ~= tonumber(Existing) then
- local delFile = pcall(function()
- delfile("NotSameServers.json")
- AllIDs = {}
- table.insert(AllIDs, actualHour)
- end)
- end
- end
- num = num + 1
- end
- if Possible == true then
- table.insert(AllIDs, ID)
- wait()
- pcall(function()
- writefile("NotSameServers.json", game:GetService('HttpService'):JSONEncode(AllIDs))
- wait()
- game:GetService("TeleportService"):TeleportToPlaceInstance(PlaceID, ID, game.Players.LocalPlayer)
- end)
- wait(4)
- end
- end
- end
- end
- function Teleport()
- while wait() do
- pcall(function()
- TPReturner()
- if foundAnything ~= "" then
- TPReturner()
- end
- end)
- end
- end
- local veryImportantWaitTime = 0.5
- task.spawn(function()
- while task.wait(veryImportantWaitTime) do
- pcall(function()
- for i,v in pairs(game.CoreGui:GetDescendants()) do
- pcall(function()
- if string.find(v.Name,"ErrorMessage") then
- if string.find(v.Text,"Security kick") then
- veryImportantWaitTime = 1e9
- Teleport()
- end
- end
- end)
- end
- end)
- end
- end)
- local AllowRunService = true
- local AllowRunServiceBind = Instance.new("BindableFunction")
- function AllowRunServiceBind.OnInvoke(args)
- if args == "Enable" then
- AllowRunService = true
- elseif args == "Disable" then
- AllowRunService = false
- end
- local CoreGui = game:GetService("StarterGui")
- CoreGui:SetCore("SendNotification", {
- Title = "Auto farm chest test by depth",
- Text = "Enjoin",
- Duration = math.huge,
- Callback = AllowRunServiceBind,
- })
- end
- local CoreGui = game:GetService("StarterGui")
- CoreGui:SetCore("SendNotification", {
- Title = "Auto Chest",
- Text = "Auto farm chest test by depth",
- Duration = math.huge,
- Callback = AllowRunServiceBind,
- })
- task.spawn(function()
- while true do
- if AllowRunService == true then
- local hasChar = game.Players.LocalPlayer:FindFirstChild("Character")
- if not game.Players.LocalPlayer.Character then
- else
- local hasCrewTag = game.Players.LocalPlayer.Character:FindFirstChild("CrewBBG",true)
- if hasCrewTag then hasCrewTag:Destroy() end
- local hasHumanoid = game.Players.LocalPlayer.Character:FindFirstChild("Humanoid")
- if hasHumanoid then
- local Chest = game.Workspace:FindFirstChild("Chest4") or game.Workspace:FindFirstChild("Chest3") or game.Workspace:FindFirstChild("Chest2") or game.Workspace:FindFirstChild("Chest1") or game.Workspace:FindFirstChild("Chest")
- if Chest then
- game.Players.LocalPlayer.Character:PivotTo(Chest:GetPivot())
- firesignal(Chest.Touched,game.Players.LocalPlayer.Character.HumanoidRootPart)
- else
- Teleport()
- break
- end
- end
- end
- end
- task.wait()
- end
- end)
- end
- thisCode()
- join = game.Players.localPlayer.Neutral == false
- if _G.Team == nil then
- _G.Team = "Pirates"
- end
- _G.Team = "Marines"
- if (_G.Team == "Pirates" or _G.Team == "Marines") and not join then
- repeat wait()
- pcall(function()
- join = game.Players.localPlayer.Neutral == false
- if _G.Team == "Pirates" then
- for i,v in pairs({"MouseButton1Click", "MouseButton1Down", "Activated"}) do
- for i,v in pairs(getconnections(game:GetService("Players").LocalPlayer.PlayerGui.Main.ChooseTeam.Container.Pirates.Frame.ViewportFrame.TextButton[v])) do
- v.Function()
- end
- end
- elseif _G.Team == "Marines" then
- for i,v in pairs({"MouseButton1Click", "MouseButton1Down", "Activated"}) do
- for i,v in pairs(getconnections(game:GetService("Players").LocalPlayer.PlayerGui.Main.ChooseTeam.Container.Marines.Frame.ViewportFrame.TextButton[v])) do
- v.Function()
- end
- end
- else
- for i,v in pairs({"MouseButton1Click", "MouseButton1Down", "Activated"}) do
- for i,v in pairs(getconnections(game:GetService("Players").LocalPlayer.PlayerGui.Main.ChooseTeam.Container.Marines.Frame.ViewportFrame.TextButton[v])) do
- v.Function()
- end
- end
- end
- end)
- until join == true
- game:GetService("Players").LocalPlayer.PlayerGui.Main.ChooseTeam.Visible = false
- end
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "Auto find fruits!",
- Callback = function()
- --dont skid pweasey weasy
- -- Instances: 13 | Scripts: 2 | Modules: 0
- local G2L = {};
- -- Workspace.ScreenGui
- G2L["1"] = Instance.new("ScreenGui", game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui"));
- -- Workspace.ScreenGui.Loader
- G2L["2"] = Instance.new("Frame", G2L["1"]);
- G2L["2"]["BorderSizePixel"] = 0;
- G2L["2"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["2"]["AnchorPoint"] = Vector2.new(0.5, 0.5);
- G2L["2"]["BackgroundTransparency"] = 0.4000000059604645;
- G2L["2"]["Size"] = UDim2.new(0, 387, 0, 185);
- G2L["2"]["Position"] = UDim2.new(0.5, 0, 0.5, 0);
- G2L["2"]["Name"] = [[Loader]];
- -- Workspace.ScreenGui.Loader.Buttons
- G2L["3"] = Instance.new("Frame", G2L["2"]);
- G2L["3"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["3"]["BackgroundTransparency"] = 1;
- G2L["3"]["Size"] = UDim2.new(0, 379, 0, 35);
- G2L["3"]["Position"] = UDim2.new(0.010335917584598064, 0, 0.7675675749778748, 0);
- G2L["3"]["Name"] = [[Buttons]];
- -- Workspace.ScreenGui.Loader.Buttons.UIListLayout
- G2L["4"] = Instance.new("UIListLayout", G2L["3"]);
- G2L["4"]["VerticalAlignment"] = Enum.VerticalAlignment.Center;
- G2L["4"]["FillDirection"] = Enum.FillDirection.Horizontal;
- G2L["4"]["HorizontalAlignment"] = Enum.HorizontalAlignment.Center;
- G2L["4"]["Padding"] = UDim.new(0, 10);
- G2L["4"]["SortOrder"] = Enum.SortOrder.LayoutOrder;
- -- Workspace.ScreenGui.Loader.Buttons.Next
- G2L["5"] = Instance.new("TextButton", G2L["3"]);
- G2L["5"]["TextSize"] = 34;
- G2L["5"]["BackgroundColor3"] = Color3.fromRGB(31, 31, 31);
- G2L["5"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["5"]["Size"] = UDim2.new(0, 155, 0, 35);
- G2L["5"]["Name"] = [[Next]];
- G2L["5"]["Text"] = [[Next]];
- G2L["5"]["Font"] = Enum.Font.SourceSansLight;
- G2L["5"]["Position"] = UDim2.new(0.03359173238277435, 0, 0.8247104287147522, 0);
- G2L["5"]["BackgroundTransparency"] = 0.800000011920929;
- -- Workspace.ScreenGui.Loader.Buttons.Next.UICorner
- G2L["6"] = Instance.new("UICorner", G2L["5"]);
- -- Workspace.ScreenGui.Loader.Buttons.Stop
- G2L["7"] = Instance.new("TextButton", G2L["3"]);
- G2L["7"]["TextSize"] = 34;
- G2L["7"]["BackgroundColor3"] = Color3.fromRGB(31, 31, 31);
- G2L["7"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["7"]["Visible"] = false;
- G2L["7"]["Size"] = UDim2.new(0, 155, 0, 35);
- G2L["7"]["Name"] = [[Stop]];
- G2L["7"]["Text"] = [[Stop]];
- G2L["7"]["Font"] = Enum.Font.SourceSansLight;
- G2L["7"]["Position"] = UDim2.new(0.03359173238277435, 0, 0.8247104287147522, 0);
- G2L["7"]["BackgroundTransparency"] = 0.800000011920929;
- -- Workspace.ScreenGui.Loader.Buttons.Stop.UICorner
- G2L["8"] = Instance.new("UICorner", G2L["7"]);
- -- Workspace.ScreenGui.Loader.Text
- G2L["9"] = Instance.new("TextLabel", G2L["2"]);
- G2L["9"]["TextWrapped"] = true;
- G2L["9"]["TextXAlignment"] = Enum.TextXAlignment.Left;
- G2L["9"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["9"]["TextSize"] = 25;
- G2L["9"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
- G2L["9"]["Size"] = UDim2.new(0, 350, 0, 118);
- G2L["9"]["Text"] = [[]];
- G2L["9"]["Name"] = [[Text]];
- G2L["9"]["Font"] = Enum.Font.SourceSansLight;
- G2L["9"]["BackgroundTransparency"] = 1;
- G2L["9"]["Position"] = UDim2.new(0.04651162773370743, 0, 0.08648648858070374, 0);
- -- Workspace.ScreenGui.Loader.UICorner
- G2L["a"] = Instance.new("UICorner", G2L["2"]);
- -- Workspace.ScreenGui.Loader.LocalScript
- G2L["b"] = Instance.new("LocalScript", G2L["2"]);
- -- Workspace.ScreenGui.Loader.UIGradient
- G2L["c"] = Instance.new("UIGradient", G2L["2"]);
- G2L["c"]["Rotation"] = 40;
- G2L["c"]["Color"] = ColorSequence.new{ColorSequenceKeypoint.new(0.000, Color3.fromRGB(31, 31, 31)),ColorSequenceKeypoint.new(0.469, Color3.fromRGB(81, 81, 81)),ColorSequenceKeypoint.new(1.000, Color3.fromRGB(31, 31, 31))};
- -- Workspace.ScreenGui.Loader.BBR
- G2L["d"] = Instance.new("LocalScript", G2L["2"]);
- G2L["d"]["Name"] = [[BBR]];
- -- Workspace.ScreenGui.Loader.LocalScript
- local function C_b()
- local script = G2L["b"];
- wait(1)
- local TextLabel = script.Parent.Text
- local Btn = script.Parent.Buttons
- getgenv().stoped = false
- text = "Would You Like To Load? [Fruit Dedicateder/Farmer]"
- for i = 1, #text do
- TextLabel.Text = string.sub(text,1,i)
- wait(0.05)
- end
- Btn.Next.MouseButton1Down:Connect(function()
- Btn.Next.Visible = false
- text = "Looking/Farming Fruit, Press Right Control Do Toggle UI."
- for i = 1, #text do
- TextLabel.Text = string.sub(text,1,i)
- wait(0.05)
- end
- Btn.Stop.Visible = true
- wait(1)
- while stoped == false do
- wait(2)
- for i,v in pairs(game.Workspace:GetChildren()) do
- if v.ClassName == "Tool" then
- local highlite = Instance.new("Highlight")
- highlite.Adornee = v.Handle
- highlite.Parent = v.Handle
- end
- end
- for i,v in pairs(game.Workspace:GetChildren()) do
- if v.ClassName == "Tool" then
- local TweenService = game:GetService("TweenService")
- local tween = TweenService:Create(game.Players.LocalPlayer.Character.HumanoidRootPart, TweenInfo.new(13), {CFrame = v.Handle.CFrame})
- tween:Play()
- wait(14)
- end
- end
- end
- end)
- Btn.Stop.MouseButton1Down:Connect(function()
- Btn.Next.Visible = false
- Btn.Stop.Visible = false
- getgenv().stoped = true
- text = "Stoped Fruit Dedicateder/Farmer"
- for i = 1, #text do
- TextLabel.Text = string.sub(text,1,i)
- wait(0.05)
- end
- wait(1)
- script.Parent:Destroy()
- end)
- end;
- task.spawn(C_b);
- -- Workspace.ScreenGui.Loader.BBR
- local function C_d()
- local script = G2L["d"];
- function onKeyPress(inputObject, gameProcessedEvent)
- if not gameProcessedEvent then
- if inputObject.KeyCode == Enum.KeyCode.RightControl then -- change 'E' to any key on the keyboard. EX: Tab
- script.Parent.Visible = not script.Parent.Visible
- end
- end
- end
- game:GetService("UserInputService").InputBegan:connect(onKeyPress)
- end;
- task.spawn(C_d);
- return G2L["1"], require;
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "Fast attack!",
- Callback = function()
- local CombatFramework = require(game:GetService("Players").LocalPlayer.PlayerScripts.CombatFramework)
- local Camera = require(game.ReplicatedStorage.Util.CameraShaker)
- Camera:Stop()
- coroutine.wrap(function()
- game:GetService("RunService").Stepped:Connect(function()
- if getupvalues(CombatFramework)[2]['activeController'].timeToNextAttack then
- getupvalues(CombatFramework)[2]['activeController'].timeToNextAttack = 0
- getupvalues(CombatFramework)[2]['activeController'].hitboxMagnitude = 25
- getupvalues(CombatFramework)[2]['activeController']:attack()
- end
- end)
- end)()
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "Auto Farm need bring mob!",
- Callback = function()
- -- [[ Script By ]]
- -- 5TX4Z
- -- Winnable Hub
- -- [[ Discord vxny#2222]]
- _G.Auto_Farm = true -- true / false
- function totarget(p)
- local Distance2 = (p.Position - game.Players.LocalPlayer.Character.HumanoidRootPart.Position).Magnitude
- local tween_s = game:service"TweenService"
- local info = TweenInfo.new(Distance2/350, Enum.EasingStyle.Linear)
- local tween = tween_s:Create(game:GetService("Players").LocalPlayer.Character["HumanoidRootPart"], info, {CFrame = p})
- tween:Play()
- if Distance2 <= 75 then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = p
- end
- end
- function checklevel()
- local lv = game:GetService("Players").LocalPlayer.Data.Level.Value
- if lv == 1 or lv <= 9 then
- Mon = "Bandit [Lv. 5]"
- Title = "Bandit"
- QuestName = "BanditQuest1"
- QuestNumber = 1
- CFrameQuest = CFrame.new(1061.15271, 16.7367725, 1548.93018, -0.836085379, -3.89774577e-08, 0.548599303, -1.17575967e-08, 1, 5.31300408e-08, -0.548599303, 3.79710414e-08, -0.836085379)
- CFrameMon = CFrame.new(1151.11829, 16.7761021, 1599.73499, -0.999999762, 0, -0.000701809535, 0, 1, 0, 0.000701809535, 0, -0.999999762)
- CFramePuk = CFrame.new(1101.75903, 67.6758957, 1617.50391, -0.399259984, -5.24373327e-08, -0.916837752, -1.74068084e-08, 1, -4.96134582e-08, 0.916837752, -3.84945009e-09, -0.399259984)
- elseif lv == 10 or lv <= 14 then
- Mon = "Monkey [Lv. 14]"
- Title = "Monkey"
- QuestName = "JungleQuest"
- QuestNumber = 1
- CFrameQuest = CFrame.new(-1599.23096, 37.8653831, 153.335953, -0.0493941903, 1.29583286e-08, 0.998779356, 3.21716165e-08, 1, -1.13831318e-08, -0.998779356, 3.15700852e-08, -0.0493941903)
- CFrameMon = CFrame.new(-1479.76099, 23.195364, 106.327942, 0.96289885, 5.22265786e-10, -0.269862473, 6.59528099e-10, 1, 4.28857172e-09, 0.269862473, -4.30744285e-09, 0.96289885)
- CFramePuk = CFrame.new(-1776.32959, 61.1782455, 66.8902054, -0.912609756, -2.38546143e-08, 0.408831745, -2.14773621e-08, 1, 1.04056577e-08, -0.408831745, 7.15677129e-10, -0.912609756)
- elseif lv == 15 or lv <= 29 then
- Mon = "Gorilla [Lv. 20]"
- Title = "Gorilla"
- QuestName = "JungleQuest"
- QuestNumber = 2
- CFrameQuest = CFrame.new(-1599.23096, 37.8653831, 153.335953, -0.0493941903, 1.29583286e-08, 0.998779356, 3.21716165e-08, 1, -1.13831318e-08, -0.998779356, 3.15700852e-08, -0.0493941903)
- CFrameMon = CFrame.new(-1242.46655, 6.62262297, -523.166382, -0.974416733, 9.23166681e-08, -0.224748924, 9.58993027e-08, 1, -5.02435071e-09, 0.224748924, -2.64490758e-08, -0.974416733)
- CFramePuk = CFrame.new(-1133.4574, 40.8067436, -526.086792, 0.647179008, -2.76535794e-10, 0.762338042, 3.26674865e-08, 1, -2.73699801e-08, -0.762338042, 4.26169464e-08, 0.647179008)
- end
- end
- spawn(function()
- while task.wait(.1) do
- pcall(function()
- if _G.Auto_Farm then
- checklevel()
- if game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == false then
- totarget(CFrameQuest)
- wait(.3)
- local args = {
- [1] = "StartQuest",
- [2] = QuestName,
- [3] = QuestNumber
- }
- game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args))
- elseif game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Visible == true then
- for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do
- for i,v2 in pairs(game:GetService("Workspace").Enemies:GetChildren()) do
- if v.Name == Mon and v2.Name == Mon then
- totarget(v.HumanoidRootPart.CFrame * CFrame.new(0,1,15))
- v.HumanoidRootPart.Size = Vector3.new(60,2.5,60)
- v.HumanoidRootPart.CFrame = CFrameMon
- game:GetService'VirtualUser':CaptureController()
- game:GetService'VirtualUser':Button1Down(Vector2.new(1280, 672))
- v2.HumanoidRootPart.CanCollide = false
- sethiddenproperty(game.Players.LocalPlayer, "SimulationRadius", math.huge)
- end
- end
- end
- end
- end
- end)
- end
- end)
- spawn(function()
- while task.wait(.1) do
- pcall(function()
- if _G.Auto_Farm then
- checklevel()
- if not string.find(game:GetService("Players").LocalPlayer.PlayerGui.Main.Quest.Container.QuestTitle.Title.Text, Title) then
- local args = {
- [1] = "AbandonQuest"
- }
- game:GetService("ReplicatedStorage").Remotes.CommF_:InvokeServer(unpack(args))
- end
- end
- end)
- end
- end)
- spawn(function()
- while task.wait(.1) do
- pcall(function()
- if _G.Auto_Farm then
- checklevel()
- if not game:GetService("Workspace").Enemies:FindFirstChild(Mon) then
- totarget(CFramePuk)
- end
- end
- end)
- end
- end)
- spawn(function()
- while task.wait(.1) do
- pcall(function()
- if _G.Auto_Farm then
- checklevel()
- for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do
- if v.Name == Mon then
- if v.Humanoid.Health == 0 then
- v:Destroy()
- end
- end
- end
- end
- end)
- end
- end)
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
- Tab:AddButton({
- Name = "Bring mob level 5!",
- Callback = function()
- local Fast = require(game:GetService("Players").LocalPlayer.PlayerScripts.CombatFramework)
- local CameraShaker = require(game:GetService("Players").LocalPlayer.PlayerScripts.CombatFramework.CameraShaker)
- _G.Fastattack = true -- true\false
- game:GetService("RunService").RenderStepped:Connect(function()
- pcall(function()
- if _G.Fastattack then
- Fast.activeController.timeToNextAttack = 0
- Fast.activeController.hitboxMagnitude = 50
- game:GetService'VirtualUser':CaptureController()
- game:GetService'VirtualUser':Button1Down(Vector2.new(686, 352))
- CameraShaker.CameraShakeInstance.CameraShakeState = {FadingIn = 3, FadingOut = 2, Sustained = 0, Inactive = 1}
- end
- end)
- end)
- -- bring mob
- _G.bringmob = true
- while _G.bringmob do wait()
- pcall(function()
- for i,v in pairs(game:GetService("Workspace").Enemies:GetChildren()) do
- for x,y in pairs(game:GetService("Workspace").Enemies:GetChildren()) do
- if v.Name == "Bandit [Lv. 5]" then
- if y.Name == "Bandit [Lv. 5]" then
- v.HumanoidRootPart.CFrame = y.HumanoidRootPart.CFrame
- v.HumanoidRootPart.Size = Vector3.new(60,60,60)
- y.HumanoidRootPart.Size = Vector3.new(60,60,60)
- v.HumanoidRootPart.Transparency = 1
- v.HumanoidRootPart.CanCollide = false
- y.HumanoidRootPart.CanCollide = false
- v.Humanoid.WalkSpeed = 0
- y.Humanoid.WalkSpeed = 0
- v.Humanoid.JumpPower = 0
- y.Humanoid.JumpPower = 0
- if sethiddenproperty then
- sethiddenproperty(game.Players.LocalPlayer, "SimulationRadius", math.huge)
- end
- end
- end
- end
- end
- end)
- end
- end
- })
- --[[
- Name = <string> - The name of the button.
- Callback = <function> - The function of the button.
- ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement