Skysor

Nigga faggot

Dec 21st, 2019
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.48 KB | None | 0 0
  1. local function CreateInstance(cls,props)
  2. local inst = Instance.new(cls)
  3. for i,v in pairs(props) do
  4. inst[i] = v
  5. end
  6. return inst
  7. end
  8.  
  9. local ScreenGui = CreateInstance('ScreenGui',{DisplayOrder=0,Enabled=true,ResetOnSpawn=true,Name='ScreenGui', Parent=game.CoreGui})
  10. local Frame = CreateInstance('Frame',{Style=Enum.FrameStyle.Custom,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0.760784, 0.298039, 0.145098),BackgroundTransparency=0,BorderColor3=Color3.new(0.690196, 0.388235, 0.235294),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.0682976544, 0, 0.121804513, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 208, 0, 207),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name = 'Frame',Parent = ScreenGui})
  11. local GNO = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='TP to Printer (No Owner)',TextColor3=Color3.new(0, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.072115384, 0, 0.144927531, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 178, 0, 39),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='GNO',Parent = Frame})
  12. local GO = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='TP to Printer (With Owner)',TextColor3=Color3.new(0, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.072115384, 0, 0.386473417, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 178, 0, 61),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='GO',Parent = Frame})
  13. local BTools = CreateInstance('TextButton',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='Btools to go through walls',TextColor3=Color3.new(0, 0, 0),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,AutoButtonColor=true,Modal=false,Selected=false,Style=Enum.ButtonStyle.Custom,Active=true,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(1, 1, 1),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0.072115384, 0, 0.739130437, 0),Rotation=0,Selectable=true,Size=UDim2.new(0, 178, 0, 43),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='BTools',Parent = Frame})
  14. local TextLabel = CreateInstance('TextLabel',{Font=Enum.Font.SourceSans,FontSize=Enum.FontSize.Size14,Text='ESDRP Gui By BigDaddy#1707',TextColor3=Color3.new(1, 1, 1),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0, 0, 0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=Enum.TextXAlignment.Center,TextYAlignment=Enum.TextYAlignment.Center,Active=false,AnchorPoint=Vector2.new(0, 0),BackgroundColor3=Color3.new(0, 0, 0),BackgroundTransparency=0,BorderColor3=Color3.new(0.105882, 0.164706, 0.207843),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(0, 208, 0, 18),SizeConstraint=Enum.SizeConstraint.RelativeXY,Visible=true,ZIndex=1,Name='TextLabel',Parent = Frame})
  15.  
  16. Frame.Active = true
  17. Frame.Draggable = true
  18.  
  19. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  20.  
  21. GNO.MouseButton1Click:Connect(function()
  22. local UnOwnedPrintersOnly = true
  23.  
  24. local Chil = workspace.MoneyPrinters:GetDescendants()
  25. for i,v in pairs(Chil) do
  26. if v and v.ClassName == "StringValue" and v.Name == "Int2" then
  27. v.Parent:Destroy()
  28. end
  29. end
  30.  
  31.  
  32. local PP = workspace.MoneyPrinters:GetDescendants()
  33. for i,v in pairs(PP) do
  34. if UnOwnedPrintersOnly == true then
  35. if v and v.ClassName == "Part" and v.Parent.Int.Money.Value ~= 0 and v.Parent.TrueOwner.Value == nil then
  36. print("Teleporting to an unowned printer!")
  37. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
  38. end
  39. else
  40. if v and v.ClassName == "Part" and v.Parent.Int.Money.Value ~= 0 and v.Parent.TrueOwner.Value ~= nil then
  41. print("Teleporting to an owned printer!")
  42. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
  43. end
  44. end
  45. end
  46. end)
  47.  
  48. GO.MouseButton1Click:Connect(function()
  49. local UnOwnedPrintersOnly = false
  50.  
  51. local Chil = workspace.MoneyPrinters:GetDescendants()
  52. for i,v in pairs(Chil) do
  53. if v and v.ClassName == "StringValue" and v.Name == "Int2" then
  54. v.Parent:Destroy()
  55. end
  56. end
  57.  
  58.  
  59. local PP = workspace.MoneyPrinters:GetDescendants()
  60. for i,v in pairs(PP) do
  61. if UnOwnedPrintersOnly == true then
  62. if v and v.ClassName == "Part" and v.Parent.Int.Money.Value ~= 0 and v.Parent.TrueOwner.Value == nil then
  63. print("Teleporting to an unowned printer!")
  64. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
  65. end
  66. else
  67. if v and v.ClassName == "Part" and v.Parent.Int.Money.Value ~= 0 and v.Parent.TrueOwner.Value ~= nil then
  68. print("Teleporting to an owned printer!")
  69. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(v.Position)
  70. end
  71. end
  72. end
  73. end)
  74.  
  75. BTools.MouseButton1Click:Connect(function()
  76. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  77. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  78. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  79. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  80. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  81. tool1.BinType = "Clone"
  82. tool2.BinType = "GameTool"
  83. tool3.BinType = "Hammer"
  84. tool4.BinType = "Script"
  85. tool5.BinType = "Grab"
  86. end)
Add Comment
Please, Sign In to add comment