Advertisement
Noahrocks514

NINJA MASTERS SCRIPT GUI

May 14th, 2019
12,732
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.00 KB | None | 0 0
  1. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "ItzHxS#1280", Text = "Thanks for using!"})
  2.  
  3. -- Farewell Infortality.
  4. -- Version: 2.82
  5. -- Made by (Thundermods)
  6. -- fungsi:
  7. eeq = false
  8. gec = false
  9. dak = false
  10. ewe = false
  11. here = false
  12. fefe = false
  13. hehe = false
  14. jak = false
  15. up = false
  16. bn = false
  17. yu = false
  18. lol = false
  19. hoho = false
  20. bh = false
  21. egg = false
  22. ahh = false
  23. sii = false
  24. aap = false
  25.  
  26.  
  27. -- Instances:
  28. local Ent3g = Instance.new("ScreenGui")
  29. local Frame = Instance.new("Frame")
  30. local judul = Instance.new("TextLabel")
  31. local p2 = Instance.new("TextButton")
  32. local p3 = Instance.new("TextButton")
  33. local p4 = Instance.new("TextButton")
  34. local p5 = Instance.new("TextButton")
  35. local p6 = Instance.new("TextButton")
  36. local Alist = Instance.new("ScrollingFrame")
  37. local f1 = Instance.new("TextButton")
  38. local f2 = Instance.new("TextButton")
  39. local f3 = Instance.new("TextButton")
  40. local f4 = Instance.new("TextButton")
  41. local f5 = Instance.new("TextButton")
  42. local f6 = Instance.new("TextButton")
  43. local p1 = Instance.new("TextButton")
  44. local tlist = Instance.new("ScrollingFrame")
  45. local t1 = Instance.new("TextButton")
  46. local t2 = Instance.new("TextButton")
  47. local t3 = Instance.new("TextButton")
  48. local t4 = Instance.new("TextButton")
  49. local t5 = Instance.new("TextButton")
  50. local t6 = Instance.new("TextButton")
  51. local Slist = Instance.new("Frame")
  52. local sjudul = Instance.new("TextLabel")
  53. local WST = Instance.new("TextBox")
  54. local WS = Instance.new("TextButton")
  55. local x = Instance.new("TextButton")
  56.  
  57.  
  58. --Properties:
  59. Ent3g.Name = "Ent3g"
  60. Ent3g.Parent = game.CoreGui
  61.  
  62. Frame.Parent = Ent3g
  63. Frame.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  64. Frame.BorderColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  65. Frame.BorderSizePixel = 3
  66. Frame.Active = true
  67. Frame.Draggable = true
  68. Frame.Position = UDim2.new(0.331294596, 0, 0.241279066, 0)
  69. Frame.Size = UDim2.new(0, 331, 0, 280)
  70.  
  71. judul.Name = "judul"
  72. judul.Parent = Frame
  73. judul.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  74. judul.BorderColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  75. judul.BorderSizePixel = 4
  76. judul.Position = UDim2.new(-0.0010316968, 0, -0.00236710906, 0)
  77. judul.Size = UDim2.new(0, 331, 0, 50)
  78. judul.Font = Enum.Font.Cartoon
  79. judul.Text = "Ninja Masters"
  80. judul.TextColor3 = Color3.new(0, 0, 0)
  81. judul.TextSize = 41
  82.  
  83. p2.Name = "p2"
  84. p2.Parent = Frame
  85. p2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  86. p2.BorderColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  87. p2.BorderSizePixel = 4
  88. p2.Position = UDim2.new(0.598187327, 0, 0.271428585, 0)
  89. p2.Size = UDim2.new(0, 125, 0, 50)
  90. p2.Font = Enum.Font.Cartoon
  91. p2.Text = "AutoSell"
  92. p2.TextColor3 = Color3.new(0, 0, 0)
  93. p2.TextSize = 21
  94. p2.MouseButton1Down:connect(function()
  95.  
  96. if gec == true then
  97. gec = false
  98. p2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  99. else
  100. gec = true
  101. p2.BackgroundColor3 = Color3.new(40, 127, 71)
  102. while gec do
  103. wait()
  104. game.Workspace.Rings.Sell.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  105. end
  106. end
  107. end)
  108.  
  109.  
  110. p3.Name = "p3"
  111. p3.Parent = Frame
  112. p3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  113. p3.BorderColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  114. p3.BorderSizePixel = 4
  115. p3.Position = UDim2.new(0.0271903276, 0, 0.524999976, 0)
  116. p3.Size = UDim2.new(0, 125, 0, 50)
  117. p3.Font = Enum.Font.Cartoon
  118. p3.Text = "UnlockAllZone"
  119. p3.TextColor3 = Color3.new(0, 0, 0)
  120. p3.TextSize = 17
  121. p3.MouseButton1Down:connect(function()
  122.  
  123. if dak == true then
  124. dak = false
  125. p3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  126. else
  127. dak = true
  128. p3.BackgroundColor3 = Color3.new(40, 127, 71)
  129. while dak do
  130. wait()
  131. game.Workspace.ZoneBuy:Destroy()
  132. end
  133. end
  134. end)
  135.  
  136. p4.Name = "p4"
  137. p4.Parent = Frame
  138. p4.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  139. p4.BorderColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  140. p4.BorderSizePixel = 4
  141. p4.Position = UDim2.new(0.598187327, 0, 0.524999976, 0)
  142. p4.Size = UDim2.new(0, 125, 0, 50)
  143. p4.Font = Enum.Font.Cartoon
  144. p4.Text = "Rainbow: off"
  145. p4.TextColor3 = Color3.new(0, 0, 0)
  146. p4.TextSize = 17
  147.  
  148.  
  149. p5.Name = "p5"
  150. p5.Parent = Frame
  151. p5.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  152. p5.BorderColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  153. p5.BorderSizePixel = 4
  154. p5.Position = UDim2.new(0.0271903276, 0, 0.771428525, 0)
  155. p5.Size = UDim2.new(0, 125, 0, 50)
  156. p5.Font = Enum.Font.Cartoon
  157. p5.Text = "Teleport"
  158. p5.TextColor3 = Color3.new(0, 0, 0)
  159. p5.TextSize = 21
  160. p5.MouseButton1Down:connect(function()
  161.  
  162. if ewe == true then
  163. ewe = false
  164. p5.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  165. tlist.Visible = false
  166. else
  167. ewe = true
  168. p5.BackgroundColor3 = Color3.new(40, 127, 71)
  169. tlist.Visible = true
  170. end
  171. end)
  172.  
  173. p6.Name = "p6"
  174. p6.Parent = Frame
  175. p6.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  176. p6.BorderColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  177. p6.BorderSizePixel = 4
  178. p6.Position = UDim2.new(0.598187327, 0, 0.771428525, 0)
  179. p6.Size = UDim2.new(0, 125, 0, 50)
  180. p6.Font = Enum.Font.Cartoon
  181. p6.Text = "Settings"
  182. p6.TextColor3 = Color3.new(0, 0, 0)
  183. p6.TextSize = 21
  184. p6.MouseButton1Down:connect(function()
  185.  
  186. if here == true then
  187. here = false
  188. p6.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  189. Slist.Visible = false
  190. else
  191. here = true
  192. p6.BackgroundColor3 = Color3.new(40, 127, 71)
  193. Slist.Visible = true
  194. end
  195. end)
  196.  
  197. Alist.Name = "Alist"
  198. Alist.Parent = Frame
  199. Alist.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  200. Alist.BorderColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  201. Alist.BorderSizePixel = 4
  202. Alist.Position = UDim2.new(-0.516616285, 0, -0.00357142836, 0)
  203. Alist.Size = UDim2.new(0, 161, 0, 281)
  204. Alist.Visible = false
  205.  
  206. f1.Name = "f1"
  207. f1.Parent = Alist
  208. f1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  209. f1.BorderColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  210. f1.BorderSizePixel = 4
  211. f1.Position = UDim2.new(0.107935652, 0, 0.024911087, 0)
  212. f1.Size = UDim2.new(0, 118, 0, 50)
  213. f1.Font = Enum.Font.Cartoon
  214. f1.Text = "StartArea"
  215. f1.TextColor3 = Color3.new(0, 0, 0)
  216. f1.TextSize = 21
  217. f1.MouseButton1Down:connect(function()
  218.  
  219. if fefe == true then
  220. fefe = false
  221. f1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  222. _G.StopFarming = true
  223. else
  224. fefe = true
  225. f1.BackgroundColor3 = Color3.new(40, 127, 71)
  226. local Options = {
  227. ["Start Area Back"] = true, -- Starting Area (true if you wanna farm it)
  228. ["Autumn"] = false, -- Autumn Area (true if you wanna farm it)
  229. ["Frostland"] = false, -- Frostland Area (true if you wanna farm it)
  230. ["Inferno"] = false, -- Inferno Zone (true if you wanna farm it)
  231. ["Voidland"] = false,
  232. ["Skyland"] = false,
  233. }
  234.  
  235. local Weapon;
  236. _G.StopFarming = false
  237. function GetWeapon()
  238. local Found = false
  239. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  240. if v:IsA("Tool") then
  241. if v:FindFirstChild("Katana") then
  242. Weapon = v
  243. Found = true
  244. end
  245. end
  246. end
  247. if Found == false then
  248. for a,b in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  249. if b:IsA("Tool") then
  250. if b:FindFirstChild("Katana") then
  251. b.Parent = game.Players.LocalPlayer.Character
  252. Weapon = b
  253. Found = true
  254. end
  255. end
  256. end
  257. end
  258. end
  259.  
  260. GetWeapon()
  261.  
  262. function CheckWeapon()
  263. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  264. if v:IsA("Tool") then
  265. if v:FindFirstChild("Katana") then
  266. Weapon = v
  267. return true
  268. else
  269. return false
  270. end
  271. end
  272. end
  273. end
  274.  
  275. local NotDoneYet = false
  276. repeat
  277. wait()
  278. for i,v in pairs(game.Workspace.NPCs.Spawns:GetChildren()) do
  279. if v.Name == "Start Area Back" and Options["Start Area Back"] == true or v.Name == "Autumn" and Options["Autumn"] == true or v.Name == "Frostland" and Options["Frostland"] == true or v.Name == "Inferno" and Options["Inferno"] == true or v.Name == "Voidland" and Options["Voidland"] == true or v.Name == "Skyland" and Options["Skyland"] == true then
  280. local a = v:GetChildren()
  281. for i=1,#a do
  282. if a[i].Name:match("Ninja") then
  283. if a[i]:FindFirstChild("Humanoid") and a[i].Humanoid.Health > 0 and a[i]:FindFirstChild("HumanoidRootPart") then
  284. local ItsNil = false
  285. if _G.StopFarming == false then
  286. wait(0.6)
  287. end
  288. repeat
  289. wait()
  290. if game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") and a[i]:FindFirstChild("HumanoidRootPart") then
  291. if CheckWeapon() then
  292. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = a[i].HumanoidRootPart.CFrame + a[i].HumanoidRootPart.CFrame.lookVector * -3
  293. wait()
  294. Weapon:Activate()
  295. wait()
  296. Weapon:Deactivate()
  297. else
  298. GetWeapon()
  299. end
  300. else
  301. ItsNil = true
  302. end
  303. until ItsNil == true or a[i].Humanoid.Health <= 0 or _G.StopFarming == true
  304. if _G.StopFarming == false then
  305. wait(0.5)
  306. else
  307. wait()
  308. end
  309. if _G.StopFarming == true and NotDoneYet == false then
  310. NotDoneYet = true
  311. wait(0.5)
  312. end
  313. end
  314. end
  315. end
  316. end
  317. end
  318. until _G.StopFarming == true
  319. end
  320. end)
  321.  
  322. f2.Name = "f2"
  323. f2.Parent = Alist
  324. f2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  325. f2.BorderColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  326. f2.BorderSizePixel = 4
  327. f2.Position = UDim2.new(0.107935652, 0, 0.135625377, 0)
  328. f2.Size = UDim2.new(0, 118, 0, 50)
  329. f2.Font = Enum.Font.Cartoon
  330. f2.Text = "Autumn"
  331. f2.TextColor3 = Color3.new(0, 0, 0)
  332. f2.TextSize = 21
  333. f2.MouseButton1Down:connect(function()
  334.  
  335. if hehe == true then
  336. hehe = false
  337. f2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  338. _G.StopFarming = true
  339. else
  340. hehe = true
  341. f2.BackgroundColor3 = Color3.new(40, 127, 71)
  342. local Options = {
  343. ["Start Area Back"] = false, -- Starting Area (true if you wanna farm it)
  344. ["Autumn"] = true, -- Autumn Area (true if you wanna farm it)
  345. ["Frostland"] = false, -- Frostland Area (true if you wanna farm it)
  346. ["Inferno"] = false, -- Inferno Zone (true if you wanna farm it)
  347. ["Voidland"] = false,
  348. ["Skyland"] = false,
  349. }
  350.  
  351. local Weapon;
  352. _G.StopFarming = false
  353. function GetWeapon()
  354. local Found = false
  355. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  356. if v:IsA("Tool") then
  357. if v:FindFirstChild("Katana") then
  358. Weapon = v
  359. Found = true
  360. end
  361. end
  362. end
  363. if Found == false then
  364. for a,b in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  365. if b:IsA("Tool") then
  366. if b:FindFirstChild("Katana") then
  367. b.Parent = game.Players.LocalPlayer.Character
  368. Weapon = b
  369. Found = true
  370. end
  371. end
  372. end
  373. end
  374. end
  375.  
  376. GetWeapon()
  377.  
  378. function CheckWeapon()
  379. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  380. if v:IsA("Tool") then
  381. if v:FindFirstChild("Katana") then
  382. Weapon = v
  383. return true
  384. else
  385. return false
  386. end
  387. end
  388. end
  389. end
  390.  
  391. local NotDoneYet = false
  392. repeat
  393. wait()
  394. for i,v in pairs(game.Workspace.NPCs.Spawns:GetChildren()) do
  395. if v.Name == "Start Area Back" and Options["Start Area Back"] == true or v.Name == "Autumn" and Options["Autumn"] == true or v.Name == "Frostland" and Options["Frostland"] == true or v.Name == "Inferno" and Options["Inferno"] == true or v.Name == "Voidland" and Options["Voidland"] == true or v.Name == "Skyland" and Options["Skyland"] == true then
  396. local a = v:GetChildren()
  397. for i=1,#a do
  398. if a[i].Name:match("Ninja") then
  399. if a[i]:FindFirstChild("Humanoid") and a[i].Humanoid.Health > 0 and a[i]:FindFirstChild("HumanoidRootPart") then
  400. local ItsNil = false
  401. if _G.StopFarming == false then
  402. wait(0.6)
  403. end
  404. repeat
  405. wait()
  406. if game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") and a[i]:FindFirstChild("HumanoidRootPart") then
  407. if CheckWeapon() then
  408. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = a[i].HumanoidRootPart.CFrame + a[i].HumanoidRootPart.CFrame.lookVector * -3
  409. wait()
  410. Weapon:Activate()
  411. wait()
  412. Weapon:Deactivate()
  413. else
  414. GetWeapon()
  415. end
  416. else
  417. ItsNil = true
  418. end
  419. until ItsNil == true or a[i].Humanoid.Health <= 0 or _G.StopFarming == true
  420. if _G.StopFarming == false then
  421. wait(0.5)
  422. else
  423. wait()
  424. end
  425. if _G.StopFarming == true and NotDoneYet == false then
  426. NotDoneYet = true
  427. wait(0.5)
  428. end
  429. end
  430. end
  431. end
  432. end
  433. end
  434. until _G.StopFarming == true
  435. end
  436. end)
  437.  
  438. f3.Name = "f3"
  439. f3.Parent = Alist
  440. f3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  441. f3.BorderColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  442. f3.BorderSizePixel = 4
  443. f3.Position = UDim2.new(0.107935652, 0, 0.246339664, 0)
  444. f3.Size = UDim2.new(0, 118, 0, 50)
  445. f3.Font = Enum.Font.Cartoon
  446. f3.Text = "FrostLand"
  447. f3.TextColor3 = Color3.new(0, 0, 0)
  448. f3.TextSize = 21
  449. f3.MouseButton1Down:connect(function()
  450.  
  451. if jak == true then
  452. jak = false
  453. f3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  454. _G.StopFarming = true
  455. else
  456. jak = true
  457. f3.BackgroundColor3 = Color3.new(40, 127, 71)
  458. local Options = {
  459. ["Start Area Back"] = false, -- Starting Area (true if you wanna farm it)
  460. ["Autumn"] = false, -- Autumn Area (true if you wanna farm it)
  461. ["Frostland"] = true, -- Frostland Area (true if you wanna farm it)
  462. ["Inferno"] = false, -- Inferno Zone (true if you wanna farm it)
  463. ["Voidland"] = false,
  464. ["Skyland"] = false,
  465. }
  466.  
  467. local Weapon;
  468. _G.StopFarming = false
  469. function GetWeapon()
  470. local Found = false
  471. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  472. if v:IsA("Tool") then
  473. if v:FindFirstChild("Katana") then
  474. Weapon = v
  475. Found = true
  476. end
  477. end
  478. end
  479. if Found == false then
  480. for a,b in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  481. if b:IsA("Tool") then
  482. if b:FindFirstChild("Katana") then
  483. b.Parent = game.Players.LocalPlayer.Character
  484. Weapon = b
  485. Found = true
  486. end
  487. end
  488. end
  489. end
  490. end
  491.  
  492. GetWeapon()
  493.  
  494. function CheckWeapon()
  495. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  496. if v:IsA("Tool") then
  497. if v:FindFirstChild("Katana") then
  498. Weapon = v
  499. return true
  500. else
  501. return false
  502. end
  503. end
  504. end
  505. end
  506.  
  507. local NotDoneYet = false
  508. repeat
  509. wait()
  510. for i,v in pairs(game.Workspace.NPCs.Spawns:GetChildren()) do
  511. if v.Name == "Start Area Back" and Options["Start Area Back"] == true or v.Name == "Autumn" and Options["Autumn"] == true or v.Name == "Frostland" and Options["Frostland"] == true or v.Name == "Inferno" and Options["Inferno"] == true or v.Name == "Voidland" and Options["Voidland"] == true or v.Name == "Skyland" and Options["Skyland"] == true then
  512. local a = v:GetChildren()
  513. for i=1,#a do
  514. if a[i].Name:match("Ninja") then
  515. if a[i]:FindFirstChild("Humanoid") and a[i].Humanoid.Health > 0 and a[i]:FindFirstChild("HumanoidRootPart") then
  516. local ItsNil = false
  517. if _G.StopFarming == false then
  518. wait(0.6)
  519. end
  520. repeat
  521. wait()
  522. if game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") and a[i]:FindFirstChild("HumanoidRootPart") then
  523. if CheckWeapon() then
  524. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = a[i].HumanoidRootPart.CFrame + a[i].HumanoidRootPart.CFrame.lookVector * -3
  525. wait()
  526. Weapon:Activate()
  527. wait()
  528. Weapon:Deactivate()
  529. else
  530. GetWeapon()
  531. end
  532. else
  533. ItsNil = true
  534. end
  535. until ItsNil == true or a[i].Humanoid.Health <= 0 or _G.StopFarming == true
  536. if _G.StopFarming == false then
  537. wait(0.5)
  538. else
  539. wait()
  540. end
  541. if _G.StopFarming == true and NotDoneYet == false then
  542. NotDoneYet = true
  543. wait(0.5)
  544. end
  545. end
  546. end
  547. end
  548. end
  549. end
  550. until _G.StopFarming == true
  551. end
  552. end)
  553.  
  554. f4.Name = "f4"
  555. f4.Parent = Alist
  556. f4.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  557. f4.BorderColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  558. f4.BorderSizePixel = 4
  559. f4.Position = UDim2.new(0.107935652, 0, 0.364196807, 0)
  560. f4.Size = UDim2.new(0, 118, 0, 50)
  561. f4.Font = Enum.Font.Cartoon
  562. f4.Text = "Inferno"
  563. f4.TextColor3 = Color3.new(0, 0, 0)
  564. f4.TextSize = 21
  565. f4.MouseButton1Down:connect(function()
  566.  
  567. if up == true then
  568. up = false
  569. f4.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  570. _G.StopFarming = true
  571. else
  572. up = true
  573. f4.BackgroundColor3 = Color3.new(40, 127, 71)
  574. local Options = {
  575. ["Start Area Back"] = false, -- Starting Area (true if you wanna farm it)
  576. ["Autumn"] = false, -- Autumn Area (true if you wanna farm it)
  577. ["Frostland"] = false, -- Frostland Area (true if you wanna farm it)
  578. ["Inferno"] = true, -- Inferno Zone (true if you wanna farm it)
  579. ["Voidland"] = false,
  580. ["Skyland"] = false,
  581. }
  582.  
  583. local Weapon;
  584. _G.StopFarming = false
  585. function GetWeapon()
  586. local Found = false
  587. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  588. if v:IsA("Tool") then
  589. if v:FindFirstChild("Katana") then
  590. Weapon = v
  591. Found = true
  592. end
  593. end
  594. end
  595. if Found == false then
  596. for a,b in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  597. if b:IsA("Tool") then
  598. if b:FindFirstChild("Katana") then
  599. b.Parent = game.Players.LocalPlayer.Character
  600. Weapon = b
  601. Found = true
  602. end
  603. end
  604. end
  605. end
  606. end
  607.  
  608. GetWeapon()
  609.  
  610. function CheckWeapon()
  611. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  612. if v:IsA("Tool") then
  613. if v:FindFirstChild("Katana") then
  614. Weapon = v
  615. return true
  616. else
  617. return false
  618. end
  619. end
  620. end
  621. end
  622.  
  623. local NotDoneYet = false
  624. repeat
  625. wait()
  626. for i,v in pairs(game.Workspace.NPCs.Spawns:GetChildren()) do
  627. if v.Name == "Start Area Back" and Options["Start Area Back"] == true or v.Name == "Autumn" and Options["Autumn"] == true or v.Name == "Frostland" and Options["Frostland"] == true or v.Name == "Inferno" and Options["Inferno"] == true or v.Name == "Voidland" and Options["Voidland"] == true or v.Name == "Skyland" and Options["Skyland"] == true then
  628. local a = v:GetChildren()
  629. for i=1,#a do
  630. if a[i].Name:match("Ninja") then
  631. if a[i]:FindFirstChild("Humanoid") and a[i].Humanoid.Health > 0 and a[i]:FindFirstChild("HumanoidRootPart") then
  632. local ItsNil = false
  633. if _G.StopFarming == false then
  634. wait(0.6)
  635. end
  636. repeat
  637. wait()
  638. if game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") and a[i]:FindFirstChild("HumanoidRootPart") then
  639. if CheckWeapon() then
  640. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = a[i].HumanoidRootPart.CFrame + a[i].HumanoidRootPart.CFrame.lookVector * -3
  641. wait()
  642. Weapon:Activate()
  643. wait()
  644. Weapon:Deactivate()
  645. else
  646. GetWeapon()
  647. end
  648. else
  649. ItsNil = true
  650. end
  651. until ItsNil == true or a[i].Humanoid.Health <= 0 or _G.StopFarming == true
  652. if _G.StopFarming == false then
  653. wait(0.5)
  654. else
  655. wait()
  656. end
  657. if _G.StopFarming == true and NotDoneYet == false then
  658. NotDoneYet = true
  659. wait(0.5)
  660. end
  661. end
  662. end
  663. end
  664. end
  665. end
  666. until _G.StopFarming == true
  667. end
  668. end)
  669.  
  670. f5.Name = "f5"
  671. f5.Parent = Alist
  672. f5.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  673. f5.BorderColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  674. f5.BorderSizePixel = 4
  675. f5.Position = UDim2.new(0.107935652, 0, 0.478482515, 0)
  676. f5.Size = UDim2.new(0, 118, 0, 50)
  677. f5.Font = Enum.Font.Cartoon
  678. f5.Text = "VoidLand"
  679. f5.TextColor3 = Color3.new(0, 0, 0)
  680. f5.TextSize = 21
  681. f5.MouseButton1Down:connect(function()
  682.  
  683. if bn == true then
  684. bn = false
  685. f5.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  686. _G.StopFarming = true
  687. else
  688. bn = true
  689. f5.BackgroundColor3 = Color3.new(40, 127, 71)
  690. local Options = {
  691. ["Start Area Back"] = false, -- Starting Area (true if you wanna farm it)
  692. ["Autumn"] = false, -- Autumn Area (true if you wanna farm it)
  693. ["Frostland"] = false, -- Frostland Area (true if you wanna farm it)
  694. ["Inferno"] = false, -- Inferno Zone (true if you wanna farm it)
  695. ["Voidland"] = true,
  696. ["Skyland"] = false,
  697. }
  698.  
  699. local Weapon;
  700. _G.StopFarming = false
  701. function GetWeapon()
  702. local Found = false
  703. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  704. if v:IsA("Tool") then
  705. if v:FindFirstChild("Katana") then
  706. Weapon = v
  707. Found = true
  708. end
  709. end
  710. end
  711. if Found == false then
  712. for a,b in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  713. if b:IsA("Tool") then
  714. if b:FindFirstChild("Katana") then
  715. b.Parent = game.Players.LocalPlayer.Character
  716. Weapon = b
  717. Found = true
  718. end
  719. end
  720. end
  721. end
  722. end
  723.  
  724. GetWeapon()
  725.  
  726. function CheckWeapon()
  727. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  728. if v:IsA("Tool") then
  729. if v:FindFirstChild("Katana") then
  730. Weapon = v
  731. return true
  732. else
  733. return false
  734. end
  735. end
  736. end
  737. end
  738.  
  739. local NotDoneYet = false
  740. repeat
  741. wait()
  742. for i,v in pairs(game.Workspace.NPCs.Spawns:GetChildren()) do
  743. if v.Name == "Start Area Back" and Options["Start Area Back"] == true or v.Name == "Autumn" and Options["Autumn"] == true or v.Name == "Frostland" and Options["Frostland"] == true or v.Name == "Inferno" and Options["Inferno"] == true or v.Name == "Voidland" and Options["Voidland"] == true or v.Name == "Skyland" and Options["Skyland"] == true then
  744. local a = v:GetChildren()
  745. for i=1,#a do
  746. if a[i].Name:match("Ninja") then
  747. if a[i]:FindFirstChild("Humanoid") and a[i].Humanoid.Health > 0 and a[i]:FindFirstChild("HumanoidRootPart") then
  748. local ItsNil = false
  749. if _G.StopFarming == false then
  750. wait(0.6)
  751. end
  752. repeat
  753. wait()
  754. if game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") and a[i]:FindFirstChild("HumanoidRootPart") then
  755. if CheckWeapon() then
  756. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = a[i].HumanoidRootPart.CFrame + a[i].HumanoidRootPart.CFrame.lookVector * -3
  757. wait()
  758. Weapon:Activate()
  759. wait()
  760. Weapon:Deactivate()
  761. else
  762. GetWeapon()
  763. end
  764. else
  765. ItsNil = true
  766. end
  767. until ItsNil == true or a[i].Humanoid.Health <= 0 or _G.StopFarming == true
  768. if _G.StopFarming == false then
  769. wait(0.5)
  770. else
  771. wait()
  772. end
  773. if _G.StopFarming == true and NotDoneYet == false then
  774. NotDoneYet = true
  775. wait(0.5)
  776. end
  777. end
  778. end
  779. end
  780. end
  781. end
  782. until _G.StopFarming == true
  783. end
  784. end)
  785.  
  786. f6.Name = "f6"
  787. f6.Parent = Alist
  788. f6.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  789. f6.BorderColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  790. f6.BorderSizePixel = 4
  791. f6.Position = UDim2.new(0.107935652, 0, 0.590982497, 0)
  792. f6.Size = UDim2.new(0, 118, 0, 50)
  793. f6.Font = Enum.Font.Cartoon
  794. f6.Text = "SkyLand"
  795. f6.TextColor3 = Color3.new(0, 0, 0)
  796. f6.TextSize = 21
  797. f6.MouseButton1Down:connect(function()
  798.  
  799. if yu == true then
  800. yu = false
  801. f6.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  802. _G.StopFarming = true
  803. else
  804. yu = true
  805. f6.BackgroundColor3 = Color3.new(40, 127, 71)
  806. local Options = {
  807. ["Start Area Back"] = false, -- Starting Area (true if you wanna farm it)
  808. ["Autumn"] = false, -- Autumn Area (true if you wanna farm it)
  809. ["Frostland"] = false, -- Frostland Area (true if you wanna farm it)
  810. ["Inferno"] = false, -- Inferno Zone (true if you wanna farm it)
  811. ["Voidland"] = false,
  812. ["Skyland"] = true,
  813. }
  814.  
  815. local Weapon;
  816. _G.StopFarming = false
  817. function GetWeapon()
  818. local Found = false
  819. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  820. if v:IsA("Tool") then
  821. if v:FindFirstChild("Katana") then
  822. Weapon = v
  823. Found = true
  824. end
  825. end
  826. end
  827. if Found == false then
  828. for a,b in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  829. if b:IsA("Tool") then
  830. if b:FindFirstChild("Katana") then
  831. b.Parent = game.Players.LocalPlayer.Character
  832. Weapon = b
  833. Found = true
  834. end
  835. end
  836. end
  837. end
  838. end
  839.  
  840. GetWeapon()
  841.  
  842. function CheckWeapon()
  843. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  844. if v:IsA("Tool") then
  845. if v:FindFirstChild("Katana") then
  846. Weapon = v
  847. return true
  848. else
  849. return false
  850. end
  851. end
  852. end
  853. end
  854.  
  855. local NotDoneYet = false
  856. repeat
  857. wait()
  858. for i,v in pairs(game.Workspace.NPCs.Spawns:GetChildren()) do
  859. if v.Name == "Start Area Back" and Options["Start Area Back"] == true or v.Name == "Autumn" and Options["Autumn"] == true or v.Name == "Frostland" and Options["Frostland"] == true or v.Name == "Inferno" and Options["Inferno"] == true or v.Name == "Voidland" and Options["Voidland"] == true or v.Name == "Skyland" and Options["Skyland"] == true then
  860. local a = v:GetChildren()
  861. for i=1,#a do
  862. if a[i].Name:match("Ninja") then
  863. if a[i]:FindFirstChild("Humanoid") and a[i].Humanoid.Health > 0 and a[i]:FindFirstChild("HumanoidRootPart") then
  864. local ItsNil = false
  865. if _G.StopFarming == false then
  866. wait(0.6)
  867. end
  868. repeat
  869. wait()
  870. if game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") and a[i]:FindFirstChild("HumanoidRootPart") then
  871. if CheckWeapon() then
  872. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = a[i].HumanoidRootPart.CFrame + a[i].HumanoidRootPart.CFrame.lookVector * -3
  873. wait()
  874. Weapon:Activate()
  875. wait()
  876. Weapon:Deactivate()
  877. else
  878. GetWeapon()
  879. end
  880. else
  881. ItsNil = true
  882. end
  883. until ItsNil == true or a[i].Humanoid.Health <= 0 or _G.StopFarming == true
  884. if _G.StopFarming == false then
  885. wait(0.5)
  886. else
  887. wait()
  888. end
  889. if _G.StopFarming == true and NotDoneYet == false then
  890. NotDoneYet = true
  891. wait(0.5)
  892. end
  893. end
  894. end
  895. end
  896. end
  897. end
  898. until _G.StopFarming == true
  899. end
  900. end)
  901.  
  902. p1.Name = "p1"
  903. p1.Parent = Frame
  904. p1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  905. p1.BorderColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  906. p1.BorderSizePixel = 4
  907. p1.Position = UDim2.new(0.0271903314, 0, 0.271428585, 0)
  908. p1.Size = UDim2.new(0, 125, 0, 50)
  909. p1.Font = Enum.Font.Cartoon
  910. p1.Text = "AutoFarm"
  911. p1.TextColor3 = Color3.new(0, 0, 0)
  912. p1.TextSize = 21
  913. p1.MouseButton1Down:connect(function()
  914.  
  915. if eeq == true then
  916. eeq = false
  917. p1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  918. Alist.Visible = false
  919. else
  920. eeq = true
  921. p1.BackgroundColor3 = Color3.new(40, 127, 71)
  922. Alist.Visible = true
  923. end
  924. end)
  925.  
  926. tlist.Name = "tlist"
  927. tlist.Parent = Frame
  928. tlist.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  929. tlist.BorderColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  930. tlist.BorderSizePixel = 4
  931. tlist.Position = UDim2.new(-0.516616285, 0, -0.00357142836, 0)
  932. tlist.Size = UDim2.new(0, 161, 0, 281)
  933. tlist.Visible = false
  934.  
  935. t1.Name = "t1"
  936. t1.Parent = tlist
  937. t1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  938. t1.BorderColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  939. t1.BorderSizePixel = 4
  940. t1.Position = UDim2.new(0.107935652, 0, 0.024911087, 0)
  941. t1.Size = UDim2.new(0, 118, 0, 50)
  942. t1.Font = Enum.Font.Cartoon
  943. t1.Text = "Spawn"
  944. t1.TextColor3 = Color3.new(0, 0, 0)
  945. t1.TextSize = 21
  946. t1.MouseButton1Down:connect(function()
  947.  
  948. if lol == true then
  949. lol = false
  950. t1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  951. else
  952. lol = true
  953. t1.BackgroundColor3 = Color3.new(40, 127, 71)
  954. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2244.56104, 89.1650772, -165.718338))
  955. end
  956. end)
  957.  
  958. t2.Name = "t2"
  959. t2.Parent = tlist
  960. t2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  961. t2.BorderColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  962. t2.BorderSizePixel = 4
  963. t2.Position = UDim2.new(0.107935652, 0, 0.135625377, 0)
  964. t2.Size = UDim2.new(0, 118, 0, 50)
  965. t2.Font = Enum.Font.Cartoon
  966. t2.Text = "StarterArea"
  967. t2.TextColor3 = Color3.new(0, 0, 0)
  968. t2.TextSize = 21
  969. t2.MouseButton1Down:connect(function()
  970.  
  971. if hoho == true then
  972. hoho = false
  973. t2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  974. else
  975. hoho = true
  976. t2.BackgroundColor3 = Color3.new(40, 127, 71)
  977. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-1904.06628,88.0204697,-175.877625))
  978. end
  979. end)
  980.  
  981. t3.Name = "t3"
  982. t3.Parent = tlist
  983. t3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  984. t3.BorderColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  985. t3.BorderSizePixel = 4
  986. t3.Position = UDim2.new(0.107935652, 0, 0.246339664, 0)
  987. t3.Size = UDim2.new(0, 118, 0, 50)
  988. t3.Font = Enum.Font.Cartoon
  989. t3.Text = "FrostLand"
  990. t3.TextColor3 = Color3.new(0, 0, 0)
  991. t3.TextSize = 21
  992. t3.MouseButton1Down:connect(function()
  993.  
  994. if bh == true then
  995. bh = false
  996. t3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  997. else
  998. bh = true
  999. t3.BackgroundColor3 = Color3.new(40, 127, 71)
  1000. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-2066.70386, 88.0204697, -645.098816))
  1001. end
  1002. end)
  1003.  
  1004. t4.Name = "t4"
  1005. t4.Parent = tlist
  1006. t4.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1007. t4.BorderColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  1008. t4.BorderSizePixel = 4
  1009. t4.Position = UDim2.new(0.107935652, 0, 0.364196807, 0)
  1010. t4.Size = UDim2.new(0, 118, 0, 50)
  1011. t4.Font = Enum.Font.Cartoon
  1012. t4.Text = "Inferno"
  1013. t4.TextColor3 = Color3.new(0, 0, 0)
  1014. t4.TextSize = 21
  1015. t4.MouseButton1Down:connect(function()
  1016.  
  1017. if eeg == true then
  1018. eeg = false
  1019. t4.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1020. else
  1021. eeg = true
  1022. t4.BackgroundColor3 = Color3.new(40, 127, 71)
  1023. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-1575.28064,88.0204697,-201.113968))
  1024. end
  1025. end)
  1026.  
  1027. t5.Name = "t5"
  1028. t5.Parent = tlist
  1029. t5.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1030. t5.BorderColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  1031. t5.BorderSizePixel = 4
  1032. t5.Position = UDim2.new(0.107935652, 0, 0.478482515, 0)
  1033. t5.Size = UDim2.new(0, 118, 0, 50)
  1034. t5.Font = Enum.Font.Cartoon
  1035. t5.Text = "VoidLand"
  1036. t5.TextColor3 = Color3.new(0, 0, 0)
  1037. t5.TextSize = 21
  1038. t5.MouseButton1Down:connect(function()
  1039.  
  1040. if ahh == true then
  1041. ahh = false
  1042. t5.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1043. else
  1044. ahh = true
  1045. t5.BackgroundColor3 = Color3.new(40, 127, 71)
  1046. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-1300.45325,88.0204697,-245.176514))
  1047. end
  1048. end)
  1049.  
  1050. t6.Name = "t6"
  1051. t6.Parent = tlist
  1052. t6.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1053. t6.BorderColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  1054. t6.BorderSizePixel = 4
  1055. t6.Position = UDim2.new(0.107935652, 0, 0.590982497, 0)
  1056. t6.Size = UDim2.new(0, 118, 0, 50)
  1057. t6.Font = Enum.Font.Cartoon
  1058. t6.Text = "SkyLand"
  1059. t6.TextColor3 = Color3.new(0, 0, 0)
  1060. t6.TextSize = 21
  1061. t6.MouseButton1Down:connect(function()
  1062.  
  1063. if sii == true then
  1064. sii = false
  1065. t6.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1066. else
  1067. sii = true
  1068. t6.BackgroundColor3 = Color3.new(40, 127, 71)
  1069. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-1030.37061, 88.0204697, -212.551849))
  1070. end
  1071. end)
  1072.  
  1073. Slist.Name = "Slist"
  1074. Slist.Parent = Frame
  1075. Slist.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1076. Slist.BorderColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  1077. Slist.BorderSizePixel = 4
  1078. Slist.Position = UDim2.new(1.04531729, 0, -0.00357142859, 0)
  1079. Slist.Size = UDim2.new(0, 168, 0, 281)
  1080. Slist.Visible = false
  1081.  
  1082. sjudul.Name = "sjudul"
  1083. sjudul.Parent = Slist
  1084. sjudul.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1085. sjudul.BorderColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  1086. sjudul.BorderSizePixel = 4
  1087. sjudul.Size = UDim2.new(0, 168, 0, 50)
  1088. sjudul.Font = Enum.Font.Cartoon
  1089. sjudul.Text = "Settings"
  1090. sjudul.TextColor3 = Color3.new(0, 0, 0)
  1091. sjudul.TextSize = 31
  1092.  
  1093. WST.Name = "WST"
  1094. WST.Parent = Slist
  1095. WST.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1096. WST.BorderColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  1097. WST.BorderSizePixel = 4
  1098. WST.Position = UDim2.new(0.0297619104, 0, 0.274021357, 0)
  1099. WST.Size = UDim2.new(0, 158, 0, 50)
  1100. WST.Font = Enum.Font.Cartoon
  1101. WST.Text = "150"
  1102. WST.TextColor3 = Color3.new(0, 0, 0)
  1103. WST.TextSize = 31
  1104.  
  1105. WS.Name = "WS"
  1106. WS.Parent = Slist
  1107. WS.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1108. WS.BorderColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  1109. WS.BorderSizePixel = 4
  1110. WS.Position = UDim2.new(0.15476191, 0, 0.526690423, 0)
  1111. WS.Size = UDim2.new(0, 115, 0, 50)
  1112. WS.Font = Enum.Font.Cartoon
  1113. WS.Text = "Walkspeed"
  1114. WS.TextColor3 = Color3.new(0, 0, 0)
  1115. WS.TextSize = 24
  1116. WS.MouseButton1Down:connect(function()
  1117.  
  1118. if aap == true then
  1119. app = false
  1120. WS.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1121. else
  1122. aap = true
  1123. WS.BackgroundColor3 = Color3.new(40, 127, 71)
  1124. local a = WST.Text
  1125. game.Players.LocalPlayer.Character.Humanoid.JumpPower = a
  1126. end
  1127. end)
  1128.  
  1129. x.Name = "x"
  1130. x.Parent = Frame
  1131. x.BackgroundColor3 = Color3.new(1, 1, 1)
  1132. x.BackgroundTransparency = 1
  1133. x.Position = UDim2.new(0.929515421, 0, -0.00249376567, 0)
  1134. x.Size = UDim2.new(0, 32, 0, 23)
  1135. x.Font = Enum.Font.Cartoon
  1136. x.Text = "X"
  1137. x.TextColor3 = Color3.new(0.956863, 0.262745, 0.211765)
  1138. x.TextSize = 31
  1139. x.MouseButton1Down:connect(function()
  1140. Ent3g:Destroy()
  1141. end)
  1142.  
  1143. -- Rainbow:
  1144. local RainbowEnabled = false
  1145. local rs = game:GetService("RunService")
  1146. local RRAAIINNBBOOWWSS = {}
  1147. local function rainbowify(obj, prop)
  1148. if type(obj) == "table" then
  1149. for i, v in pairs(obj) do
  1150. rainbowify(v, prop)
  1151. end
  1152. elseif type(prop) == "table" then
  1153. for i, v in pairs(prop) do
  1154. rainbowify(obj, v)
  1155. end
  1156. else
  1157. local ok, o = pcall(function()
  1158. return obj[prop]
  1159. end)
  1160. if ok then
  1161. table.insert(RRAAIINNBBOOWWSS, function(c)
  1162. if c then
  1163. obj[prop] = c
  1164. else
  1165. obj[prop] = o
  1166. end
  1167. end)
  1168. end
  1169. end
  1170. end
  1171. do
  1172. local reset = true
  1173. rs.RenderStepped:connect(function()
  1174. if RainbowEnabled then
  1175. local c = Color3.fromHSV((tick() / 16) % 1, 1, 1)
  1176. for i = 1, #RRAAIINNBBOOWWSS do
  1177. pcall(RRAAIINNBBOOWWSS[i], c)
  1178. end
  1179. reset = true
  1180. elseif reset then
  1181. for i = 1, #RRAAIINNBBOOWWSS do
  1182. pcall(RRAAIINNBBOOWWSS[i], false)
  1183. end
  1184. reset = false
  1185. end
  1186. end)
  1187. end
  1188. rainbowify({Ent3g, Frame, judul, tlist, p1, p2, p3, p4, p5, p6, f1, f2, f3, f4, f5, f6, t1, t2, t3, t4, t5, t6, WS, WST, Slist, Alist, sjudul}
  1189. , {"BackgroundColor3",})
  1190.  
  1191. p4.MouseButton1Down:connect(function()
  1192. RainbowEnabled = not RainbowEnabled
  1193. if RainbowEnabled then
  1194. p4.Text = "Rainbow: On"
  1195. else
  1196. p4.Text = "Rainbow: Off"
  1197. end
  1198. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement