Josemmoya

waff

Jan 28th, 2021 (edited)
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.77 KB | None | 0 0
  1. local DogeGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local ImageLabel = Instance.new("ImageLabel")
  4. local TextLabel = Instance.new("TextLabel")
  5. local TextButton = Instance.new("TextButton")
  6. local TextLabel_2 = Instance.new("TextLabel")
  7. local TextButton_2 = Instance.new("TextButton")
  8. local TextButton_3 = Instance.new("TextButton")
  9. local pn = Instance.new("TextBox")
  10. local Frame_2 = Instance.new("Frame")
  11. local TextButton_4 = Instance.new("TextButton")
  12.  
  13. -- Properties
  14.  
  15. DogeGui.Name = "DogeGui"
  16. DogeGui.Parent = game.Players.LocalPlayer.PlayerGui
  17.  
  18. Frame.Parent = DogeGui
  19. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  20. Frame.Position = UDim2.new(0.774430573, 0, 0.147921756, 0)
  21. Frame.Size = UDim2.new(0, 100, 0, 100)
  22.  
  23. ImageLabel.Parent = Frame
  24. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  25. ImageLabel.Position = UDim2.new(-0.469999999, 0, -0.349999994, 0)
  26. ImageLabel.Size = UDim2.new(0, 334, 0, 384)
  27. ImageLabel.Image = "rbxgameasset://Images/163c851ea3e12a897125d85e12d854c7"
  28.  
  29. TextLabel.Parent = Frame
  30. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  31. TextLabel.BackgroundTransparency = 1
  32. TextLabel.Position = UDim2.new(0.25999999, 0, -0.349999994, 0)
  33. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  34. TextLabel.Font = Enum.Font.Code
  35. TextLabel.Text = "DogeGui"
  36. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  37. TextLabel.TextScaled = true
  38. TextLabel.TextSize = 14
  39. TextLabel.TextStrokeColor3 = Color3.new(0.333333, 1, 0.498039)
  40. TextLabel.TextStrokeTransparency = 0
  41. TextLabel.TextWrapped = true
  42.  
  43. TextButton.Parent = Frame
  44. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  45. TextButton.BorderColor3 = Color3.new(0, 1, 0.498039)
  46. TextButton.BorderSizePixel = 5
  47. TextButton.Position = UDim2.new(0.349999994, 0, 1.18000007, 0)
  48. TextButton.Size = UDim2.new(0, 170, 0, 46)
  49. TextButton.Font = Enum.Font.SourceSans
  50. TextButton.Text = "Infinite Berries"
  51. TextButton.TextColor3 = Color3.new(0, 0, 0)
  52. TextButton.TextSize = 14
  53.  
  54. TextLabel_2.Parent = Frame
  55. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  56. TextLabel_2.BackgroundTransparency = 1
  57. TextLabel_2.Position = UDim2.new(0.939999998, 0, 2.99000001, 0)
  58. TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
  59. TextLabel_2.Font = Enum.Font.Code
  60. TextLabel_2.Text = "Credits: BararakSeika"
  61. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  62. TextLabel_2.TextSize = 14
  63. TextLabel_2.TextStrokeColor3 = Color3.new(0.333333, 1, 0.498039)
  64. TextLabel_2.TextStrokeTransparency = 0
  65. TextLabel_2.TextWrapped = true
  66.  
  67. TextButton_2.Parent = Frame
  68. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  69. TextButton_2.Position = UDim2.new(2.51999998, 0, -0.349999994, 0)
  70. TextButton_2.Size = UDim2.new(0, 35, 0, 35)
  71. TextButton_2.Font = Enum.Font.SourceSans
  72. TextButton_2.Text = "X"
  73. TextButton_2.TextColor3 = Color3.new(0, 1, 0.498039)
  74. TextButton_2.TextScaled = true
  75. TextButton_2.TextSize = 14
  76. TextButton_2.TextWrapped = true
  77.  
  78. TextButton_3.Parent = Frame
  79. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  80. TextButton_3.BorderColor3 = Color3.new(0, 1, 0.498039)
  81. TextButton_3.BorderSizePixel = 5
  82. TextButton_3.Position = UDim2.new(0.349999994, 0, 1.85000002, 0)
  83. TextButton_3.Size = UDim2.new(0, 170, 0, 50)
  84. TextButton_3.Font = Enum.Font.SourceSans
  85. TextButton_3.Text = "Doge Auto Feed"
  86. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  87. TextButton_3.TextSize = 14
  88.  
  89. pn.Name = "pn"
  90. pn.Parent = Frame
  91. pn.BackgroundColor3 = Color3.new(1, 1, 1)
  92. pn.Position = UDim2.new(0.200000003, 0, 2.49000001, 0)
  93. pn.Size = UDim2.new(0, 200, 0, 50)
  94. pn.Font = Enum.Font.SourceSans
  95. pn.Text = "Your name here"
  96. pn.TextColor3 = Color3.new(0, 0, 0)
  97. pn.TextSize = 14
  98.  
  99. Frame_2.Parent = DogeGui
  100. Frame_2.BackgroundColor3 = Color3.new(0, 0, 0)
  101. Frame_2.Position = UDim2.new(0, 0, 0.897310495, 0)
  102. Frame_2.Size = UDim2.new(0, 100, 0, 84)
  103.  
  104. TextButton_4.Parent = Frame_2
  105. TextButton_4.BackgroundColor3 = Color3.new(1, 1, 1)
  106. TextButton_4.BackgroundTransparency = 1
  107. TextButton_4.Size = UDim2.new(0, 100, 0, 84)
  108. TextButton_4.Font = Enum.Font.SourceSans
  109. TextButton_4.Text = "Open"
  110. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  111. TextButton_4.TextSize = 23
  112. TextButton_4.TextStrokeColor3 = Color3.new(0, 1, 0.498039)
  113. TextButton_4.TextStrokeTransparency = 0.5
  114.  
  115. -- Scripts
  116.  
  117. TextButton_4.MouseButton1Click:connect(function()
  118. game.Players.LocalPlayer.PlayerGui.DogeGui.Frame.Visible = true
  119. end)
  120.  
  121. TextButton_3.MouseButton1Click:connect(function()
  122. while wait() do
  123. game.Players.LocalPlayer.Backpack["DogeBerry"].Parent = game.Workspace[DogeGui.Frame.pn.Text]
  124. end
  125. end)
  126.  
  127. TextButton_2.MouseButton1Click:connect(function()
  128. game.Players.LocalPlayer.PlayerGui.DogeGui.Frame.Visible = false
  129. end)
  130.  
  131. TextButton.MouseButton1Click:connect(function()
  132. for i,v in pairs(game:GetDescendants()) do
  133. if v:IsA("HopperBin") or v:IsA("Tool") then
  134.  
  135. v.Handle.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  136. end
  137. end
  138. end)
Add Comment
Please, Sign In to add comment