Advertisement
Upscalefanatic3

Black Clover Online Scripts (Read Carefully)

Jan 27th, 2018
12,030
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. -- READ CAREFULLY!!!!!!
  2.  
  3.  
  4.  
  5.  
  6. -- Godmode (Not Certain if works):
  7.  
  8. local PASSCODE = game.ReplicatedStorage.RemoteFunction:InvokeServer("PASSCODE")
  9. for i = 1,100 do
  10. game.ReplicatedStorage.RemoteEvent:FireServer("GainHPAfterGain", PASSCODE)
  11. end
  12.  
  13. -- Currency:
  14.  
  15. local PASSCODE = game.ReplicatedStorage.RemoteFunction:InvokeServer("PASSCODE")
  16. game.ReplicatedStorage.RemoteEvent:FireServer("GainCurrency", 100000, PASSCODE)
  17. end
  18.  
  19. -- Exp (Rejoin if you get kicked):
  20.  
  21. local PASSCODE = game.ReplicatedStorage.RemoteFunction:InvokeServer("PASSCODE")
  22. game.ReplicatedStorage.RemoteEvent:FireServer("GainXP", 1000000, PASSCODE)
  23. end
  24.  
  25. -- Give Skill Points:
  26.  
  27. local PASSCODE = game.ReplicatedStorage.RemoteFunction:InvokeServer("PASSCODE")
  28. for i = 1,100 do
  29. game.ReplicatedStorage.RemoteEvent:FireServer("GainSkillPoint", PASSCODE)
  30. end
  31.  
  32. -- Any Magic Script:
  33.  
  34. local PASSCODE = game.ReplicatedStorage.RemoteFunction:InvokeServer("PASSCODE")
  35. game.ReplicatedStorage.RemoteEvent:FireServer("AddSlotMagic", 1, "Golem", PASSCODE)
  36. end
  37.  
  38. -- list of all the Magics
  39.  
  40. Ember
  41. Ember Blast
  42. Ember Burst
  43. Flame Fist
  44. Flame Spin
  45. Bomba
  46. Self-Detonation
  47. Sensing
  48. Sensory
  49. Flying Broom
  50. Air Slice
  51. Air Slashes
  52. Aerial Ace
  53. Wind Rush
  54. Wind Daggers
  55. Wind Scythe
  56. Tornado
  57. Whirlwind
  58. Aqua Ring
  59. Helix
  60. Water Dragon
  61. Surf
  62. Mist
  63. Vapor Wave
  64. Sud
  65. Healing Bubble
  66. Earth Boulder
  67. Earth Wall
  68. Earth Spikes
  69. Rock Solid
  70. Golem
  71. Golem Guard
  72. Rock Smash
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement