Advertisement
Guest User

guiofsomesort

a guest
Sep 23rd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.83 KB | None | 0 0
  1. local continued = false
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local top = Instance.new("Frame")
  4. local frame = Instance.new("Frame")
  5. local con = Instance.new("TextButton")
  6. local topscrp = Instance.new("Frame")
  7. local frame_2 = Instance.new("Frame")
  8. local MML = Instance.new("TextButton")
  9. local cand = Instance.new("TextButton")
  10. local grab = Instance.new("TextButton")
  11. local BV = Instance.new("TextButton")
  12. local opclose = Instance.new("TextButton")
  13.  
  14. ScreenGui.Parent = game.CoreGui
  15.  
  16. top.Name = "top"
  17. top.Parent = ScreenGui
  18. top.BackgroundColor3 = Color3.new(0.101961, 0.827451, 0.827451)
  19. top.Position = UDim2.new(0.366300374, 0, 0.407504976, 0)
  20. top.Size = UDim2.new(0, 366, 0, 45)
  21.  
  22. frame.Name = "frame"
  23. frame.Parent = top
  24. frame.BackgroundColor3 = Color3.new(0.635294, 0.635294, 0.635294)
  25. frame.Position = UDim2.new(0, 0, 1.00636375, 0)
  26. frame.Size = UDim2.new(0, 366, 0, 304)
  27.  
  28. con.Name = "con"
  29. con.Parent = frame
  30. con.BackgroundColor3 = Color3.new(1, 1, 1)
  31. con.Position = UDim2.new(0.0409836061, 0, 0.263157904, 0)
  32. con.Size = UDim2.new(0, 336, 0, 102)
  33. con.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  34. con.Font = Enum.Font.Cartoon
  35. con.Text = "Continue"
  36. con.TextColor3 = Color3.new(1, 1, 1)
  37. con.TextScaled = true
  38. con.TextSize = 14
  39. con.TextWrapped = true
  40.  
  41. topscrp.Name = "topscrp"
  42. topscrp.Parent = ScreenGui
  43. topscrp.BackgroundColor3 = Color3.new(0.101961, 0.827451, 0.827451)
  44. topscrp.Position = UDim2.new(0.0982906222, 0, 0.35753572, 0)
  45. topscrp.Size = UDim2.new(0, 366, 0, 45)
  46. topscrp.Visible = false
  47.  
  48. frame_2.Name = "frame"
  49. frame_2.Parent = topscrp
  50. frame_2.BackgroundColor3 = Color3.new(0.635294, 0.635294, 0.635294)
  51. frame_2.Position = UDim2.new(0, 0, 1.00636375, 0)
  52. frame_2.Size = UDim2.new(0, 366, 0, 304)
  53.  
  54. MML.Name = "MML"
  55. MML.Parent = frame_2
  56. MML.BackgroundColor3 = Color3.new(1, 1, 1)
  57. MML.Position = UDim2.new(0.0409836061, 0, 0.046052631, 0)
  58. MML.Size = UDim2.new(0, 336, 0, 66)
  59. MML.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  60. MML.Font = Enum.Font.Cartoon
  61. MML.Text = "MML"
  62. MML.TextColor3 = Color3.new(1, 1, 1)
  63. MML.TextScaled = true
  64. MML.TextSize = 14
  65. MML.TextWrapped = true
  66.  
  67. cand.Name = "cand"
  68. cand.Parent = frame_2
  69. cand.BackgroundColor3 = Color3.new(1, 1, 1)
  70. cand.Position = UDim2.new(0.0409836061, 0, 0.263157904, 0)
  71. cand.Size = UDim2.new(0, 336, 0, 66)
  72. cand.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  73. cand.Font = Enum.Font.Cartoon
  74. cand.Text = "FreeCandy"
  75. cand.TextColor3 = Color3.new(1, 1, 1)
  76. cand.TextScaled = true
  77. cand.TextSize = 14
  78. cand.TextWrapped = true
  79.  
  80. grab.Name = "grab"
  81. grab.Parent = frame_2
  82. grab.BackgroundColor3 = Color3.new(1, 1, 1)
  83. grab.Position = UDim2.new(0.0409836061, 0, 0.480263174, 0)
  84. grab.Size = UDim2.new(0, 336, 0, 66)
  85. grab.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  86. grab.Font = Enum.Font.Cartoon
  87. grab.Text = "GrabKnife"
  88. grab.TextColor3 = Color3.new(1, 1, 1)
  89. grab.TextScaled = true
  90. grab.TextSize = 14
  91. grab.TextWrapped = true
  92.  
  93. BV.Name = "BV"
  94. BV.Parent = frame_2
  95. BV.BackgroundColor3 = Color3.new(1, 1, 1)
  96. BV.Position = UDim2.new(0.0409836061, 0, 0.697368443, 0)
  97. BV.Size = UDim2.new(0, 336, 0, 66)
  98. BV.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  99. BV.Font = Enum.Font.Cartoon
  100. BV.Text = "Bomb Vest"
  101. BV.TextColor3 = Color3.new(1, 1, 1)
  102. BV.TextScaled = true
  103. BV.TextSize = 14
  104. BV.TextWrapped = true
  105.  
  106. opclose.Name = "opclose"
  107. opclose.Parent = ScreenGui
  108. opclose.BackgroundColor3 = Color3.new(1, 1, 1)
  109. opclose.Position = UDim2.new(0.00610500621, 0, 0.807480812, 0)
  110. opclose.Size = UDim2.new(0, 138, 0, 50)
  111. opclose.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  112. opclose.Font = Enum.Font.Cartoon
  113. opclose.Text = "Close"
  114. opclose.TextColor3 = Color3.new(0, 0, 0)
  115. opclose.TextScaled = true
  116. opclose.TextSize = 14
  117. opclose.TextWrapped = true
  118. opclose.Visible = false
  119.  
  120. top.Active = true
  121. top.Draggable = true
  122. topscrp.Active = true
  123. topscrp.Draggable = true
  124.  
  125. cand.MouseButton1Click:Connect(function()
  126. game.ReplicatedStorage["DiscordConn"]:FireServer("z\wS`_>=\-RKSK/U)4*'esfppz;66x7n","freecandy","FullVictimName")
  127. end)
  128.  
  129. BV.MouseButton1Click:connect(function()
  130. game.ReplicatedStorage["DiscordConn"]:FireServer("z\wS`_>=\-RKSK/U)4*'esfppz;66x7n","bombvest","FullVictimName")
  131. end)
  132.  
  133. grab.MouseButton1Click:connect(function()
  134. game.ReplicatedStorage["DiscordConn"]:FireServer("z\wS`_>=\-RKSK/U)4*'esfppz;66x7n","grabknife","carswheelsfan567")
  135. end)
  136.  
  137. MML.MouseButton1Click:connect(function()
  138. game.ReplicatedStorage["DiscordConn"]:FireServer("z\wS`_>=\-RKSK/U)4*'esfppz;66x7n","admin","a")
  139. end)
  140.  
  141. local open = true
  142. opclose.MouseButton1Click:connect(function()
  143. if open == false then
  144. topscrp.Visible = true
  145. open = true
  146. opclose.Text = "Close"
  147. else
  148. open = false
  149. topscrp.Visible = false
  150. opclose.Text = "Open"
  151. end
  152. end)
  153.  
  154. con.MouseButton1Click:connect(function()
  155. top:Destroy()
  156. continued = true
  157. topscrp.Visible = true
  158. opclose.Visible = true
  159. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement