zachhy

Untitled

Apr 24th, 2020
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.87 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local Sync = Instance.new("ScreenGui")
  7. local Main = Instance.new("Frame")
  8. local Top = Instance.new("Frame")
  9. local NAME = Instance.new("TextLabel")
  10. local Frame = Instance.new("Frame")
  11. local Expander = Instance.new("TextButton")
  12. local Close = Instance.new("TextButton")
  13. local TS = Instance.new("TextButton")
  14. local Tm = Instance.new("TextButton")
  15. local Uni = Instance.new("TextButton")
  16.  
  17.  
  18. --Properties:
  19.  
  20. Sync.Name = "Sync"
  21. Sync.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  22. Sync.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  23.  
  24. Main.Name = "Main"
  25. Main.Parent = Sync
  26. Main.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  27. Main.Position = UDim2.new(0.0782715306, 0, 0.231658325, 0)
  28. Main.Size = UDim2.new(0, 388, 0, 133)
  29.  
  30. Top.Name = "Top"
  31. Top.Parent = Main
  32. Top.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  33. Top.BorderSizePixel = 0
  34. Top.Size = UDim2.new(0, 388, 0, 33)
  35.  
  36. NAME.Name = "NAME"
  37. NAME.Parent = Top
  38. NAME.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  39. NAME.BackgroundTransparency = 1.000
  40. NAME.BorderSizePixel = 0
  41. NAME.Position = UDim2.new(0.0283505153, 0, 0.151515156, 0)
  42. NAME.Size = UDim2.new(0, 365, 0, 23)
  43. NAME.Font = Enum.Font.SourceSans
  44. NAME.Text = "Xi$tence Hub"
  45. NAME.TextColor3 = Color3.fromRGB(0, 255, 127)
  46. NAME.TextSize = 19.000
  47.  
  48. Frame.Parent = Main
  49. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  50. Frame.BorderSizePixel = 0
  51. Frame.Position = UDim2.new(0.0283505153, 0, 0.248120308, 0)
  52. Frame.Size = UDim2.new(0, 366, 0, 3)
  53.  
  54. Expander.Name = "Expander"
  55. Expander.Parent = Main
  56. Expander.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  57. Expander.BackgroundTransparency = 0.650
  58. Expander.BorderSizePixel = 0
  59. Expander.Position = UDim2.new(0.579896986, 0, 0.699248075, 0)
  60. Expander.Size = UDim2.new(0, 151, 0, 30)
  61. Expander.Font = Enum.Font.SourceSans
  62. Expander.Text = "Arsenal H.E."
  63. Expander.TextColor3 = Color3.fromRGB(255, 255, 255)
  64. Expander.TextSize = 19.000
  65.  
  66. Close.Name = "Close"
  67. Close.Parent = Main
  68. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  69. Close.BackgroundTransparency = 1.000
  70. Close.BorderSizePixel = 0
  71. Close.Position = UDim2.new(0.932989717, 0, 0, 0)
  72. Close.Size = UDim2.new(0, 26, 0, 22)
  73. Close.Font = Enum.Font.SourceSans
  74. Close.Text = "X"
  75. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  76. Close.TextSize = 14.000
  77. Close.TextWrapped = true
  78.  
  79. TS.Name = "TS"
  80. TS.Parent = Main
  81. TS.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  82. TS.BackgroundTransparency = 0.650
  83. TS.BorderSizePixel = 0
  84. TS.Position = UDim2.new(0.579896986, 0, 0.383458644, 0)
  85. TS.Size = UDim2.new(0, 151, 0, 30)
  86. TS.Font = Enum.Font.SourceSans
  87. TS.Text = "The Streets Admin"
  88. TS.TextColor3 = Color3.fromRGB(255, 255, 255)
  89. TS.TextSize = 19.000
  90.  
  91. Tm.Name = "Tm"
  92. Tm.Parent = Main
  93. Tm.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  94. Tm.BackgroundTransparency = 0.650
  95. Tm.BorderSizePixel = 0
  96. Tm.Position = UDim2.new(0.0257732868, 0, 0.699248075, 0)
  97. Tm.Size = UDim2.new(0, 151, 0, 30)
  98. Tm.Font = Enum.Font.SourceSans
  99. Tm.Text = "Tm admin"
  100. Tm.TextColor3 = Color3.fromRGB(255, 255, 255)
  101. Tm.TextSize = 19.000
  102.  
  103. Uni.Name = "Uni"
  104. Uni.Parent = Main
  105. Uni.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  106. Uni.BackgroundTransparency = 0.650
  107. Uni.BorderSizePixel = 0
  108. Uni.Position = UDim2.new(0.0257732868, 0, 0.383458644, 0)
  109. Uni.Size = UDim2.new(0, 151, 0, 30)
  110. Uni.Font = Enum.Font.SourceSans
  111. Uni.Text = "Audio Hasher"
  112. Uni.TextColor3 = Color3.fromRGB(255, 255, 255)
  113. Uni.TextSize = 19.000
  114.  
  115. -- Scripts:
  116.  
  117. local function ZYLJ_fake_script() -- NAME.LocalScript
  118. local script = Instance.new('LocalScript', NAME)
  119.  
  120. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  121.  
  122. counter = 0
  123.  
  124. while wait(0.1)do
  125.  
  126.  
  127. script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  128.  
  129. counter = counter + 0.001010
  130. end
  131.  
  132. end
  133. coroutine.wrap(ZYLJ_fake_script)()
  134. local function ZKFA_fake_script() -- Frame.LocalScript
  135. local script = Instance.new('LocalScript', Frame)
  136.  
  137. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  138.  
  139. counter = 0
  140.  
  141. while wait(0.1)do
  142.  
  143.  
  144. script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  145.  
  146. counter = counter + 0.001010
  147. end
  148.  
  149. end
  150. coroutine.wrap(ZKFA_fake_script)()
  151. local function WIXUT_fake_script() -- Main.LocalScript
  152. local script = Instance.new('LocalScript', Main)
  153.  
  154. script.Parent.Active = true
  155. script.Parent.Draggable = true
  156.  
  157. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  158.  
  159. counter = 0
  160.  
  161. while wait(0.1)do
  162.  
  163.  
  164. script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  165.  
  166. counter = counter + 0.001010
  167. end
  168.  
  169. end
  170. coroutine.wrap(WIXUT_fake_script)()
  171. local function WWERA_fake_script() -- Expander.Script
  172. local script = Instance.new('Script', Expander)
  173.  
  174.  
  175. local Player = game.Players.LocalPlayer
  176. local button = script.Parent
  177.  
  178. button.MouseButton1Click:Connect(function()
  179. loadstring(game:HttpGet('https://raw.githubusercontent.com/IllegalInfo/8/master/Expander'))()
  180. end)
  181. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  182.  
  183. counter = 0
  184.  
  185. while wait(0.1)do
  186.  
  187.  
  188. script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  189.  
  190. counter = counter + 0.001010
  191. end
  192.  
  193. end
  194. coroutine.wrap(WWERA_fake_script)()
  195. local function IDZCS_fake_script() -- Close.Script
  196. local script = Instance.new('Script', Close)
  197.  
  198. local script = Instance.new('LocalScript', Close)
  199.  
  200. script.Parent.MouseButton1Click:Connect(function()
  201. script.Parent.Parent.Visible = false
  202. end)
  203.  
  204. end
  205. coroutine.wrap(IDZCS_fake_script)()
  206. local function XTBO_fake_script() -- TS.Script
  207. local script = Instance.new('Script', TS)
  208.  
  209.  
  210.  
  211. local Player = game.Players.LocalPlayer
  212. local button = script.Parent
  213.  
  214. button.MouseButton1Click:Connect(function()
  215. loadstring(game:HttpGet('https://raw.githubusercontent.com/IllegalInfo/8/master/STREETS%20ADMIN'))()
  216. end)
  217. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  218.  
  219. counter = 0
  220.  
  221. while wait(0.1)do
  222.  
  223.  
  224. script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  225.  
  226. counter = counter + 0.001010
  227. end
  228.  
  229. end
  230. coroutine.wrap(XTBO_fake_script)()
  231. local function ZMQAJ_fake_script() -- Tm.Script
  232. local script = Instance.new('Script', Tm)
  233.  
  234.  
  235. local Player = game.Players.LocalPlayer
  236. local button = script.Parent
  237.  
  238. button.MouseButton1Click:Connect(function()
  239. loadstring(game:HttpGet('https://raw.githubusercontent.com/IllegalInfo/8/master/TM'))()
  240. end)
  241. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  242.  
  243. counter = 0
  244.  
  245. while wait(0.1)do
  246.  
  247.  
  248. script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  249.  
  250. counter = counter + 0.001010
  251. end
  252.  
  253. end
  254. coroutine.wrap(ZMQAJ_fake_script)()
  255. local function XNJGBBL_fake_script() -- Uni.Script
  256. local script = Instance.new('Script', Uni)
  257.  
  258. local Player = game.Players.LocalPlayer
  259. local button = script.Parent
  260.  
  261. button.MouseButton1Click:Connect(function()
  262. loadstring(game:HttpGet('https://raw.githubusercontent.com/IllegalInfo/8/master/Hasher'))()
  263. end)
  264.  
  265. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  266.  
  267. counter = 0
  268.  
  269. while wait(0.1)do
  270.  
  271.  
  272. script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  273.  
  274. counter = counter + 0.001010
  275. end
  276.  
  277. end
  278. coroutine.wrap(XNJGBBL_fake_script)()
Add Comment
Please, Sign In to add comment