SKULLY09

RubyClient | SPTS Classic

Nov 11th, 2024
1,068
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.28 KB | None | 0 0
  1. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  2.  
  3. local Window = Rayfield:CreateWindow({
  4. Name = "SPTS Classic",
  5. LoadingTitle = "SPTS Classic",
  6. LoadingSubtitle = "by RedRuby",
  7. Theme = "Default", -- DarkBlue, Green, Light, Default - more coming soon!
  8.  
  9. DisableRayfieldPrompts = true,
  10.  
  11. ConfigurationSaving = {
  12. Enabled = true,
  13. FolderName = nil, -- Create a custom folder for your hub/game
  14. FileName = "SPTS_Classic"
  15. },
  16.  
  17. Discord = {
  18. Enabled = false, -- Prompt the user to join your Discord server if their executor supports it
  19. Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
  20. RememberJoins = true -- Set this to false to make them join the discord every time they load it up
  21. },
  22.  
  23. KeySystem = false, -- Set this to true to use our key system
  24. KeySettings = {
  25. Title = "Untitled",
  26. Subtitle = "Key System",
  27. Note = "No method of obtaining the key is provided", -- Use this to tell the user how to get a key
  28. FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
  29. SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script
  30. GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
  31. Key = {"Hello"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
  32. }
  33. })
  34.  
  35. local Tab = Window:CreateTab("Teleports", 4483362458)
  36.  
  37. -- Function to teleport the player to specified coordinates
  38. local function teleportPlayer(x, y, z)
  39. local player = game.Players.LocalPlayer
  40. if player and player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  41. player.Character.HumanoidRootPart.CFrame = CFrame.new(x, y, z)
  42. end
  43. end
  44.  
  45. local Section = Tab:CreateSection("Main")
  46.  
  47. local TPButton = Tab:CreateButton({
  48. Name = "Spawn",
  49. Callback = function()
  50. teleportPlayer(475.11737060546875, 249.19012451171875, 895.071044921875)
  51. end,
  52. })
  53.  
  54. local Section = Tab:CreateSection("Psychic Power")
  55.  
  56. local TPButton = Tab:CreateButton({
  57. Name = "First Lawn | 1M+ PP | 100x",
  58. Callback = function()
  59. teleportPlayer(-2533.02392578125, 5486.5712890625, -535.8634033203125)
  60. end,
  61. })
  62.  
  63. local TPButton = Tab:CreateButton({
  64. Name = "Second Lawn | 1B+ PP | 10,000x",
  65. Callback = function()
  66. teleportPlayer(-2557.031494140625, 5500.59716796875, -439.5203857421875)
  67. end,
  68. })
  69.  
  70. local TPButton = Tab:CreateButton({
  71. Name = "Bridge | 1T+ PP | 1,000.000x",
  72. Callback = function()
  73. teleportPlayer(-2582.05712890625, 5516.4345703125, -501.3984680175781)
  74. end,
  75. })
  76.  
  77. local TPButton = Tab:CreateButton({
  78. Name = "WaterFall | 1Qa+ PP | 100,000,000x",
  79. Callback = function()
  80. teleportPlayer(-2553.91015625, 5412.6650390625, -491.4616394042969)
  81. end,
  82. })
  83.  
  84. local Section = Tab:CreateSection("Fist Strength")
  85.  
  86. local TPButton = Tab:CreateButton({
  87. Name = "Rock | N/A FS | 10x",
  88. Callback = function()
  89. teleportPlayer(410.6899719238281, 270.9917297363281, 979.1093139648438)
  90. end,
  91. })
  92.  
  93. local TPButton = Tab:CreateButton({
  94. Name = "Crystal | N/A FS | 100x",
  95. Callback = function()
  96. teleportPlayer(-2270.9228515625, 1943.3721923828125, 1054.94384765625)
  97. end,
  98. })
  99.  
  100. local TPButton = Tab:CreateButton({
  101. Name = "Blue God Star | 1B+ FS | 2.000x",
  102. Callback = function()
  103. teleportPlayer(1178.09912109375, 4789.189453125, -2293.70263671875)
  104. end,
  105. })
  106.  
  107. local TPButton = Tab:CreateButton({
  108. Name = "Green God Star | 100B+ FS | 40,000x",
  109. Callback = function()
  110. teleportPlayer(1374.8043212890625, 9273.4052734375, 1646.5338134765625)
  111. end,
  112. })
  113.  
  114. local TPButton = Tab:CreateButton({
  115. Name = "Red God Star | 10T+ FS | 800,000x",
  116. Callback = function()
  117. teleportPlayer(-364.9831848144531, 15735.205078125, -11.264960289001465)
  118. end,
  119. })
  120.  
  121. local Section = Tab:CreateSection("Body Toughness")
  122.  
  123. local TPButton = Tab:CreateButton({
  124. Name = "Ice Bathtub | 100+ BT | 5x",
  125. Callback = function()
  126. teleportPlayer(366.14349365234375, 249.73130798339844, -444.55377197265625)
  127. end,
  128. })
  129.  
  130. local TPButton = Tab:CreateButton({
  131. Name = "Fire Pit | 10,000+ BT | 10x",
  132. Callback = function()
  133. teleportPlayer(348.9310607910156, 263.7520751953125, -496.96142578125)
  134. end,
  135. })
  136.  
  137. local TPButton = Tab:CreateButton({
  138. Name = "IceBerg | 100,000+ BT | 20x",
  139. Callback = function()
  140. teleportPlayer(1629.7491455078125, 264.60382080078125, 2249.373291015625)
  141. end,
  142. })
  143.  
  144. local TPButton = Tab:CreateButton({
  145. Name = "Tornado | 1M+ BT | 50x",
  146. Callback = function()
  147. teleportPlayer(1629.7491455078125, 264.60382080078125, 2249.373291015625)
  148. end,
  149. })
  150.  
  151. local TPButton = Tab:CreateButton({
  152. Name = "Volcano | 10M+ BT | 10x",
  153. Callback = function()
  154. teleportPlayer(1629.7491455078125, 264.60382080078125, 2249.373291015625)
  155. end,
  156. })
  157.  
  158. local TPButton = Tab:CreateButton({
  159. Name = "Hellfire Pit | 1B+ BT | 2000x",
  160. Callback = function()
  161. teleportPlayer(-247.53366088867188, 286.8901062011719, 977.7513427734375)
  162. end,
  163. })
  164.  
  165. local TPButton = Tab:CreateButton({
  166. Name = "Green Acid Pool | 100B+ BT | 40,000x",
  167. Callback = function()
  168. teleportPlayer(-275.6131591796875, 281.4196472167969, 992.1857299804688)
  169. end,
  170. })
  171.  
  172. local TPButton = Tab:CreateButton({
  173. Name = "Red Acid Pool | 10T+ FS | 800,000x",
  174. Callback = function()
  175. teleportPlayer(-276.7928771972656, 281.4198913574219, 1007.809814453125)
  176. end,
  177. })
  178.  
  179. local Tab = Window:CreateTab("Auto", 4483362458)
  180.  
  181. local Tab = Window:CreateTab("Misc", 4483362458)
  182.  
  183. local AntiAFKToggle = Tab:CreateToggle({
  184. Name = "Anti-AFK",
  185. CurrentValue = false,
  186. Flag = "AntiAFK",
  187. Callback = function(Value)
  188. local VU = game:GetService('VirtualUser')
  189. game:GetService('Players').LocalPlayer.Idled:Connect(function()
  190. if Value then
  191. VU:CaptureController()
  192. VU:ClickButton2(Vector2.new())
  193. end
  194. end)
  195. end,
  196. })
  197.  
Advertisement
Add Comment
Please, Sign In to add comment