IHomeboy

Untitled

Feb 1st, 2020
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.83 KB | None | 0 0
  1. local HomeboysGui = Instance.new("ScreenGui")
  2. local Topframe = Instance.new("Frame")
  3. local SideFrame = Instance.new("Frame")
  4. local Logs = Instance.new("TextLabel")
  5. local DecalLog = Instance.new("TextButton")
  6. local AudioLog = Instance.new("TextButton")
  7. local ChatLog = Instance.new("TextButton")
  8. local Mainframe = Instance.new("Frame")
  9. local StreetsGUI = Instance.new("TextButton")
  10. local Arosia = Instance.new("TextButton")
  11. local ESP = Instance.new("TextButton")
  12. local OwlHub = Instance.new("TextButton")
  13. local CounterFucker = Instance.new("TextButton")
  14. local PFHaxx = Instance.new("TextButton")
  15. local R2DV3 = Instance.new("TextButton")
  16. local SpinGUI = Instance.new("TextButton")
  17. local Title = Instance.new("TextLabel")
  18. local Credits = Instance.new("TextLabel")
  19.  
  20. --Properties:
  21.  
  22. -- Gui to Lua
  23. -- Version: 3.2
  24.  
  25. -- Instances:
  26.  
  27. local HomeboysGui = Instance.new("ScreenGui")
  28. local Topframe = Instance.new("Frame")
  29. local SideFrame = Instance.new("Frame")
  30. local Logs = Instance.new("TextLabel")
  31. local DecalLog = Instance.new("TextButton")
  32. local AudioLog = Instance.new("TextButton")
  33. local ChatLog = Instance.new("TextButton")
  34. local Mainframe = Instance.new("Frame")
  35. local StreetsGUI = Instance.new("TextButton")
  36. local Arosia = Instance.new("TextButton")
  37. local ESP = Instance.new("TextButton")
  38. local OwlHub = Instance.new("TextButton")
  39. local CounterFucker = Instance.new("TextButton")
  40. local PFHaxx = Instance.new("TextButton")
  41. local R2DV3 = Instance.new("TextButton")
  42. local SpinGUI = Instance.new("TextButton")
  43. local Aimlock = Instance.new("TextButton")
  44. local AR8 = Instance.new("TextButton")
  45. local Apoc2ESP = Instance.new("TextButton")
  46. local Apoc2Autofire = Instance.new("TextButton")
  47. local ChatBypass = Instance.new("TextButton")
  48. local GrabKnifeV3 = Instance.new("TextButton")
  49. local GrabKnifeV4 = Instance.new("TextButton")
  50. local Title = Instance.new("TextLabel")
  51. local Credits = Instance.new("TextLabel")
  52.  
  53. --Properties:
  54.  
  55. HomeboysGui.Name = "Homeboy's Gui"
  56. HomeboysGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  57. HomeboysGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  58.  
  59. function onKeyPress(inputObject, gameProcessedEvent)
  60. if inputObject.KeyCode == Enum.KeyCode.K then
  61. if Topframe.Visible == false then
  62. Topframe.Visible = true
  63. else
  64. Topframe.Visible = false
  65. end
  66. end
  67. end
  68.  
  69. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  70.  
  71. Topframe.Name = "Topframe"
  72. Topframe.Parent = HomeboysGui
  73. Topframe.Active = true
  74. Topframe.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  75. Topframe.BorderColor3 = Color3.fromRGB(255, 255, 255)
  76. Topframe.BorderSizePixel = 5
  77. Topframe.Position = UDim2.new(0.284532666, 0, 0.163045108, 0)
  78. Topframe.Selectable = true
  79. Topframe.Size = UDim2.new(0, 507, 0, 63)
  80. Topframe.Draggable = true
  81.  
  82. SideFrame.Name = "SideFrame"
  83. SideFrame.Parent = Topframe
  84. SideFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  85. SideFrame.BackgroundTransparency = 0.700
  86. SideFrame.Position = UDim2.new(-0.197238654, 0, 1, 0)
  87. SideFrame.Size = UDim2.new(0, 100, 0, 490)
  88.  
  89. Logs.Name = "Logs"
  90. Logs.Parent = SideFrame
  91. Logs.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  92. Logs.BackgroundTransparency = 0.700
  93. Logs.Size = UDim2.new(0, 100, 0, 53)
  94. Logs.Font = Enum.Font.Highway
  95. Logs.Text = "Logs"
  96. Logs.TextColor3 = Color3.fromRGB(0, 0, 0)
  97. Logs.TextSize = 14.000
  98.  
  99. DecalLog.Name = "DecalLog"
  100. DecalLog.Parent = SideFrame
  101. DecalLog.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  102. DecalLog.BackgroundTransparency = 0.500
  103. DecalLog.Position = UDim2.new(-0.00210090727, 0, 0.207757086, 0)
  104. DecalLog.Size = UDim2.new(0, 100, 0, 50)
  105. DecalLog.Font = Enum.Font.Highway
  106. DecalLog.Text = "Decal Log"
  107. DecalLog.TextColor3 = Color3.fromRGB(0, 0, 0)
  108. DecalLog.TextSize = 14.000
  109. DecalLog.MouseButton1Click:Connect(function()
  110. loadstring(game:HttpGet(('https://pastebin.com/raw/KPvLhN4D'),true))()
  111. end)
  112.  
  113. AudioLog.Name = "AudioLog"
  114. AudioLog.Parent = SideFrame
  115. AudioLog.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  116. AudioLog.BackgroundTransparency = 0.500
  117. AudioLog.Position = UDim2.new(-0.00210090354, 0, 0.308770001, 0)
  118. AudioLog.Size = UDim2.new(0, 100, 0, 50)
  119. AudioLog.Font = Enum.Font.Highway
  120. AudioLog.Text = "Audio Log"
  121. AudioLog.TextColor3 = Color3.fromRGB(0, 0, 0)
  122. AudioLog.TextSize = 14.000
  123. AudioLog.MouseButton1Click:Connect(function()
  124. loadstring(game:HttpGet(('https://pastebin.com/raw/mg8pW0HU'),true))()
  125. end)
  126.  
  127. ChatLog.Name = "ChatLog"
  128. ChatLog.Parent = SideFrame
  129. ChatLog.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  130. ChatLog.BackgroundTransparency = 0.500
  131. ChatLog.Position = UDim2.new(-0.00210090727, 0, 0.106929749, 0)
  132. ChatLog.Size = UDim2.new(0, 100, 0, 50)
  133. ChatLog.Font = Enum.Font.Highway
  134. ChatLog.Text = "Chat Log"
  135. ChatLog.TextColor3 = Color3.fromRGB(0, 0, 0)
  136. ChatLog.TextSize = 14.000
  137. ChatLog.MouseButton1Click:Connect(function()
  138. loadstring(game:HttpGet(('https://pastebin.com/raw/MQFkDZHX'),true))()
  139. end)
  140.  
  141. Mainframe.Name = "Mainframe"
  142. Mainframe.Parent = Topframe
  143. Mainframe.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  144. Mainframe.BackgroundTransparency = 0.500
  145. Mainframe.Position = UDim2.new(0, 0, 1.12698436, 0)
  146. Mainframe.Size = UDim2.new(0, 507, 0, 490)
  147.  
  148. StreetsGUI.Name = "StreetsGUI"
  149. StreetsGUI.Parent = Mainframe
  150. StreetsGUI.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  151. StreetsGUI.BackgroundTransparency = 0.500
  152. StreetsGUI.Position = UDim2.new(0.000572631136, 0, -0.00264754286, 0)
  153. StreetsGUI.Size = UDim2.new(0, 97, 0, 50)
  154. StreetsGUI.Font = Enum.Font.Highway
  155. StreetsGUI.Text = "The Streets GUI"
  156. StreetsGUI.TextColor3 = Color3.fromRGB(0, 0, 0)
  157. StreetsGUI.TextSize = 14.000
  158. StreetsGUI.MouseButton1Click:Connect(function()
  159. loadstring(game:HttpGet(('https://pastebin.com/raw/8WYXP0wm'),true))()
  160. end)
  161.  
  162. Arosia.Name = "Arosia"
  163. Arosia.Parent = Mainframe
  164. Arosia.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  165. Arosia.BackgroundTransparency = 0.500
  166. Arosia.Position = UDim2.new(0.191894114, 0, -0.00408163248, 0)
  167. Arosia.Size = UDim2.new(0, 102, 0, 50)
  168. Arosia.Font = Enum.Font.Highway
  169. Arosia.Text = "Arosia GUI"
  170. Arosia.TextColor3 = Color3.fromRGB(0, 0, 0)
  171. Arosia.TextSize = 14.000
  172. Arosia.MouseButton1Click:Connect(function()
  173. loadstring(game:HttpGet(('https://pastebin.com/raw/A8vii54S'),true))()
  174. end)
  175.  
  176. ESP.Name = "ESP"
  177. ESP.Parent = Mainframe
  178. ESP.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  179. ESP.BackgroundTransparency = 0.500
  180. ESP.Position = UDim2.new(0.393077493, 0, -0.00408163248, 0)
  181. ESP.Size = UDim2.new(0, 102, 0, 50)
  182. ESP.Font = Enum.Font.Highway
  183. ESP.Text = "ESP"
  184. ESP.TextColor3 = Color3.fromRGB(0, 0, 0)
  185. ESP.TextSize = 14.000
  186. ESP.MouseButton1Click:Connect(function()
  187. loadstring(game:HttpGet(('https://pastebin.com/raw/xxbTgkSB'),true))()
  188. end)
  189.  
  190. OwlHub.Name = "OwlHub"
  191. OwlHub.Parent = Mainframe
  192. OwlHub.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  193. OwlHub.BackgroundTransparency = 0.500
  194. OwlHub.Position = UDim2.new(0.594260931, 0, -0.0040816348, 0)
  195. OwlHub.Size = UDim2.new(0, 101, 0, 50)
  196. OwlHub.Font = Enum.Font.Highway
  197. OwlHub.Text = "Owl Hub"
  198. OwlHub.TextColor3 = Color3.fromRGB(0, 0, 0)
  199. OwlHub.TextSize = 14.000
  200. OwlHub.MouseButton1Click:Connect(function()
  201. loadstring(game:HttpGet(('https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt'),true))()
  202. end)
  203.  
  204. CounterFucker.Name = "CounterFucker"
  205. CounterFucker.Parent = Mainframe
  206. CounterFucker.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  207. CounterFucker.BackgroundTransparency = 0.500
  208. CounterFucker.Position = UDim2.new(0.793471932, 0, -0.00204081624, 0)
  209. CounterFucker.Size = UDim2.new(0, 100, 0, 49)
  210. CounterFucker.Font = Enum.Font.Highway
  211. CounterFucker.Text = "CounterFucker"
  212. CounterFucker.TextColor3 = Color3.fromRGB(0, 0, 0)
  213. CounterFucker.TextSize = 14.000
  214. CounterFucker.MouseButton1Click:Connect(function()
  215. loadstring(game:HttpGet(('https://pastebin.com/raw/KYYfziWZ'),true))()
  216. end)
  217.  
  218. PFHaxx.Name = "PFHaxx"
  219. PFHaxx.Parent = Mainframe
  220. PFHaxx.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  221. PFHaxx.BackgroundTransparency = 0.500
  222. PFHaxx.Position = UDim2.new(0, 0, 0.0979591832, 0)
  223. PFHaxx.Size = UDim2.new(0, 97, 0, 50)
  224. PFHaxx.Font = Enum.Font.Highway
  225. PFHaxx.Text = "PFHaxx"
  226. PFHaxx.TextColor3 = Color3.fromRGB(0, 0, 0)
  227. PFHaxx.TextSize = 14.000
  228. PFHaxx.MouseButton1Click:Connect(function()
  229. loadstring(game:HttpGet(('https://pastebin.com/raw/XwQciZ4y'),true))()
  230. end)
  231.  
  232. R2DV3.Name = "R2DV3"
  233. R2DV3.Parent = Mainframe
  234. R2DV3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  235. R2DV3.BackgroundTransparency = 0.500
  236. R2DV3.Position = UDim2.new(0.191321492, 0, 0.0979591832, 0)
  237. R2DV3.Size = UDim2.new(0, 102, 0, 50)
  238. R2DV3.Font = Enum.Font.Highway
  239. R2DV3.Text = "R2DV3"
  240. R2DV3.TextColor3 = Color3.fromRGB(0, 0, 0)
  241. R2DV3.TextSize = 14.000
  242. R2DV3.MouseButton1Click:Connect(function()
  243. loadstring(game:HttpGet(('https://pastebin.com/raw/Z0W6NQHA'),true))()
  244. end)
  245.  
  246. SpinGUI.Name = "SpinGUI"
  247. SpinGUI.Parent = Mainframe
  248. SpinGUI.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  249. SpinGUI.BackgroundTransparency = 0.500
  250. SpinGUI.Position = UDim2.new(0.39250493, 0, 0.0979591832, 0)
  251. SpinGUI.Size = UDim2.new(0, 102, 0, 50)
  252. SpinGUI.Font = Enum.Font.Highway
  253. SpinGUI.Text = "Spin GUI"
  254. SpinGUI.TextColor3 = Color3.fromRGB(0, 0, 0)
  255. SpinGUI.TextSize = 14.000
  256. SpinGUI.MouseButton1Click:Connect(function()
  257. loadstring(game:HttpGet(('https://pastebin.com/raw/neq34Fg9'),true))()
  258. end)
  259.  
  260. Aimlock.Name = "Aimlock"
  261. Aimlock.Parent = Mainframe
  262. Aimlock.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  263. Aimlock.BackgroundTransparency = 0.500
  264. Aimlock.Position = UDim2.new(0.595660746, 0, 0.0979591832, 0)
  265. Aimlock.Size = UDim2.new(0, 100, 0, 50)
  266. Aimlock.Font = Enum.Font.Highway
  267. Aimlock.Text = "Aimlock"
  268. Aimlock.TextColor3 = Color3.fromRGB(0, 0, 0)
  269. Aimlock.TextSize = 14.000
  270. Aimlock.MouseButton1Click:Connect(function()
  271. loadstring(game:HttpGet(('https://pastebin.com/raw/PpNRmQ5P'),true))()
  272. end)
  273.  
  274. AR8.Name = "AR8"
  275. AR8.Parent = Mainframe
  276. AR8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  277. AR8.BackgroundTransparency = 0.500
  278. AR8.Position = UDim2.new(0.79289937, 0, 0.0979591832, 0)
  279. AR8.Size = UDim2.new(0, 100, 0, 50)
  280. AR8.Font = Enum.Font.Highway
  281. AR8.Text = "AR8"
  282. AR8.TextColor3 = Color3.fromRGB(0, 0, 0)
  283. AR8.TextSize = 14.000
  284. AR8.MouseButton1Click:Connect(function()
  285. loadstring(game:HttpGet(('https://pastebin.com/raw/dhZhB1KV'),true))()
  286. end)
  287.  
  288. Apoc2ESP.Name = "Apoc2ESP"
  289. Apoc2ESP.Parent = Mainframe
  290. Apoc2ESP.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  291. Apoc2ESP.BackgroundTransparency = 0.500
  292. Apoc2ESP.Position = UDim2.new(0, 0, 0.200000003, 0)
  293. Apoc2ESP.Size = UDim2.new(0, 97, 0, 50)
  294. Apoc2ESP.Font = Enum.Font.Highway
  295. Apoc2ESP.Text = "AR2 ESP"
  296. Apoc2ESP.TextColor3 = Color3.fromRGB(0, 0, 0)
  297. Apoc2ESP.TextSize = 14.000
  298. Apoc2ESP.MouseButton1Click:Connect(function()
  299. loadstring(game:HttpGet(('https://pastebin.com/raw/Uf3eWEcm'),true))()
  300. end)
  301.  
  302. Apoc2Autofire.Name = "Apoc2Autofire"
  303. Apoc2Autofire.Parent = Mainframe
  304. Apoc2Autofire.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  305. Apoc2Autofire.BackgroundTransparency = 0.500
  306. Apoc2Autofire.Position = UDim2.new(0.191321492, 0, 0.200000003, 0)
  307. Apoc2Autofire.Size = UDim2.new(0, 102, 0, 50)
  308. Apoc2Autofire.Font = Enum.Font.Highway
  309. Apoc2Autofire.Text = "AR2 Autofire"
  310. Apoc2Autofire.TextColor3 = Color3.fromRGB(0, 0, 0)
  311. Apoc2Autofire.TextSize = 14.000
  312. Apoc2Autofire.MouseButton1Click:Connect(function()
  313. loadstring(game:HttpGet(('https://pastebin.com/raw/yFD4crSn'),true))()
  314. end)
  315.  
  316. ChatBypass.Name = "ChatBypass"
  317. ChatBypass.Parent = Mainframe
  318. ChatBypass.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  319. ChatBypass.BackgroundTransparency = 0.500
  320. ChatBypass.Position = UDim2.new(0.393077493, 0, 0.200000003, 0)
  321. ChatBypass.Size = UDim2.new(0, 102, 0, 50)
  322. ChatBypass.Font = Enum.Font.Highway
  323. ChatBypass.Text = "Chat Bypass"
  324. ChatBypass.TextColor3 = Color3.fromRGB(0, 0, 0)
  325. ChatBypass.TextSize = 14.000
  326. ChatBypass.MouseButton1Click:Connect(function()
  327. loadstring(game:HttpGet(('https://rustedstyle.com/chat_bypass.txt'),true))()
  328. end)
  329.  
  330. GrabKnifeV3.Name = "GrabKnifeV3"
  331. GrabKnifeV3.Parent = Mainframe
  332. GrabKnifeV3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  333. GrabKnifeV3.BackgroundTransparency = 0.500
  334. GrabKnifeV3.Position = UDim2.new(0.593688309, 0, 0.200000003, 0)
  335. GrabKnifeV3.Size = UDim2.new(0, 100, 0, 50)
  336. GrabKnifeV3.Font = Enum.Font.Highway
  337. GrabKnifeV3.Text = "Grab Knife V3"
  338. GrabKnifeV3.TextColor3 = Color3.fromRGB(0, 0, 0)
  339. GrabKnifeV3.TextSize = 14.000
  340. GrabKnifeV3.MouseButton1Click:Connect(function()
  341. loadstring(game:HttpGet(('https://pastebin.com/raw/BA793t3y'),true))()
  342. end)
  343.  
  344. GrabKnifeV4.Name = "GrabKnifeV4"
  345. GrabKnifeV4.Parent = Mainframe
  346. GrabKnifeV4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  347. GrabKnifeV4.BackgroundTransparency = 0.500
  348. GrabKnifeV4.Position = UDim2.new(0.79289937, 0, 0.200000003, 0)
  349. GrabKnifeV4.Size = UDim2.new(0, 100, 0, 50)
  350. GrabKnifeV4.Font = Enum.Font.Highway
  351. GrabKnifeV4.Text = "Grab Knife V4"
  352. GrabKnifeV4.TextColor3 = Color3.fromRGB(0, 0, 0)
  353. GrabKnifeV4.TextSize = 14.000
  354. GrabKnifeV4.MouseButton1Click:Connect(function()
  355. loadstring(game:HttpGet(('https://pastebin.com/raw/aYTF8MVi'),true))()
  356. end)
  357.  
  358. Title.Name = "Title"
  359. Title.Parent = Topframe
  360. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  361. Title.BackgroundTransparency = 1.000
  362. Title.Position = UDim2.new(0.301775157, 0, 0.095238097, 0)
  363. Title.Size = UDim2.new(0, 200, 0, 50)
  364. Title.Font = Enum.Font.Highway
  365. Title.Text = "Homeboy's GUI"
  366. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  367. Title.TextSize = 30.000
  368.  
  369. Credits.Name = "Credits"
  370. Credits.Parent = Topframe
  371. Credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  372. Credits.BackgroundTransparency = 1.000
  373. Credits.Position = UDim2.new(0.301775128, 0, -0.142857164, 0)
  374. Credits.Size = UDim2.new(0, 200, 0, 50)
  375. Credits.Font = Enum.Font.Highway
  376. Credits.Text = "Homeboy#3835"
  377. Credits.TextColor3 = Color3.fromRGB(255, 255, 255)
  378. Credits.TextSize = 14.000
  379.  
  380. Title.Name = "Title"
  381. Title.Parent = Topframe
  382. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  383. Title.BackgroundTransparency = 1.000
  384. Title.Position = UDim2.new(0.301775157, 0, 0.095238097, 0)
  385. Title.Size = UDim2.new(0, 200, 0, 50)
  386. Title.Font = Enum.Font.Highway
  387. Title.Text = "Homeboy's GUI"
  388. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  389. Title.TextSize = 30.000
  390.  
  391. Credits.Name = "Credits"
  392. Credits.Parent = Topframe
  393. Credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  394. Credits.BackgroundTransparency = 1.000
  395. Credits.Position = UDim2.new(0.301775128, 0, -0.142857164, 0)
  396. Credits.Size = UDim2.new(0, 200, 0, 50)
  397. Credits.Font = Enum.Font.Highway
  398. Credits.Text = "Homeboy#3835"
  399. Credits.TextColor3 = Color3.fromRGB(255, 255, 255)
  400. Credits.TextSize = 14.000
  401.  
  402. -- Scripts:
  403.  
  404. local function LYCNUEN_fake_script() -- Mainframe.LocalScript
  405. local script = Instance.new('LocalScript', Mainframe)
  406.  
  407. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  408.  
  409. counter = 0
  410.  
  411. while wait(0.1)do
  412. script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  413.  
  414. counter = counter + 0.01
  415. end
  416. end
  417. coroutine.wrap(LYCNUEN_fake_script)()
  418. local function MUHK_fake_script() -- Title.LocalScript
  419. local script = Instance.new('LocalScript', Title)
  420.  
  421. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  422.  
  423. counter = 0
  424.  
  425. while wait(0.1)do
  426. script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  427.  
  428. counter = counter + 0.01
  429. end
  430. end
  431. coroutine.wrap(MUHK_fake_script)()
  432. local function DYEYNTZ_fake_script() -- Credits.LocalScript
  433. local script = Instance.new('LocalScript', Credits)
  434.  
  435. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  436.  
  437. counter = 0
  438.  
  439. while wait(0.1)do
  440. script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  441.  
  442. counter = counter + 0.01
  443. end
  444. end
  445. coroutine.wrap(DYEYNTZ_fake_script)()
  446. local function WLUXKD_fake_script() -- Topframe.LocalScript
  447. local script = Instance.new('LocalScript', Topframe)
  448.  
  449. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  450.  
  451. counter = 0
  452.  
  453. while wait(0.1)do
  454. script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  455.  
  456. counter = counter + 0.01
  457. end
  458. end
  459. coroutine.wrap(WLUXKD_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment