Advertisement
Guest User

ROBLOX Harked Gui | Unscripted

a guest
Mar 22nd, 2019
19,533
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.19 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local logingui = Instance.new("Frame")
  6. local logintitle = Instance.new("TextLabel")
  7. local logindesc = Instance.new("TextLabel")
  8. local pass = Instance.new("TextBox")
  9. local submit = Instance.new("TextButton")
  10. local maingui = Instance.new("Frame")
  11. local title = Instance.new("TextLabel")
  12. local desc = Instance.new("TextLabel")
  13. local ragdoll = Instance.new("TextButton")
  14. local kill = Instance.new("TextButton")
  15. local explorer = Instance.new("TextButton")
  16. local box = Instance.new("TextButton")
  17. local ban = Instance.new("TextButton")
  18. local sink = Instance.new("TextButton")
  19. local refreshq = Instance.new("TextButton")
  20. local naked = Instance.new("TextButton")
  21. local username = Instance.new("TextBox")
  22. --Properties:
  23. ScreenGui.Parent = game.CoreGui
  24. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  25.  
  26. logingui.Name = "logingui"
  27. logingui.Parent = ScreenGui
  28. logingui.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  29. logingui.BackgroundTransparency = 0.30000001192093
  30. logingui.BorderSizePixel = 0
  31. logingui.Position = UDim2.new(0.296385527, 0, 0.455135167, 0)
  32. logingui.Size = UDim2.new(0, 285, 0, 308)
  33. logingui.Draggable = true
  34. logingui.Active = true
  35.  
  36. logintitle.Name = "logintitle"
  37. logintitle.Parent = logingui
  38. logintitle.BackgroundColor3 = Color3.new(1, 1, 1)
  39. logintitle.BackgroundTransparency = 1
  40. logintitle.Position = UDim2.new(0.147368416, 0, 0, 0)
  41. logintitle.Size = UDim2.new(0, 200, 0, 50)
  42. logintitle.Font = Enum.Font.SourceSansLight
  43. logintitle.Text = "Harked - Login"
  44. logintitle.TextColor3 = Color3.new(1, 1, 1)
  45. logintitle.TextScaled = true
  46. logintitle.TextSize = 14
  47. logintitle.TextWrapped = true
  48.  
  49. logindesc.Name = "logindesc"
  50. logindesc.Parent = logingui
  51. logindesc.BackgroundColor3 = Color3.new(1, 1, 1)
  52. logindesc.BackgroundTransparency = 1
  53. logindesc.Position = UDim2.new(0, 0, 0.162337661, 0)
  54. logindesc.Size = UDim2.new(0, 285, 0, 21)
  55. logindesc.Font = Enum.Font.SourceSansLight
  56. logindesc.Text = "Commands/Script by Harkinian, UI by Unverified"
  57. logindesc.TextColor3 = Color3.new(1, 1, 1)
  58. logindesc.TextScaled = true
  59. logindesc.TextSize = 15
  60. logindesc.TextWrapped = true
  61.  
  62. pass.Name = "pass"
  63. pass.Parent = logingui
  64. pass.BackgroundColor3 = Color3.new(0.831373, 0.831373, 0.831373)
  65. pass.BackgroundTransparency = 0.69999998807907
  66. pass.BorderSizePixel = 0
  67. pass.Position = UDim2.new(0.108771928, 0, 0.44155845, 0)
  68. pass.Size = UDim2.new(0, 225, 0, 36)
  69. pass.Font = Enum.Font.SourceSansLight
  70. pass.Text = "Key"
  71. pass.TextColor3 = Color3.new(0.831373, 0.831373, 0.831373)
  72. pass.TextSize = 30
  73. pass.TextWrapped = true
  74. pass.TextXAlignment = Enum.TextXAlignment.Left
  75.  
  76. submit.Name = "submit"
  77. submit.Parent = logingui
  78. submit.BackgroundColor3 = Color3.new(0.831373, 0.831373, 0.831373)
  79. submit.BackgroundTransparency = 0.69999998807907
  80. submit.BorderSizePixel = 0
  81. submit.Position = UDim2.new(0.0210526325, 0, 0.805194795, 0)
  82. submit.Size = UDim2.new(0, 273, 0, 41)
  83. submit.Font = Enum.Font.SourceSansLight
  84. submit.Text = "Login"
  85. submit.TextColor3 = Color3.new(1, 1, 1)
  86. submit.TextSize = 30
  87. submit.TextWrapped = true
  88. submit.MouseButton1Down:connect(function()
  89. if pass.Text == "Harked" then
  90. maingui.Visible = true
  91. logingui.Visible = false
  92. end
  93. end)
  94.  
  95. maingui.Name = "maingui"
  96. maingui.Parent = ScreenGui
  97. maingui.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  98. maingui.BackgroundTransparency = 0.30000001192093
  99. maingui.Position = UDim2.new(0.29728958, 0, 0.455135107, 0)
  100. maingui.Size = UDim2.new(0, 285, 0, 317)
  101. maingui.Visible = false
  102. maingui.Active = true
  103. maingui.Draggable = true
  104.  
  105. title.Name = "title"
  106. title.Parent = maingui
  107. title.BackgroundColor3 = Color3.new(1, 1, 1)
  108. title.BackgroundTransparency = 1
  109. title.Position = UDim2.new(0.147368416, 0, 0, 0)
  110. title.Size = UDim2.new(0, 200, 0, 50)
  111. title.Font = Enum.Font.SourceSansLight
  112. title.Text = "Harked"
  113. title.TextColor3 = Color3.new(1, 1, 1)
  114. title.TextSize = 40
  115. title.TextWrapped = true
  116.  
  117. desc.Name = "desc"
  118. desc.Parent = maingui
  119. desc.BackgroundColor3 = Color3.new(1, 1, 1)
  120. desc.BackgroundTransparency = 1
  121. desc.Position = UDim2.new(0, 0, 0.156028509, 0)
  122. desc.Size = UDim2.new(0, 285, 0, 21)
  123. desc.Font = Enum.Font.SourceSansLight
  124. desc.Text = "Commands/Script by Harkinian, UI by Unverified"
  125. desc.TextColor3 = Color3.new(1, 1, 1)
  126. desc.TextScaled = true
  127. desc.TextSize = 15
  128. desc.TextWrapped = true
  129.  
  130. ragdoll.Name = "ragdoll"
  131. ragdoll.Parent = maingui
  132. ragdoll.BackgroundColor3 = Color3.new(0.831373, 0.831373, 0.831373)
  133. ragdoll.BackgroundTransparency = 0.69999998807907
  134. ragdoll.BorderSizePixel = 0
  135. ragdoll.Position = UDim2.new(0.042105265, 0, 0.220820203, 0)
  136. ragdoll.Size = UDim2.new(0, 124, 0, 34)
  137. ragdoll.Font = Enum.Font.SourceSansLight
  138. ragdoll.Text = "Ragdoll"
  139. ragdoll.TextColor3 = Color3.new(1, 1, 1)
  140. ragdoll.TextSize = 25
  141.  
  142. kill.Name = "kill"
  143. kill.Parent = maingui
  144. kill.BackgroundColor3 = Color3.new(0.831373, 0.831373, 0.831373)
  145. kill.BackgroundTransparency = 0.69999998807907
  146. kill.BorderSizePixel = 0
  147. kill.Position = UDim2.new(0.529824615, 0, 0.220820203, 0)
  148. kill.Size = UDim2.new(0, 124, 0, 34)
  149. kill.Font = Enum.Font.SourceSansLight
  150. kill.Text = "Kill"
  151. kill.TextColor3 = Color3.new(1, 1, 1)
  152. kill.TextSize = 25
  153.  
  154. explorer.Name = "explorer"
  155. explorer.Parent = maingui
  156. explorer.BackgroundColor3 = Color3.new(0.831373, 0.831373, 0.831373)
  157. explorer.BackgroundTransparency = 0.69999998807907
  158. explorer.BorderSizePixel = 0
  159. explorer.Position = UDim2.new(0.529824615, 0, 0.356466889, 0)
  160. explorer.Size = UDim2.new(0, 124, 0, 34)
  161. explorer.Font = Enum.Font.SourceSansLight
  162. explorer.Text = "Explorer"
  163. explorer.TextColor3 = Color3.new(1, 1, 1)
  164. explorer.TextSize = 25
  165.  
  166. box.Name = "box"
  167. box.Parent = maingui
  168. box.BackgroundColor3 = Color3.new(0.831373, 0.831373, 0.831373)
  169. box.BackgroundTransparency = 0.69999998807907
  170. box.BorderSizePixel = 0
  171. box.Position = UDim2.new(0.529824615, 0, 0.498422742, 0)
  172. box.Size = UDim2.new(0, 124, 0, 34)
  173. box.Font = Enum.Font.SourceSansLight
  174. box.Text = "Box"
  175. box.TextColor3 = Color3.new(1, 1, 1)
  176. box.TextSize = 25
  177.  
  178. ban.Name = "ban"
  179. ban.Parent = maingui
  180. ban.BackgroundColor3 = Color3.new(0.831373, 0.831373, 0.831373)
  181. ban.BackgroundTransparency = 0.69999998807907
  182. ban.BorderSizePixel = 0
  183. ban.Position = UDim2.new(0.529824615, 0, 0.64353317, 0)
  184. ban.Size = UDim2.new(0, 124, 0, 34)
  185. ban.Font = Enum.Font.SourceSansLight
  186. ban.Text = "Ban"
  187. ban.TextColor3 = Color3.new(1, 1, 1)
  188. ban.TextSize = 25
  189.  
  190. sink.Name = "sink"
  191. sink.Parent = maingui
  192. sink.BackgroundColor3 = Color3.new(0.831373, 0.831373, 0.831373)
  193. sink.BackgroundTransparency = 0.69999998807907
  194. sink.BorderSizePixel = 0
  195. sink.Position = UDim2.new(0.0421053171, 0, 0.64353317, 0)
  196. sink.Size = UDim2.new(0, 124, 0, 34)
  197. sink.Font = Enum.Font.SourceSansLight
  198. sink.Text = "Sink"
  199. sink.TextColor3 = Color3.new(1, 1, 1)
  200. sink.TextSize = 25
  201.  
  202. refreshq.Name = "refreshq"
  203. refreshq.Parent = maingui
  204. refreshq.BackgroundColor3 = Color3.new(0.831373, 0.831373, 0.831373)
  205. refreshq.BackgroundTransparency = 0.69999998807907
  206. refreshq.BorderSizePixel = 0
  207. refreshq.Position = UDim2.new(0.0421053171, 0, 0.498422742, 0)
  208. refreshq.Size = UDim2.new(0, 124, 0, 34)
  209. refreshq.Font = Enum.Font.SourceSansLight
  210. refreshq.Text = "Refresh Queue"
  211. refreshq.TextColor3 = Color3.new(1, 1, 1)
  212. refreshq.TextScaled = true
  213. refreshq.TextSize = 25
  214. refreshq.TextWrapped = true
  215.  
  216. naked.Name = "naked"
  217. naked.Parent = maingui
  218. naked.BackgroundColor3 = Color3.new(0.831373, 0.831373, 0.831373)
  219. naked.BackgroundTransparency = 0.69999998807907
  220. naked.BorderSizePixel = 0
  221. naked.Position = UDim2.new(0.0421053171, 0, 0.356466889, 0)
  222. naked.Size = UDim2.new(0, 124, 0, 34)
  223. naked.Font = Enum.Font.SourceSansLight
  224. naked.Text = "Naked"
  225. naked.TextColor3 = Color3.new(1, 1, 1)
  226. naked.TextSize = 25
  227.  
  228. username.Name = "username"
  229. username.Parent = maingui
  230. username.BackgroundColor3 = Color3.new(0.831373, 0.831373, 0.831373)
  231. username.BackgroundTransparency = 0.69999998807907
  232. username.Position = UDim2.new(0.042105265, 0, 0.817034721, 0)
  233. username.Size = UDim2.new(0, 263, 0, 36)
  234. username.Font = Enum.Font.SourceSansLight
  235. username.Text = ""
  236. username.TextColor3 = Color3.new(1, 1, 1)
  237. username.TextScaled = true
  238. username.TextSize = 14
  239. username.TextTransparency = 0.40000000596046
  240. username.TextWrapped = true
  241. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement