foxywolf233

Smooth Slicing Gui

Jun 17th, 2022
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.22 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Main = Instance.new("Frame")
  8. local SUSSYIMPOSTER = Instance.new("TextLabel")
  9. local SpeedGod = Instance.new("TextButton")
  10. local InfStamina = Instance.new("TextButton")
  11. local SpinnyBoi = Instance.new("TextButton")
  12. local InfKills = Instance.new("TextButton")
  13. local ToSpawn = Instance.new("TextButton")
  14. local HealCharacter = Instance.new("TextButton")
  15. local FeFling = Instance.new("TextButton")
  16. local BlueTower = Instance.new("TextButton")
  17. local BallSpin = Instance.new("TextButton")
  18. local RedThingyOfHeck = Instance.new("TextButton")
  19. local FeSpider = Instance.new("TextButton")
  20. local ToBigTower = Instance.new("TextButton")
  21. local CloseButton = Instance.new("TextButton")
  22. local ResetCharacter = Instance.new("TextButton")
  23.  
  24. --Properties:
  25.  
  26. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  27. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  28. ScreenGui.ResetOnSpawn = false
  29.  
  30. Main.Name = "Main"
  31. Main.Parent = ScreenGui
  32. Main.BackgroundColor3 = Color3.fromRGB(95, 95, 95)
  33. Main.BorderSizePixel = 5
  34. Main.Position = UDim2.new(0.0556678474, 0, 0.0690745041, 0)
  35. Main.Size = UDim2.new(0, 400, 0, 400)
  36. Main.Active = true
  37.  
  38. SUSSYIMPOSTER.Name = "SUSSYIMPOSTER"
  39. SUSSYIMPOSTER.Parent = Main
  40. SUSSYIMPOSTER.BackgroundColor3 = Color3.fromRGB(77, 77, 77)
  41. SUSSYIMPOSTER.BorderSizePixel = 5
  42. SUSSYIMPOSTER.Size = UDim2.new(0, 400, 0, 50)
  43. SUSSYIMPOSTER.Font = Enum.Font.GothamBold
  44. SUSSYIMPOSTER.Text = "Smooth Slicing SUSSY IMPOSTER AMOGUS QUANDLE DINGLE TickleTipson"
  45. SUSSYIMPOSTER.TextColor3 = Color3.fromRGB(255, 255, 255)
  46. SUSSYIMPOSTER.TextScaled = true
  47. SUSSYIMPOSTER.TextSize = 14.000
  48. SUSSYIMPOSTER.TextWrapped = true
  49.  
  50. SpeedGod.Name = "SpeedGod"
  51. SpeedGod.Parent = Main
  52. SpeedGod.BackgroundColor3 = Color3.fromRGB(122, 122, 122)
  53. SpeedGod.BorderSizePixel = 3
  54. SpeedGod.Position = UDim2.new(0.0399999991, 0, 0.174999997, 0)
  55. SpeedGod.Size = UDim2.new(0, 100, 0, 50)
  56. SpeedGod.Font = Enum.Font.SourceSansBold
  57. SpeedGod.Text = "Speedy God!"
  58. SpeedGod.TextColor3 = Color3.fromRGB(255, 255, 255)
  59. SpeedGod.TextScaled = true
  60. SpeedGod.TextSize = 14.000
  61. SpeedGod.TextWrapped = true
  62. SpeedGod.MouseButton1Down:connect(function()
  63. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
  64. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  65. end)
  66.  
  67. InfStamina.Name = "InfStamina"
  68. InfStamina.Parent = Main
  69. InfStamina.BackgroundColor3 = Color3.fromRGB(122, 122, 122)
  70. InfStamina.BorderSizePixel = 3
  71. InfStamina.Position = UDim2.new(0.702500045, 0, 0.174999997, 0)
  72. InfStamina.Size = UDim2.new(0, 100, 0, 50)
  73. InfStamina.Font = Enum.Font.SourceSansBold
  74. InfStamina.Text = "Infinite Stamina (GLITCHES SWORD)"
  75. InfStamina.TextColor3 = Color3.fromRGB(255, 255, 255)
  76. InfStamina.TextScaled = true
  77. InfStamina.TextSize = 14.000
  78. InfStamina.TextWrapped = true
  79. InfStamina.MouseButton1Down:connect(function()
  80. game.ReplicatedStorage.LocalPlayer.EventoPrincipal:Destroy()
  81. end)
  82.  
  83. SpinnyBoi.Name = "SpinnyBoi"
  84. SpinnyBoi.Parent = Main
  85. SpinnyBoi.BackgroundColor3 = Color3.fromRGB(122, 122, 122)
  86. SpinnyBoi.BorderSizePixel = 3
  87. SpinnyBoi.Position = UDim2.new(0.37499997, 0, 0.174999997, 0)
  88. SpinnyBoi.Size = UDim2.new(0, 100, 0, 50)
  89. SpinnyBoi.Font = Enum.Font.SourceSansBold
  90. SpinnyBoi.Text = "SPINNY BOI!"
  91. SpinnyBoi.TextColor3 = Color3.fromRGB(255, 255, 255)
  92. SpinnyBoi.TextScaled = true
  93. SpinnyBoi.TextSize = 14.000
  94. SpinnyBoi.TextWrapped = true
  95. SpinnyBoi.MouseButton1Down:connect(function()
  96. loadstring(game:HttpGet('https://pastebin.com/raw/yuJYWVVC'))()
  97. end)
  98.  
  99. InfKills.Name = "InfKills"
  100. InfKills.Parent = Main
  101. InfKills.BackgroundColor3 = Color3.fromRGB(122, 122, 122)
  102. InfKills.BorderSizePixel = 3
  103. InfKills.Position = UDim2.new(0.699999988, 0, 0.367500007, 0)
  104. InfKills.Size = UDim2.new(0, 100, 0, 50)
  105. InfKills.Font = Enum.Font.SourceSansBold
  106. InfKills.Text = "Infinite Stats (NOT FE)"
  107. InfKills.TextColor3 = Color3.fromRGB(255, 255, 255)
  108. InfKills.TextScaled = true
  109. InfKills.TextSize = 14.000
  110. InfKills.TextWrapped = true
  111. InfKills.MouseButton1Down:connect(function()
  112. game.Players.LocalPlayer.leaderstats.Kills.Value = math.huge
  113. game.Players.LocalPlayer.leaderstats.Spree.Value = math.huge
  114. end)
  115.  
  116. ToSpawn.Name = "ToSpawn"
  117. ToSpawn.Parent = Main
  118. ToSpawn.BackgroundColor3 = Color3.fromRGB(122, 122, 122)
  119. ToSpawn.BorderSizePixel = 3
  120. ToSpawn.Position = UDim2.new(0.0399999991, 0, 0.367500007, 0)
  121. ToSpawn.Size = UDim2.new(0, 100, 0, 50)
  122. ToSpawn.Font = Enum.Font.SourceSansBold
  123. ToSpawn.Text = "Spawn"
  124. ToSpawn.TextColor3 = Color3.fromRGB(255, 255, 255)
  125. ToSpawn.TextScaled = true
  126. ToSpawn.TextSize = 14.000
  127. ToSpawn.TextWrapped = true
  128. ToSpawn.MouseButton1Down:connect(function()
  129. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137, 120, -572)
  130. end)
  131.  
  132. HealCharacter.Name = "HealCharacter"
  133. HealCharacter.Parent = Main
  134. HealCharacter.BackgroundColor3 = Color3.fromRGB(122, 122, 122)
  135. HealCharacter.BorderSizePixel = 3
  136. HealCharacter.Position = UDim2.new(0.375, 0, 0.367500007, 0)
  137. HealCharacter.Size = UDim2.new(0, 100, 0, 50)
  138. HealCharacter.Font = Enum.Font.SourceSansBold
  139. HealCharacter.Text = "Heal"
  140. HealCharacter.TextColor3 = Color3.fromRGB(255, 255, 255)
  141. HealCharacter.TextScaled = true
  142. HealCharacter.TextSize = 14.000
  143. HealCharacter.TextWrapped = true
  144. HealCharacter.MouseButton1Down:connect(function()
  145. game.Players.LocalPlayer.Character.Humanoid.Health = math.huge
  146. end)
  147.  
  148. FeFling.Name = "FeFling"
  149. FeFling.Parent = Main
  150. FeFling.BackgroundColor3 = Color3.fromRGB(122, 122, 122)
  151. FeFling.BorderSizePixel = 3
  152. FeFling.Position = UDim2.new(0.0399999991, 0, 0.754999995, 0)
  153. FeFling.Size = UDim2.new(0, 100, 0, 50)
  154. FeFling.Font = Enum.Font.SourceSansBold
  155. FeFling.Text = "Fe Fling (Type ;fling)"
  156. FeFling.TextColor3 = Color3.fromRGB(255, 255, 255)
  157. FeFling.TextScaled = true
  158. FeFling.TextSize = 14.000
  159. FeFling.TextWrapped = true
  160. FeFling.MouseButton1Down:connect(function()
  161. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  162. end)
  163.  
  164. BlueTower.Name = "BlueTower"
  165. BlueTower.Parent = Main
  166. BlueTower.BackgroundColor3 = Color3.fromRGB(122, 122, 122)
  167. BlueTower.BorderSizePixel = 3
  168. BlueTower.Position = UDim2.new(0.0399999991, 0, 0.5625, 0)
  169. BlueTower.Size = UDim2.new(0, 100, 0, 50)
  170. BlueTower.Font = Enum.Font.SourceSansBold
  171. BlueTower.Text = "To Blue Tower"
  172. BlueTower.TextColor3 = Color3.fromRGB(255, 255, 255)
  173. BlueTower.TextScaled = true
  174. BlueTower.TextSize = 14.000
  175. BlueTower.TextWrapped = true
  176. BlueTower.MouseButton1Down:connect(function()
  177. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(145, 175, -420)
  178. end)
  179.  
  180. BallSpin.Name = "BallSpin"
  181. BallSpin.Parent = Main
  182. BallSpin.BackgroundColor3 = Color3.fromRGB(122, 122, 122)
  183. BallSpin.BorderSizePixel = 3
  184. BallSpin.Position = UDim2.new(0.375, 0, 0.754999995, 0)
  185. BallSpin.Size = UDim2.new(0, 100, 0, 50)
  186. BallSpin.Font = Enum.Font.SourceSansBold
  187. BallSpin.Text = "Fe Ball Spin"
  188. BallSpin.TextColor3 = Color3.fromRGB(255, 255, 255)
  189. BallSpin.TextScaled = true
  190. BallSpin.TextSize = 14.000
  191. BallSpin.TextWrapped = true
  192. BallSpin.MouseButton1Down:connect(function()
  193. loadstring(game:HttpGet('https://pastebin.com/raw/EJskzezp'))()
  194. end)
  195.  
  196. RedThingyOfHeck.Name = "RedThingyOfHeck"
  197. RedThingyOfHeck.Parent = Main
  198. RedThingyOfHeck.BackgroundColor3 = Color3.fromRGB(122, 122, 122)
  199. RedThingyOfHeck.BorderSizePixel = 3
  200. RedThingyOfHeck.Position = UDim2.new(0.375, 0, 0.5625, 0)
  201. RedThingyOfHeck.Size = UDim2.new(0, 100, 0, 50)
  202. RedThingyOfHeck.Font = Enum.Font.SourceSansBold
  203. RedThingyOfHeck.Text = "To Red Thing Of Heck"
  204. RedThingyOfHeck.TextColor3 = Color3.fromRGB(255, 255, 255)
  205. RedThingyOfHeck.TextScaled = true
  206. RedThingyOfHeck.TextSize = 14.000
  207. RedThingyOfHeck.TextWrapped = true
  208. RedThingyOfHeck.MouseButton1Down:connect(function()
  209. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137, 143, -708)
  210. end)
  211.  
  212. FeSpider.Name = "FeSpider"
  213. FeSpider.Parent = Main
  214. FeSpider.BackgroundColor3 = Color3.fromRGB(122, 122, 122)
  215. FeSpider.BorderSizePixel = 3
  216. FeSpider.Position = UDim2.new(0.699999988, 0, 0.754999995, 0)
  217. FeSpider.Size = UDim2.new(0, 100, 0, 50)
  218. FeSpider.Font = Enum.Font.SourceSansBold
  219. FeSpider.Text = "Fe Spider (AHHH)"
  220. FeSpider.TextColor3 = Color3.fromRGB(255, 255, 255)
  221. FeSpider.TextScaled = true
  222. FeSpider.TextSize = 14.000
  223. FeSpider.TextWrapped = true
  224. FeSpider.MouseButton1Down:connect(function()
  225. loadstring(game:HttpGet('https://pastebin.com/raw/at8naatu'))()
  226. end)
  227.  
  228. ToBigTower.Name = "ToBigTower"
  229. ToBigTower.Parent = Main
  230. ToBigTower.BackgroundColor3 = Color3.fromRGB(122, 122, 122)
  231. ToBigTower.BorderSizePixel = 3
  232. ToBigTower.Position = UDim2.new(0.704999983, 0, 0.5625, 0)
  233. ToBigTower.Size = UDim2.new(0, 100, 0, 50)
  234. ToBigTower.Font = Enum.Font.SourceSansBold
  235. ToBigTower.Text = "To Big Tower"
  236. ToBigTower.TextColor3 = Color3.fromRGB(255, 255, 255)
  237. ToBigTower.TextScaled = true
  238. ToBigTower.TextSize = 14.000
  239. ToBigTower.TextWrapped = true
  240. ToBigTower.MouseButton1Down:connect(function()
  241. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(47, 137, -526)
  242. end)
  243.  
  244. CloseButton.Name = "CloseButton"
  245. CloseButton.Parent = Main
  246. CloseButton.BackgroundColor3 = Color3.fromRGB(122, 122, 122)
  247. CloseButton.BorderSizePixel = 0
  248. CloseButton.Position = UDim2.new(0.904999971, 0, -7.62939436e-08, 0)
  249. CloseButton.Size = UDim2.new(0, 38, 0, 25)
  250. CloseButton.Font = Enum.Font.SourceSansBold
  251. CloseButton.Text = "X"
  252. CloseButton.TextColor3 = Color3.fromRGB(255, 85, 0)
  253. CloseButton.TextScaled = true
  254. CloseButton.TextSize = 14.000
  255. CloseButton.TextWrapped = true
  256.  
  257. ResetCharacter.Name = "ResetCharacter"
  258. ResetCharacter.Parent = Main
  259. ResetCharacter.BackgroundColor3 = Color3.fromRGB(122, 122, 122)
  260. ResetCharacter.BorderSizePixel = 3
  261. ResetCharacter.Position = UDim2.new(0.0399999991, 0, 0.930000007, 0)
  262. ResetCharacter.Size = UDim2.new(0, 366, 0, 21)
  263. ResetCharacter.Font = Enum.Font.SourceSansBold
  264. ResetCharacter.Text = "Reset Character"
  265. ResetCharacter.TextColor3 = Color3.fromRGB(255, 255, 255)
  266. ResetCharacter.TextScaled = true
  267. ResetCharacter.TextSize = 14.000
  268. ResetCharacter.TextWrapped = true
  269. ResetCharacter.MouseButton1Down:connect(function()
  270. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  271. end)
  272.  
  273. -- Scripts:
  274.  
  275. local function SFTXZ_fake_script() -- SUSSYIMPOSTER.RainbowText
  276. local script = Instance.new('Script', SUSSYIMPOSTER)
  277.  
  278. local text = script.Parent
  279. local add = 10
  280. wait(1)
  281. local k = 1
  282. while k <= 255 do
  283. text.TextColor3 = Color3.new(k/255,0/255,0/255)
  284. k = k + add
  285. wait()
  286. end
  287. while true do
  288. k = 1
  289. while k <= 255 do
  290. text.TextColor3 = Color3.new(255/255,k/255,0/255)
  291. k = k + add
  292. wait()
  293. end
  294. k = 1
  295. while k <= 255 do
  296. text.TextColor3 = Color3.new(255/255 - k/255,255/255,0/255)
  297. k = k + add
  298. wait()
  299. end
  300. k = 1
  301. while k <= 255 do
  302. text.TextColor3 = Color3.new(0/255,255/255,k/255)
  303. k = k + add
  304. wait()
  305. end
  306. k = 1
  307. while k <= 255 do
  308. text.TextColor3 = Color3.new(0/255,255/255 - k/255,255/255)
  309. k = k + add
  310. wait()
  311. end
  312. k = 1
  313. while k <= 255 do
  314. text.TextColor3 = Color3.new(k/255,0/255,255/255)
  315. k = k + add
  316. wait()
  317. end
  318. k = 1
  319. while k <= 255 do
  320. text.TextColor3 = Color3.new(255/255,0/255,255/255 - k/255)
  321. k = k + add
  322. wait()
  323. end
  324. while k <= 255 do
  325. text.b = Color3.new(255/255 - k/255,0/255,0/255)
  326. k = k + add
  327. wait()
  328. end
  329. end
  330. end
  331. coroutine.wrap(SFTXZ_fake_script)()
  332. local function BUGJRSZ_fake_script() -- Main.Smooth GUI Dragging
  333. local script = Instance.new('LocalScript', Main)
  334.  
  335. local UserInputService = game:GetService("UserInputService")
  336. local runService = (game:GetService("RunService"));
  337.  
  338. local gui = script.Parent
  339.  
  340. local dragging
  341. local dragInput
  342. local dragStart
  343. local startPos
  344.  
  345. function Lerp(a, b, m)
  346. return a + (b - a) * m
  347. end;
  348.  
  349. local lastMousePos
  350. local lastGoalPos
  351. local DRAG_SPEED = (23); -- // The speed of the UI darg.
  352. function Update(dt)
  353. if not (startPos) then return end;
  354. if not (dragging) and (lastGoalPos) then
  355. gui.Position = UDim2.new(startPos.X.Scale, Lerp(gui.Position.X.Offset, lastGoalPos.X.Offset, dt * DRAG_SPEED), startPos.Y.Scale, Lerp(gui.Position.Y.Offset, lastGoalPos.Y.Offset, dt * DRAG_SPEED))
  356. return
  357. end;
  358.  
  359. local delta = (lastMousePos - UserInputService:GetMouseLocation())
  360. local xGoal = (startPos.X.Offset - delta.X);
  361. local yGoal = (startPos.Y.Offset - delta.Y);
  362. lastGoalPos = UDim2.new(startPos.X.Scale, xGoal, startPos.Y.Scale, yGoal)
  363. gui.Position = UDim2.new(startPos.X.Scale, Lerp(gui.Position.X.Offset, xGoal, dt * DRAG_SPEED), startPos.Y.Scale, Lerp(gui.Position.Y.Offset, yGoal, dt * DRAG_SPEED))
  364. end;
  365.  
  366. gui.InputBegan:Connect(function(input)
  367. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  368. dragging = true
  369. dragStart = input.Position
  370. startPos = gui.Position
  371. lastMousePos = UserInputService:GetMouseLocation()
  372.  
  373. input.Changed:Connect(function()
  374. if input.UserInputState == Enum.UserInputState.End then
  375. dragging = false
  376. end
  377. end)
  378. end
  379. end)
  380.  
  381. gui.InputChanged:Connect(function(input)
  382. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  383. dragInput = input
  384. end
  385. end)
  386.  
  387. runService.Heartbeat:Connect(Update)
  388. end
  389. coroutine.wrap(BUGJRSZ_fake_script)()
  390. local function GZOPT_fake_script() -- SpeedGod.RainbowBorder
  391. local script = Instance.new('Script', SpeedGod)
  392.  
  393. local text = script.Parent
  394. local add = 10
  395. wait(1)
  396. local k = 1
  397. while k <= 255 do
  398. text.BorderColor3 = Color3.new(k/255,0/255,0/255)
  399. k = k + add
  400. wait()
  401. end
  402. while true do
  403. k = 1
  404. while k <= 255 do
  405. text.BorderColor3 = Color3.new(255/255,k/255,0/255)
  406. k = k + add
  407. wait()
  408. end
  409. k = 1
  410. while k <= 255 do
  411. text.BorderColor3 = Color3.new(255/255 - k/255,255/255,0/255)
  412. k = k + add
  413. wait()
  414. end
  415. k = 1
  416. while k <= 255 do
  417. text.BorderColor3 = Color3.new(0/255,255/255,k/255)
  418. k = k + add
  419. wait()
  420. end
  421. k = 1
  422. while k <= 255 do
  423. text.BorderColor3 = Color3.new(0/255,255/255 - k/255,255/255)
  424. k = k + add
  425. wait()
  426. end
  427. k = 1
  428. while k <= 255 do
  429. text.BorderColor3 = Color3.new(k/255,0/255,255/255)
  430. k = k + add
  431. wait()
  432. end
  433. k = 1
  434. while k <= 255 do
  435. text.BorderColor3 = Color3.new(255/255,0/255,255/255 - k/255)
  436. k = k + add
  437. wait()
  438. end
  439. while k <= 255 do
  440. text.BorderColor3 = Color3.new(255/255 - k/255,0/255,0/255)
  441. k = k + add
  442. wait()
  443. end
  444. end
  445. end
  446. coroutine.wrap(GZOPT_fake_script)()
  447. local function BYLIYBM_fake_script() -- InfStamina.RainbowBorder
  448. local script = Instance.new('Script', InfStamina)
  449.  
  450. local text = script.Parent
  451. local add = 10
  452. wait(1)
  453. local k = 1
  454. while k <= 255 do
  455. text.BorderColor3 = Color3.new(k/255,0/255,0/255)
  456. k = k + add
  457. wait()
  458. end
  459. while true do
  460. k = 1
  461. while k <= 255 do
  462. text.BorderColor3 = Color3.new(255/255,k/255,0/255)
  463. k = k + add
  464. wait()
  465. end
  466. k = 1
  467. while k <= 255 do
  468. text.BorderColor3 = Color3.new(255/255 - k/255,255/255,0/255)
  469. k = k + add
  470. wait()
  471. end
  472. k = 1
  473. while k <= 255 do
  474. text.BorderColor3 = Color3.new(0/255,255/255,k/255)
  475. k = k + add
  476. wait()
  477. end
  478. k = 1
  479. while k <= 255 do
  480. text.BorderColor3 = Color3.new(0/255,255/255 - k/255,255/255)
  481. k = k + add
  482. wait()
  483. end
  484. k = 1
  485. while k <= 255 do
  486. text.BorderColor3 = Color3.new(k/255,0/255,255/255)
  487. k = k + add
  488. wait()
  489. end
  490. k = 1
  491. while k <= 255 do
  492. text.BorderColor3 = Color3.new(255/255,0/255,255/255 - k/255)
  493. k = k + add
  494. wait()
  495. end
  496. while k <= 255 do
  497. text.BorderColor3 = Color3.new(255/255 - k/255,0/255,0/255)
  498. k = k + add
  499. wait()
  500. end
  501. end
  502. end
  503. coroutine.wrap(BYLIYBM_fake_script)()
  504. local function EBODPCP_fake_script() -- SpinnyBoi.RainbowBorder
  505. local script = Instance.new('Script', SpinnyBoi)
  506.  
  507. local text = script.Parent
  508. local add = 10
  509. wait(1)
  510. local k = 1
  511. while k <= 255 do
  512. text.BorderColor3 = Color3.new(k/255,0/255,0/255)
  513. k = k + add
  514. wait()
  515. end
  516. while true do
  517. k = 1
  518. while k <= 255 do
  519. text.BorderColor3 = Color3.new(255/255,k/255,0/255)
  520. k = k + add
  521. wait()
  522. end
  523. k = 1
  524. while k <= 255 do
  525. text.BorderColor3 = Color3.new(255/255 - k/255,255/255,0/255)
  526. k = k + add
  527. wait()
  528. end
  529. k = 1
  530. while k <= 255 do
  531. text.BorderColor3 = Color3.new(0/255,255/255,k/255)
  532. k = k + add
  533. wait()
  534. end
  535. k = 1
  536. while k <= 255 do
  537. text.BorderColor3 = Color3.new(0/255,255/255 - k/255,255/255)
  538. k = k + add
  539. wait()
  540. end
  541. k = 1
  542. while k <= 255 do
  543. text.BorderColor3 = Color3.new(k/255,0/255,255/255)
  544. k = k + add
  545. wait()
  546. end
  547. k = 1
  548. while k <= 255 do
  549. text.BorderColor3 = Color3.new(255/255,0/255,255/255 - k/255)
  550. k = k + add
  551. wait()
  552. end
  553. while k <= 255 do
  554. text.BorderColor3 = Color3.new(255/255 - k/255,0/255,0/255)
  555. k = k + add
  556. wait()
  557. end
  558. end
  559. end
  560. coroutine.wrap(EBODPCP_fake_script)()
  561. local function DHNHLV_fake_script() -- InfKills.RainbowBorder
  562. local script = Instance.new('Script', InfKills)
  563.  
  564. local text = script.Parent
  565. local add = 10
  566. wait(1)
  567. local k = 1
  568. while k <= 255 do
  569. text.BorderColor3 = Color3.new(k/255,0/255,0/255)
  570. k = k + add
  571. wait()
  572. end
  573. while true do
  574. k = 1
  575. while k <= 255 do
  576. text.BorderColor3 = Color3.new(255/255,k/255,0/255)
  577. k = k + add
  578. wait()
  579. end
  580. k = 1
  581. while k <= 255 do
  582. text.BorderColor3 = Color3.new(255/255 - k/255,255/255,0/255)
  583. k = k + add
  584. wait()
  585. end
  586. k = 1
  587. while k <= 255 do
  588. text.BorderColor3 = Color3.new(0/255,255/255,k/255)
  589. k = k + add
  590. wait()
  591. end
  592. k = 1
  593. while k <= 255 do
  594. text.BorderColor3 = Color3.new(0/255,255/255 - k/255,255/255)
  595. k = k + add
  596. wait()
  597. end
  598. k = 1
  599. while k <= 255 do
  600. text.BorderColor3 = Color3.new(k/255,0/255,255/255)
  601. k = k + add
  602. wait()
  603. end
  604. k = 1
  605. while k <= 255 do
  606. text.BorderColor3 = Color3.new(255/255,0/255,255/255 - k/255)
  607. k = k + add
  608. wait()
  609. end
  610. while k <= 255 do
  611. text.BorderColor3 = Color3.new(255/255 - k/255,0/255,0/255)
  612. k = k + add
  613. wait()
  614. end
  615. end
  616. end
  617. coroutine.wrap(DHNHLV_fake_script)()
  618. local function GAIDX_fake_script() -- ToSpawn.RainbowBorder
  619. local script = Instance.new('Script', ToSpawn)
  620.  
  621. local text = script.Parent
  622. local add = 10
  623. wait(1)
  624. local k = 1
  625. while k <= 255 do
  626. text.BorderColor3 = Color3.new(k/255,0/255,0/255)
  627. k = k + add
  628. wait()
  629. end
  630. while true do
  631. k = 1
  632. while k <= 255 do
  633. text.BorderColor3 = Color3.new(255/255,k/255,0/255)
  634. k = k + add
  635. wait()
  636. end
  637. k = 1
  638. while k <= 255 do
  639. text.BorderColor3 = Color3.new(255/255 - k/255,255/255,0/255)
  640. k = k + add
  641. wait()
  642. end
  643. k = 1
  644. while k <= 255 do
  645. text.BorderColor3 = Color3.new(0/255,255/255,k/255)
  646. k = k + add
  647. wait()
  648. end
  649. k = 1
  650. while k <= 255 do
  651. text.BorderColor3 = Color3.new(0/255,255/255 - k/255,255/255)
  652. k = k + add
  653. wait()
  654. end
  655. k = 1
  656. while k <= 255 do
  657. text.BorderColor3 = Color3.new(k/255,0/255,255/255)
  658. k = k + add
  659. wait()
  660. end
  661. k = 1
  662. while k <= 255 do
  663. text.BorderColor3 = Color3.new(255/255,0/255,255/255 - k/255)
  664. k = k + add
  665. wait()
  666. end
  667. while k <= 255 do
  668. text.BorderColor3 = Color3.new(255/255 - k/255,0/255,0/255)
  669. k = k + add
  670. wait()
  671. end
  672. end
  673. end
  674. coroutine.wrap(GAIDX_fake_script)()
  675. local function BKMS_fake_script() -- HealCharacter.RainbowBorder
  676. local script = Instance.new('Script', HealCharacter)
  677.  
  678. local text = script.Parent
  679. local add = 10
  680. wait(1)
  681. local k = 1
  682. while k <= 255 do
  683. text.BorderColor3 = Color3.new(k/255,0/255,0/255)
  684. k = k + add
  685. wait()
  686. end
  687. while true do
  688. k = 1
  689. while k <= 255 do
  690. text.BorderColor3 = Color3.new(255/255,k/255,0/255)
  691. k = k + add
  692. wait()
  693. end
  694. k = 1
  695. while k <= 255 do
  696. text.BorderColor3 = Color3.new(255/255 - k/255,255/255,0/255)
  697. k = k + add
  698. wait()
  699. end
  700. k = 1
  701. while k <= 255 do
  702. text.BorderColor3 = Color3.new(0/255,255/255,k/255)
  703. k = k + add
  704. wait()
  705. end
  706. k = 1
  707. while k <= 255 do
  708. text.BorderColor3 = Color3.new(0/255,255/255 - k/255,255/255)
  709. k = k + add
  710. wait()
  711. end
  712. k = 1
  713. while k <= 255 do
  714. text.BorderColor3 = Color3.new(k/255,0/255,255/255)
  715. k = k + add
  716. wait()
  717. end
  718. k = 1
  719. while k <= 255 do
  720. text.BorderColor3 = Color3.new(255/255,0/255,255/255 - k/255)
  721. k = k + add
  722. wait()
  723. end
  724. while k <= 255 do
  725. text.BorderColor3 = Color3.new(255/255 - k/255,0/255,0/255)
  726. k = k + add
  727. wait()
  728. end
  729. end
  730. end
  731. coroutine.wrap(BKMS_fake_script)()
  732. local function RKZOY_fake_script() -- FeFling.RainbowBorder
  733. local script = Instance.new('Script', FeFling)
  734.  
  735. local text = script.Parent
  736. local add = 10
  737. wait(1)
  738. local k = 1
  739. while k <= 255 do
  740. text.BorderColor3 = Color3.new(k/255,0/255,0/255)
  741. k = k + add
  742. wait()
  743. end
  744. while true do
  745. k = 1
  746. while k <= 255 do
  747. text.BorderColor3 = Color3.new(255/255,k/255,0/255)
  748. k = k + add
  749. wait()
  750. end
  751. k = 1
  752. while k <= 255 do
  753. text.BorderColor3 = Color3.new(255/255 - k/255,255/255,0/255)
  754. k = k + add
  755. wait()
  756. end
  757. k = 1
  758. while k <= 255 do
  759. text.BorderColor3 = Color3.new(0/255,255/255,k/255)
  760. k = k + add
  761. wait()
  762. end
  763. k = 1
  764. while k <= 255 do
  765. text.BorderColor3 = Color3.new(0/255,255/255 - k/255,255/255)
  766. k = k + add
  767. wait()
  768. end
  769. k = 1
  770. while k <= 255 do
  771. text.BorderColor3 = Color3.new(k/255,0/255,255/255)
  772. k = k + add
  773. wait()
  774. end
  775. k = 1
  776. while k <= 255 do
  777. text.BorderColor3 = Color3.new(255/255,0/255,255/255 - k/255)
  778. k = k + add
  779. wait()
  780. end
  781. while k <= 255 do
  782. text.BorderColor3 = Color3.new(255/255 - k/255,0/255,0/255)
  783. k = k + add
  784. wait()
  785. end
  786. end
  787. end
  788. coroutine.wrap(RKZOY_fake_script)()
  789. local function VYZW_fake_script() -- BlueTower.RainbowBorder
  790. local script = Instance.new('Script', BlueTower)
  791.  
  792. local text = script.Parent
  793. local add = 10
  794. wait(1)
  795. local k = 1
  796. while k <= 255 do
  797. text.BorderColor3 = Color3.new(k/255,0/255,0/255)
  798. k = k + add
  799. wait()
  800. end
  801. while true do
  802. k = 1
  803. while k <= 255 do
  804. text.BorderColor3 = Color3.new(255/255,k/255,0/255)
  805. k = k + add
  806. wait()
  807. end
  808. k = 1
  809. while k <= 255 do
  810. text.BorderColor3 = Color3.new(255/255 - k/255,255/255,0/255)
  811. k = k + add
  812. wait()
  813. end
  814. k = 1
  815. while k <= 255 do
  816. text.BorderColor3 = Color3.new(0/255,255/255,k/255)
  817. k = k + add
  818. wait()
  819. end
  820. k = 1
  821. while k <= 255 do
  822. text.BorderColor3 = Color3.new(0/255,255/255 - k/255,255/255)
  823. k = k + add
  824. wait()
  825. end
  826. k = 1
  827. while k <= 255 do
  828. text.BorderColor3 = Color3.new(k/255,0/255,255/255)
  829. k = k + add
  830. wait()
  831. end
  832. k = 1
  833. while k <= 255 do
  834. text.BorderColor3 = Color3.new(255/255,0/255,255/255 - k/255)
  835. k = k + add
  836. wait()
  837. end
  838. while k <= 255 do
  839. text.BorderColor3 = Color3.new(255/255 - k/255,0/255,0/255)
  840. k = k + add
  841. wait()
  842. end
  843. end
  844. end
  845. coroutine.wrap(VYZW_fake_script)()
  846. local function RTAUN_fake_script() -- BallSpin.RainbowBorder
  847. local script = Instance.new('Script', BallSpin)
  848.  
  849. local text = script.Parent
  850. local add = 10
  851. wait(1)
  852. local k = 1
  853. while k <= 255 do
  854. text.BorderColor3 = Color3.new(k/255,0/255,0/255)
  855. k = k + add
  856. wait()
  857. end
  858. while true do
  859. k = 1
  860. while k <= 255 do
  861. text.BorderColor3 = Color3.new(255/255,k/255,0/255)
  862. k = k + add
  863. wait()
  864. end
  865. k = 1
  866. while k <= 255 do
  867. text.BorderColor3 = Color3.new(255/255 - k/255,255/255,0/255)
  868. k = k + add
  869. wait()
  870. end
  871. k = 1
  872. while k <= 255 do
  873. text.BorderColor3 = Color3.new(0/255,255/255,k/255)
  874. k = k + add
  875. wait()
  876. end
  877. k = 1
  878. while k <= 255 do
  879. text.BorderColor3 = Color3.new(0/255,255/255 - k/255,255/255)
  880. k = k + add
  881. wait()
  882. end
  883. k = 1
  884. while k <= 255 do
  885. text.BorderColor3 = Color3.new(k/255,0/255,255/255)
  886. k = k + add
  887. wait()
  888. end
  889. k = 1
  890. while k <= 255 do
  891. text.BorderColor3 = Color3.new(255/255,0/255,255/255 - k/255)
  892. k = k + add
  893. wait()
  894. end
  895. while k <= 255 do
  896. text.BorderColor3 = Color3.new(255/255 - k/255,0/255,0/255)
  897. k = k + add
  898. wait()
  899. end
  900. end
  901. end
  902. coroutine.wrap(RTAUN_fake_script)()
  903. local function UVDF_fake_script() -- RedThingyOfHeck.RainbowBorder
  904. local script = Instance.new('Script', RedThingyOfHeck)
  905.  
  906. local text = script.Parent
  907. local add = 10
  908. wait(1)
  909. local k = 1
  910. while k <= 255 do
  911. text.BorderColor3 = Color3.new(k/255,0/255,0/255)
  912. k = k + add
  913. wait()
  914. end
  915. while true do
  916. k = 1
  917. while k <= 255 do
  918. text.BorderColor3 = Color3.new(255/255,k/255,0/255)
  919. k = k + add
  920. wait()
  921. end
  922. k = 1
  923. while k <= 255 do
  924. text.BorderColor3 = Color3.new(255/255 - k/255,255/255,0/255)
  925. k = k + add
  926. wait()
  927. end
  928. k = 1
  929. while k <= 255 do
  930. text.BorderColor3 = Color3.new(0/255,255/255,k/255)
  931. k = k + add
  932. wait()
  933. end
  934. k = 1
  935. while k <= 255 do
  936. text.BorderColor3 = Color3.new(0/255,255/255 - k/255,255/255)
  937. k = k + add
  938. wait()
  939. end
  940. k = 1
  941. while k <= 255 do
  942. text.BorderColor3 = Color3.new(k/255,0/255,255/255)
  943. k = k + add
  944. wait()
  945. end
  946. k = 1
  947. while k <= 255 do
  948. text.BorderColor3 = Color3.new(255/255,0/255,255/255 - k/255)
  949. k = k + add
  950. wait()
  951. end
  952. while k <= 255 do
  953. text.BorderColor3 = Color3.new(255/255 - k/255,0/255,0/255)
  954. k = k + add
  955. wait()
  956. end
  957. end
  958. end
  959. coroutine.wrap(UVDF_fake_script)()
  960. local function PZASMXD_fake_script() -- FeSpider.RainbowBorder
  961. local script = Instance.new('Script', FeSpider)
  962.  
  963. local text = script.Parent
  964. local add = 10
  965. wait(1)
  966. local k = 1
  967. while k <= 255 do
  968. text.BorderColor3 = Color3.new(k/255,0/255,0/255)
  969. k = k + add
  970. wait()
  971. end
  972. while true do
  973. k = 1
  974. while k <= 255 do
  975. text.BorderColor3 = Color3.new(255/255,k/255,0/255)
  976. k = k + add
  977. wait()
  978. end
  979. k = 1
  980. while k <= 255 do
  981. text.BorderColor3 = Color3.new(255/255 - k/255,255/255,0/255)
  982. k = k + add
  983. wait()
  984. end
  985. k = 1
  986. while k <= 255 do
  987. text.BorderColor3 = Color3.new(0/255,255/255,k/255)
  988. k = k + add
  989. wait()
  990. end
  991. k = 1
  992. while k <= 255 do
  993. text.BorderColor3 = Color3.new(0/255,255/255 - k/255,255/255)
  994. k = k + add
  995. wait()
  996. end
  997. k = 1
  998. while k <= 255 do
  999. text.BorderColor3 = Color3.new(k/255,0/255,255/255)
  1000. k = k + add
  1001. wait()
  1002. end
  1003. k = 1
  1004. while k <= 255 do
  1005. text.BorderColor3 = Color3.new(255/255,0/255,255/255 - k/255)
  1006. k = k + add
  1007. wait()
  1008. end
  1009. while k <= 255 do
  1010. text.BorderColor3 = Color3.new(255/255 - k/255,0/255,0/255)
  1011. k = k + add
  1012. wait()
  1013. end
  1014. end
  1015. end
  1016. coroutine.wrap(PZASMXD_fake_script)()
  1017. local function FOOANQV_fake_script() -- ToBigTower.RainbowBorder
  1018. local script = Instance.new('Script', ToBigTower)
  1019.  
  1020. local text = script.Parent
  1021. local add = 10
  1022. wait(1)
  1023. local k = 1
  1024. while k <= 255 do
  1025. text.BorderColor3 = Color3.new(k/255,0/255,0/255)
  1026. k = k + add
  1027. wait()
  1028. end
  1029. while true do
  1030. k = 1
  1031. while k <= 255 do
  1032. text.BorderColor3 = Color3.new(255/255,k/255,0/255)
  1033. k = k + add
  1034. wait()
  1035. end
  1036. k = 1
  1037. while k <= 255 do
  1038. text.BorderColor3 = Color3.new(255/255 - k/255,255/255,0/255)
  1039. k = k + add
  1040. wait()
  1041. end
  1042. k = 1
  1043. while k <= 255 do
  1044. text.BorderColor3 = Color3.new(0/255,255/255,k/255)
  1045. k = k + add
  1046. wait()
  1047. end
  1048. k = 1
  1049. while k <= 255 do
  1050. text.BorderColor3 = Color3.new(0/255,255/255 - k/255,255/255)
  1051. k = k + add
  1052. wait()
  1053. end
  1054. k = 1
  1055. while k <= 255 do
  1056. text.BorderColor3 = Color3.new(k/255,0/255,255/255)
  1057. k = k + add
  1058. wait()
  1059. end
  1060. k = 1
  1061. while k <= 255 do
  1062. text.BorderColor3 = Color3.new(255/255,0/255,255/255 - k/255)
  1063. k = k + add
  1064. wait()
  1065. end
  1066. while k <= 255 do
  1067. text.BorderColor3 = Color3.new(255/255 - k/255,0/255,0/255)
  1068. k = k + add
  1069. wait()
  1070. end
  1071. end
  1072. end
  1073. coroutine.wrap(FOOANQV_fake_script)()
  1074. local function TOHG_fake_script() -- CloseButton.RainbowBorder
  1075. local script = Instance.new('Script', CloseButton)
  1076.  
  1077. local text = script.Parent
  1078. local add = 10
  1079. wait(1)
  1080. local k = 1
  1081. while k <= 255 do
  1082. text.BorderColor3 = Color3.new(k/255,0/255,0/255)
  1083. k = k + add
  1084. wait()
  1085. end
  1086. while true do
  1087. k = 1
  1088. while k <= 255 do
  1089. text.BorderColor3 = Color3.new(255/255,k/255,0/255)
  1090. k = k + add
  1091. wait()
  1092. end
  1093. k = 1
  1094. while k <= 255 do
  1095. text.BorderColor3 = Color3.new(255/255 - k/255,255/255,0/255)
  1096. k = k + add
  1097. wait()
  1098. end
  1099. k = 1
  1100. while k <= 255 do
  1101. text.BorderColor3 = Color3.new(0/255,255/255,k/255)
  1102. k = k + add
  1103. wait()
  1104. end
  1105. k = 1
  1106. while k <= 255 do
  1107. text.BorderColor3 = Color3.new(0/255,255/255 - k/255,255/255)
  1108. k = k + add
  1109. wait()
  1110. end
  1111. k = 1
  1112. while k <= 255 do
  1113. text.BorderColor3 = Color3.new(k/255,0/255,255/255)
  1114. k = k + add
  1115. wait()
  1116. end
  1117. k = 1
  1118. while k <= 255 do
  1119. text.BorderColor3 = Color3.new(255/255,0/255,255/255 - k/255)
  1120. k = k + add
  1121. wait()
  1122. end
  1123. while k <= 255 do
  1124. text.BorderColor3 = Color3.new(255/255 - k/255,0/255,0/255)
  1125. k = k + add
  1126. wait()
  1127. end
  1128. end
  1129. end
  1130. coroutine.wrap(TOHG_fake_script)()
  1131. local function HQYXRFA_fake_script() -- CloseButton.LocalScript
  1132. local script = Instance.new('LocalScript', CloseButton)
  1133.  
  1134. script.Parent.MouseButton1Click:Connect(function()
  1135. script.Parent.Parent.Visible = false
  1136. end)
  1137.  
  1138. end
  1139. coroutine.wrap(HQYXRFA_fake_script)()
  1140. local function ZSWQ_fake_script() -- ResetCharacter.RainbowBorder
  1141. local script = Instance.new('Script', ResetCharacter)
  1142.  
  1143. local text = script.Parent
  1144. local add = 10
  1145. wait(1)
  1146. local k = 1
  1147. while k <= 255 do
  1148. text.BorderColor3 = Color3.new(k/255,0/255,0/255)
  1149. k = k + add
  1150. wait()
  1151. end
  1152. while true do
  1153. k = 1
  1154. while k <= 255 do
  1155. text.BorderColor3 = Color3.new(255/255,k/255,0/255)
  1156. k = k + add
  1157. wait()
  1158. end
  1159. k = 1
  1160. while k <= 255 do
  1161. text.BorderColor3 = Color3.new(255/255 - k/255,255/255,0/255)
  1162. k = k + add
  1163. wait()
  1164. end
  1165. k = 1
  1166. while k <= 255 do
  1167. text.BorderColor3 = Color3.new(0/255,255/255,k/255)
  1168. k = k + add
  1169. wait()
  1170. end
  1171. k = 1
  1172. while k <= 255 do
  1173. text.BorderColor3 = Color3.new(0/255,255/255 - k/255,255/255)
  1174. k = k + add
  1175. wait()
  1176. end
  1177. k = 1
  1178. while k <= 255 do
  1179. text.BorderColor3 = Color3.new(k/255,0/255,255/255)
  1180. k = k + add
  1181. wait()
  1182. end
  1183. k = 1
  1184. while k <= 255 do
  1185. text.BorderColor3 = Color3.new(255/255,0/255,255/255 - k/255)
  1186. k = k + add
  1187. wait()
  1188. end
  1189. while k <= 255 do
  1190. text.BorderColor3 = Color3.new(255/255 - k/255,0/255,0/255)
  1191. k = k + add
  1192. wait()
  1193. end
  1194. end
  1195. end
  1196. coroutine.wrap(ZSWQ_fake_script)()
  1197.  
Add Comment
Please, Sign In to add comment