Advertisement
Phantonym

SPTS Script V0.1

Sep 13th, 2022 (edited)
5,075
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.57 KB | Source Code | 1 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("SPTS hack hub v0.1", "Ocean")
  3.  
  4. -- if game.PlaceID == 2202352383 or if game.PlaceID == 10710676163
  5.  
  6. -- Home Tab
  7. local Home = Window:NewTab("Home")
  8. local HomeCredit = Home:NewSection("Created by Astrovation - V3RMILLION")              -- Section 1; Utilities
  9.  
  10.  
  11. -- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x, y, z)
  12. -- Teleport Tab
  13. local Teleports = Window:NewTab("Teleport")
  14. -- Body toughness teleports
  15. local TeleportsBT = Teleports:NewSection("Body toughness")              -- Section 1; Body toughness training
  16. TeleportsBT:NewButton("Ice pool", "Requires 100 BT, 5x Multiplier", function()
  17.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(367, 249, -445)
  18. end)
  19. TeleportsBT:NewButton("Lava bath", "Requires 10K BT, 10x Multiplier", function()
  20.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(353, 263, -494)
  21. end)
  22. TeleportsBT:NewButton("Iceberg", "Requires 100K BT, 20x Multiplier", function()
  23.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1632, 259, 2248)
  24. end)
  25. TeleportsBT:NewButton("Tornado", "Requires 1M BT, 50x Multiplier", function()
  26.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2295, 976, 1074)
  27. end)
  28. TeleportsBT:NewButton("Volcano", "Requires 10M BT, 100x Multiplier", function()
  29.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2044, 714, -1888)
  30. end)
  31. TeleportsBT:NewButton("Hell fire pit", "Requires 1B BT, 2 000x Multiplier", function()
  32.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-244, 284, 979)
  33. end)
  34. TeleportsBT:NewButton("Green acid pool", "Requires 400B BT, 40 000x Multiplier", function()
  35.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-288, 278, 994)
  36. end)
  37. TeleportsBT:NewButton("Red acid pool", "Requires 10T BT, 800 000x Multiplier", function()
  38.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-275, 279, 1005)
  39. end)
  40.  
  41. -- Fist strength teleports
  42. local TeleportsFS = Teleports:NewSection("Fist strength")              -- Section 2; Fist strength training
  43. TeleportsFS:NewButton("Stone", "Requires 100 FS, 10x Multiplier", function()
  44.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(406, 271, 981)
  45. end)
  46. TeleportsFS:NewButton("Crystal", "Requires 100K FS, 100x Multiplier", function()
  47.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2274, 1943, 1051)
  48. end)
  49. TeleportsFS:NewButton("Blue God Star", "Requires 1B FS, 2 000x Multiplier", function()
  50.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1177, 4789, -2294)
  51. end)
  52. TeleportsFS:NewButton("Green God Star", "Requires 100B FS, 40 000x Multiplier", function()
  53.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1382, 9274, 1647)
  54. end)
  55. TeleportsFS:NewButton("Red God Star", "Requires 10T FS, 800 000x Multiplier", function()
  56.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-372, 15734, -18)
  57. end)
  58.  
  59. -- Psychic power teleports
  60. local TeleportsPP = Teleports:NewSection("Psychic power")              -- Section 3; Psychic power training
  61. TeleportsPP:NewButton("First lawn", "Requires 1M PP, 100x Multiplier", function()
  62.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2531, 5486, -534)
  63. end)
  64. TeleportsPP:NewButton("Second lawn", "Requires 1B PP, 10 000x Multiplier", function()
  65.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2560, 5500, -440)
  66. end)
  67. TeleportsPP:NewButton("Bridge", "Requires 1T PP, 1000 000x Multiplier", function()
  68.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2581, 5516, -503)
  69. end)
  70. TeleportsPP:NewButton("Waterfall", "Requires 1Qa PP, 100 000 000x Multiplier", function()
  71.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2544, 5412, -495)
  72. end)
  73.  
  74. -- Misc places teleport
  75. local TeleportsMisc = Teleports:NewSection("Other places")              -- Section 4; Other places
  76. TeleportsMisc:NewButton("Safe/spawn zone", "Spawn area", function()
  77.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(429, 249, 877)
  78. end)
  79.  
  80.  
  81. -- Auto farm Tab
  82. local Farm = Window:NewTab("Auto farm")
  83. local FarmInfo = Farm:NewSection("In v0.2")              -- Section 1; Info
  84.  
  85. -- miscellaneous Tab
  86. local Misc = Window:NewTab("Misc")
  87. local MiscMisc = Misc:NewSection("Misc")              -- Section 1; Utilities
  88. -- Anti AFK tab
  89. MiscMisc:NewButton("Anti AFK", "Disables auto-kick after 20 minutes without input.", function()    -- Button 1; Anti AFK
  90.     local vu = game:GetService("VirtualUser")
  91.     game:GetService("Players").LocalPlayer.Idled:connect(function()
  92.     vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  93.     wait(1)
  94.     vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  95.     end)
  96. end)
  97. MiscMisc:NewButton("Auto clicker GUI", "Opens external auto clicker.", function()    -- Button 1; Anti AFK
  98.     loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/JustEzpi/ROBLOX-Scripts/main/ROBLOX_AutoClicker"))()
  99. end)
  100.  
  101.  
  102.  
  103. -- Credit
  104. local Credit = Window:NewTab("Credit")
  105. local CreditCredit = Credit:NewSection("Created by Astrovation - V3RMILLION")              -- Section 1; Utilities
  106. CreditCredit:NewLabel("Credits to Kavo Library & LuckyMMB")
  107.  
  108.  
  109.  
  110.  
  111. -- Ideas
  112. -- Auto go to place and click
  113. -- ESP
  114. -- Player information
  115. -- Calculator
Tags: Roblox lua Script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement