Advertisement
Khiet_Le

GUI #4

May 11th, 2019
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.99 KB | None | 0 0
  1. local SHORTGUI = Instance.new("ScreenGui")
  2. local OPEN = Instance.new("Frame")
  3. local USE = Instance.new("TextButton")
  4. local TextLabel = Instance.new("TextLabel")
  5. local MAIN = Instance.new("Frame")
  6. local UnboxSim = Instance.new("TextButton")
  7. local ONEPIECE = Instance.new("TextButton")
  8. local Frame = Instance.new("Frame")
  9. local TextLabel_2 = Instance.new("TextLabel")
  10. local Frame_2 = Instance.new("Frame")
  11. local TextLabel_3 = Instance.new("TextLabel")
  12. local Close = Instance.new("TextButton")
  13. local TextLabel_4 = Instance.new("TextLabel")
  14.  
  15. SHORTGUI.Name = "SHORT GUI"
  16. SHORTGUI.Parent = game.CoreGui
  17. SHORTGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18.  
  19. OPEN.Name = "OPEN"
  20. OPEN.Parent = SHORTGUI
  21. OPEN.Active = true
  22. OPEN.BackgroundColor3 = Color3.new(0, 0, 0)
  23. OPEN.Position = UDim2.new(0.0679824576, 0, 0.525531888, 0)
  24. OPEN.Size = UDim2.new(0, 62, 0, 45)
  25. OPEN.Draggable = true
  26.  
  27. USE.Name = "USE"
  28. USE.Parent = OPEN
  29. USE.BackgroundColor3 = Color3.new(1, 1, 1)
  30. USE.Size = UDim2.new(0, 61, 0, 24)
  31. USE.Font = Enum.Font.SourceSans
  32. USE.Text = "OPEN"
  33. USE.TextColor3 = Color3.new(0, 0, 0)
  34. USE.TextSize = 14
  35. USE.MouseButton1Down:connect(function()
  36. MAIN.Visible = true
  37. OPEN.Visible = false
  38. end)
  39.  
  40. TextLabel.Parent = OPEN
  41. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  42. TextLabel.BackgroundTransparency = 0.89999997615814
  43. TextLabel.Position = UDim2.new(0.0483870506, 0, 0.533333361, 0)
  44. TextLabel.Size = UDim2.new(0, 55, 0, 21)
  45. TextLabel.Font = Enum.Font.SourceSans
  46. TextLabel.Text = "--Drag--"
  47. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  48. TextLabel.TextSize = 14
  49.  
  50. MAIN.Name = "MAIN"
  51. MAIN.Parent = SHORTGUI
  52. MAIN.Active = true
  53. MAIN.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  54. MAIN.Position = UDim2.new(0.169956148, 0, 0.538297892, 0)
  55. MAIN.Size = UDim2.new(0, 145, 0, 86)
  56. MAIN.Visible = false
  57. MAIN.Draggable = true
  58.  
  59. UnboxSim.Name = "Unbox Sim"
  60. UnboxSim.Parent = MAIN
  61. UnboxSim.BackgroundColor3 = Color3.new(0.447059, 0.482353, 1)
  62. UnboxSim.Position = UDim2.new(0.126760557, 0, 0.191176474, 0)
  63. UnboxSim.Size = UDim2.new(0, 20, 0, 17)
  64. UnboxSim.Font = Enum.Font.SourceSans
  65. UnboxSim.Text = ""
  66. UnboxSim.TextColor3 = Color3.new(0, 0, 0)
  67. UnboxSim.TextSize = 14
  68. UnboxSim.MouseButton1Down:connect(function()
  69. loadstring(game:HttpGet("https://pastebin.com/raw/UKDLXvCd"))()
  70. end)
  71.  
  72. ONEPIECE.Name = "ONE PIECE"
  73. ONEPIECE.Parent = MAIN
  74. ONEPIECE.BackgroundColor3 = Color3.new(0.901961, 0.662745, 1)
  75. ONEPIECE.Position = UDim2.new(0.126760572, 0, 0.573529422, 0)
  76. ONEPIECE.Size = UDim2.new(0, 20, 0, 17)
  77. ONEPIECE.Font = Enum.Font.SourceSans
  78. ONEPIECE.Text = ""
  79. ONEPIECE.TextColor3 = Color3.new(0, 0, 0)
  80. ONEPIECE.TextSize = 14
  81. ONEPIECE.MouseButton1Down:connect(function()
  82. loadstring(game:HttpGet("https://pastebin.com/raw/44HZ2bty"))()
  83. end)
  84.  
  85. Frame.Parent = MAIN
  86. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  87. Frame.Position = UDim2.new(0.345070422, 0, 0.191176474, 0)
  88. Frame.Size = UDim2.new(0, 78, 0, 17)
  89.  
  90. TextLabel_2.Parent = Frame
  91. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  92. TextLabel_2.BackgroundTransparency = 1
  93. TextLabel_2.Position = UDim2.new(-0.0769230798, 0, -0.117647059, 0)
  94. TextLabel_2.SelectionImageObject = UnboxSim
  95. TextLabel_2.Size = UDim2.new(0, 89, 0, 21)
  96. TextLabel_2.Font = Enum.Font.SourceSans
  97. TextLabel_2.Text = "Unboxing Sim"
  98. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  99. TextLabel_2.TextSize = 11
  100. TextLabel_2.TextStrokeTransparency = 12
  101. TextLabel_2.TextTransparency = -10
  102. TextLabel_2.TextWrapped = true
  103.  
  104. Frame_2.Parent = MAIN
  105. Frame_2.BackgroundColor3 = Color3.new(1, 1, 1)
  106. Frame_2.Position = UDim2.new(0.345070422, 0, 0.573529422, 0)
  107. Frame_2.Size = UDim2.new(0, 78, 0, 17)
  108.  
  109. TextLabel_3.Parent = Frame_2
  110. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  111. TextLabel_3.BackgroundTransparency = 1
  112. TextLabel_3.Size = UDim2.new(0, 78, 0, 17)
  113. TextLabel_3.Font = Enum.Font.SourceSans
  114. TextLabel_3.Text = "One Piece Warth"
  115. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  116. TextLabel_3.TextSize = 14
  117.  
  118. Close.Name = "Close"
  119. Close.Parent = MAIN
  120. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  121. Close.BackgroundTransparency = 0.60000002384186
  122. Close.Position = UDim2.new(0.751967013, 0, -0.337209314, 0)
  123. Close.Size = UDim2.new(0, 35, 0, 29)
  124. Close.Font = Enum.Font.SourceSans
  125. Close.Text = "X"
  126. Close.TextColor3 = Color3.new(1, 1, 1)
  127. Close.TextSize = 45
  128. Close.MouseButton1Down:connect(function()
  129. OPEN.Visible = true
  130. MAIN.Visible = false
  131. end)
  132.  
  133. TextLabel_4.Parent = MAIN
  134. TextLabel_4.BackgroundColor3 = Color3.new(1, 0.917647, 0.917647)
  135. TextLabel_4.BackgroundTransparency = 1
  136. TextLabel_4.Position = UDim2.new(0.062068861, 0, 0.767441869, 0)
  137. TextLabel_4.Size = UDim2.new(0, 126, 0, 20)
  138. TextLabel_4.Font = Enum.Font.SourceSans
  139. TextLabel_4.Text = "@Khiet @SirMeme @V3rmilion"
  140. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  141. TextLabel_4.TextSize = 14
  142. -- Scripts:
  143. function SCRIPT_SSXJ71_FAKESCRIPT() -- Frame.LocalScript
  144. local script = Instance.new('LocalScript')
  145. script.Parent = Frame
  146. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  147.  
  148. counter = 0
  149.  
  150. while wait(0.1)do
  151. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  152.  
  153. counter = counter + 0.01
  154. end
  155.  
  156.  
  157. end
  158. coroutine.resume(coroutine.create(SCRIPT_SSXJ71_FAKESCRIPT))
  159. function SCRIPT_JAEO67_FAKESCRIPT() -- Frame_2.LocalScript
  160. local script = Instance.new('LocalScript')
  161. script.Parent = Frame_2
  162. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  163.  
  164. counter = 0
  165.  
  166. while wait(0.1)do
  167. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  168.  
  169. counter = counter + 0.01
  170. end
  171.  
  172.  
  173. end
  174. coroutine.resume(coroutine.create(SCRIPT_JAEO67_FAKESCRIPT))
  175. function SCRIPT_LDDP81_FAKESCRIPT() -- TextLabel_4.LocalScript
  176. local script = Instance.new('LocalScript')
  177. script.Parent = TextLabel_4
  178. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  179.  
  180. counter = 0
  181.  
  182. while wait(0.1)do
  183. script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  184.  
  185. counter = counter + 0.01
  186. end
  187.  
  188.  
  189. end
  190. coroutine.resume(coroutine.create(SCRIPT_LDDP81_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement