Advertisement
Guest User

Untitled

a guest
Jan 20th, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.16 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local DogeUI = Instance.new("ScreenGui")
  5. local AccountingFrame = Instance.new("Frame")
  6. local Bar1 = Instance.new("Frame")
  7. local Username = Instance.new("TextBox")
  8. local Password = Instance.new("TextBox")
  9. local Radiotester = Instance.new("ImageLabel")
  10. local Doge = Instance.new("TextLabel")
  11. local Credits = Instance.new("TextLabel")
  12. local _3vpl6684 = Instance.new("TextLabel")
  13. local Continue = Instance.new("TextButton")
  14. local MainFrame = Instance.new("Frame")
  15. local Title1 = Instance.new("Frame")
  16. local TextLabel = Instance.new("TextLabel")
  17. local TItle2 = Instance.new("Frame")
  18. --Properties:
  19. DogeUI.Name = "Doge UI"
  20. DogeUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  21. DogeUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  22.  
  23. AccountingFrame.Name = "AccountingFrame"
  24. AccountingFrame.Parent = DogeUI
  25. AccountingFrame.Active = true
  26. AccountingFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  27. AccountingFrame.BorderSizePixel = 0
  28. AccountingFrame.LayoutOrder = 1
  29. AccountingFrame.Position = UDim2.new(-0.0350877196, 0, 0.622093022, 0)
  30. AccountingFrame.Selectable = true
  31. AccountingFrame.Size = UDim2.new(0, 260, 0, 260)
  32. AccountingFrame.Style = Enum.FrameStyle.RobloxRound
  33.  
  34. Bar1.Name = "Bar1"
  35. Bar1.Parent = AccountingFrame
  36. Bar1.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  37. Bar1.BorderSizePixel = 0
  38. Bar1.Position = UDim2.new(0.00710613281, 0, -0.0134911202, 0)
  39. Bar1.Size = UDim2.new(0, 237, 0, 26)
  40. Bar1.Style = Enum.FrameStyle.RobloxRound
  41.  
  42. Username.Name = "Username"
  43. Username.Parent = AccountingFrame
  44. Username.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  45. Username.Position = UDim2.new(0.140926778, 0, 0.370795637, 0)
  46. Username.Size = UDim2.new(0, 160, 0, 29)
  47. Username.Font = Enum.Font.SourceSans
  48. Username.Text = ""
  49. Username.TextColor3 = Color3.new(1, 1, 1)
  50. Username.TextSize = 14
  51. Username.TextStrokeColor3 = Color3.new(1, 1, 1)
  52.  
  53. Password.Name = "Password"
  54. Password.Parent = AccountingFrame
  55. Password.BackgroundColor3 = Color3.new(0, 0, 0)
  56. Password.BorderSizePixel = 0
  57. Password.Position = UDim2.new(0.130580485, 0, 0.626592338, 0)
  58. Password.Size = UDim2.new(0, 174, 0, 31)
  59. Password.Font = Enum.Font.SourceSans
  60. Password.Text = ""
  61. Password.TextColor3 = Color3.new(1, 1, 1)
  62. Password.TextSize = 14
  63.  
  64. Radiotester.Name = "Radio tester"
  65. Radiotester.Parent = AccountingFrame
  66. Radiotester.BackgroundColor3 = Color3.new(1, 1, 1)
  67. Radiotester.Position = UDim2.new(0.309215337, 0, 0.105906278, 0)
  68. Radiotester.Size = UDim2.new(0, 77, 0, 64)
  69. Radiotester.Image = "rbxassetid://168185379"
  70. Radiotester.ScaleType = Enum.ScaleType.Slice
  71.  
  72. Doge.Name = "Doge"
  73. Doge.Parent = AccountingFrame
  74. Doge.BackgroundColor3 = Color3.new(0, 0, 0)
  75. Doge.Position = UDim2.new(0.173653126, 0, -0.0127291828, 0)
  76. Doge.Size = UDim2.new(0, 142, 0, 20)
  77. Doge.Font = Enum.Font.SourceSans
  78. Doge.Text = "Doge audios v2"
  79. Doge.TextColor3 = Color3.new(1, 1, 1)
  80. Doge.TextSize = 14
  81.  
  82. Credits.Name = "Credits"
  83. Credits.Parent = AccountingFrame
  84. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  85. Credits.Position = UDim2.new(-0.0363331735, 0, 0.974672616, 0)
  86. Credits.Size = UDim2.new(0, 81, 0, 15)
  87. Credits.Font = Enum.Font.SourceSansBold
  88. Credits.Text = "Oofoof#5433 "
  89. Credits.TextColor3 = Color3.new(0, 0, 0)
  90. Credits.TextSize = 14
  91.  
  92. _3vpl6684.Name = "3vpl#6684"
  93. _3vpl6684.Parent = Credits
  94. _3vpl6684.BackgroundColor3 = Color3.new(1, 1, 1)
  95. _3vpl6684.Position = UDim2.new(1.92592597, 0, -0.0666666701, 0)
  96. _3vpl6684.Size = UDim2.new(0, 104, 0, 15)
  97. _3vpl6684.Font = Enum.Font.SourceSansBold
  98. _3vpl6684.Text = "3vpl#6684"
  99. _3vpl6684.TextColor3 = Color3.new(0, 0, 0)
  100. _3vpl6684.TextSize = 14
  101.  
  102. Continue.Name = "Continue"
  103. Continue.Parent = AccountingFrame
  104. Continue.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  105. Continue.BorderSizePixel = 4
  106. Continue.Position = UDim2.new(0.210037351, 0, 0.817261696, 0)
  107. Continue.Size = UDim2.new(0, 138, 0, 25)
  108. Continue.Font = Enum.Font.SourceSansBold
  109. Continue.Text = "Login"
  110. Continue.TextColor3 = Color3.new(1, 1, 1)
  111. Continue.TextScaled = true
  112. Continue.TextSize = 14
  113. Continue.TextWrapped = true
  114.  
  115. MainFrame.Name = "MainFrame"
  116. MainFrame.Parent = DogeUI
  117. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  118. MainFrame.Position = UDim2.new(0.460112751, 0, 0.082848832, 0)
  119. MainFrame.Size = UDim2.new(0, 372, 0, 342)
  120. MainFrame.Style = Enum.FrameStyle.RobloxRound
  121.  
  122. Title1.Name = "Title1"
  123. Title1.Parent = MainFrame
  124. Title1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  125. Title1.BorderSizePixel = 0
  126. Title1.Position = UDim2.new(-0.0259567611, 0, -0.0222974643, 0)
  127. Title1.Size = UDim2.new(0, 372, 0, 37)
  128.  
  129. TextLabel.Parent = Title1
  130. TextLabel.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  131. TextLabel.Position = UDim2.new(0.00333494786, 0, 0, 0)
  132. TextLabel.Size = UDim2.new(0, 371, 0, 37)
  133. TextLabel.Font = Enum.Font.SourceSans
  134. TextLabel.Text = "Doge UI Audios V2 boi"
  135. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  136. TextLabel.TextSize = 14
  137.  
  138. TItle2.Name = "TItle2"
  139. TItle2.Parent = MainFrame
  140. TItle2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  141. TItle2.Position = UDim2.new(-0.0246017575, 0, 0.0918000415, 0)
  142. TItle2.Size = UDim2.new(0, 373, 0, 11)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement