Advertisement
f83hf987hFE

Untitled

Jul 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.33 KB | None | 0 0
  1. -- Instances:
  2. local main = Instance.new("ScreenGui")
  3. local top = Instance.new("Frame")
  4. local back = Instance.new("Frame")
  5. local ragdoll = Instance.new("TextButton")
  6. local kill = Instance.new("TextButton")
  7. local top_2 = Instance.new("TextLabel")
  8. local naked = Instance.new("TextButton")
  9. local credits = Instance.new("TextLabel")
  10. local box = Instance.new("TextButton")
  11. local sink = Instance.new("TextButton")
  12. local explorer = Instance.new("TextButton")
  13. local ban = Instance.new("TextButton")
  14. local target = Instance.new("TextBox")
  15. local queue = Instance.new("TextLabel")
  16. local slock = Instance.new("TextLabel")
  17. local refresh = Instance.new("TextButton")
  18. --Properties:
  19. main.Name = "main"
  20. main.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  21.  
  22. top.Name = "top"
  23. top.Parent = main
  24. top.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  25. top.BackgroundTransparency = 0.30000001192093
  26. top.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  27. top.Position = UDim2.new(0.612145662, 0, 0.311965823, 0)
  28. top.Size = UDim2.new(0, 291, 0, 30)
  29.  
  30. back.Name = "back"
  31. back.Parent = top
  32. back.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  33. back.BackgroundTransparency = 0.30000001192093
  34. back.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  35. back.BorderSizePixel = 0
  36. back.Position = UDim2.new(-0.00343642617, 0, 1, 0)
  37. back.Size = UDim2.new(0, 293, 0, 293)
  38.  
  39. ragdoll.Name = "ragdoll"
  40. ragdoll.Parent = top
  41. ragdoll.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  42. ragdoll.BackgroundTransparency = 0.5
  43. ragdoll.BorderSizePixel = 0
  44. ragdoll.Position = UDim2.new(0.0206185561, 0, 1.76666665, 0)
  45. ragdoll.Size = UDim2.new(0, 134, 0, 40)
  46. ragdoll.Font = Enum.Font.SourceSansLight
  47. ragdoll.Text = "Ragdoll"
  48. ragdoll.TextColor3 = Color3.new(1, 1, 1)
  49. ragdoll.TextSize = 23
  50.  
  51. kill.Name = "kill"
  52. kill.Parent = top
  53. kill.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  54. kill.BackgroundTransparency = 0.5
  55. kill.BorderSizePixel = 0
  56. kill.Position = UDim2.new(0.525773168, 0, 1.76666665, 0)
  57. kill.Size = UDim2.new(0, 131, 0, 40)
  58. kill.Font = Enum.Font.SourceSansLight
  59. kill.Text = "Kill"
  60. kill.TextColor3 = Color3.new(1, 1, 1)
  61. kill.TextSize = 23
  62.  
  63. top_2.Name = "top"
  64. top_2.Parent = top
  65. top_2.BackgroundColor3 = Color3.new(1, 1, 1)
  66. top_2.BackgroundTransparency = 1
  67. top_2.Position = UDim2.new(0.154639184, 0, -0.333333343, 0)
  68. top_2.Size = UDim2.new(0, 200, 0, 50)
  69. top_2.Font = Enum.Font.SourceSansLight
  70. top_2.Text = "Harked"
  71. top_2.TextColor3 = Color3.new(1, 1, 1)
  72. top_2.TextSize = 45
  73.  
  74. naked.Name = "naked"
  75. naked.Parent = top
  76. naked.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  77. naked.BackgroundTransparency = 0.5
  78. naked.BorderSizePixel = 0
  79. naked.Position = UDim2.new(0.0206185561, 0, 3.56217241, 0)
  80. naked.Size = UDim2.new(0, 134, 0, 40)
  81. naked.Font = Enum.Font.SourceSansLight
  82. naked.Text = "Naked"
  83. naked.TextColor3 = Color3.new(1, 1, 1)
  84. naked.TextSize = 23
  85.  
  86. credits.Name = "credits"
  87. credits.Parent = top
  88. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  89. credits.BackgroundTransparency = 1
  90. credits.Position = UDim2.new(0, 0, 1, 0)
  91. credits.Size = UDim2.new(0, 291, 0, 23)
  92. credits.Font = Enum.Font.SourceSansLight
  93. credits.Text = "Commands/Scripts by Harkinian, UI by Unverified"
  94. credits.TextColor3 = Color3.new(1, 1, 1)
  95. credits.TextSize = 17
  96. credits.TextWrapped = true
  97.  
  98. box.Name = "box"
  99. box.Parent = top
  100. box.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  101. box.BackgroundTransparency = 0.5
  102. box.BorderSizePixel = 0
  103. box.Position = UDim2.new(0.0206185561, 0, 5.39550591, 0)
  104. box.Size = UDim2.new(0, 134, 0, 40)
  105. box.Font = Enum.Font.SourceSansLight
  106. box.Text = "Box"
  107. box.TextColor3 = Color3.new(1, 1, 1)
  108. box.TextSize = 23
  109.  
  110. sink.Name = "sink"
  111. sink.Parent = top
  112. sink.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  113. sink.BackgroundTransparency = 0.5
  114. sink.BorderSizePixel = 0
  115. sink.Position = UDim2.new(0.525773168, 0, 5.39550591, 0)
  116. sink.Size = UDim2.new(0, 131, 0, 40)
  117. sink.Font = Enum.Font.SourceSansLight
  118. sink.Text = "Sink"
  119. sink.TextColor3 = Color3.new(1, 1, 1)
  120. sink.TextSize = 23
  121.  
  122. explorer.Name = "explorer"
  123. explorer.Parent = top
  124. explorer.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  125. explorer.BackgroundTransparency = 0.5
  126. explorer.BorderSizePixel = 0
  127. explorer.Position = UDim2.new(0.525773168, 0, 7.1955061, 0)
  128. explorer.Size = UDim2.new(0, 131, 0, 40)
  129. explorer.Font = Enum.Font.SourceSansLight
  130. explorer.Text = "Explorer"
  131. explorer.TextColor3 = Color3.new(1, 1, 1)
  132. explorer.TextSize = 23
  133.  
  134. ban.Name = "ban"
  135. ban.Parent = top
  136. ban.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  137. ban.BackgroundTransparency = 0.5
  138. ban.BorderSizePixel = 0
  139. ban.Position = UDim2.new(0.0206185561, 0, 7.1955061, 0)
  140. ban.Size = UDim2.new(0, 134, 0, 40)
  141. ban.Font = Enum.Font.SourceSansLight
  142. ban.Text = "Ban"
  143. ban.TextColor3 = Color3.new(1, 1, 1)
  144. ban.TextSize = 23
  145.  
  146. target.Name = "target"
  147. target.Parent = top
  148. target.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  149. target.BackgroundTransparency = 0.40000000596046
  150. target.Position = UDim2.new(0.0206185561, 0, 8.86666584, 0)
  151. target.Size = UDim2.new(0, 278, 0, 33)
  152. target.Font = Enum.Font.SourceSans
  153. target.Text = ""
  154. target.TextColor3 = Color3.new(1, 1, 1)
  155. target.TextSize = 23
  156.  
  157. queue.Name = "queue"
  158. queue.Parent = top
  159. queue.BackgroundColor3 = Color3.new(1, 1, 1)
  160. queue.BackgroundTransparency = 1
  161. queue.Position = UDim2.new(-0.00343642617, 0, 9.96666622, 0)
  162. queue.Size = UDim2.new(0, 201, 0, 23)
  163. queue.Font = Enum.Font.SourceSans
  164. queue.Text = "Replication Queue: 0"
  165. queue.TextColor3 = Color3.new(1, 0, 0.0156863)
  166. queue.TextSize = 20
  167. queue.TextWrapped = true
  168.  
  169. slock.Name = "slock"
  170. slock.Parent = top
  171. slock.BackgroundColor3 = Color3.new(1, 1, 1)
  172. slock.BackgroundTransparency = 1
  173. slock.Position = UDim2.new(0.546391726, 0, 9.96666622, 0)
  174. slock.Size = UDim2.new(0, 131, 0, 23)
  175. slock.Font = Enum.Font.SourceSans
  176. slock.Text = "SLOCK: false"
  177. slock.TextColor3 = Color3.new(1, 0, 0.0156863)
  178. slock.TextSize = 20
  179. slock.TextWrapped = true
  180.  
  181. refresh.Name = "refresh"
  182. refresh.Parent = top
  183. refresh.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  184. refresh.BackgroundTransparency = 0.5
  185. refresh.BorderSizePixel = 0
  186. refresh.Position = UDim2.new(0.525773168, 0, 3.56217265, 0)
  187. refresh.Size = UDim2.new(0, 131, 0, 40)
  188. refresh.Font = Enum.Font.SourceSansLight
  189. refresh.Text = "Refresh Queue"
  190. refresh.TextColor3 = Color3.new(1, 1, 1)
  191. refresh.TextSize = 23
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement