Advertisement
Guest User

כענכדגענגכענגכד

a guest
Feb 20th, 2020
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. -- Made By Roblox Studio --
  2.  
  3. local DragonBallRage = Instance.new("ScreenGui")
  4. local OpenFrame = Instance.new("Frame")
  5. local TextLabel = Instance.new("TextLabel")
  6. local TextLabel_2 = Instance.new("TextLabel")
  7. local Open = Instance.new("TextButton")
  8. local TextLabel_3 = Instance.new("TextLabel")
  9. local Main = Instance.new("Frame")
  10. local TextLabel_4 = Instance.new("TextLabel")
  11. local Script = Instance.new("TextButton")
  12. local Close = Instance.new("TextButton")
  13.  
  14. --Properties:
  15.  
  16. DragonBallRage.Name = "Dragon Ball Rage"
  17. DragonBallRage.Parent = game.CoreGui
  18. DragonBallRage.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  19.  
  20. OpenFrame.Name = "OpenFrame"
  21. OpenFrame.Parent = DragonBallRage
  22. OpenFrame.Active = true
  23. OpenFrame.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  24. OpenFrame.Position = UDim2.new(0.433570623, 0, 0.379022688, 0)
  25. OpenFrame.Size = UDim2.new(0, 223, 0, 160)
  26.  
  27. TextLabel.Parent = OpenFrame
  28. TextLabel.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  29. TextLabel.Size = UDim2.new(0, 223, 0, 42)
  30. TextLabel.Font = Enum.Font.SciFi
  31. TextLabel.Text = "Dragon Ball Rage"
  32. TextLabel.TextColor3 = Color3.fromRGB(170, 255, 0)
  33. TextLabel.TextScaled = true
  34. TextLabel.TextSize = 14.000
  35. TextLabel.TextWrapped = true
  36.  
  37. TextLabel_2.Parent = OpenFrame
  38. TextLabel_2.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  39. TextLabel_2.Position = UDim2.new(0, 0, 0.774999976, 0)
  40. TextLabel_2.Size = UDim2.new(0, 223, 0, 36)
  41. TextLabel_2.Font = Enum.Font.SciFi
  42. TextLabel_2.Text = "Enjoy!"
  43. TextLabel_2.TextColor3 = Color3.fromRGB(170, 255, 0)
  44. TextLabel_2.TextScaled = true
  45. TextLabel_2.TextSize = 14.000
  46. TextLabel_2.TextWrapped = true
  47.  
  48. Open.Name = "Open"
  49. Open.Parent = OpenFrame
  50. Open.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  51. Open.Position = UDim2.new(0.112592407, 0, 0.375, 0)
  52. Open.Size = UDim2.new(0, 173, 0, 40)
  53. Open.Font = Enum.Font.SciFi
  54. Open.Text = "Start"
  55. Open.TextColor3 = Color3.fromRGB(255, 85, 0)
  56. Open.TextScaled = true
  57. Open.TextSize = 14.000
  58. Open.TextWrapped = true
  59. Open.MouseButton1Down:connect(function()
  60. Main.Visible = true
  61. OpenFrame.Visible = false
  62. end)
  63.  
  64.  
  65. TextLabel_3.Parent = OpenFrame
  66. TextLabel_3.BackgroundColor3 = Color3.fromRGB(0, 170, 0)
  67. TextLabel_3.Position = UDim2.new(0, 0, 1, 0)
  68. TextLabel_3.Size = UDim2.new(0, 223, 0, 17)
  69. TextLabel_3.Font = Enum.Font.SciFi
  70. TextLabel_3.Text = "-- Made By Robox Studio --"
  71. TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  72. TextLabel_3.TextScaled = true
  73. TextLabel_3.TextSize = 14.000
  74. TextLabel_3.TextWrapped = true
  75.  
  76. Main.Name = "Main"
  77. Main.Parent = DragonBallRage
  78. Main.Active = true
  79. Main.BackgroundColor3 = Color3.fromRGB(255, 128, 0)
  80. Main.Position = UDim2.new(0.899294734, 0, 0.845053732, 0)
  81. Main.Size = UDim2.new(0, 169, 0, 129)
  82. Main.Visible = false
  83.  
  84. TextLabel_4.Parent = Main
  85. TextLabel_4.BackgroundColor3 = Color3.fromRGB(108, 255, 17)
  86. TextLabel_4.Size = UDim2.new(0, 169, 0, 32)
  87. TextLabel_4.Font = Enum.Font.SourceSans
  88. TextLabel_4.Text = "Have Fun!"
  89. TextLabel_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  90. TextLabel_4.TextScaled = true
  91. TextLabel_4.TextSize = 14.000
  92. TextLabel_4.TextWrapped = true
  93.  
  94. Script.Name = "Script"
  95. Script.Parent = Main
  96. Script.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  97. Script.Position = UDim2.new(0.100591779, 0, 0.337984473, 0)
  98. Script.Size = UDim2.new(0, 135, 0, 40)
  99. Script.Font = Enum.Font.SciFi
  100. Script.Text = "Open Gui"
  101. Script.TextColor3 = Color3.fromRGB(0, 0, 0)
  102. Script.TextScaled = true
  103. Script.TextSize = 14.000
  104. Script.TextWrapped = true
  105. Script.MouseButton1Down:connect(function()
  106. loadstring(game:HttpGet(('https://pastebin.com/raw/eU6X2MVV')))()
  107. end)
  108.  
  109. Close.Name = "Close"
  110. Close.Parent = Main
  111. Close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  112. Close.Position = UDim2.new(0.201183438, 0, 0.741085529, 0)
  113. Close.Size = UDim2.new(0, 100, 0, 23)
  114. Close.Font = Enum.Font.SciFi
  115. Close.Text = "Close"
  116. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  117. Close.TextScaled = true
  118. Close.TextSize = 14.000
  119. Close.TextWrapped = true
  120. Close.MouseButton1Down:connect(function()
  121. Open.Visible = true
  122. Main.Visible = false
  123. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement