Magic Training Script | AUTOBLOCK, AUTOCLASH, FLIGHT PASS & MORE!

Created by Herades

Features:

  • AutoBlock (It doesn’t protect from all angles, unfortunately in my code, if I include all possible angles, your game will have extremely high ping. Be aware that you may still die and be hit, but also know that this autoblock helps a lot)
  • AutoClash (The name says it all)
  • Flight Pass (This will give you Flight as long as another player on your server has it)
  • Elder Notify (This displays in chat the names of players who have the Elder Wand, whether in their inventory or holding it in their hand (I made it to make it easier for me to know who has it and steal it)

As I’m feeling generous, I’ll leave a spell script by key for you updated with Pruina and Infernum spam (N key for Pruina and M key for Infernum). You can configure the keys and spells however you like.

Spell by key:

local teclas = {
   ["E"] = "deletrius",
   ["R"] = "defodio",
   ["T"] = "avada kedavra",
   ["Z"] = "vulnera sanentur",
   ["X"] = "rennervate",
   ["C"] = "episkey",
   ["V"] = "infernum",
   ["G"] = "protego diabolica",
   ["B"] = "pruina tempestatis",
   ["J"] = "carpe retractum"
}

game:GetService("UserInputService").InputBegan:Connect(function(iobj, gp)
   if not gp then
       local msg = teclas[iobj.KeyCode.Name]
       if msg then
           game.Players:Chat(msg)
           game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, "All")
       end
   end
end)

--Infernum spam
local UIS = game:GetService("UserInputService")
UIS.InputBegan:Connect(function(tecla,gameprocess)
if not gameprocess then
if tecla.KeyCode == Enum.KeyCode.M then
               local args = {
                   [1] = {
                       ["distance"] = 32.01683034571534,
                       ["spellName"] = "infernum"
                   }
               }
               game:GetService("InsertService").Events.uniqueSpell:FireServer(unpack(args))
                   wait(0.2)
               game:GetService("InsertService").Events.uniqueSpell:FireServer(unpack(args))
                   wait(0.2)
               game:GetService("InsertService").Events.uniqueSpell:FireServer(unpack(args))
                   wait(0.2)
               game:GetService("InsertService").Events.uniqueSpell:FireServer(unpack(args))
                   wait(0.2)
               game:GetService("InsertService").Events.uniqueSpell:FireServer(unpack(args))
                   wait(0.2)
               game:GetService("InsertService").Events.uniqueSpell:FireServer(unpack(args))
                   wait(0.2)
               game:GetService("InsertService").Events.uniqueSpell:FireServer(unpack(args))
                   wait(0.2)
               game:GetService("InsertService").Events.uniqueSpell:FireServer(unpack(args))
                   wait(0.2)
               game:GetService("InsertService").Events.uniqueSpell:FireServer(unpack(args))
end
end
end)

--Pruina spam
local UIS = game:GetService("UserInputService")
UIS.InputBegan:Connect(function(tecla,gameprocess)
if not gameprocess then
if tecla.KeyCode == Enum.KeyCode.N then
               local args = {
                   [1] = {
                       ["distance"] = 43.7626809967901,
                       ["spellName"] = "pruina tempestatis"
                   }
               }
               game:GetService("InsertService").Events.uniqueSpell:FireServer(unpack(args))
                   wait(0.2)
               game:GetService("InsertService").Events.uniqueSpell:FireServer(unpack(args))
                   wait(0.2)
               game:GetService("InsertService").Events.uniqueSpell:FireServer(unpack(args))
                   wait(0.2)
               game:GetService("InsertService").Events.uniqueSpell:FireServer(unpack(args))
                   wait(0.2)
               game:GetService("InsertService").Events.uniqueSpell:FireServer(unpack(args))
                   wait(0.2)
               game:GetService("InsertService").Events.uniqueSpell:FireServer(unpack(args))
                   wait(0.2)
               game:GetService("InsertService").Events.uniqueSpell:FireServer(unpack(args))
                   wait(0.2)
               game:GetService("InsertService").Events.uniqueSpell:FireServer(unpack(args))
                   wait(0.2)
               game:GetService("InsertService").Events.uniqueSpell:FireServer(unpack(args))
end
end
end)

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

More Scripts!

TOP 10 TRENDING SCRIPTS