Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local PaypalTools = {};
- local CoreGui = game:GetService('CoreGui');
- local tweenService = game:GetService("TweenService");
- function createTween(Object,properties,delayTime)
- local EasDir,EasSty = Enum.EasingDirection.InOut,Enum.EasingStyle.Sine;
- local infoTween = TweenInfo.new(tonumber(delayTime),EasSty,EasDir,0,false,0);
- local Anim = game:GetService('TweenService'):Create(Object,infoTween,properties);
- Anim:Play();
- return Anim;
- end;
- function dragify(Frame)
- dragToggle = nil
- dragSpeed = .12
- dragInput = nil
- dragStart = nil
- dragPos = nil
- function updateInput(input)
- Delta = input.Position - dragStart
- Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
- game:GetService("TweenService"):Create(Frame, TweenInfo.new(dragSpeed), {Position = Position}):Play()
- end
- Frame.InputBegan:Connect(function(input)
- if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
- dragToggle = true
- dragStart = input.Position
- startPos = Frame.Position
- input.Changed:Connect(function()
- if (input.UserInputState == Enum.UserInputState.End) then
- dragToggle = false
- end
- end)
- end
- end)
- Frame.InputChanged:Connect(function(input)
- if (input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch) then
- dragInput = input
- end
- end)
- game:GetService("UserInputService").InputChanged:Connect(function(input)
- if (input == dragInput and dragToggle) then
- updateInput(input)
- end
- end)
- end
- function PaypalTools.Create(name)
- local toolPaypal = {};
- local CustomUI = Instance.new("ScreenGui")
- local CustomUI_Paypal = Instance.new("Frame")
- local UICornerPaypal = Instance.new("UICorner")
- local Main = Instance.new("Frame")
- local UICornerMain = Instance.new("UICorner")
- local BottomHolder = Instance.new("Frame")
- local ButtonUICornerHolder = Instance.new("UICorner")
- local StoreLabel = Instance.new("TextLabel")
- local UICorner_Store = Instance.new("UICorner")
- local UIPadding_Store = Instance.new("UIPadding")
- local StatusRobbing = Instance.new("TextLabel")
- local UICorner_Robbing = Instance.new("UICorner")
- local UIPadding2Rob = Instance.new("UIPadding")
- local UIListLayout = Instance.new("UIListLayout")
- local Container = Instance.new("ScrollingFrame")
- local UIGridLayout = Instance.new("UIGridLayout")
- local UIPadding3 = Instance.new("UIPadding")
- local Title = Instance.new("TextLabel")
- local UIPadding4 = Instance.new("UIPadding")
- local UIExit = Instance.new("TextButton")
- local UIMinimize = Instance.new("TextButton")
- CustomUI.Name = "CustomUI"
- CustomUI.Parent = CoreGui;
- CustomUI.ResetOnSpawn = false
- CustomUI_Paypal.Name = "CustomUI_Paypal"
- CustomUI_Paypal.Parent = CustomUI
- CustomUI_Paypal.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- CustomUI_Paypal.BorderSizePixel = 0
- CustomUI_Paypal.Position = UDim2.new(0.00792074669, 0, 0.379947156, 0)
- CustomUI_Paypal.Size = UDim2.new(0, 230, 0, 18)
- CustomUI_Paypal.ZIndex = 2
- dragify(CustomUI_Paypal)
- UICornerPaypal.CornerRadius = UDim.new(0, 2)
- UICornerPaypal.Parent = CustomUI_Paypal
- Main.Name = "Main"
- Main.Parent = CustomUI_Paypal
- Main.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- Main.BorderSizePixel = 0
- Main.ClipsDescendants = true
- Main.Position = UDim2.new(-0.000774914282, 0, 0, 0)
- Main.Size = UDim2.new(0, 230, 0, 102)
- UICornerMain.CornerRadius = UDim.new(0, 2)
- UICornerMain.Parent = Main
- BottomHolder.Name = "BottomHolder"
- BottomHolder.Parent = Main
- BottomHolder.AnchorPoint = Vector2.new(0.5, 0)
- BottomHolder.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
- BottomHolder.BorderSizePixel = 0
- BottomHolder.ClipsDescendants = true
- BottomHolder.Position = UDim2.new(0.5, 0, 0, 85)
- BottomHolder.Size = UDim2.new(0, 224, 0, 14)
- ButtonUICornerHolder.CornerRadius = UDim.new(0, 2)
- ButtonUICornerHolder.Parent = BottomHolder
- StoreLabel.Name = "StoreLabel"
- StoreLabel.Parent = BottomHolder
- StoreLabel.AnchorPoint = Vector2.new(0.5, 0.5)
- StoreLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- StoreLabel.BackgroundTransparency = 1.000
- StoreLabel.ClipsDescendants = true
- StoreLabel.Position = UDim2.new(0.5, 0, 0.5, 0)
- StoreLabel.Size = UDim2.new(0, 112, 1, 0)
- StoreLabel.ZIndex = 2
- StoreLabel.Font = Enum.Font.SourceSans
- StoreLabel.Text = "Store: Disabled"
- StoreLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- StoreLabel.TextSize = 14.000
- StoreLabel.TextXAlignment = Enum.TextXAlignment.Right
- UICorner_Store.CornerRadius = UDim.new(0, 2)
- UICorner_Store.Parent = StoreLabel
- UIPadding_Store.Parent = StoreLabel
- UIPadding_Store.PaddingBottom = UDim.new(0, 1)
- UIPadding_Store.PaddingRight = UDim.new(0, 2)
- StatusRobbing.Name = "StatusRobbing"
- StatusRobbing.Parent = BottomHolder
- StatusRobbing.AnchorPoint = Vector2.new(0.5, 0.5)
- StatusRobbing.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- StatusRobbing.BackgroundTransparency = 1.000
- StatusRobbing.ClipsDescendants = true
- StatusRobbing.Position = UDim2.new(0.5, 0, 0.5, 0)
- StatusRobbing.Size = UDim2.new(0, 112, 1, 0)
- StatusRobbing.ZIndex = 2
- StatusRobbing.Font = Enum.Font.SourceSans
- StatusRobbing.Text = "Robbing: false"
- StatusRobbing.TextColor3 = Color3.fromRGB(255, 255, 255)
- StatusRobbing.TextSize = 14.000
- StatusRobbing.TextXAlignment = Enum.TextXAlignment.Left
- function toolPaypal:EditStatus()
- return StatusRobbing;
- end
- UICorner_Robbing.CornerRadius = UDim.new(0, 2)
- UICorner_Robbing.Parent = StatusRobbing
- UIPadding2Rob.Parent = StatusRobbing
- UIPadding2Rob.PaddingBottom = UDim.new(0, 1)
- UIPadding2Rob.PaddingLeft = UDim.new(0, 2)
- UIListLayout.Parent = BottomHolder
- UIListLayout.FillDirection = Enum.FillDirection.Horizontal
- UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
- Container.Name = "Container"
- Container.Parent = Main
- Container.Active = true
- Container.AnchorPoint = Vector2.new(0.5, 0.5)
- Container.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Container.BackgroundTransparency = 1.000
- Container.BorderSizePixel = 0
- Container.Position = UDim2.new(0.5, 0, 0.519489944, 0)
- Container.Size = UDim2.new(0, 228, 0, 60)
- Container.CanvasSize = UDim2.new(0, 0, 0, 76)
- Container.ScrollBarThickness = 0
- Container.ClipsDescendants = true;
- UIGridLayout.Parent = Container
- UIGridLayout.SortOrder = Enum.SortOrder.LayoutOrder
- UIGridLayout.CellPadding = UDim2.new(0, 2, 0, 2)
- UIGridLayout.CellSize = UDim2.new(0, 112, 0, 18)
- UIGridLayout.FillDirectionMaxCells = 2
- UIPadding3.Parent = Container
- UIPadding3.PaddingBottom = UDim.new(0, 1)
- UIPadding3.PaddingLeft = UDim.new(0, 1)
- UIPadding3.PaddingRight = UDim.new(0, 1)
- UIPadding3.PaddingTop = UDim.new(0, 1)
- Title.Name = "Title"
- Title.Parent = CustomUI_Paypal
- Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Title.BackgroundTransparency = 1.000
- Title.BorderSizePixel = 0
- Title.Size = UDim2.new(-0.478648245, 200, 1, 0)
- Title.ZIndex = 2
- Title.Font = Enum.Font.SourceSans
- Title.Text = name
- Title.TextColor3 = Color3.fromRGB(252, 252, 252)
- Title.TextSize = 16.000
- Title.TextXAlignment = Enum.TextXAlignment.Left
- UIPadding4.Parent = Title
- UIPadding4.PaddingLeft = UDim.new(0, 4)
- UIExit.Name = "UIExit"
- UIExit.Parent = CustomUI_Paypal
- UIExit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- UIExit.BackgroundTransparency = 1.000
- UIExit.BorderSizePixel = 0
- UIExit.Position = UDim2.new(0.917391479, 0, -0.0102606881, 0)
- UIExit.Size = UDim2.new(0, 18, 0, 18)
- UIExit.ZIndex = 2
- UIExit.AutoButtonColor = false
- UIExit.Font = Enum.Font.SourceSans
- UIExit.Text = "X"
- UIExit.TextColor3 = Color3.fromRGB(252, 252, 252)
- UIExit.TextSize = 14.000
- UIExit.MouseButton1Click:Connect(function()
- CustomUI:Destroy()
- end)
- UIMinimize.Name = "UIMinimize"
- UIMinimize.Parent = CustomUI_Paypal
- UIMinimize.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- UIMinimize.BackgroundTransparency = 1.000
- UIMinimize.BorderSizePixel = 0
- UIMinimize.Position = UDim2.new(0.83913064, 0, -0.0102606881, 0)
- UIMinimize.Size = UDim2.new(0, 18, 0, 18)
- UIMinimize.ZIndex = 2
- UIMinimize.AutoButtonColor = false
- UIMinimize.Font = Enum.Font.SourceSans
- UIMinimize.Text = "-"
- UIMinimize.TextColor3 = Color3.fromRGB(252, 252, 252)
- UIMinimize.TextSize = 14.000
- local ToggleA = false;
- UIMinimize.MouseButton1Click:Connect(function()
- ToggleA = not ToggleA
- local SizeY = ToggleA and UDim2.new(0,230,0,18) or UDim2.new(0, 230,0, 102);
- UIMinimize.Text = ToggleA and "+" or "-";
- createTween(Main,{Size = SizeY},.12)
- end)
- function toolPaypal:AddToggle(name,callback)
- local Toggle = Instance.new("Frame")
- local UICornerMainToggle = Instance.new("UICorner")
- local Title = Instance.new("TextLabel")
- local UIPaddingToggle = Instance.new("UIPadding")
- local CircleToggle = Instance.new("TextButton")
- local UICornerToggle = Instance.new("UICorner")
- Toggle.Name = name
- Toggle.Parent = Container
- Toggle.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
- Toggle.BorderSizePixel = 0
- Toggle.Size = UDim2.new(0, 100, 0, 100)
- UICornerMainToggle.CornerRadius = UDim.new(0, 2)
- UICornerMainToggle.Parent = Toggle
- Title.Name = "Title"
- Title.Parent = Toggle
- Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Title.BackgroundTransparency = 1.000
- Title.BorderSizePixel = 0
- Title.Size = UDim2.new(0.839999974, 0, 1, 0)
- Title.ZIndex = 1
- Title.Font = Enum.Font.SourceSans
- Title.Text = name
- Title.TextColor3 = Color3.fromRGB(224, 224, 224)
- Title.TextSize = 14.000
- Title.TextXAlignment = Enum.TextXAlignment.Left
- UIPaddingToggle.Parent = Title
- UIPaddingToggle.PaddingLeft = UDim.new(0, 4)
- CircleToggle.Name = "CircleToggle"
- CircleToggle.Parent = Toggle
- CircleToggle.AnchorPoint = Vector2.new(0.5, 0.5)
- CircleToggle.BackgroundColor3 = Color3.fromRGB(255, 58, 58)
- CircleToggle.BorderSizePixel = 0
- CircleToggle.Position = UDim2.new(0.920000017, 0, 0.5, 0)
- CircleToggle.Size = UDim2.new(0, 14, 0, 14)
- CircleToggle.ZIndex = 1
- CircleToggle.AutoButtonColor = false
- CircleToggle.Font = Enum.Font.SourceSans
- CircleToggle.Text = ""
- CircleToggle.TextColor3 = Color3.fromRGB(0, 0, 0)
- CircleToggle.TextSize = 14.000
- UICornerToggle.CornerRadius = UDim.new(0, 2)
- UICornerToggle.Parent = CircleToggle
- local Toggle = false;
- CircleToggle.MouseButton1Click:Connect(function()
- Toggle = not Toggle;
- local CircleColor = Toggle and Color3.fromRGB(69, 207, 18) or Color3.fromRGB(255, 58, 58);
- callback(Toggle)
- createTween(CircleToggle,{BackgroundColor3 = CircleColor},.08)
- end)
- return {
- Set = function(self,bool)
- Toggle = bool;
- local CircleColor = Toggle and Color3.fromRGB(69, 207, 18) or Color3.fromRGB(255, 58, 58);
- callback(Toggle);
- createTween(CircleToggle,{BackgroundColor3 = CircleColor},.08)
- end
- }
- end
- return toolPaypal;
- end
- local UI = PaypalTools.Create("Paypal-Tools");
- getgenv().textstat = EditStatus();
- UI:AddToggle("AutoRob",function(bool)
- getgenv().AutoRob = bool;
- end)
- UI:AddToggle("Kill Aura",function(bool)
- getgenv().killaura = bool;
- end)
- UI:AddToggle("Auto Breakout",function(bool)
- getgenv().BreakOut = bool;
- end)
- getgenv().customui = true
- loadstring(game:HttpGet("https://raw.githubusercontent.com/RGBBOIFORH/beta/master/boi"))()
Add Comment
Please, Sign In to add comment