Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.96 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local coolguixd = Instance.new("ScreenGui")
  5. local frame = Instance.new("Frame")
  6. local label = Instance.new("TextLabel")
  7. local castle = Instance.new("TextButton")
  8. local ice = Instance.new("TextButton")
  9. local grass = Instance.new("TextButton")
  10. local zwart = Instance.new("TextButton")
  11. local puppet = Instance.new("TextButton")
  12. local desert = Instance.new("TextButton")
  13. local close = Instance.new("TextButton")
  14. local bosskillbox = Instance.new("TextBox")
  15. local die = Instance.new("TextButton")
  16. local open = Instance.new("TextButton")
  17. --Properties:
  18. coolguixd.Name = "coolguixd"
  19. coolguixd.Parent = game.CoreGui
  20. coolguixd.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  21.  
  22. frame.Name = "frame"
  23. frame.Parent = coolguixd
  24. frame.BackgroundColor3 = Color3.new(0, 0, 0)
  25. frame.BackgroundTransparency = 0.5
  26. frame.BorderColor3 = Color3.new(1, 1, 1)
  27. frame.Position = UDim2.new(0.701793671, 0, 0.219901711, 0)
  28. frame.Size = UDim2.new(0, 304, 0, 431)
  29.  
  30. label.Name = "label"
  31. label.Parent = frame
  32. label.BackgroundColor3 = Color3.new(1, 1, 1)
  33. label.BackgroundTransparency = 1
  34. label.BorderSizePixel = 0
  35. label.Size = UDim2.new(0, 304, 0, 50)
  36. label.Font = Enum.Font.SciFi
  37. label.Text = "Digimon Aurity"
  38. label.TextColor3 = Color3.new(0.333333, 1, 0)
  39. label.TextSize = 32
  40.  
  41. castle.Name = "castle"
  42. castle.Parent = frame
  43. castle.BackgroundColor3 = Color3.new(1, 1, 1)
  44. castle.Position = UDim2.new(0.049342107, 0, 0.167053372, 0)
  45. castle.Size = UDim2.new(0, 104, 0, 40)
  46. castle.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  47. castle.Font = Enum.Font.SourceSans
  48. castle.Text = "Castle Area"
  49. castle.TextColor3 = Color3.new(0, 0, 0)
  50. castle.TextSize = 14
  51.  
  52. ice.Name = "ice"
  53. ice.Parent = frame
  54. ice.BackgroundColor3 = Color3.new(1, 1, 1)
  55. ice.Position = UDim2.new(0.049342107, 0, 0.292343408, 0)
  56. ice.Size = UDim2.new(0, 104, 0, 40)
  57. ice.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  58. ice.Font = Enum.Font.SourceSans
  59. ice.Text = "Ice Area"
  60. ice.TextColor3 = Color3.new(0, 0, 0)
  61. ice.TextSize = 14
  62.  
  63. grass.Name = "grass"
  64. grass.Parent = frame
  65. grass.BackgroundColor3 = Color3.new(1, 1, 1)
  66. grass.Position = UDim2.new(0.049342107, 0, 0.419953614, 0)
  67. grass.Size = UDim2.new(0, 104, 0, 40)
  68. grass.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  69. grass.Font = Enum.Font.SourceSans
  70. grass.Text = "Grass Area"
  71. grass.TextColor3 = Color3.new(0, 0, 0)
  72. grass.TextSize = 14
  73.  
  74. zwart.Name = "zwart"
  75. zwart.Parent = frame
  76. zwart.BackgroundColor3 = Color3.new(1, 1, 1)
  77. zwart.Position = UDim2.new(0.049342107, 0, 0.547563791, 0)
  78. zwart.Size = UDim2.new(0, 104, 0, 40)
  79. zwart.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  80. zwart.Font = Enum.Font.SourceSans
  81. zwart.Text = "Zwart Area"
  82. zwart.TextColor3 = Color3.new(0, 0, 0)
  83. zwart.TextSize = 14
  84.  
  85. puppet.Name = "puppet"
  86. puppet.Parent = frame
  87. puppet.BackgroundColor3 = Color3.new(1, 1, 1)
  88. puppet.Position = UDim2.new(0.049342107, 0, 0.670533657, 0)
  89. puppet.Size = UDim2.new(0, 104, 0, 40)
  90. puppet.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  91. puppet.Font = Enum.Font.SourceSans
  92. puppet.Text = "Puppetmon Area"
  93. puppet.TextColor3 = Color3.new(0, 0, 0)
  94. puppet.TextSize = 14
  95.  
  96. desert.Name = "desert"
  97. desert.Parent = frame
  98. desert.BackgroundColor3 = Color3.new(1, 1, 1)
  99. desert.Position = UDim2.new(0.049342107, 0, 0.798143864, 0)
  100. desert.Size = UDim2.new(0, 104, 0, 40)
  101. desert.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  102. desert.Font = Enum.Font.SourceSans
  103. desert.Text = "Desert Area"
  104. desert.TextColor3 = Color3.new(0, 0, 0)
  105. desert.TextSize = 14
  106.  
  107. close.Name = "close"
  108. close.Parent = frame
  109. close.BackgroundColor3 = Color3.new(1, 1, 1)
  110. close.BackgroundTransparency = 1
  111. close.BorderSizePixel = 0
  112. close.Position = UDim2.new(0.908819139, 0, -0.000515908003, 0)
  113. close.Size = UDim2.new(0, 27, 0, 24)
  114. close.Font = Enum.Font.SourceSans
  115. close.Text = "X"
  116. close.TextColor3 = Color3.new(0, 0, 0)
  117. close.TextSize = 14
  118. close.TextStrokeColor3 = Color3.new(1, 0, 0)
  119. close.TextStrokeTransparency = 0
  120.  
  121. bosskillbox.Name = "bosskillbox"
  122. bosskillbox.Parent = frame
  123. bosskillbox.BackgroundColor3 = Color3.new(1, 1, 1)
  124. bosskillbox.Position = UDim2.new(0.417763144, 0, 0.419953585, 0)
  125. bosskillbox.Size = UDim2.new(0, 167, 0, 50)
  126. bosskillbox.Font = Enum.Font.SourceSansSemibold
  127. bosskillbox.Text = "Kill boss here"
  128. bosskillbox.TextColor3 = Color3.new(0.333333, 1, 1)
  129. bosskillbox.TextSize = 14
  130.  
  131. die.Name = "die"
  132. die.Parent = frame
  133. die.BackgroundColor3 = Color3.new(1, 0, 0)
  134. die.Position = UDim2.new(0.595394731, 0, 0.568445504, 0)
  135. die.Size = UDim2.new(0, 59, 0, 50)
  136. die.Font = Enum.Font.SourceSans
  137. die.Text = "DIE"
  138. die.TextColor3 = Color3.new(0.333333, 0, 0)
  139. die.TextSize = 14
  140.  
  141. open.Name = "open"
  142. open.Parent = coolguixd
  143. open.BackgroundColor3 = Color3.new(0.333333, 1, 0.498039)
  144. open.BorderSizePixel = 0
  145. open.Position = UDim2.new(0.862481296, 0, 0.787469268, 0)
  146. open.Size = UDim2.new(0, 108, 0, 45)
  147. open.Visible = false
  148. open.Font = Enum.Font.SourceSans
  149. open.Text = "OPEN"
  150. open.TextColor3 = Color3.new(0, 0, 0)
  151. open.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement