Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local e=Instance.new("ScreenGui") local j=Instance.new("Frame") local f=Instance.new("TextButton") local b=Instance.new("UICorner") local g=Instance.new("TextButton") local a=Instance.new("UICorner") local i=Instance.new("TextLabel") local _=Instance.new("UICorner") local h=Instance.new("TextButton") local c=Instance.new("UICorner") local d=Instance.new("UIGradient") e.Parent=game.Players.LocalPlayer:WaitForChild("PlayerGui") e.ZIndexBehavior=Enum.ZIndexBehavior.Sibling e.DisplayOrder=1000 e.ResetOnSpawn=false j.Parent=e j.AnchorPoint=Vector2.new(0.5,0.5) j.BackgroundColor3=Color3.fromRGB(38,38,38) j.BorderColor3=Color3.fromRGB(255,255,255) j.BorderSizePixel=0 j.Position=UDim2.new(0.5,0,0.5,0) j.Size=UDim2.new(0,268,0,277) f.Parent=j f.BackgroundColor3=Color3.fromRGB(0,153,255) f.Position=UDim2.new(0.209534496,0,0.21938628,0) f.Size=UDim2.new(0,154,0,42) f.Font=Enum.Font.SourceSans f.Text="Collect all" f.TextColor3=Color3.fromRGB(255,255,255) f.TextSize=25.000 b.CornerRadius=UDim.new(0.100000001,6) b.Parent=f g.Parent=j g.BackgroundColor3=Color3.fromRGB(0,153,255) g.Position=UDim2.new(0.209534481,0,0.0239424855,0) g.Size=UDim2.new(0,154,0,42) g.Font=Enum.Font.SourceSans g.Text="Auto Collect all" g.TextColor3=Color3.fromRGB(255,255,255) g.TextSize=25.000 a.CornerRadius=UDim.new(0.100000001,6) a.Parent=g i.Name="AutoCollect" i.Parent=j i.BackgroundColor3=Color3.fromRGB(255,73,73) i.BackgroundTransparency=1.000 i.Position=UDim2.new(0.800000012,0,0.00899999961,0) i.Size=UDim2.new(0,50,0,50) i.Font=Enum.Font.SourceSans i.Text="OFF" i.TextColor3=Color3.fromRGB(255,73,73) i.TextScaled=true i.TextSize=14.000 i.TextWrapped=true _.Parent=j h.Name="CollectCash" h.Parent=j h.BackgroundColor3=Color3.fromRGB(0,153,255) h.Position=UDim2.new(0.207397729,0,0.423357397,0) h.Size=UDim2.new(0,154,0,42) h.Font=Enum.Font.SourceSans h.Text="Collect Cash" h.TextColor3=Color3.fromRGB(255,255,255) h.TextSize=25.000 c.CornerRadius=UDim.new(0.100000001,6) c.Parent=h d.Rotation=90 d.Transparency=NumberSequence.new{NumberSequenceKeypoint.new(0.00,0.10),NumberSequenceKeypoint.new(0.50,0.20),NumberSequenceKeypoint.new(1.00,0.10)} d.Parent=j local function _()local _=Instance.new('LocalScript',f) local a=game.Players.LocalPlayer _.Parent.MouseButton1Click:Connect(function()for _,_ in pairs(game.Workspace:GetChildren())do if _:FindFirstChild("Handle")then _.Handle.CFrame=a.Character.HumanoidRootPart.CFrame end end end)end coroutine.wrap(_)() local function _()local _=Instance.new('LocalScript',g) local a=game.Players.LocalPlayer local b=false _.Parent.MouseButton1Click:Connect(function()b=not b if b==true then _.Parent.Parent.AutoCollect.Text="ON" repeat wait() for _,_ in pairs(game.Workspace:GetChildren())do if _:FindFirstChild("Handle")then wait() _.Handle.CFrame=a.Character.HumanoidRootPart.CFrame end end until b==false elseif b==false then _.Parent.Parent.AutoCollect.Text="OFF" repeat wait()until b==true end end)end coroutine.wrap(_)() local function _()local _=Instance.new('LocalScript',h) local b=game.Players.LocalPlayer local a=b.Backpack local c=game:GetService("ReplicatedStorage").RemoteEvents.ItemRemote local b=b.Character.Humanoid _.Parent.MouseButton1Click:Connect(function()for _,_ in pairs(a:GetChildren())do if _.Name=="Urn"then wait(0.2) b:EquipTool(_) c:FireServer()end end end)end coroutine.wrap(_)() local function _()local a=Instance.new('LocalScript',e) local _=game.Players.LocalPlayer local _=game:GetService("UserInputService") _.InputBegan:Connect(function(_)if _.KeyCode==Enum.KeyCode.RightControl then a.Parent.Frame.Visible=not a.Parent.Frame.Visible end end)end coroutine.wrap(_)()
RAW Paste Data