Barryeriqye

Untitled

Apr 14th, 2024
574
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.99 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  2. local Window = OrionLib:MakeWindow({Name = "Dragon Ball revenge ✨", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  3.  
  4.  
  5. local IsLooping = false -- Variável para controlar o loop
  6.  
  7. local Tab = Window:MakeTab({
  8. Name = "auto train",
  9. Icon = "rbxassetid://4483345998",
  10. PremiumOnly = false
  11. })
  12.  
  13. Tab:AddToggle({
  14. Name = "train combat",
  15. Default = Combat,
  16. Callback = function(value)
  17. if value then
  18. if not IsLooping then
  19. IsLooping = true
  20. while IsLooping do
  21. local args = {
  22. [1] = 0,
  23. [2] = 14824
  24. }
  25.  
  26. game:GetService("ReplicatedStorage"):WaitForChild("Grigora"):WaitForChild("Host"):WaitForChild("Remotes"):WaitForChild("Combat"):FireServer(unpack(args))
  27. wait(0.0000000001) -- Aguarda 1 segundo antes de repetir o loop
  28. end
  29. end
  30. else
  31. IsLooping = false -- Desativa o loop
  32. end
  33. Combat = value
  34. end
  35. })
  36.  
  37. Tab:AddToggle({
  38. Name = "train Ki blast",
  39. Default = autoKiBlast,
  40. Callback = function(value)
  41. if value then
  42. if not IsLooping then
  43. IsLooping = true
  44. while IsLooping do
  45. local args = {
  46. [1] = 0,
  47. [2] = 8140,
  48. [3] = Vector3.new(-55192.51953125, 1769.3092041015625, 11407.6171875)
  49. }
  50.  
  51. game:GetService("ReplicatedStorage"):WaitForChild("Grigora"):WaitForChild("Host"):WaitForChild("Remotes"):WaitForChild("KiBlast"):FireServer(unpack(args))
  52. wait(0.0000000001) -- Aguarda 1 segundo antes de repetir o loop
  53. end
  54. end
  55. else
  56. IsLooping = false -- Desativa o loop
  57. end
  58. autoKiBlast = value
  59. end
  60. })
  61.  
  62. Tab:AddToggle({
  63. Name = "train defense",
  64. Default = traindefense,
  65. Callback = function(value)
  66. if value then
  67. if not IsLooping then
  68. IsLooping = true
  69. while IsLooping do
  70. local args = {
  71. [1] = 0,
  72. [2] = 8650
  73. }
  74.  
  75. game:GetService("ReplicatedStorage"):WaitForChild("Grigora"):WaitForChild("Host"):WaitForChild("Remotes"):WaitForChild("Defense"):FireServer(unpack(args))
  76. wait(0.0000000000000000000000000000000000000000000000001) -- Aguarda 1 segundo antes de repetir o loop
  77. end
  78. end
  79. else
  80. IsLooping = false -- Desativa o loop
  81. end
  82. traindefense = value
  83. end
  84. })
  85. Tab:AddButton({
  86. Name = "Antiafk!",
  87. Callback = function()
  88. wait(0.5)local ba=Instance.new("ScreenGui")
  89. local ca=Instance.new("TextLabel")local da=Instance.new("Frame")
  90. local _b=Instance.new("TextLabel")local ab=Instance.new("TextLabel")ba.Parent=game.CoreGui
  91. ba.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;ca.Parent=ba;ca.Active=true
  92. ca.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ca.Draggable=true
  93. ca.Position=UDim2.new(0.698610067,0,0.098096624,0)ca.Size=UDim2.new(0,370,0,52)
  94. ca.Font=Enum.Font.SourceSansSemibold;ca.Text="Anti AFK Script"ca.TextColor3=Color3.new(0,1,1)
  95. ca.TextSize=22;da.Parent=ca
  96. da.BackgroundColor3=Color3.new(0.196078,0.196078,0.196078)da.Position=UDim2.new(0,0,1.0192306,0)
  97. da.Size=UDim2.new(0,370,0,107)_b.Parent=da
  98. _b.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)_b.Position=UDim2.new(0,0,0.800455689,0)
  99. _b.Size=UDim2.new(0,370,0,21)_b.Font=Enum.Font.Arial;_b.Text="made by ur mom "
  100. _b.TextColor3=Color3.new(0,1,1)_b.TextSize=20;ab.Parent=da
  101. ab.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ab.Position=UDim2.new(0,0,0.158377,0)
  102. ab.Size=UDim2.new(0,370,0,44)ab.Font=Enum.Font.ArialBold;ab.Text="Status: Active"
  103. ab.TextColor3=Color3.new(0,1,1)ab.TextSize=20;local bb=game:service'VirtualUser'
  104. game:service'Players'.LocalPlayer.Idled:connect(function()
  105. bb:CaptureController()bb:ClickButton2(Vector2.new())
  106. ab.Text="Roblox tried to kick u but i kicked him instead"wait(2)ab.Text="Status : Active"end)
  107. print("button pressed")
  108. end
  109. })
  110.  
  111. Tab:AddButton({
  112. Name = "servers!",
  113. Callback = function()
  114. loadstring(game:HttpGet("https://www.scriptblox.com/raw/Server-Browser_80", true))();
  115. print("button pressed")
  116. end
  117. })
  118. Tab:AddButton({
  119. Name = "Teleport tool!",
  120. Callback = function()
  121. mouse = game.Players.LocalPlayer:GetMouse()
  122.  
  123. tool = Instance.new("Tool")
  124.  
  125. tool.RequiresHandle = false
  126.  
  127. tool.Name = "[FE] TELEPORT TOOL"
  128.  
  129. tool.Activated:connect(function()
  130.  
  131. local pos = mouse.Hit+Vector3.new(0,2.5,0)
  132.  
  133. pos = CFrame.new(pos.X,pos.Y,pos.Z)
  134.  
  135. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
  136.  
  137. end)
  138.  
  139. tool.Parent = game.Players.LocalPlayer.Backpack
  140. print("button pressed")
  141. end
  142. })
  143. local Tab = Window:MakeTab({
  144. Name = "Forms🌟",
  145. Icon = "rbxassetid://4483345998",
  146. PremiumOnly = false
  147. })
  148.  
  149. Tab:AddButton({
  150. Name = "TimeBreaker",
  151. Callback = function()
  152. local args = {
  153. [1] = {
  154. [1] = {
  155. [1] = "TimeBreaker",
  156. [2] = 1500000,
  157. [3] = 1500000,
  158. [4] = 1500000,
  159. [5] = 0,
  160. [6] = 0,
  161. [7] = 0,
  162. [8] = 0,
  163. [9] = 0,
  164. [10] = 0
  165. },
  166. [2] = "Modes"
  167. }
  168. }
  169.  
  170. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  171.  
  172. print("button pressed")
  173. end
  174. })
  175. Tab:AddButton({
  176. Name = "Zamasu",
  177. Callback = function()
  178. local args = {
  179. [1] = {
  180. [1] = {
  181. [1] = "Zamasu",
  182. [2] = 1500000,
  183. [3] = 1500000,
  184. [4] = 1500000,
  185. [5] = 0,
  186. [6] = 0,
  187. [7] = 0,
  188. [8] = 0,
  189. [9] = 0,
  190. [10] = 0
  191. },
  192. [2] = "Modes"
  193. }
  194. }
  195.  
  196. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  197.  
  198. print("button pressed")
  199. end
  200. })
  201. Tab:AddButton({
  202. Name = "SSJ5",
  203. Callback = function()
  204. local args = {
  205. [1] = {
  206. [1] = {
  207. [1] = "SSJ5",
  208. [2] = 1500000,
  209. [3] = 1500000,
  210. [4] = 1500000,
  211. [5] = 0,
  212. [6] = 0,
  213. [7] = 0,
  214. [8] = 0,
  215. [9] = 0,
  216. [10] = 0
  217. },
  218. [2] = "Modes"
  219. }
  220. }
  221.  
  222. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  223.  
  224. print("button pressed")
  225. end
  226. })
  227. Tab:AddButton({
  228. Name = "SSJB4",
  229. Callback = function()
  230. local args = {
  231. [1] = {
  232. [1] = {
  233. [1] = "SSJB4",
  234. [2] = 1500000,
  235. [3] = 1500000,
  236. [4] = 1500000,
  237. [5] = 0,
  238. [6] = 0,
  239. [7] = 0,
  240. [8] = 0,
  241. [9] = 0,
  242. [10] = 0
  243. },
  244. [2] = "Modes"
  245. }
  246. }
  247.  
  248. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  249.  
  250. print("button pressed")
  251. end
  252. })
  253. Tab:AddButton({
  254. Name = "SSJG4",
  255. Callback = function()
  256. local args = {
  257. [1] = {
  258. [1] = {
  259. [1] = "SSJG4",
  260. [2] = 1500000,
  261. [3] = 1500000,
  262. [4] = 1500000,
  263. [5] = 0,
  264. [6] = 0,
  265. [7] = 0,
  266. [8] = 0,
  267. [9] = 0,
  268. [10] = 0
  269. },
  270. [2] = "Modes"
  271. }
  272. }
  273.  
  274. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  275.  
  276. print("button pressed")
  277. end
  278. })
  279. Tab:AddButton({
  280. Name = "GOD",
  281. Callback = function()
  282. local args = {
  283. [1] = {
  284. [1] = {
  285. [1] = "GOD",
  286. [2] = 1500000,
  287. [3] = 1500000,
  288. [4] = 1500000,
  289. [5] = 0,
  290. [6] = 0,
  291. [7] = 0,
  292. [8] = 0,
  293. [9] = 0,
  294. [10] = 0
  295. },
  296. [2] = "Modes"
  297. }
  298. }
  299.  
  300. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  301.  
  302. print("button pressed")
  303. end
  304. })
  305. Tab:AddButton({
  306. Name = "OmegaSSJ",
  307. Callback = function()
  308. local args = {
  309. [1] = {
  310. [1] = {
  311. [1] = "OmegaSSJ",
  312. [2] = 1500000,
  313. [3] = 1500000,
  314. [4] = 1500000,
  315. [5] = 0,
  316. [6] = 0,
  317. [7] = 0,
  318. [8] = 0,
  319. [9] = 0,
  320. [10] = 0
  321. },
  322. [2] = "Modes"
  323. }
  324. }
  325.  
  326. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  327.  
  328. print("button pressed")
  329. end
  330. })
  331. Tab:AddButton({
  332. Name = "MAJIN",
  333. Callback = function()
  334. local args = {
  335. [1] = {
  336. [1] = {
  337. [1] = "MAJIN",
  338. [2] = 1500000,
  339. [3] = 1500000,
  340. [4] = 1500000,
  341. [5] = 0,
  342. [6] = 0,
  343. [7] = 0,
  344. [8] = 0,
  345. [9] = 0,
  346. [10] = 0
  347. },
  348. [2] = "Modes"
  349. }
  350. }
  351.  
  352. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  353.  
  354. print("button pressed")
  355. end
  356. })
  357. Tab:AddButton({
  358. Name = "Zeno",
  359. Callback = function()
  360. local args = {
  361. [1] = {
  362. [1] = {
  363. [1] = "Zeno",
  364. [2] = 1500000,
  365. [3] = 1500000,
  366. [4] = 1500000,
  367. [5] = 0,
  368. [6] = 0,
  369. [7] = 0,
  370. [8] = 0,
  371. [9] = 0,
  372. [10] = 0
  373. },
  374. [2] = "Modes"
  375. }
  376. }
  377.  
  378. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  379.  
  380. print("button pressed")
  381. end
  382. })
  383. Tab:AddButton({
  384. Name = "ZenoFP",
  385. Callback = function()
  386. local args = {
  387. [1] = {
  388. [1] = {
  389. [1] = "ZenoFP",
  390. [2] = 1500000,
  391. [3] = 1500000,
  392. [4] = 1500000,
  393. [5] = 0,
  394. [6] = 0,
  395. [7] = 0,
  396. [8] = 0,
  397. [9] = 0,
  398. [10] = 0
  399. },
  400. [2] = "Modes"
  401. }
  402. }
  403.  
  404. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  405.  
  406. print("button pressed")
  407. end
  408. })
  409. Tab:AddButton({
  410. Name = "Angel",
  411. Callback = function()
  412. local args = {
  413. [1] = {
  414. [1] = {
  415. [1] = "Angel",
  416. [2] = 1500000,
  417. [3] = 1500000,
  418. [4] = 1500000,
  419. [5] = 0,
  420. [6] = 0,
  421. [7] = 0,
  422. [8] = 0,
  423. [9] = 0,
  424. [10] = 0
  425. },
  426. [2] = "Modes"
  427. }
  428. }
  429.  
  430. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  431.  
  432. print("button pressed")
  433. end
  434. })
  435. Tab:AddButton({
  436. Name = "DarkAngel",
  437. Callback = function()
  438. local args = {
  439. [1] = {
  440. [1] = {
  441. [1] = "DarkAngel",
  442. [2] = 1500000,
  443. [3] = 1500000,
  444. [4] = 1500000,
  445. [5] = 0,
  446. [6] = 0,
  447. [7] = 0,
  448. [8] = 0,
  449. [9] = 0,
  450. [10] = 0
  451. },
  452. [2] = "Modes"
  453. }
  454. }
  455.  
  456. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  457.  
  458. print("button pressed")
  459. end
  460. })
  461. Tab:AddButton({
  462. Name = "Jiren",
  463. Callback = function()
  464. local args = {
  465. [1] = {
  466. [1] = {
  467. [1] = "Jiren",
  468. [2] = 1500000,
  469. [3] = 1500000,
  470. [4] = 1500000,
  471. [5] = 0,
  472. [6] = 0,
  473. [7] = 0,
  474. [8] = 0,
  475. [9] = 0,
  476. [10] = 0
  477. },
  478. [2] = "Modes"
  479. }
  480. }
  481.  
  482. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  483.  
  484. print("button pressed")
  485. end
  486. })
  487. Tab:AddButton({
  488. Name = "LSSJ",
  489. Callback = function()
  490. local args = {
  491. [1] = {
  492. [1] = {
  493. [1] = "LSSJ",
  494. [2] = 1500000,
  495. [3] = 1500000,
  496. [4] = 1500000,
  497. [5] = 0,
  498. [6] = 0,
  499. [7] = 0,
  500. [8] = 0,
  501. [9] = 0,
  502. [10] = 0
  503. },
  504. [2] = "Modes"
  505. }
  506. }
  507.  
  508. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  509.  
  510. print("button pressed")
  511. end
  512. })
  513. Tab:AddButton({
  514. Name = "INFINITY",
  515. Callback = function()
  516. local args = {
  517. [1] = {
  518. [1] = {
  519. [1] = "INFINITY",
  520. [2] = 1500000,
  521. [3] = 1500000,
  522. [4] = 1500000,
  523. [5] = 0,
  524. [6] = 0,
  525. [7] = 0,
  526. [8] = 0,
  527. [9] = 0,
  528. [10] = 0
  529. },
  530. [2] = "Modes"
  531. }
  532. }
  533.  
  534. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  535.  
  536. print("button pressed")
  537. end
  538. })
  539. Tab:AddButton({
  540. Name = "FallenPumpkin",
  541. Callback = function()
  542. local args = {
  543. [1] = {
  544. [1] = {
  545. [1] = "FallenPumpkin",
  546. [2] = 1500000,
  547. [3] = 1500000,
  548. [4] = 1500000,
  549. [5] = 0,
  550. [6] = 0,
  551. [7] = 0,
  552. [8] = 0,
  553. [9] = 0,
  554. [10] = 0
  555. },
  556. [2] = "Modes"
  557. }
  558. }
  559.  
  560. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  561.  
  562. print("button pressed")
  563. end
  564. })
  565. Tab:AddButton({
  566. Name = "CHRISTMAS",
  567. Callback = function()
  568. local args = {
  569. [1] = {
  570. [1] = {
  571. [1] = "CHRISTMAS",
  572. [2] = 1500000,
  573. [3] = 1500000,
  574. [4] = 1500000,
  575. [5] = 0,
  576. [6] = 0,
  577. [7] = 0,
  578. [8] = 0,
  579. [9] = 0,
  580. [10] = 0
  581. },
  582. [2] = "Modes"
  583. }
  584. }
  585.  
  586. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  587.  
  588. print("button pressed")
  589. end
  590. })
  591. Tab:AddButton({
  592. Name = "Celestial Dragon God",
  593. Callback = function()
  594. local args = {
  595. [1] = {
  596. [1] = {
  597. [1] = "Celestial Dragon God",
  598. [2] = 1500000,
  599. [3] = 1500000,
  600. [4] = 1500000,
  601. [5] = 0,
  602. [6] = 0,
  603. [7] = 0,
  604. [8] = 0,
  605. [9] = 0,
  606. [10] = 0
  607. },
  608. [2] = "Modes"
  609. }
  610. }
  611.  
  612. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  613.  
  614. print("button pressed")
  615. end
  616. })
  617. Tab:AddButton({
  618. Name = "Angelized Instinct",
  619. Callback = function()
  620. local args = {
  621. [1] = {
  622. [1] = {
  623. [1] = "Angelized Instinct",
  624. [2] = 1500000,
  625. [3] = 1500000,
  626. [4] = 1500000,
  627. [5] = 0,
  628. [6] = 0,
  629. [7] = 0,
  630. [8] = 0,
  631. [9] = 0,
  632. [10] = 0
  633. },
  634. [2] = "Modes"
  635. }
  636. }
  637.  
  638. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  639.  
  640. print("button pressed")
  641. end
  642. })
  643. Tab:AddButton({
  644. Name = "Wrath Instinct",
  645. Callback = function()
  646. local args = {
  647. [1] = {
  648. [1] = {
  649. [1] = "Wrath Instinct",
  650. [2] = 1500000,
  651. [3] = 1500000,
  652. [4] = 1500000,
  653. [5] = 0,
  654. [6] = 0,
  655. [7] = 0,
  656. [8] = 0,
  657. [9] = 0,
  658. [10] = 0
  659. },
  660. [2] = "Modes"
  661. }
  662. }
  663.  
  664. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  665.  
  666. print("button pressed")
  667. end
  668. })
  669. Tab:AddButton({
  670. Name = "Daishinkan Power",
  671. Callback = function()
  672. local args = {
  673. [1] = {
  674. [1] = {
  675. [1] = "Daishinkan Power",
  676. [2] = 1500000,
  677. [3] = 1500000,
  678. [4] = 1500000,
  679. [5] = 0,
  680. [6] = 0,
  681. [7] = 0,
  682. [8] = 0,
  683. [9] = 0,
  684. [10] = 0
  685. },
  686. [2] = "Modes"
  687. }
  688. }
  689.  
  690. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  691.  
  692. print("button pressed")
  693. end
  694. })
  695. Tab:AddButton({
  696. Name = "RAINBOW",
  697. Callback = function()
  698. local args = {
  699. [1] = {
  700. [1] = {
  701. [1] = "RAINBOW",
  702. [2] = 1500000,
  703. [3] = 1500000,
  704. [4] = 1500000,
  705. [5] = 0,
  706. [6] = 0,
  707. [7] = 0,
  708. [8] = 0,
  709. [9] = 0,
  710. [10] = 0
  711. },
  712. [2] = "Modes"
  713. }
  714. }
  715.  
  716. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  717.  
  718. print("button pressed")
  719. end
  720. })
  721. Tab:AddButton({
  722. Name = "SSJ20K",
  723. Callback = function()
  724. local args = {
  725. [1] = {
  726. [1] = {
  727. [1] = "SSJ20K",
  728. [2] = 1500000,
  729. [3] = 1500000,
  730. [4] = 1500000,
  731. [5] = 0,
  732. [6] = 0,
  733. [7] = 0,
  734. [8] = 0,
  735. [9] = 0,
  736. [10] = 0
  737. },
  738. [2] = "Modes"
  739. }
  740. }
  741.  
  742. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  743.  
  744. print("button pressed")
  745. end
  746. })
  747. Tab:AddButton({
  748. Name = "LBSSJ4",
  749. Callback = function()
  750. local args = {
  751. [1] = {
  752. [1] = {
  753. [1] = "LBSSJ4",
  754. [2] = 1500000,
  755. [3] = 1500000,
  756. [4] = 1500000,
  757. [5] = 0,
  758. [6] = 0,
  759. [7] = 0,
  760. [8] = 0,
  761. [9] = 0,
  762. [10] = 0
  763. },
  764. [2] = "Modes"
  765. }
  766. }
  767.  
  768. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  769.  
  770. print("button pressed")
  771. end
  772. })
  773. Tab:AddButton({
  774. Name = "Hyper Instinct",
  775. Callback = function()
  776. local args = {
  777. [1] = {
  778. [1] = {
  779. [1] = "Hyper Instinct",
  780. [2] = 2500000000,
  781. [3] = 2500000000,
  782. [4] = 2500000000,
  783. [5] = 0,
  784. [6] = 0,
  785. [7] = 34,
  786. [8] = 0,
  787. [9] = 0,
  788. [10] = 0
  789. },
  790. [2] = "Modes"
  791. }
  792. }
  793.  
  794. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  795. print("button pressed")
  796. end
  797. })
  798. Tab:AddButton({
  799. Name = "The Overlord",
  800. Callback = function()
  801. local args = {
  802. [1] = {
  803. [1] = {
  804. [1] = "The Overlord",
  805. [2] = 1500000,
  806. [3] = 1500000,
  807. [4] = 1500000,
  808. [5] = 0,
  809. [6] = 0,
  810. [7] = 0,
  811. [8] = 0,
  812. [9] = 0,
  813. [10] = 0
  814. },
  815. [2] = "Modes"
  816. }
  817. }
  818.  
  819. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  820.  
  821. print("button pressed")
  822. end
  823. })
  824. local Tab = Window:MakeTab({
  825. Name = "Skills gamepasss",
  826. Icon = "rbxassetid://4483345998",
  827. PremiumOnly = false
  828. })
  829.  
  830. Tab:AddDropdown({
  831. Name = "[EVENT]Rose Scythe",
  832. Default = "1",
  833. Options = {"[EVENT]Rose Scythe", "Glich Rose Scythe"},
  834. Callback = function(Value)
  835. local args = {
  836. [1] = {
  837. [1] = {
  838. [1] = "[EVENT]Rose Scythe",
  839. [2] = 0,
  840. [3] = 0,
  841. [4] = 1500000,
  842. [5] = 0,
  843. [6] = 0,
  844. [7] = 0,
  845. [8] = 0,
  846. [9] = 0,
  847. [10] = 0
  848. },
  849. [2] = "Skills"
  850. }
  851. }
  852.  
  853. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  854. while true do
  855. local args = {
  856. [1] = 0,
  857. [2] = 2978999,
  858. [3] = 3
  859. }
  860.  
  861. game:GetService("ReplicatedStorage"):WaitForChild("Grigora"):WaitForChild("Host"):WaitForChild("Remotes"):WaitForChild("DamageScythe"):FireServer(unpack(args))
  862. wait(0.0000000000000001)
  863. end
  864. print(Value)
  865. end
  866. })
  867. Tab:AddButton({
  868. Name = "[EVENT]Pumpkin Scythe",
  869. Callback = function()
  870. local args = {
  871. [1] = {
  872. [1] = {
  873. [1] = "[EVENT]Pumpkin Scythe",
  874. [2] = 0,
  875. [3] = 0,
  876. [4] = 1500000,
  877. [5] = 0,
  878. [6] = 0,
  879. [7] = 0,
  880. [8] = 0,
  881. [9] = 0,
  882. [10] = 0
  883. },
  884. [2] = "Skills"
  885. }
  886. }
  887.  
  888. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  889. print("button pressed")
  890. end
  891. })
  892. Tab:AddButton({
  893. Name = "[EVENT]Frostbite Flare",
  894. Callback = function()
  895. local args = {
  896. [1] = {
  897. [1] = {
  898. [1] = "[EVENT]Frostbite Flare",
  899. [2] = 0,
  900. [3] = 0,
  901. [4] = 1500000,
  902. [5] = 0,
  903. [6] = 0,
  904. [7] = 0,
  905. [8] = 0,
  906. [9] = 0,
  907. [10] = 0
  908. },
  909. [2] = "Skills"
  910. }
  911. }
  912.  
  913. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  914. print("button pressed")
  915. end
  916. })
  917. Tab:AddButton({
  918. Name = "[EVENT]Glacial Burst",
  919. Callback = function()
  920. local args = {
  921. [1] = {
  922. [1] = {
  923. [1] = "[EVENT]Glacial Burst",
  924. [2] = 0,
  925. [3] = 0,
  926. [4] = 1500000,
  927. [5] = 0,
  928. [6] = 0,
  929. [7] = 0,
  930. [8] = 0,
  931. [9] = 0,
  932. [10] = 0
  933. },
  934. [2] = "Skills"
  935. }
  936. }
  937.  
  938. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  939. print("button pressed")
  940. end
  941. })
  942. Tab:AddButton({
  943. Name = "Destruction",
  944. Callback = function()
  945. local args = {
  946. [1] = {
  947. [1] = {
  948. [1] = "Destruction",
  949. [2] = 0,
  950. [3] = 0,
  951. [4] = 1500000,
  952. [5] = 0,
  953. [6] = 0,
  954. [7] = 0,
  955. [8] = 0,
  956. [9] = 0,
  957. [10] = 0
  958. },
  959. [2] = "Skills"
  960. }
  961. }
  962.  
  963. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  964. print("button pressed")
  965. end
  966. })
  967. Tab:AddButton({
  968. Name = "Zeno Bomb",
  969. Callback = function()
  970. local args = {
  971. [1] = {
  972. [1] = {
  973. [1] = "Zeno Bomb",
  974. [2] = 0,
  975. [3] = 0,
  976. [4] = 1500000,
  977. [5] = 0,
  978. [6] = 0,
  979. [7] = 0,
  980. [8] = 0,
  981. [9] = 0,
  982. [10] = 0
  983. },
  984. [2] = "Skills"
  985. }
  986. }
  987.  
  988. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  989. print("button pressed")
  990. end
  991. })
  992. Tab:AddButton({
  993. Name = "HakaiBlast",
  994. Callback = function()
  995. local args = {
  996. [1] = {
  997. [1] = {
  998. [1] = "HakaiBlast",
  999. [2] = 0,
  1000. [3] = 0,
  1001. [4] = 1500000,
  1002. [5] = 0,
  1003. [6] = 0,
  1004. [7] = 0,
  1005. [8] = 0,
  1006. [9] = 0,
  1007. [10] = 0
  1008. },
  1009. [2] = "Skills"
  1010. }
  1011. }
  1012.  
  1013. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  1014. print("button pressed")
  1015. end
  1016. })
  1017. Tab:AddButton({
  1018. Name = "[EVENT]Ice Dragon",
  1019. Callback = function()
  1020. local args = {
  1021. [1] = {
  1022. [1] = {
  1023. [1] = "[EVENT]Ice Dragon",
  1024. [2] = 0,
  1025. [3] = 0,
  1026. [4] = 350000000,
  1027. [5] = 0,
  1028. [6] = 0,
  1029. [7] = 11,
  1030. [8] = 0,
  1031. [9] = 0,
  1032. [10] = 0
  1033. },
  1034. [2] = "Skills"
  1035. }
  1036. }
  1037.  
  1038. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  1039. print("button pressed")
  1040. end
  1041. })
  1042. Tab:AddButton({
  1043. Name = "Dragon Strike",
  1044. Callback = function()
  1045. local args = {
  1046. [1] = {
  1047. [1] = {
  1048. [1] = "Dragon Strike",
  1049. [2] = 0,
  1050. [3] = 0,
  1051. [4] = 1500000,
  1052. [5] = 0,
  1053. [6] = 0,
  1054. [7] = 0,
  1055. [8] = 0,
  1056. [9] = 0,
  1057. [10] = 0
  1058. },
  1059. [2] = "Skills"
  1060. }
  1061. }
  1062.  
  1063. game:GetService("ReplicatedStorage"):WaitForChild("_BindableEvents"):WaitForChild("RequestSkill"):InvokeServer(unpack(args))
  1064. print("button pressed")
  1065. end
  1066. })
  1067.  
  1068. local Tab = Window:MakeTab({
  1069. Name = "maps teleport",
  1070. Icon = "rbxassetid://4483345998",
  1071. PremiumOnly = false
  1072. })
  1073. Tab:AddButton({
  1074. Name = "Time Chamber",
  1075. Callback = function()
  1076. local player = game.Players.LocalPlayer
  1077. local TeleportService = game:GetService("TeleportService")
  1078.  
  1079. local placeId = 7197495572
  1080. local success, errorMessage = pcall(function()
  1081. TeleportService:Teleport(placeId, player)
  1082. end)
  1083.  
  1084. if success then
  1085. print("Teleportação bem sucedida para o mapa Time Chamber Dragon Ball Revenge!")
  1086. else
  1087. warn("Erro ao teleportar: " .. errorMessage)
  1088. end
  1089. print("button pressed")
  1090. end
  1091. })
  1092.  
  1093. Tab:AddButton({
  1094. Name = "Beerus wolrd",
  1095. Callback = function()
  1096. local player = game.Players.LocalPlayer
  1097. local TeleportService = game:GetService("TeleportService")
  1098.  
  1099. local placeId = 7197496527
  1100. local success, errorMessage = pcall(function()
  1101. TeleportService:Teleport(placeId, player)
  1102. end)
  1103.  
  1104. if success then
  1105. print("Teleportação bem sucedida para o mapa Time Chamber Dragon Ball Revenge!")
  1106. else
  1107. warn("Erro ao teleportar: " .. errorMessage)
  1108. end
  1109. print("button pressed")
  1110. end
  1111. })
  1112.  
  1113. Tab:AddButton({
  1114. Name = "Zeno palace",
  1115. Callback = function()
  1116. local player = game.Players.LocalPlayer
  1117. local TeleportService = game:GetService("TeleportService")
  1118.  
  1119. local placeId = 8020433414
  1120. local success, errorMessage = pcall(function()
  1121. TeleportService:Teleport(placeId, player)
  1122. end)
  1123.  
  1124. if success then
  1125. print("Teleportação bem sucedida para o mapa Time Chamber Dragon Ball Revenge!")
  1126. else
  1127. warn("Erro ao teleportar: " .. errorMessage)
  1128. end
  1129. print("button pressed")
  1130. end
  1131. })
  1132.  
  1133. Tab:AddButton({
  1134. Name = "God Time Chamber🔥",
  1135. Callback = function()
  1136. local player = game.Players.LocalPlayer
  1137. local TeleportService = game:GetService("TeleportService")
  1138.  
  1139. local placeId = 7198416252
  1140. local success, errorMessage = pcall(function()
  1141. TeleportService:Teleport(placeId, player)
  1142. end)
  1143.  
  1144. if success then
  1145. print("Teleportação bem sucedida para o mapa Time Chamber Dragon Ball Revenge!")
  1146. else
  1147. warn("Erro ao teleportar: " .. errorMessage)
  1148. end
  1149. print("button pressed")
  1150. end
  1151. })
  1152.  
  1153. local Tab = Window:MakeTab({
  1154. Name = "Auto Quest",
  1155. Icon = "rbxassetid://4483345998",
  1156. PremiumOnly = false
  1157. })
  1158. Tab:AddToggle({
  1159. Name = "Auto Zenkai",
  1160. Default = Combat,
  1161. Callback = function(value)
  1162. if value then
  1163. if not IsLooping then
  1164. IsLooping = true
  1165. while IsLooping do
  1166. local args = {
  1167. [1] = 0,
  1168. [2] = 27903
  1169. }
  1170.  
  1171. game:GetService("ReplicatedStorage"):WaitForChild("Grigora"):WaitForChild("Host"):WaitForChild("Remotes"):WaitForChild("Zenkai"):FireServer(unpack(args))
  1172. wait(1) -- Aguarda 1 segundo antes de repetir o loop
  1173. end
  1174. end
  1175. else
  1176. IsLooping = false -- Desativa o loop
  1177. end
  1178. Combat = value
  1179. end
  1180. })
  1181. Tab:AddToggle({
  1182. Name = "Farm Zeno Sama",
  1183. Default = Combat,
  1184. Callback = function(value)
  1185. if value then
  1186. if not IsLooping then
  1187. IsLooping = true
  1188. while IsLooping do
  1189. local ZenoSama = game.Workspace:FindFirstChild("Zeno Sama")
  1190.  
  1191. -- Verifique se o objeto Zeno Sama existe
  1192. if ZenoSama then
  1193. -- Defina a vida de Zeno Sama como zero
  1194. ZenoSama.Humanoid.Health = 0
  1195. print("Vida do Zeno Sama definida como zero!")
  1196. else
  1197. print("Zeno Sama não encontrado no jogo.")
  1198. end
  1199.  
  1200. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(42855.2, 711.152, 18503.1))
  1201.  
  1202. local args = {
  1203. [1] = 0,
  1204. [2] = 4526,
  1205. [3] = 1,
  1206. [4] = true
  1207. }
  1208.  
  1209. game:GetService("ReplicatedStorage"):WaitForChild("Grigora"):WaitForChild("Host"):WaitForChild("Remotes"):WaitForChild("GetQuest"):FireServer(unpack(args))
  1210.  
  1211. local args = {
  1212. [1] = 0,
  1213. [2] = 20987
  1214. }
  1215.  
  1216. game:GetService("ReplicatedStorage"):WaitForChild("Grigora"):WaitForChild("Host"):WaitForChild("Remotes"):WaitForChild("Combat"):FireServer(unpack(args))
  1217. wait(0.01) -- Aguarda 1 segundo antes de repetir o loop
  1218. end
  1219. end
  1220. else
  1221. IsLooping = false -- Desativa o loop
  1222. end
  1223. Combat = value
  1224. end
  1225. })
  1226.  
  1227. Tab:AddToggle({
  1228. Name = "Farm Grand Priest",
  1229. Default = Combat,
  1230. Callback = function(value)
  1231. if value then
  1232. if not IsLooping then
  1233. IsLooping = true
  1234. while IsLooping do
  1235. local GrandPriest = game.Workspace:FindFirstChild("Grand Priest")
  1236.  
  1237. -- Verifique se o objeto Grand Priest existe
  1238. if GrandPriest then
  1239. -- Defina a vida de Grand Priest como zero
  1240. GrandPriest.Humanoid.Health = 0
  1241. print("Vida do Grand Priest definida como zero!")
  1242. else
  1243. print("Grand Priest não encontrado no jogo.")
  1244. end
  1245.  
  1246. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(42867.9, 705.031, 9618.75))
  1247. local args = {
  1248. [1] = 0,
  1249. [2] = 6735,
  1250. [3] = 2,
  1251. [4] = true
  1252. }
  1253.  
  1254. game:GetService("ReplicatedStorage"):WaitForChild("Grigora"):WaitForChild("Host"):WaitForChild("Remotes"):WaitForChild("GetQuest"):FireServer(unpack(args))
  1255.  
  1256. local args = {
  1257. [1] = 0,
  1258. [2] = 20987
  1259. }
  1260.  
  1261. game:GetService("ReplicatedStorage"):WaitForChild("Grigora"):WaitForChild("Host"):WaitForChild("Remotes"):WaitForChild("Combat"):FireServer(unpack(args))
  1262. wait(0.01) -- Aguarda 1 segundo antes de repetir o loop
  1263. end
  1264. end
  1265. else
  1266. IsLooping = false -- Desativa o loop
  1267. end
  1268. Combat = value
  1269. end
  1270. })
  1271. Tab:AddToggle({
  1272. Name = "Farm whis",
  1273. Default = Combat,
  1274. Callback = function(value)
  1275. if value then
  1276. if not IsLooping then
  1277. IsLooping = true
  1278. while IsLooping do
  1279. local Whis = game.Workspace:FindFirstChild("Whis")
  1280.  
  1281. -- Verifique se o objeto Whis existe
  1282. if Whis then
  1283. -- Defina a vida de Whis como zero
  1284. Whis.Humanoid.Health = 0
  1285. print("Vida do Whis definida como zero!")
  1286. else
  1287. print("Whis não encontrado no jogo.")
  1288. end
  1289.  
  1290. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(42878.4, 75515, 23806.1))
  1291. local args = {
  1292. [1] = 0,
  1293. [2] = 1133,
  1294. [3] = 3,
  1295. [4] = false
  1296. }
  1297.  
  1298. game:GetService("ReplicatedStorage"):WaitForChild("Grigora"):WaitForChild("Host"):WaitForChild("Remotes"):WaitForChild("GetQuest"):FireServer(unpack(args))
  1299.  
  1300. local args = {
  1301. [1] = 0,
  1302. [2] = 20987
  1303. }
  1304.  
  1305. game:GetService("ReplicatedStorage"):WaitForChild("Grigora"):WaitForChild("Host"):WaitForChild("Remotes"):WaitForChild("Combat"):FireServer(unpack(args))
  1306. wait(0.01) -- Aguarda 1 segundo antes de repetir o loop
  1307. end
  1308. end
  1309. else
  1310. IsLooping = false -- Desativa o loop
  1311. end
  1312. Combat = value
  1313. end
  1314. })
  1315. Tab:AddToggle({
  1316. Name = "Farm Jiren",
  1317. Default = Combat,
  1318. Callback = function(value)
  1319. if value then
  1320. if not IsLooping then
  1321. IsLooping = true
  1322. while IsLooping do
  1323. local jiren = game.Workspace:FindFirstChild("Jiren")
  1324.  
  1325. -- Verifique se o objeto Jiren existe
  1326. if jiren then
  1327. -- Defina a vida de Jiren como zero
  1328. jiren.Humanoid.Health = 0
  1329. print("Vida do Jiren definida como zero!")
  1330. else
  1331. print("Jiren não encontrado no jogo.")
  1332. end
  1333.  
  1334. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(50885.3, 75490.7, 23819.9))
  1335.  
  1336. local args = {
  1337. [1] = 0,
  1338. [2] = 5007,
  1339. [3] = 4,
  1340. [4] = false
  1341. }
  1342.  
  1343. game:GetService("ReplicatedStorage"):WaitForChild("Grigora"):WaitForChild("Host"):WaitForChild("Remotes"):WaitForChild("GetQuest"):FireServer(unpack(args))
  1344.  
  1345. local args = {
  1346. [1] = 0,
  1347. [2] = 20987
  1348. }
  1349.  
  1350. game:GetService("ReplicatedStorage"):WaitForChild("Grigora"):WaitForChild("Host"):WaitForChild("Remotes"):WaitForChild("Combat"):FireServer(unpack(args))
  1351. wait(0.01) -- Aguarda 1 segundo antes de repetir o loop
  1352. end
  1353. end
  1354. else
  1355. IsLooping = false -- Desativa o loop
  1356. end
  1357. Combat = value
  1358. end
  1359. })
  1360. Tab:AddToggle({
  1361. Name = "Farm Goku UI",
  1362. Default = Combat,
  1363. Callback = function(value)
  1364. if value then
  1365. if not IsLooping then
  1366. IsLooping = true
  1367. while IsLooping do
  1368. local Goku_UI = game.Workspace:FindFirstChild("Goku UI")
  1369.  
  1370. -- Verifique se o objeto Goku UI existe
  1371. if Goku_UI then
  1372. -- Defina a vida de Beerus como zero
  1373. Goku_UI.Humanoid.Health = 0
  1374. warn("Vida do Goku UI definida como zero!")
  1375. else
  1376. warn("Goku UI não encontrado no jogo.")
  1377. end
  1378.  
  1379. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(42870.5, 75500.2, 16248.5))
  1380.  
  1381. local args = { [1] = 0, [2] = 2165, [3] = 5, [4] = false }
  1382. game:GetService("ReplicatedStorage"):WaitForChild("Grigora"):WaitForChild("Host"):WaitForChild("Remotes"):WaitForChild("GetQuest"):FireServer(unpack(args))
  1383.  
  1384. local args = { [1] = 0, [2] = 20987 }
  1385. game:GetService("ReplicatedStorage"):WaitForChild("Grigora"):WaitForChild("Host"):WaitForChild("Remotes"):WaitForChild("Combat"):FireServer(unpack(args))
  1386. wait(0.01)
  1387. end
  1388. end
  1389. else
  1390. IsLooping = false -- Desativa o loop
  1391. end
  1392. Combat = value
  1393. end
  1394. })
  1395.  
  1396. Tab:AddToggle({
  1397. Name = "Farm Beerus 50%",
  1398. Default = false,
  1399. Callback = function(value)
  1400. if value then
  1401. if not IsLooping then
  1402. IsLooping = true
  1403. while IsLooping do
  1404. local Beerus50 = game.Workspace:FindFirstChild("Beerus 50%")
  1405.  
  1406. -- Verifique se o objeto Beerus50% existe
  1407. if Beerus50 then
  1408. -- Defina a vida de Beerus 50% como zero
  1409. Beerus50.Humanoid.Health = 0
  1410. print("Vida do Beerus 50% definida como zero!")
  1411. else
  1412. print("Beerus 50% não encontrado no jogo.")
  1413. end
  1414.  
  1415. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-34636.1, 75449.3, -30692.7))
  1416.  
  1417. local args = {
  1418. [1] = 0,
  1419. [2] = 10480,
  1420. [3] = 1,
  1421. [4] = false
  1422. }
  1423.  
  1424. game:GetService("ReplicatedStorage"):WaitForChild("Grigora"):WaitForChild("Host"):WaitForChild("Remotes"):WaitForChild("GetQuest"):FireServer(unpack(args))
  1425.  
  1426. local args = {
  1427. [1] = 0,
  1428. [2] = 20987
  1429. }
  1430.  
  1431. game:GetService("ReplicatedStorage"):WaitForChild("Grigora"):WaitForChild("Host"):WaitForChild("Remotes"):WaitForChild("Combat"):FireServer(unpack(args))
  1432.  
  1433. wait(0.01) -- Aguarda 1 segundo antes de repetir o loop
  1434. end
  1435. end
  1436. else
  1437. IsLooping = false -- Desativa o loop
  1438. end
  1439. end
  1440. })
  1441.  
  1442. Tab:AddToggle({
  1443. Name = "Farm Champa",
  1444. Default = Combat,
  1445. Callback = function(value)
  1446. if value then
  1447. if not IsLooping then
  1448. IsLooping = true
  1449. while IsLooping do
  1450. local Champa = game.Workspace:FindFirstChild("Champa")
  1451.  
  1452. -- Verifique se o objeto Champa existe
  1453. if Champa then
  1454. -- Defina a vida de Champa como zero
  1455. Champa.Humanoid.Health = 0
  1456. print("Vida do Champa definida como zero!")
  1457. else
  1458. print("Champa não encontrado no jogo.")
  1459. end
  1460.  
  1461. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-16759.9, 75468.2, -13935.2))
  1462.  
  1463. local args = {
  1464. [1] = 0,
  1465. [2] = 1901,
  1466. [3] = 2,
  1467. [4] = false
  1468. }
  1469.  
  1470. game:GetService("ReplicatedStorage"):WaitForChild("Grigora"):WaitForChild("Host"):WaitForChild("Remotes"):WaitForChild("GetQuest"):FireServer(unpack(args))
  1471.  
  1472. local args = { [1] = 0, [2] = 20987 }
  1473. game:GetService("ReplicatedStorage"):WaitForChild("Grigora"):WaitForChild("Host"):WaitForChild("Remotes"):WaitForChild("Combat"):FireServer(unpack(args))
  1474. wait(0.01) -- Aguarda 1 segundo antes de repetir o loop
  1475. end
  1476. end
  1477. else
  1478. IsLooping = false -- Desativa o loop
  1479. end
  1480. Combat = value
  1481. end
  1482. })
  1483.  
  1484. local Tab = Window:MakeTab({
  1485. Name = "Korin Shop",
  1486. Icon = "rbxassetid://4483345998",
  1487. PremiumOnly = false
  1488. })
  1489. Tab:AddButton({
  1490. Name = "Green Senzu",
  1491. Callback = function()
  1492. local args = {
  1493. [1] = 0,
  1494. [2] = 0
  1495. }
  1496.  
  1497. game:GetService("ReplicatedStorage"):WaitForChild("Grigora"):WaitForChild("Host"):WaitForChild("Remotes"):WaitForChild("BuyGreenSenzu"):FireServer(unpack(args))
  1498. print("button não pressed")
  1499. end
  1500. })
  1501.  
  1502. Tab:AddButton({
  1503. Name = "Red Senzu",
  1504. Callback = function()
  1505. local args = {
  1506. [1] = 0,
  1507. [2] = 0
  1508. }
  1509.  
  1510. game:GetService("ReplicatedStorage"):WaitForChild("Grigora"):WaitForChild("Host"):WaitForChild("Remotes"):WaitForChild("BuyRedSenzu"):FireServer(unpack(args))
  1511. print("button não pressed")
  1512. end
  1513. })
Advertisement
Add Comment
Please, Sign In to add comment