Advertisement
Nagato_SS

Vagina

May 9th, 2021
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 19.07 KB | None | 0 0
  1. repeat wait() until game:IsLoaded()
  2. --old-antitp bypass
  3. if workspace:FindFirstChild("CCoff") then
  4.     game:GetService("Workspace").CCoff:Destroy()
  5. end
  6. --antiafk
  7. local VirtualUser=game:service'VirtualUser'
  8.     game:service'Players'.LocalPlayer.Idled:connect(function()
  9.     warn("anti-afk")
  10.     VirtualUser:CaptureController()
  11.     VirtualUser:ClickButton2(Vector2.new())
  12. end)
  13. --variables
  14. local player = game.Players.LocalPlayer
  15. local mission = player.PlayerGui:WaitForChild("Main"):WaitForChild("ingame"):WaitForChild("Missionstory")
  16. local menuplace = 4616652839
  17. local forestplace = 5447073001
  18. local rainplace = 5084678830
  19. local trainingplace = 5431071837
  20. local akatsukiplace = 5431069982
  21. local worldxplace = 5943874201
  22. local villageplace = game:GetService("Workspace"):FindFirstChild("rank")
  23. local warplace = game:GetService("Workspace"):FindFirstChild("warmode")
  24. function toTarget(pos, targetPos, targetCFrame)
  25.     local tween_s = game:service"TweenService"
  26.     local info = TweenInfo.new((targetPos - pos).Magnitude/getgenv().speed, Enum.EasingStyle.Linear)
  27.     local tween, err = pcall(function()
  28.         local tween = tween_s:Create(game:GetService("Players").LocalPlayer.Character["HumanoidRootPart"], info, {CFrame = targetCFrame * CFrame.fromAxisAngle(Vector3.new(1,0,0), math.rad(90))})
  29.         tween:Play()
  30.     end)
  31.     if not tween then return err end
  32. end
  33.  
  34. --UI Lib Loading
  35.  
  36. local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/zxciaz/VenyxUI/main/Reuploaded"))() --someone reuploaded it so I put it in place of the original back up so guy can get free credit.
  37. local venyx = library.new("Spy Hub | Wumpus#6666", 5013109572)
  38.  
  39. -- themes
  40. local themes = {
  41. Background = Color3.fromRGB(24, 24, 24),
  42. Glow = Color3.fromRGB(0, 0, 0),
  43. Accent = Color3.fromRGB(10, 10, 10),
  44. LightContrast = Color3.fromRGB(20, 20, 20),
  45. DarkContrast = Color3.fromRGB(14, 14, 14),
  46. TextColor = Color3.fromRGB(255, 255, 255)
  47. }
  48.  
  49. -- first page
  50. local page = venyx:addPage("Main", 5012544693)
  51. local section1 = page:addSection("Auto Doge")
  52. local section2 = page:addSection("Inf Mode")
  53.  
  54. section1:addButton("Open", function()
  55. loadstring(game:HttpGet("https://raw.githubusercontent.com/6Wumpus6/SpyHub/main/Autoopen", true))()
  56. end)
  57.  
  58. section1:addButton("Close", function()
  59. loadstring(game:HttpGet("https://raw.githubusercontent.com/6Wumpus6/SpyHub/main/Autoclose", true))()
  60. end)
  61.  
  62. section2:addButton("Open", function()
  63. loadstring(game:HttpGet("https://raw.githubusercontent.com/6Wumpus6/SpyHub/main/InfmodeOpen", true))()
  64. end)
  65.  
  66. section2:addButton("Close", function()
  67. loadstring(game:HttpGet("https://raw.githubusercontent.com/6Wumpus6/SpyHub/main/Infmodeclose", true))()
  68. end)
  69.  
  70.  
  71. --Two page
  72. local page2 = venyx:addPage("Autofarm", 5012544693)
  73. local Farm = page2:addSection("Mission Farm")
  74. local Scroll = page2:addSection("Scroll Farm")
  75. getgenv().speed = 500
  76.  
  77.  
  78.     local autofarm
  79.     Farm:addToggle("AutoFarm", nil, function(bool)
  80.         autofarm = bool
  81.     end)
  82.  
  83.     local gift
  84.     Farm:addToggle("Farm Gift Box", nil, function(bool)
  85.         gift = bool
  86.     end)
  87.    
  88.     local RANKUP
  89.     Farm:addToggle("AutoRank", nil, function(bool)
  90.         RANKUP = bool
  91.     end)
  92.    
  93.         local jinfarm
  94.     Scroll:addToggle("Jin Farm", nil, function(bool)
  95.         jinfarm = bool
  96.     end)
  97.  
  98.     Scroll:addToggle("Scroll Farm", nil, function(bool)
  99.         scrollfarm = bool
  100.     end)
  101.    
  102.  
  103. --Warmode Page
  104. local warmodepage = venyx:addPage("War Farm", 5012544693)
  105. local warfarm = warmodepage:addSection("Warmode")
  106.  
  107. local war
  108.     warfarm:addToggle("Warmode", nil, function(bool)
  109.        war = bool
  110.     end)
  111.    
  112.     local reset
  113.     warfarm:addToggle("Reset round 21", nil, function(bool)
  114.         reset = bool
  115.     end)
  116.  
  117. --Three page
  118. local page3 = venyx:addPage("Quests Maker", 5012544693)
  119. local d = page3:addSection("Quests Maker")
  120.  
  121.     d:addButton("Rush",function()
  122.         for i = 1,300 do
  123.             game.Players.LocalPlayer.Character.combat.update:FireServer("rushw")
  124.             wait(.25)
  125.         end
  126.     end)
  127.  
  128.     d:addButton("Jumps",function()
  129.         for v = 1,300 do
  130.             game.Players.LocalPlayer.Character.combat.update:FireServer("takemovement2")
  131.             wait(.25)
  132.         end
  133.     end)
  134.  
  135.     d:addButton("Chakra Charges",function()
  136.         for i = 1,500 do
  137.             game.Players.LocalPlayer.Character.combat.update:FireServer("key","c")
  138.             wait(.1)
  139.             game.Players.LocalPlayer.Character.combat.update:FireServer("key","cend")
  140.             wait(.5)
  141.         end
  142.     end)
  143.  
  144.     d:addButton("Punches",function()
  145.         for i = 1,999 do
  146.             game.Players.LocalPlayer.Character.combat.update:FireServer("mouse1",true)
  147.             wait(.3)
  148.         end
  149.     end)
  150.  
  151.     d:addButton("TP TrainLog",function()
  152.         local player = game.Players.LocalPlayer
  153.         toTarget(player.Character.HumanoidRootPart.Position,workspace.npc.logtraining:FindFirstChild("HumanoidRootPart").Position,CFrame.new(game:GetService("Workspace").npc.logtraining:FindFirstChild("HumanoidRootPart").Position))
  154.     end)
  155.  
  156.     game:GetService('RunService').Stepped:connect(function()
  157.         if autofarm or gift then
  158.             pcall(function()
  159.                 game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  160.             end)
  161.         end
  162.     end)
  163.     local green = "http://www.roblox.com/asset/?id=5459241648"
  164.     local red = "http://www.roblox.com/asset/?id=5459241799"
  165.     local candy = "http://www.roblox.com/asset/?id=6078390771"
  166.     spawn(function()
  167.         while wait() do
  168.             if autofarm then
  169.                 if  player.currentmission.Value == nil then
  170.                     for i,v in pairs(workspace.missiongivers:GetChildren()) do
  171.                         pcall(function()
  172.                             if player.currentmission.Value == nil and v.Name == "" and v:FindFirstChild("Head") and v.Head:FindFirstChild("givemission").Enabled and v.Head.givemission:FindFirstChild("color").Visible  then
  173.                                 local TALK = v:FindFirstChild("Talk")
  174.                                 local lvl = player.statz.lvl.lvl.Value
  175.                                 if lvl <= 699 then
  176.                                     if player.currentmission.Value == nil  and v.Talk:FindFirstChild("typ").Value == "defeat" and v.Head.givemission.Enabled and v.Head.givemission.color.Visible and v.Head.givemission.color.Image == green then
  177.                                         local getmission = v:FindFirstChild("HumanoidRootPart")
  178.                                         local clienttalk = v:FindFirstChild("CLIENTTALK")
  179.                                         repeat wait(.3)
  180.                                             toTarget(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position,v.HumanoidRootPart.Position,CFrame.new(v.HumanoidRootPart.Position+Vector3.new(0,-8,0)))
  181.                                             if (player.Character.HumanoidRootPart.Position-v.HumanoidRootPart.Position).Magnitude < 10 then
  182.                                                 clienttalk:FireServer()
  183.                                                 wait(.3)
  184.                                                 clienttalk:FireServer("accept")
  185.                                             end
  186.                                         until mission.Visible or v:FindFirstChild("Head").givemission.Enabled == false or player.currentmission.Value == "mission" or not autofarm
  187.                                     end
  188.                                 elseif lvl >= 700 then
  189.                                     if player.currentmission.Value == nil and TALK.typ.Value == "defeat" and v.Head.givemission.Enabled and v.Head.givemission.color.Visible and v.Head.givemission.color.Image == green or v.Head.givemission.color.Image == red then
  190.                                         local getmission = v:FindFirstChild("HumanoidRootPart")
  191.                                         local clienttalk = v:FindFirstChild("CLIENTTALK")
  192.                                         repeat wait(.3)
  193.                                             toTarget(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position,v.HumanoidRootPart.Position,CFrame.new(v.HumanoidRootPart.Position+Vector3.new(0,-8,0)))
  194.                                             if (player.Character.HumanoidRootPart.Position-v.HumanoidRootPart.Position).Magnitude < 10 then
  195.                                                 clienttalk:FireServer()
  196.                                                 wait(.3)
  197.                                                 clienttalk:FireServer("accept")
  198.                                             end
  199.                                         until mission.Visible or v:FindFirstChild("Head").givemission.Enabled == false or player.currentmission.Value == "mission" or not autofarm
  200.                                     end
  201.                                 end
  202.                             end
  203.                         end)
  204.                     end
  205.                 else
  206.                     for i,v in pairs(workspace.npc:GetChildren()) do
  207.                         pcall(function()
  208.                             if v.ClassName == "Model" and v:FindFirstChild("npctype") and string.find(v.Name, "npc") and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") and v.Head.CFrame.Y > -1000 then
  209.                                 repeat wait(.5)
  210.                                     toTarget(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position,v.HumanoidRootPart.Position,CFrame.new(v.HumanoidRootPart.Position+Vector3.new(0,-8,0)))
  211.                                     v.Humanoid.Health = 0
  212.                                 until v.Humanoid.Health == 0 or not autofarm or player.currentmission.Value == nil
  213.                             end
  214.                         end)
  215.                     end
  216.                 end
  217.             end
  218.         end
  219.     end)
  220.     spawn(function()
  221.         while wait() do
  222.             if gift then
  223.                 local spins = player.statz.spins.Value
  224.                 if spins < 500 then
  225.                     for i,v in pairs(workspace.missiongivers:GetChildren()) do
  226.                         pcall(function()
  227.                             if mission.Visible == false and v.ClassName == "Model" and v:FindFirstChild("Head"):FindFirstChild("givemission").Enabled and v:FindFirstChild("CLIENTTALK") and v:FindFirstChild("Talk") and string.find(v.Talk.talk1.Value, "Happy holidays, here is 1 FREE spin!") and v.Talk:FindFirstChild("typ").Value == "halloweenevent" and v.Head.givemission.color.Image == gift then
  228.                                 repeat wait(.3)
  229.                                     toTarget(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position,v.HumanoidRootPart.Position,CFrame.new(v.HumanoidRootPart.Position+Vector3.new(0,-5,0)))
  230.                                     v.CLIENTTALK:FireServer()
  231.                                     wait(.2)
  232.                                     v.CLIENTTALK:FireServer("accept")
  233.                                 until v:FindFirstChild("Head").givemission.Enabled == false or not gift
  234.                             end
  235.                         end)
  236.                     end
  237.                 else
  238.                     print("max spins reached 500")
  239.                 end
  240.             end
  241.         end
  242.     end)
  243.     local function SCROLLFARM()
  244.         for i,v in pairs(game.workspace.GLOBALTIME:GetChildren()) do
  245.             if v.ClassName == "Model" and v:FindFirstChild("sh") and v.sh.Position.Y > -1000 and v.sh.Position.Y < 2000 then
  246.                 local scrollA = v.sh:FindFirstChild("invoke")
  247.                 print("SCROLL SPAWNED")
  248.                 pcall(function()
  249.                     toTarget(game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart").Position,v.sh.Position,CFrame.new(v.sh.Position))
  250.                 end)
  251.                 scrollA:FireServer(game.Players.LocalPlayer)
  252.                 fireclickdetector(v.sh.ClickDetector)
  253.             end
  254.         end
  255.     end
  256.     local function SCROLLFARM1()
  257.         for i,v in pairs(game.workspace:GetChildren()) do
  258.             if v.ClassName == "Model" and v:FindFirstChild("sh") and v.sh.Position.Y > -1000 and v.sh.Position.Y < 2000 then
  259.                 local scrollA = v.sh:FindFirstChild("invoke")
  260.                 print("SCROLL SPAWNED in workspace")
  261.                 pcall(function()
  262.                     toTarget(game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart").Position,v.sh.Position,CFrame.new(v.sh.Position))
  263.                     scrollA:FireServer(game.Players.LocalPlayer)
  264.                     fireclickdetector(v.sh.ClickDetector)
  265.                 end)
  266.             end
  267.         end
  268.     end
  269.  
  270.     spawn(function()
  271.         while wait() do
  272.             if scrollfarm then
  273.                 repeat wait()
  274.                     SCROLLFARM()
  275.                     SCROLLFARM1()
  276.                 until not scrollfarm or not war or not war2
  277.             end
  278.         end
  279.     end)
  280.    
  281.         game:GetService('RunService').Stepped:connect(function()
  282.         if war or war2 then
  283.             pcall(function()
  284.                 game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  285.             end)
  286.         end
  287.     end)
  288.  
  289.     spawn(function()
  290.         while wait() do
  291.             if war or war2 then
  292.                 repeat wait()
  293.                     SCROLLFARM()
  294.                     SCROLLFARM1()
  295.                 until not scrollfarm or not war or not war2
  296.             end
  297.         end
  298.     end)
  299.     spawn(function()
  300.         while wait() do
  301.             if war then
  302.                 pcall(function()
  303.                     refresh:Refresh("War Completed: " .. count)
  304.                     refreshC:Refresh("Round: " .. workspace.warserver.round.Value)
  305.                 end)
  306.                 for i,v in pairs(workspace.npc:GetChildren()) do
  307.                     if workspace.warserver:FindFirstChild("zetsu").Value > 0 and string.find(workspace.warserver.text.Value, "Left") or string.find(workspace.warserver.text.Value, "DEFEAT") and v.ClassName == "Model" and v:FindFirstChild("npc") and string.find(v.Name, "npc") and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") and v.Head.CFrame.Y > -1000 and not v:FindFirstChild("megaboss") then
  308.                         wait(.2)
  309.                         pcall(function()
  310.                             v.Humanoid.Health = 0
  311.                         end)
  312.                     elseif v.ClassName == "Model" and v:FindFirstChild("npc") and string.find(v.Name, "npc") and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") and v.Head.CFrame.Y > -1000 and v:FindFirstChild("megaboss") then
  313.                         wait(6)
  314.                         pcall(function()
  315.                             toTarget(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position,v.HumanoidRootPart.Position,CFrame.new(v.HumanoidRootPart.Position))
  316.                             v.Humanoid.Health = 0
  317.                         end)
  318.                     end
  319.                 end
  320.                 if reset then
  321.                     for i,v in pairs(game:GetService("Workspace"):GetChildren()) do
  322.                         if v.Name == "warserver" and v:FindFirstChild("round").Value > 20 then
  323.                             wait(5)
  324.                             player.Character:BreakJoints()
  325.                             repeat wait()
  326.                             until v.round.Value == 0
  327.                             count = count + 1
  328.                         end
  329.                     end
  330.                 end
  331.             end
  332.         end
  333.     end)
  334.    
  335.     spawn(function()
  336.         while wait() do
  337.             if war2 then
  338.                 refresh:Refresh("War Completed: " .. count)
  339.                 refreshC:Refresh("Round: " .. workspace.warserver.round.Value)
  340.                 for i,v in pairs(workspace.npc:GetChildren()) do
  341.                     if workspace.warserver:FindFirstChild("zetsu").Value > 0 and string.find(workspace.warserver.text.Value, "Left") or string.find(workspace.warserver.text.Value, "DEFEAT") and v.ClassName == "Model" and v:FindFirstChild("npc") and string.find(v.Name, "npc") and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") and v.Head.CFrame.Y > -1000 and not v:FindFirstChild("megaboss") then
  342.                         pcall(function()
  343.                             repeat wait()
  344.                             toTarget(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position,v.HumanoidRootPart.Position,CFrame.new(v.HumanoidRootPart.Position+Vector3.new(0,-12,0)))
  345.                             wait(.3)
  346.                             v.Humanoid.Health = 0
  347.                             until v.Humanoid.Health == 0
  348.                         end)
  349.                     elseif v.ClassName == "Model" and v:FindFirstChild("npc") and string.find(v.Name, "npc") and v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") and v.Head.CFrame.Y > -1000 and v:FindFirstChild("megaboss") then
  350.                         wait(8)
  351.                         pcall(function()
  352.                             toTarget(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position,v.HumanoidRootPart.Position,CFrame.new(v.HumanoidRootPart.Position+Vector3.new(0,-25,0)))
  353.                             v.Humanoid.Health = 0
  354.                         end)
  355.                     else
  356.                         wait()
  357.                     end
  358.                 end
  359.                 if reset then
  360.                     for i,v in pairs(game:GetService("Workspace"):GetChildren()) do
  361.                         if v.Name == "warserver" and v:FindFirstChild("round").Value > 20 then
  362.                             wait(5)
  363.                             player.Character:BreakJoints()
  364.                             repeat wait()
  365.                             until v.round.Value == 0
  366.                             count = count + 1
  367.                         end
  368.                     end
  369.                 end
  370.             end
  371.         end
  372.     end)
  373.  
  374.     local function JINFARM()
  375.         for i,v in pairs(game:GetService("Workspace").npc:GetChildren()) do
  376.             if v.Name == "npc1" then
  377.                 repeat wait()
  378.                     pcall(function()
  379.                         toTarget(game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart").Position,v.HumanoidRootPart.Position,CFrame.new(v.HumanoidRootPart.Position+Vector3.new(0,-25,0)))
  380.                         player.Character.combat.update:FireServer("mouse1", true)
  381.                         wait(.1)
  382.                         v.Humanoid.HealthChanged:Connect(function()
  383.                             v.Humanoid.Health = 0
  384.                         end)
  385.                     end)
  386.                 until v.Humanoid.Health == 0 or not jinfarm
  387.             end
  388.         end
  389.     end
  390.     spawn(function()
  391.         while wait() do
  392.             if jinfarm then
  393.                 JINFARM()
  394.             end
  395.         end
  396.     end)
  397.     spawn(function()
  398.         while wait() do
  399.             if RANKUP and player.statz.lvl:FindFirstChild("lvl").Value == 1000 then
  400.                 repeat wait()
  401.                     game.Players.LocalPlayer.startevent:FireServer("rankup")
  402.                 until player.statz.lvl:FindFirstChild("lvl").Value == 1 or not RANKUP
  403.             end
  404.         end
  405.     end)
  406.    
  407. --Four page
  408. if game.PlaceId == menuplace then
  409. local inf = venyx:addPage("Inf Spin", 5012544693)
  410. local spin = inf:addSection("Infinity Spin")
  411.  
  412.     --main menu
  413.     local kgs = {}
  414.     for i,v in pairs(game:GetService("ReplicatedStorage").alljutsu:GetChildren()) do
  415.         if v:FindFirstChild("KG") then
  416.             table.insert(kgs, v.Name)
  417.         end
  418.     end
  419.    
  420.     local b
  421.     local kgslot
  422.     local kgvalue
  423.     spin:addDropdown("KG SLOT",{"kg1", "kg2", "kg3", "kg4"},function(kgS)
  424.         b = kgS
  425.         kgslot = game.Players.LocalPlayer.statz.main:FindFirstChild(b)
  426.         kgvalue = kgslot.Value
  427.         print(kgslot)
  428.         print(kgvalue)
  429.     end)
  430.     local a1
  431.     spin:addDropdown("KG Select",kgs,function(KG1)
  432.         print("Selected: " .. KG1)
  433.         a1 = KG1
  434.     end)
  435.     local a2
  436.     spin:addDropdown("KG Select",kgs,function(KG2)
  437.         print("Selected: " .. KG2)
  438.         a2 = KG2
  439.     end)
  440.     local a3
  441.     spin:addDropdown("KG Select",kgs,function(KG3)
  442.         print("Selected: " .. KG3)
  443.         a3 = KG3
  444.     end)
  445.     local a4
  446.     spin:addDropdown("KG Select",kgs,function(KG4)
  447.         print("Selected: " .. KG4)
  448.         a4 = KG4
  449.     end)
  450.     local a5
  451.     spin:addDropdown("KG Select",kgs,function(KG5)
  452.         print("Selected: " .. KG5)
  453.         a5 = KG5
  454.     end)
  455.     spin:addButton("Start Spin KG",function()
  456.         kgslot.ChildAdded:Connect(function(yes)
  457.             if yes.Name == "dontspin" then
  458.                 wait(.1)
  459.                 yes:Destroy()
  460.             end
  461.         end)
  462.    
  463.         local spins = game.Players.LocalPlayer.statz.spins.Value
  464.         local des = game.Players.LocalPlayer.statz.spins
  465.         spawn(function()
  466.             for i,v in pairs(game:GetService("ReplicatedStorage").alljutsu:GetChildren()) do
  467.                 if v:FindFirstChild("KG") then
  468.                     local a = Instance.new("StringValue")
  469.                     a.Name = v.Name
  470.                     a.Parent = game.Players.LocalPlayer.statz.genkailevel
  471.                 end
  472.             end
  473.         end)
  474.        
  475.         spawn(function()
  476.             while wait() do
  477.                 if spins > 0 then
  478.                     spins = game.Players.LocalPlayer.statz.spins.Value
  479.                     kgvalue = kgslot.Value
  480.                     print("Rolled: " .. kgvalue)
  481.                     if kgvalue ~= a1 and kgvalue ~= a2 and kgvalue ~= a3 and kgvalue ~= a4 and kgvalue ~= a5 then
  482.                         kgvalue = kgslot.Value
  483.                         game.Players.LocalPlayer.startevent:FireServer("spin", b)
  484.                         wait(.2)
  485.                         kgvalue = kgslot.Value
  486.                     else
  487.                         print("You have got: " .. kgvalue)
  488.                     end
  489.                 else
  490.                     player.statz.spins:Destroy()
  491.                     game:GetService('TeleportService'):Teleport(game.PlaceId, player)
  492.                 end
  493.             end
  494.         end)
  495.     end)
  496.  
  497.     spin:addButton("Reset Spin NOW",function()
  498.         player.statz.spins:Destroy()
  499.         game:GetService('TeleportService'):Teleport(game.PlaceId, player)    
  500.     end)
  501. end
  502.  
  503. --Five page
  504. local page5 = venyx:addPage("Discord", 5012544693)
  505. local Discord = page5:addSection("Mission Farm")
  506.  
  507. Discord:addButton("Copy Discord Link", function()
  508.     setclipboard("https://discord.gg/kS9mrChF4m")
  509. end)
  510.    
  511. -- Theme page
  512. local settings = venyx:addPage("Settings", 5012544693)
  513. local colors = settings:addSection("Colors")
  514. local setting = settings:addSection("Settings")
  515.  
  516. setting:addKeybind("Show/Hide Settings", Enum.KeyCode.P, function()
  517. print("Activated Keybind")
  518. venyx:toggle()
  519. end, function()
  520. print("Changed Keybind")
  521. end)
  522.  
  523. for theme, color in pairs(themes) do -- all in one theme changer, i know, im cool
  524. colors:addColorPicker(theme, color, function(color3)
  525. venyx:setTheme(theme, color3)
  526. end)
  527. end
  528.  
  529. -- load
  530. venyx:SelectPage(venyx.pages[1], true) -- no default for more freedom
  531.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement