Advertisement
SythicalScripts

Sythical | #35

Jul 16th, 2022
600
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.46 KB | None | 0 0
  1. getgenv().collectOrbsToggle = true
  2. getgenv().collectRingsToggle = true
  3. getgenv().autoRebirth = true
  4. getgenv().autoPurple = true
  5. getgenv().autoRed = true
  6. getgenv().autoBlue = true
  7. getgenv().autoYellow = true
  8. getgenv().autoLight = true
  9. getgenv().autoSnow = true
  10. getgenv().autoInferno = true
  11. getgenv().autoLava = true
  12. getgenv().autoElectro = true
  13. local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))()
  14. local remotePath = game:GetService("ReplicatedStorage").rEvents
  15.  
  16. local w = library:CreateWindow("Legends Of Speed")
  17. local d = w:CreateFolder("Auto Grab Orbs")
  18. local f = w:CreateFolder("Auto Rings")
  19. local a = w:CreateFolder("Auto Rebirth")
  20. local q = w:CreateFolder("Auto Crystal")
  21. local s = w:CreateFolder("Teleports")
  22. local i = w:CreateFolder("Info")
  23. local b = w:CreateFolder("Credits")
  24. local c = w:CreateFolder("Destroy GUI")
  25.  
  26. function aOrbs()
  27. spawn(function()
  28. local playerHead = game.Players.LocalPlayer.Character.Head
  29. while wait() do
  30. if not getgenv().collectOrbsToggle then break end
  31. for i, v in pairs(game:GetService("Workspace").orbFolder:GetDescendants()) do
  32. if v.Name == "TouchInterest" and v.Parent then
  33. firetouchinterest(playerHead, v.Parent, 1)
  34. wait()
  35. firetouchinterest(playerHead, v.Parent,0)
  36. break
  37. end
  38. end
  39. end
  40. end)
  41. end
  42.  
  43.  
  44.  
  45.  
  46.  
  47. function aRings()
  48. spawn(function()
  49. local playerHead = game.Players.LocalPlayer.Character.Head
  50. while wait() do
  51. if not getgenv().collectRingsToggle then break end
  52. for i, v in pairs(game:GetService("Workspace").Hoops:GetDescendants()) do
  53. if v.Name == "TouchInterest" and v.Parent then
  54. firetouchinterest(playerHead, v.Parent, 1)
  55. wait()
  56. firetouchinterest(playerHead, v.Parent,0)
  57. break
  58. end
  59. end
  60. end
  61. end)
  62. end
  63.  
  64.  
  65. function aRebirth()
  66. spawn(function()
  67. while getgenv().autoRebirth == true do
  68. local args = {[1] = "rebirthRequest"}
  69. remotePath.rebirthEvent:FireServer(unpack(args))
  70. wait()
  71. end
  72. end)
  73. end
  74.  
  75.  
  76. function aPurple()
  77. spawn(function()
  78. while getgenv().autoPurple == true do
  79. local args = {[1] = "openCrystal",[2] = "Purple Crystal"}
  80. remotePath.openCrystalRemote:InvokeServer(unpack(args))
  81. wait()
  82. end
  83. end)
  84. end
  85.  
  86.  
  87. function aRed()
  88. spawn(function()
  89. while getgenv().autoRed == true do
  90. local args = {[1] = "openCrystal",[2] = "Red Crystal"}
  91. remotePath.openCrystalRemote:InvokeServer(unpack(args))
  92. wait()
  93. end
  94. end)
  95. end
  96.  
  97.  
  98. function aBlue()
  99. spawn(function()
  100. while getgenv().autoBlue == true do
  101. local args = {[1] = "openCrystal",[2] = "Blue Crystal"}
  102. remotePath.openCrystalRemote:InvokeServer(unpack(args))
  103. wait()
  104. end
  105. end)
  106. end
  107.  
  108.  
  109. function aYellow()
  110. spawn(function()
  111. while getgenv().autoYellow == true do
  112. local args = {[1] = "openCrystal",[2] = "Yellow Crystal"}
  113. remotePath.openCrystalRemote:InvokeServer(unpack(args))
  114. wait()
  115. end
  116. end)
  117. end
  118.  
  119.  
  120. function aLight()
  121. spawn(function()
  122. while getgenv().autoLight == true do
  123. local args = {[1] = "openCrystal",[2] = "Lightning Crystal"}
  124. remotePath.openCrystalRemote:InvokeServer(unpack(args))
  125. wait()
  126. end
  127. end)
  128. end
  129.  
  130. function aSnow()
  131. spawn(function()
  132. while getgenv().autoSnow == true do
  133. local args = {[1] = "openCrystal",[2] = "Snow Crystal"}
  134. remotePath.openCrystalRemote:InvokeServer(unpack(args))
  135. wait()
  136. end
  137. end)
  138. end
  139.  
  140.  
  141. function aInferno()
  142. spawn(function()
  143. while getgenv().autoInferno == true do
  144. local args = {[1] = "openCrystal",[2] = "Inferno Crystal"}
  145. remotePath.openCrystalRemote:InvokeServer(unpack(args))
  146. wait()
  147. end
  148. end)
  149. end
  150.  
  151.  
  152. function aLava()
  153. spawn(function()
  154. while getgenv().autoLava == true do
  155. local args = {[1] = "openCrystal",[2] = "Lava Crystal"}
  156. remotePath.openCrystalRemote:InvokeServer(unpack(args))
  157. wait()
  158. end
  159. end)
  160. end
  161.  
  162.  
  163. function aElectro()
  164. spawn(function()
  165. while getgenv().autoElectro == true do
  166. local args = {[1] = "openCrystal",[2] = "Electro Legends Crystal"}
  167. remotePath.openCrystalRemote:InvokeServer(unpack(args))
  168. wait()
  169. end
  170. end)
  171. end
  172.  
  173.  
  174. q:Label("Theres no egg animations",{
  175. TextSize = 17; -- Self Explaining
  176. TextColor = Color3.fromRGB(255,255,255); -- Self Explaining
  177. BgColor = Color3.fromRGB(69,69,69); -- Self Explaining
  178.  
  179. })
  180.  
  181.  
  182. d:Toggle("Auto Grab Orbs", function (bool)
  183. getgenv().collectOrbsToggle = bool
  184. print('Auto Orb is: ', bool);
  185. if bool then
  186. aOrbs()
  187. end
  188. end)
  189.  
  190.  
  191. f:Toggle("Auto Rings(slow)", function (bool)
  192. getgenv().collectRingsToggle = bool
  193. print('Auto Orb is: ', bool);
  194. if bool then
  195. aRings()
  196. end
  197. end)
  198.  
  199.  
  200. a:Toggle("Auto Rebirth", function (bool)
  201. getgenv().autoRebirth = bool
  202. print('Auto Orb is: ', bool);
  203. if bool then
  204. aRebirth()
  205. end
  206. end)
  207.  
  208.  
  209.  
  210. q:Toggle("Red Crystal", function (bool)
  211. getgenv().autoRed = bool
  212. print('Auto crystal is: ', bool);
  213. if bool then
  214. aRed()
  215. end
  216. end)
  217.  
  218. q:Toggle("Blue Crystal", function (bool)
  219. getgenv().autoBlue = bool
  220. print('Auto crystal is: ', bool);
  221. if bool then
  222. aBlue()
  223. end
  224. end)
  225.  
  226. q:Toggle("Purple Crystal", function (bool)
  227. getgenv().autoPurple = bool
  228. print('Auto crystal is: ', bool);
  229. if bool then
  230. aPurple()
  231. end
  232. end)
  233.  
  234.  
  235. q:Toggle("Yellow Crystal", function (bool)
  236. getgenv().autoYellow = bool
  237. print('Auto crystal is: ', bool);
  238. if bool then
  239. aYellow()
  240. end
  241. end)
  242.  
  243. q:Toggle("Lightning Crystal", function (bool)
  244. getgenv().autoLight = bool
  245. print('Auto crystal is: ', bool);
  246. if bool then
  247. aLight()
  248. end
  249. end)
  250.  
  251. q:Toggle("Snow Crystal", function (bool)
  252. getgenv().autoSnow = bool
  253. print('Auto crystal is: ', bool);
  254. if bool then
  255. aSnow()
  256. end
  257. end)
  258.  
  259. q:Toggle("Inferno Crystal", function (bool)
  260. getgenv().autoInferno = bool
  261. print('Auto crystal is: ', bool);
  262. if bool then
  263. aInferno()
  264. end
  265. end)
  266.  
  267. q:Toggle("Lava Crystal", function (bool)
  268. getgenv().autoLava = bool
  269. print('Auto crystal is: ', bool);
  270. if bool then
  271. aLava()
  272. end
  273. end)
  274.  
  275. q:Toggle("Electro Legends Crystal", function (bool)
  276. getgenv().autoElectro = bool
  277. print('Auto crystal is: ', bool);
  278. if bool then
  279. aElectro()
  280. end
  281. end)
  282.  
  283.  
  284. i:Label("UI key is Right CTRL",{
  285. TextSize = 17; -- Self Explaining
  286. TextColor = Color3.fromRGB(255,255,255); -- Self Explaining
  287. BgColor = Color3.fromRGB(69,69,69); -- Self Explaining
  288.  
  289. })
  290.  
  291.  
  292.  
  293. c:DestroyGui()
  294.  
  295. print('made by toolzy#9999')
  296.  
  297.  
  298.  
  299.  
  300. b:Button("toolzy#9999",function()
  301. setclipboard("toolzy#9999")
  302. toclipboard("toolzy#9999")
  303. end)
  304.  
  305.  
  306. s:Button("Golden Chest", function()
  307. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-681.012146, 70.367691, -274.911133, 0.707134247, 0, 0.707079291, 0, 1, 0, -0.707079291, 0, 0.707134247)
  308. end)
  309. s:Button("Enchanted Chest", function()
  310. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-593.039673, 78.3677063, 2130.06738, 0.996191859, 0, 0.0871884301, 0, 1, 0, -0.0871884301, 0, 0.996191859)
  311. end)
  312. s:Button("Magma Chest", function()
  313. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2494.19556, 74.367691, 3981.54175, 0.642763317, -0, -0.766064942, 0, 1, -0, 0.766064942, 0, 0.642763317)
  314. end)
  315. s:Button("Reward Cest 1", function()
  316. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1624.53259, 28.202322, -497.825592, 0.258864343, 0, 0.965913713, 0, 1, 0, -0.965913713, 0, 0.258864343)
  317. end)
  318. s:Button("Reward Cest 2", function()
  319. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2497.65869, 26.2436581, -2133.52759, 0.965929627, -0, -0.258804798, 0, 1, -0, 0.258804798, 0, 0.965929627)
  320. end)
  321. s:Button("Reward Cest 3", function()
  322. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2235.75903, 321.167633, 1003.06476, 0.996191859, 0, 0.0871884301, 0, 1, 0, -0.0871884301, 0, 0.996191859)
  323. end)
  324. s:Button("Reward Cest 4", function()
  325. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1561.51636, 108.683212, 5680.7373, -0.173636436, 0.00328794168, -0.984804392, 0.0182685666, 0.999833107, 0.000117084011, 0.984640479, -0.0179706328, -0.173667431)
  326. end)
  327. s:Button("Group Chest", function()
  328. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-479.203979, 14.665555, 402.61377, 0.0871419907, 2.0634383e-05, -0.996196032, -0.0868328214, 0.996194124, -0.00757506117, 0.992404461, 0.087162599, 0.0868121386)
  329. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement