Magic Training AUTO BLOCK – AUTO CLASH & MORE!

Created by oruancss#0290

Features:

  • AUTO BLOCK
    • It doesn’t protect from all angles. Unfortunately, in my code, if I include all possible angles, your game will have an extremely high ping. Be aware that you may still die and be hit, but also know that this autoblock helps a lot.
  • AUTO CLASH
  • FLIGHT PASS
    • This will give you Flight as long as another player on your server has it.
  • ELDER NOTIFY

Scripts: [2]

AUTO BLOCK:

loadstring(game:HttpGet("https://gist.githubusercontent.com/oruancss/4394b51fa59ae6054926f60cb339abe8/raw/a4c7529652a2e7c5113daa25d65a52494b3e99d0/MT%2520Lite", true))()

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)

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!