Advertisement
Riwan9549

Tropical resort

Jun 15th, 2023 (edited)
2,221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.88 KB | None | 0 0
  1. repeat wait() until game:IsLoaded()
  2.  
  3. game:service'Players'.LocalPlayer.Idled:connect(function()
  4. game:service'VirtualUser':CaptureController()
  5. game:service'VirtualUser':ClickButton2(Vector2.new())
  6. end)
  7.  
  8. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  9. local Window = Library.CreateLib("Tropical Resort | Riwan#9549 | Last Update : 15/06/2023", "DarkTheme")
  10.  
  11. local autofarm = Window:NewTab("Autofarm")
  12. local teleporttab = Window:NewTab("Teleport Obby")
  13. local othertab = Window:NewTab("Other script")
  14.  
  15. local autofarmsection = autofarm:NewSection("This will give you Unlimited Money")
  16. local teleportobbysection = teleporttab:NewSection("This will teleport you to TeleportObbySection")
  17. local othersection = othertab:NewSection("There are not my script, i found them")
  18.  
  19. local InfoTab = Window:NewTab("Info")
  20. local InfoSectio = InfoTab:NewSection("cant tp and walkspeed")
  21. local InfoSection = InfoTab:NewSection("╔═══════════════════════╗")
  22. local InfoSection2 = InfoTab:NewSection("║ Created by Riwan#9549 ║")
  23. local InfoSection3 = InfoTab:NewSection("║ Last update : 15/06/2023 ║")
  24. local InfoSection4 = InfoTab:NewSection("╠═══════════════════════╣")
  25. local InfoSection5 = InfoTab:NewSection("║ For all my scripts : ║")
  26. local InfoSection6 = InfoTab:NewSection("║ https://rscripts.net/u/Riwan ║")
  27. local InfoSection7 = InfoTab:NewSection("╚═══════════════════════╝")
  28.  
  29. local UnknownPlate = 0
  30. local playerName = game.Players.LocalPlayer.Name
  31.  
  32. local Active = 0
  33.  
  34. local function TpPlayer(where)
  35. game.Workspace.Characters:FindFirstChild(playerName).HumanoidRootPart.CFrame = where + Vector3.new(0,7,0)
  36. end
  37.  
  38.  
  39. othersection:NewButton("Auto buy/collect", "", function()
  40. loadstring(game:HttpGet("https://raw.githubusercontent.com/Logkin/RobloxScript/main/tropicalautobuy"))()
  41.  
  42. end)
  43.  
  44. othersection:NewButton("Vehicules modifier", "", function()
  45. loadstring(game:HttpGet("https://raw.githubusercontent.com/CasperFlyModz/discord.gg-rips/main/UniversalVehicleGUI.lua"))()
  46. end)
  47.  
  48. teleportobbysection:NewButton("CheckPoint 1 ", "Teleport you on obby checkpoint", function()
  49. TpPlayer(game.Workspace.Camera:FindFirstChild("5").Primary.CFrame)
  50. end)
  51. teleportobbysection:NewButton("CheckPoint 2 ", "Teleport you on obby checkpoint", function()
  52. TpPlayer(game.Workspace.Camera:FindFirstChild("6").Primary.CFrame)
  53. end)
  54. teleportobbysection:NewButton("CheckPoint 3 ", "Teleport you on obby checkpoint", function()
  55. TpPlayer(game.Workspace.Camera:FindFirstChild("7").Primary.CFrame)
  56. end)
  57. teleportobbysection:NewButton("CheckPoint 4 ", "Teleport you on obby checkpoint", function()
  58. TpPlayer(game.Workspace.Camera:FindFirstChild("8").Primary.CFrame)
  59. end)
  60. teleportobbysection:NewButton("CheckPoint 5 ", "Teleport you on obby checkpoint", function()
  61. TpPlayer(game.Workspace.Camera:FindFirstChild("9").Primary.CFrame)
  62. end)
  63. teleportobbysection:NewButton("CheckPoint 6 ", "Teleport you on obby checkpoint", function()
  64. TpPlayer(game.Workspace.Camera:FindFirstChild("10").Primary.CFrame)
  65. end)
  66. teleportobbysection:NewButton("CheckPoint 7 ", "Teleport you on obby checkpoint", function()
  67. TpPlayer(game.Workspace.Camera:FindFirstChild("11").Primary.CFrame)
  68. end)
  69. teleportobbysection:NewButton("CheckPoint 8 ", "Teleport you on obby checkpoint", function()
  70. TpPlayer(game.Workspace.Camera:FindFirstChild("12").Primary.CFrame)
  71. end)
  72. teleportobbysection:NewButton("CheckPoint 9 ", "Teleport you on obby checkpoint", function()
  73. TpPlayer(game.Workspace.Camera:FindFirstChild("13").Primary.CFrame)
  74. end)
  75. teleportobbysection:NewButton("CheckPoint 10 ", "Teleport you on obby checkpoint", function()
  76. TpPlayer(game.Workspace.Camera:FindFirstChild("14").Primary.CFrame)
  77. end)
  78. teleportobbysection:NewButton("CheckPoint 11 ", "Teleport you on obby checkpoint", function()
  79. TpPlayer(game.Workspace.Camera:FindFirstChild("15").Primary.CFrame)
  80. end)
  81. teleportobbysection:NewButton("CheckPoint 12 ", "Teleport you on obby checkpoint", function()
  82. TpPlayer(game.Workspace.Camera:FindFirstChild("16").Primary.CFrame)
  83. end)
  84. teleportobbysection:NewButton("CheckPoint 13 ", "Teleport you on obby checkpoint", function()
  85. TpPlayer(game.Workspace.Camera:FindFirstChild("17").Primary.CFrame)
  86. end)
  87. teleportobbysection:NewButton("CheckPoint 14 ", "Teleport you on obby checkpoint", function()
  88. TpPlayer(game.Workspace.Camera:FindFirstChild("18").Primary.CFrame)
  89. end)
  90. teleportobbysection:NewButton("CheckPoint 15 ", "Teleport you on obby checkpoint", function()
  91. TpPlayer(game.Workspace.Camera:FindFirstChild("19").Primary.CFrame)
  92. end)
  93.  
  94.  
  95. autofarmsection:NewToggle("AutoFarm Obby", "Farm the obby for you", function(state)
  96. if state then
  97. Active = 1
  98. repeat
  99. if Active == 1 then
  100. TpPlayer(game.Workspace.Camera:FindFirstChild("5").Primary.CFrame)
  101. end
  102. if Active == 1 then
  103. wait(3)
  104. TpPlayer(game.Workspace.Camera:FindFirstChild("6").Primary.CFrame)
  105. end
  106. if Active == 1 then
  107. wait(5)
  108. TpPlayer(game.Workspace.Camera:FindFirstChild("7").Primary.CFrame)
  109. end
  110. if Active == 1 then
  111. wait(8)
  112. TpPlayer(game.Workspace.Camera:FindFirstChild("8").Primary.CFrame)
  113. end
  114. if Active == 1 then
  115. wait(6)
  116. TpPlayer(game.Workspace.Camera:FindFirstChild("9").Primary.CFrame)
  117. end
  118. if Active == 1 then
  119. wait(8)
  120. TpPlayer(game.Workspace.Camera:FindFirstChild("10").Primary.CFrame)
  121. end
  122. if Active == 1 then
  123. wait(10)
  124. TpPlayer(game.Workspace.Camera:FindFirstChild("11").Primary.CFrame)
  125. end
  126. if Active == 1 then
  127. wait(13)
  128. TpPlayer(game.Workspace.Camera:FindFirstChild("12").Primary.CFrame)
  129. end
  130. if Active == 1 then
  131. wait(7)
  132. TpPlayer(game.Workspace.Camera:FindFirstChild("13").Primary.CFrame)
  133. end
  134. if Active == 1 then
  135. wait(6)
  136. TpPlayer(game.Workspace.Camera:FindFirstChild("14").Primary.CFrame)
  137. end
  138. if Active == 1 then
  139. wait(6)
  140. TpPlayer(game.Workspace.Camera:FindFirstChild("15").Primary.CFrame)
  141. end
  142. if Active == 1 then
  143. wait(7)
  144. TpPlayer(game.Workspace.Camera:FindFirstChild("16").Primary.CFrame)
  145. end
  146. if Active == 1 then
  147. wait(7)
  148. TpPlayer(game.Workspace.Camera:FindFirstChild("17").Primary.CFrame)
  149. end
  150. if Active == 1 then
  151. wait(7)
  152. TpPlayer(game.Workspace.Camera:FindFirstChild("18").Primary.CFrame)
  153. end
  154. if Active == 1 then
  155. wait(9)
  156. TpPlayer(game.Workspace.Camera:FindFirstChild("19").Primary.CFrame)
  157. wait(5)
  158. end
  159. until Active == 0
  160. else
  161. Active = 0
  162. end
  163. end)
  164.  
  165. repeat
  166. if UnknownPlate == 0 then
  167. repeat
  168. UnknownPlate = UnknownPlate + 1
  169. game.Workspace.Camera:FindFirstChild("").Name = UnknownPlate
  170. wait()
  171. print(UnknownPlate)
  172. until UnknownPlate == 19
  173. end
  174. until UnknownPlate == 19
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement