Advertisement
IGTV_PRO

TKA

Apr 9th, 2023
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.34 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("|COSMOHUB|TKA|", "GrapeTheme")
  3.  
  4. local Main = Window:NewTab("Main")
  5.  
  6. local Mn = Main:NewSection("Main")
  7.  
  8. local TP = Window:NewTab("Teleport")
  9.  
  10. local NPC = TP:NewSection("NPC SPAWN")
  11. local player = TP:NewSection("PLAYER SPAWNS")
  12.  
  13. local AutoFarm = Window:NewTab("Auto Farm")
  14.  
  15. local VS = Window:NewTab("Visual")
  16.  
  17. local level = VS:NewSection("Level")
  18. local Reputation = VS:NewSection("Reputation")
  19.  
  20. Reputation:NewButton("Hero", "", function()
  21. game.Players.LocalPlayer.Data.Reputation.Value = 100000
  22. end)
  23.  
  24. Reputation:NewButton("Heroic", "", function()
  25. game.Players.LocalPlayer.Data.Reputation.Value = 500
  26. end)
  27.  
  28. Reputation:NewButton("Neutral", "", function()
  29. game.Players.LocalPlayer.Data.Reputation.Value = 10
  30. end)
  31.  
  32. Reputation:NewButton("Hostile", "", function()
  33. game.Players.LocalPlayer.Data.Reputation.Value = -200
  34. end)
  35.  
  36. Reputation:NewButton("Villain", "", function()
  37. game.Players.LocalPlayer.Data.Reputation.Value = -1000
  38. end)
  39.  
  40. level:NewTextBox("Insert level", "Insert Level you want", function(txt)
  41. game.Players.LocalPlayer.Data.Level.Value = (txt)
  42. end)
  43.  
  44. local AF = AutoFarm:NewSection("WORK IN PROGRESS...")
  45.  
  46. local CR = Window:NewTab("Credits")
  47.  
  48. local USER = CR:NewSection("Blooper#6162")
  49. local DIS = CR:NewSection("Discord Server")
  50.  
  51. DIS:NewButton("Copy Discord Server", "Click to copy discord server", function()
  52. setclipboard([[https://discord.gg/VeRXh33uhg]])
  53. end)
  54.  
  55. NPC:NewButton("SPAWN 1", "", function()
  56. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-934.75, 33.578125, 379.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  57. end)
  58.  
  59. NPC:NewButton("SPAWN 2", "", function()
  60. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-148.510422, 46.5, -296.35907, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  61. end)
  62.  
  63. NPC:NewButton("SPAWN 3", "", function()
  64. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-49.8643875, 46.5, -323.557129, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  65. end)
  66.  
  67. NPC:NewButton("SPAWN 4", "", function()
  68. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(390.87619, 44.625, 393.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  69. end)
  70.  
  71. NPC:NewButton("SPAWN 5", "", function()
  72. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(585.304443, 44.5565147, 544.204468, 0.999079704, -0.0428921692, 0, 0.0428921692, 0.999079704, 0, 0, 0, 1)
  73. end)
  74.  
  75.  
  76. player:NewButton("SPAWN 1", "Near Lake", function()
  77. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-149.498184, -1.52211833, 188.338928, 0.999993443, 0.00362651912, 1.40103512e-05, -0.00362307648, 0.999198198, -0.0398729332, -0.000158599069, 0.0398726203, 0.999204755)
  78. end)
  79.  
  80. player:NewButton("SPAWN 2", "New Brige, center", function()
  81. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-719.700562, 30.5127754, -260.505798, 0.998272061, 0.0587568954, 0.000687659485, -0.0587609187, 0.998204231, 0.0116380919, -2.60665547e-06, -0.0116583891, 0.999932051)
  82. end)
  83.  
  84. player:NewButton("SPAWN 3", "New Brige, center", function()
  85. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-755.5, 30.2999992, -410, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  86. end)
  87.  
  88. player:NewButton("SPAWN 4", "Near Lake, further", function()
  89. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(11.25, 2.5, 52, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  90. end)
  91.  
  92. Mn:NewButton("INF STAMINA", "", function()
  93. while wait() do
  94. game.Players.LocalPlayer.Character.Stamina.Value = 100
  95. end
  96. end)
  97.  
  98. Mn:NewButton("INF YIELD", "", function()
  99. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  100. end)
  101.  
  102. Mn:NewButton("ESP", "", function()
  103. local Esp = loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/x114/RobloxScripts/main/OpenSourceEsp"))()
  104.  
  105. Esp.Box = true
  106. Esp.BoxColor = Color3.fromRGB(255,255,255)
  107. Esp.BoxTrasnparency = 1
  108. Esp.BoxOutline = true
  109. Esp.BoxOutlineColor = Color3.fromRGB(0,0,0)
  110.  
  111. Esp.HealthBar = true
  112. Esp.HealthBarSide = "Left" -- Left,Bottom,Right
  113.  
  114. Esp.Names = true
  115. Esp.NamesColor = Color3.fromRGB(255,255,255)
  116. Esp.NamesOutline = true
  117. Esp.NamesFont = 2
  118. Esp.NamesSize = 13
  119. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement