Advertisement
ScriptingGuy

Blade Throwing Simulator Script

Mar 7th, 2020
10,934
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. The Game Link : https://www.roblox.com/games/4704006941/5X-STATS-Blade-Throwing-Simulator?refPageId=3582c32d-7df0-4dec-8a18-494ebb6b4774
  2. Discord Link : https://discordapp.com/channels/686554761901768721/686664520596324435
  3.  
  4. --FREE GAMEPASSES
  5. for i,v in pairs(game:GetService("Players").LocalPlayer.Data.GP:GetChildren()) do
  6. v.Value = true
  7. end
  8.  
  9.  
  10. --AutoSell
  11. game:GetService("Workspace").Ignore.Rings.MainSell.Part:Destroy()
  12. game:GetService("Workspace").Ignore.Rings.MainSell.Shade:Destroy()
  13.  
  14. _G.UoU= true
  15. while _G.UoU do
  16. local UwU = game.Players.LocalPlayer.Character.HumanoidRootPart
  17. for i,v in pairs(game:GetService("Workspace").Ignore.Rings.MainSell:GetChildren()) do
  18. v.CFrame = UwU.CFrame
  19. wait(0.2)
  20. end
  21. end
  22.  
  23.  
  24. --Auto Buy Blade
  25.  
  26. while true do
  27. wait()
  28. local oh1 = "BuyBlade"
  29. local oh2 = true
  30. game:GetService("ReplicatedStorage").RF:InvokeServer(oh1, oh2)
  31. end
  32.  
  33.  
  34. --Auto Buy Energy
  35.  
  36. while true do
  37. wait()
  38. local oh1 = "BuyEnergy"
  39. local oh2 = true
  40. game:GetService("ReplicatedStorage").RF:InvokeServer(oh1, oh2)
  41. end
  42.  
  43.  
  44. --AutoCollect
  45. _G.LULU = true--change to true or false
  46. while _G.LULU do
  47. wait(1)--change time if you want
  48. for i,v in pairs(game:GetService("Workspace").Collect:GetDescendants()) do
  49. if v.ClassName == "MeshPart" then
  50. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  51. wait(2)-- If You Change Time You Are Kicked
  52. end
  53. end
  54. end
  55.  
  56.  
  57.  
  58. --unlock islands
  59.  
  60. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(209.120422, 644.040833, -653.16217, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  61. wait(0.5)
  62. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(197.7854, 1866.37537, -626.017212, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  63. wait(0.5)
  64. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(177.07663, 3395.17236, -555.504883, 0.945717812, 0, 0.324988991, 0, 1, 0, -0.324988991, 0, 0.945717812)
  65. wait(0.5)
  66. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(297, 5380.74658, -527, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  67. wait(0.5)
  68. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(197.435226, 8611.74023, -456.590149, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  69. wait(0.5)
  70. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(197.435226, 11521.6387, -406.730164, 1, 0, 0, 0, 1, 0, 0, 0, 1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement