Advertisement
d3cryptionalization

Infinite Rarities (updated)

Apr 4th, 2023
6,688
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 15.33 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("Infinite Rarities Script (WIP)", "Ocean")
  3.  
  4. local startergui = game:GetService("StarterGui")
  5.  
  6.     -- Main
  7.     local Main = Window:NewTab("Main")
  8.     local MainSection = Main:NewSection("use dex explorer to add more button teleports.")
  9.     local MainSection = Main:NewSection("you can also edit the script to your desire.")
  10.  
  11.  
  12.     MainSection:NewButton("Prestige TP", "Makes you tp to prestige", function()
  13.         local player = game.Players.LocalPlayer.Character
  14. local part = game.Workspace["Prestige"]
  15. player.HumanoidRootPart.CFrame = part.CFrame
  16.     end)
  17.  
  18.     MainSection:NewButton("Rarity Roll TP", "Makes you tp to RarityGet", function()
  19.         local player = game.Players.LocalPlayer.Character
  20. local part = game.Workspace["RarityGet"]
  21. player.HumanoidRootPart.CFrame = part.CFrame
  22.     end)
  23.    
  24.     MainSection:NewButton("Sacrifice TP", "Makes you tp to Sacrifice", function()
  25.         local player = game.Players.LocalPlayer.Character
  26. local part = game.Workspace["Sacrifice"]
  27. player.HumanoidRootPart.CFrame = part.CFrame
  28.     end)
  29.    
  30.     MainSection:NewButton("Ascend TP", "Makes you tp to the Ascend button", function()
  31.         local player = game.Players.LocalPlayer.Character
  32. local part = game.Workspace["Ascend"]
  33. player.HumanoidRootPart.CFrame = part.CFrame
  34.     end)
  35.  
  36. MainSection:NewButton("SP Luck Upgrade TP", "Makes you tp to the luck upgrade button", function()
  37.         local player = game.Players.LocalPlayer.Character
  38. local part = game.Workspace["UpgradeLuck"]
  39. player.HumanoidRootPart.CFrame = part.CFrame
  40.     end)
  41.  
  42. MainSection:NewButton("Bulk Roll TP", "Makes you tp to the Bulk Roll button", function()
  43.         local player = game.Players.LocalPlayer.Character
  44. local part = game.Workspace["UpgradeBr"]
  45. player.HumanoidRootPart.CFrame = part.CFrame
  46.     end)
  47.  
  48. MainSection:NewButton("SP Multiplier TP", "Makes you tp to the SP Multiplier button", function()
  49.         local player = game.Players.LocalPlayer.Character
  50. local part = game.Workspace["UpgradeSPM"]
  51. player.HumanoidRootPart.CFrame = part.CFrame
  52.     end)
  53.  
  54. MainSection:NewButton("Roll Cooldown TP", "Makes you tp to the Roll Cooldown button", function()
  55.         local player = game.Players.LocalPlayer.Character
  56. local part = game.Workspace["UpgradeRcd"]
  57. player.HumanoidRootPart.CFrame = part.CFrame
  58.     end)
  59.  
  60. local Farm = Window:NewTab("Farm")
  61.     local MainSection = Farm:NewSection("THIS IS VERY BROKEN, DONT EXPECT THIS TO WORK")
  62.    
  63.     MainSection:NewSlider("Auto Prestige Farm", "SliderInfo", 36, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  64.     wait (3)
  65.     local player = game.Players.LocalPlayer.Character
  66. local part = game.Workspace["Prestige"]
  67. player.HumanoidRootPart.CFrame = part.CFrame
  68. wait (0.2)
  69. local player = game.Players.LocalPlayer.Character
  70. local part = game.Workspace["RarityGet"]
  71. player.HumanoidRootPart.CFrame = part.CFrame
  72. wait (2)
  73. end)
  74.    
  75.     MainSection:NewButton("Auto Prestige and RarityGet TP (slow)", "Makes you tp to prestige and RarityGet", function()
  76.         local player = game.Players.LocalPlayer.Character
  77. local part = game.Workspace["Prestige"]
  78. player.HumanoidRootPart.CFrame = part.CFrame
  79.  
  80.     wait (.2)
  81. local player = game.Players.LocalPlayer.Character
  82. local part = game.Workspace["RarityGet"]
  83. player.HumanoidRootPart.CFrame = part.CFrame
  84. wait (3)
  85. local player = game.Players.LocalPlayer.Character
  86. local part = game.Workspace["Prestige"]
  87. player.HumanoidRootPart.CFrame = part.CFrame
  88.     wait (.2)
  89. local player = game.Players.LocalPlayer.Character
  90. local part = game.Workspace["RarityGet"]
  91. player.HumanoidRootPart.CFrame = part.CFrame
  92. wait (3)
  93. end)
  94.  
  95.  MainSection:NewButton("Auto Prestige and RarityGet TP (fast)", "Makes you tp to prestige and RarityGet", function()
  96.         local player = game.Players.LocalPlayer.Character  -- this is where you edit the autofarm length, do Ctrl + F and then count the amount of prestige tp's you see. right now, you will teleport to prestige and rarity roll 36 times each.
  97. local part = game.Workspace["Prestige"]
  98. player.HumanoidRootPart.CFrame = part.CFrame
  99.  
  100.     wait (.2)
  101. local player = game.Players.LocalPlayer.Character
  102. local part = game.Workspace["RarityGet"]
  103. player.HumanoidRootPart.CFrame = part.CFrame
  104. wait (1)
  105. local player = game.Players.LocalPlayer.Character
  106. local part = game.Workspace["Prestige"]
  107. player.HumanoidRootPart.CFrame = part.CFrame
  108.     wait (.2)
  109. local player = game.Players.LocalPlayer.Character
  110. local part = game.Workspace["RarityGet"]
  111. player.HumanoidRootPart.CFrame = part.CFrame
  112. wait (1)
  113.  
  114. local player = game.Players.LocalPlayer.Character
  115. local part = game.Workspace["Prestige"]
  116. player.HumanoidRootPart.CFrame = part.CFrame
  117.  
  118.     wait (.2)
  119. local player = game.Players.LocalPlayer.Character
  120. local part = game.Workspace["RarityGet"]
  121. player.HumanoidRootPart.CFrame = part.CFrame
  122. wait (1)
  123. local player = game.Players.LocalPlayer.Character
  124. local part = game.Workspace["Prestige"]
  125. player.HumanoidRootPart.CFrame = part.CFrame
  126.     wait (.2)
  127. local player = game.Players.LocalPlayer.Character
  128. local part = game.Workspace["RarityGet"]
  129. player.HumanoidRootPart.CFrame = part.CFrame
  130. wait (1)
  131. local player = game.Players.LocalPlayer.Character
  132. local part = game.Workspace["Prestige"]
  133. player.HumanoidRootPart.CFrame = part.CFrame
  134.  
  135.     wait (.2)
  136. local player = game.Players.LocalPlayer.Character
  137. local part = game.Workspace["RarityGet"]
  138. player.HumanoidRootPart.CFrame = part.CFrame
  139. wait (1)
  140. local player = game.Players.LocalPlayer.Character
  141. local part = game.Workspace["Prestige"]
  142. player.HumanoidRootPart.CFrame = part.CFrame
  143.     wait (.2)
  144. local player = game.Players.LocalPlayer.Character
  145. local part = game.Workspace["RarityGet"]
  146. player.HumanoidRootPart.CFrame = part.CFrame
  147. wait (1)
  148. local player = game.Players.LocalPlayer.Character
  149. local part = game.Workspace["Prestige"]
  150. player.HumanoidRootPart.CFrame = part.CFrame
  151.  
  152.     wait (.2)
  153. local player = game.Players.LocalPlayer.Character
  154. local part = game.Workspace["RarityGet"]
  155. player.HumanoidRootPart.CFrame = part.CFrame
  156. wait (1)
  157. local player = game.Players.LocalPlayer.Character
  158. local part = game.Workspace["Prestige"]
  159. player.HumanoidRootPart.CFrame = part.CFrame
  160.     wait (.2)
  161. local player = game.Players.LocalPlayer.Character
  162. local part = game.Workspace["RarityGet"]
  163. player.HumanoidRootPart.CFrame = part.CFrame
  164. wait (1)
  165. local player = game.Players.LocalPlayer.Character
  166. local part = game.Workspace["Prestige"]
  167. player.HumanoidRootPart.CFrame = part.CFrame
  168.  
  169.     wait (.2)
  170. local player = game.Players.LocalPlayer.Character
  171. local part = game.Workspace["RarityGet"]
  172. player.HumanoidRootPart.CFrame = part.CFrame
  173. wait (1)
  174. local player = game.Players.LocalPlayer.Character
  175. local part = game.Workspace["Prestige"]
  176. player.HumanoidRootPart.CFrame = part.CFrame
  177.     wait (.2)
  178. local player = game.Players.LocalPlayer.Character
  179. local part = game.Workspace["RarityGet"]
  180. player.HumanoidRootPart.CFrame = part.CFrame
  181. wait (1)
  182. local player = game.Players.LocalPlayer.Character
  183. local part = game.Workspace["Prestige"]
  184. player.HumanoidRootPart.CFrame = part.CFrame
  185.  
  186.     wait (.2)
  187. local player = game.Players.LocalPlayer.Character
  188. local part = game.Workspace["RarityGet"]
  189. player.HumanoidRootPart.CFrame = part.CFrame
  190. wait (1)
  191. local player = game.Players.LocalPlayer.Character
  192. local part = game.Workspace["Prestige"]
  193. player.HumanoidRootPart.CFrame = part.CFrame
  194.     wait (.2)
  195. local player = game.Players.LocalPlayer.Character
  196. local part = game.Workspace["RarityGet"]
  197. player.HumanoidRootPart.CFrame = part.CFrame
  198. wait (1)
  199. local player = game.Players.LocalPlayer.Character
  200. local part = game.Workspace["Prestige"]
  201. player.HumanoidRootPart.CFrame = part.CFrame
  202.  
  203.     wait (.2)
  204. local player = game.Players.LocalPlayer.Character
  205. local part = game.Workspace["RarityGet"]
  206. player.HumanoidRootPart.CFrame = part.CFrame
  207. wait (1)
  208. local player = game.Players.LocalPlayer.Character
  209. local part = game.Workspace["Prestige"]
  210. player.HumanoidRootPart.CFrame = part.CFrame
  211.     wait (.2)
  212. local player = game.Players.LocalPlayer.Character
  213. local part = game.Workspace["RarityGet"]
  214. player.HumanoidRootPart.CFrame = part.CFrame
  215. wait (1)
  216. local player = game.Players.LocalPlayer.Character
  217. local part = game.Workspace["Prestige"]
  218. player.HumanoidRootPart.CFrame = part.CFrame
  219. wait (.2)
  220.  
  221. local player = game.Players.LocalPlayer.Character
  222. local part = game.Workspace["RarityGet"]
  223. player.HumanoidRootPart.CFrame = part.CFrame
  224. wait (1)
  225.  
  226. local player = game.Players.LocalPlayer.Character
  227. local part = game.Workspace["Prestige"]
  228. player.HumanoidRootPart.CFrame = part.CFrame
  229.     wait (.2)
  230.    
  231. local player = game.Players.LocalPlayer.Character
  232. local part = game.Workspace["RarityGet"]
  233. player.HumanoidRootPart.CFrame = part.CFrame
  234. wait (1)
  235.  
  236. local player = game.Players.LocalPlayer.Character
  237. local part = game.Workspace["Prestige"]
  238. player.HumanoidRootPart.CFrame = part.CFrame
  239.  
  240.     wait (.2)
  241. local player = game.Players.LocalPlayer.Character
  242. local part = game.Workspace["RarityGet"]
  243. player.HumanoidRootPart.CFrame = part.CFrame
  244. wait (1)
  245.  
  246. local player = game.Players.LocalPlayer.Character
  247. local part = game.Workspace["Prestige"]
  248. player.HumanoidRootPart.CFrame = part.CFrame
  249.     wait (.2)
  250.  
  251. local player = game.Players.LocalPlayer.Character
  252. local part = game.Workspace["RarityGet"]
  253. player.HumanoidRootPart.CFrame = part.CFrame
  254. wait (1)
  255.  
  256. local player = game.Players.LocalPlayer.Character
  257. local part = game.Workspace["Prestige"]
  258. player.HumanoidRootPart.CFrame = part.CFrame
  259.  
  260.     wait (.2)
  261. local player = game.Players.LocalPlayer.Character
  262. local part = game.Workspace["RarityGet"]
  263. player.HumanoidRootPart.CFrame = part.CFrame
  264. wait (1)
  265. local player = game.Players.LocalPlayer.Character
  266. local part = game.Workspace["Prestige"]
  267. player.HumanoidRootPart.CFrame = part.CFrame
  268.     wait (.2)
  269. local player = game.Players.LocalPlayer.Character
  270. local part = game.Workspace["RarityGet"]
  271. player.HumanoidRootPart.CFrame = part.CFrame
  272. wait (1)
  273.  
  274. local player = game.Players.LocalPlayer.Character
  275. local part = game.Workspace["Prestige"]
  276. player.HumanoidRootPart.CFrame = part.CFrame
  277.  
  278.     wait (.2)
  279. local player = game.Players.LocalPlayer.Character
  280. local part = game.Workspace["RarityGet"]
  281. player.HumanoidRootPart.CFrame = part.CFrame
  282. wait (1)
  283. local player = game.Players.LocalPlayer.Character
  284. local part = game.Workspace["Prestige"]
  285. player.HumanoidRootPart.CFrame = part.CFrame
  286.     wait (.2)
  287. local player = game.Players.LocalPlayer.Character
  288. local part = game.Workspace["RarityGet"]
  289. player.HumanoidRootPart.CFrame = part.CFrame
  290. wait (1)
  291. local player = game.Players.LocalPlayer.Character
  292. local part = game.Workspace["Prestige"]
  293. player.HumanoidRootPart.CFrame = part.CFrame
  294.  
  295.     wait (.2)
  296. local player = game.Players.LocalPlayer.Character
  297. local part = game.Workspace["RarityGet"]
  298. player.HumanoidRootPart.CFrame = part.CFrame
  299. wait (1)
  300. local player = game.Players.LocalPlayer.Character
  301. local part = game.Workspace["Prestige"]
  302. player.HumanoidRootPart.CFrame = part.CFrame
  303.     wait (.2)
  304. local player = game.Players.LocalPlayer.Character
  305. local part = game.Workspace["RarityGet"]
  306. player.HumanoidRootPart.CFrame = part.CFrame
  307. wait (1)
  308. local player = game.Players.LocalPlayer.Character
  309. local part = game.Workspace["Prestige"]
  310. player.HumanoidRootPart.CFrame = part.CFrame
  311.  
  312.     wait (.2)
  313. local player = game.Players.LocalPlayer.Character
  314. local part = game.Workspace["RarityGet"]
  315. player.HumanoidRootPart.CFrame = part.CFrame
  316. wait (1)
  317. local player = game.Players.LocalPlayer.Character
  318. local part = game.Workspace["Prestige"]
  319. player.HumanoidRootPart.CFrame = part.CFrame
  320.     wait (.2)
  321. local player = game.Players.LocalPlayer.Character
  322. local part = game.Workspace["RarityGet"]
  323. player.HumanoidRootPart.CFrame = part.CFrame
  324. wait (1)
  325. local player = game.Players.LocalPlayer.Character
  326. local part = game.Workspace["Prestige"]
  327. player.HumanoidRootPart.CFrame = part.CFrame
  328.  
  329.     wait (.2)
  330. local player = game.Players.LocalPlayer.Character
  331. local part = game.Workspace["RarityGet"]
  332. player.HumanoidRootPart.CFrame = part.CFrame
  333. wait (1)
  334. local player = game.Players.LocalPlayer.Character
  335. local part = game.Workspace["Prestige"]
  336. player.HumanoidRootPart.CFrame = part.CFrame
  337.     wait (.2)
  338. local player = game.Players.LocalPlayer.Character
  339. local part = game.Workspace["RarityGet"]
  340. player.HumanoidRootPart.CFrame = part.CFrame
  341. wait (1)
  342. local player = game.Players.LocalPlayer.Character
  343. local part = game.Workspace["Prestige"]
  344. player.HumanoidRootPart.CFrame = part.CFrame
  345.  
  346.     wait (.2)
  347. local player = game.Players.LocalPlayer.Character
  348. local part = game.Workspace["RarityGet"]
  349. player.HumanoidRootPart.CFrame = part.CFrame
  350. wait (1)
  351. local player = game.Players.LocalPlayer.Character
  352. local part = game.Workspace["Prestige"]
  353. player.HumanoidRootPart.CFrame = part.CFrame
  354.     wait (.2)
  355. local player = game.Players.LocalPlayer.Character
  356. local part = game.Workspace["RarityGet"]
  357. player.HumanoidRootPart.CFrame = part.CFrame
  358. wait (1)
  359. local player = game.Players.LocalPlayer.Character
  360. local part = game.Workspace["Prestige"]
  361. player.HumanoidRootPart.CFrame = part.CFrame
  362.  
  363.     wait (.2)
  364. local player = game.Players.LocalPlayer.Character
  365. local part = game.Workspace["RarityGet"]
  366. player.HumanoidRootPart.CFrame = part.CFrame
  367. wait (1)
  368. local player = game.Players.LocalPlayer.Character
  369. local part = game.Workspace["Prestige"]
  370. player.HumanoidRootPart.CFrame = part.CFrame
  371.     wait (.2)
  372. local player = game.Players.LocalPlayer.Character
  373. local part = game.Workspace["RarityGet"]
  374. player.HumanoidRootPart.CFrame = part.CFrame
  375. wait (1)
  376. local player = game.Players.LocalPlayer.Character
  377. local part = game.Workspace["Prestige"]
  378. player.HumanoidRootPart.CFrame = part.CFrame
  379. wait (.2)
  380.  
  381. local player = game.Players.LocalPlayer.Character
  382. local part = game.Workspace["RarityGet"]
  383. player.HumanoidRootPart.CFrame = part.CFrame
  384. wait (1)
  385.  
  386. local player = game.Players.LocalPlayer.Character
  387. local part = game.Workspace["Prestige"]
  388. player.HumanoidRootPart.CFrame = part.CFrame
  389.     wait (.2)
  390.    
  391. local player = game.Players.LocalPlayer.Character
  392. local part = game.Workspace["RarityGet"]
  393. player.HumanoidRootPart.CFrame = part.CFrame
  394. wait (1)
  395.  
  396. local player = game.Players.LocalPlayer.Character
  397. local part = game.Workspace["Prestige"]
  398. player.HumanoidRootPart.CFrame = part.CFrame
  399.  
  400.     wait (.2)
  401. local player = game.Players.LocalPlayer.Character
  402. local part = game.Workspace["RarityGet"]
  403. player.HumanoidRootPart.CFrame = part.CFrame
  404. wait (1)
  405.  
  406. local player = game.Players.LocalPlayer.Character
  407. local part = game.Workspace["Prestige"]
  408. player.HumanoidRootPart.CFrame = part.CFrame
  409.     wait (.5)
  410.  
  411. local player = game.Players.LocalPlayer.Character
  412. local part = game.Workspace["RarityGet"]
  413. player.HumanoidRootPart.CFrame = part.CFrame
  414. wait (3)
  415. end)
  416.  
  417. local Toggles = Window:NewTab("Toggles")
  418. local MainSection = Toggles:NewSection("h")
  419. MainSection:NewToggle("more farming things", "farm", function(state)
  420.     if state then
  421.         local player = game.Players.LocalPlayer.Character
  422. local part = game.Workspace["Prestige"]
  423. player.HumanoidRootPart.CFrame = part.CFrame
  424.     wait (.5)
  425.  
  426. local player = game.Players.LocalPlayer.Character
  427. local part = game.Workspace["RarityGet"]
  428. player.HumanoidRootPart.CFrame = part.CFrame
  429. wait (3)
  430.  
  431.  
  432.     else
  433.         print("Toggle Off")
  434.     end
  435. end)
  436.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement