by High Priest Hooded Cobra 666
- This Ritual is based on vibrating the Runes and making certain
affirmations. Raising your energies before the Ritual is advised. - The Sigil that is provided is the point of focus where this Ritual is upon. It is this Sigil here.
- The Runes that are done here, can be vibrated around the centre of
the Sigil where the Shenu Protection Ring is. You can imagine this
lighting up so much, like the Sun has a layer of light surrounding all
of it. - Vibrate these Runes in a short version [ie, do not draw the runic
vibration on a very big breath, especially for those who are new and
can’t do that many vibrations]. - When you affirm that the curses etc are going back to their senders, it can help to imagine this.
- The Ritual contains 240 Runic Vibrations, which is about 1 and a half
circle of a Mala beads. If you can’t do that many, reduce all the
number of vibrations to 5.
Start by Vibrating the letters of the Runes and then affirming once the following:
Then affirm ONCE:
The Joy of Satan Initiates salute you, Great Focalor!
“Long Have been the lies and slander against you,
Today you are standing absolved from them all.
You are not Lucifuge no more; you are Lucifius forevermore,
You are defined by Truth, Rofocal, Isimud, Sukkal Enkim, Lucifius!
O Lucifius Focalor!”
[Focus on the Sigil willing this so]
Then affirm ONCE:
The ambassador of Satan you are,
Moving upward and downward through all Dimensions,
Caring and loving you are toward the followers of Satan,
Your statement about us is this: “For you have loved me, I will take care of your divine fellowship”.
[Focus on the Sigil willing this so]
Then affirm ONCE:
The one who is always present to answer the Initiates,
Rofocal, Lucifius Focalor!
Blessed are you in our gathering,
You who moves from the light of Lucifer down to the realm of the mortals,
Greatest are your Edicts!
[Focus on the Sigil willing this so]
Then affirm ONCE:
Lord Lucifer declares the edicts of Satya,
You transfer and communicate the Divine Edicts.
As you appear, the glory of Satan appears.
You stand invincible, same as the Holy Edicts you bring forth.
[Focus on the Sigil willing this so]
Then affirm ONCE:
Blessed is Focalor,
The Wise and most loyal one of Lucifer.
Blessed is Focalor,
Bringer of the Divine Edict.
[Focus on the Sigil willing this so]
Then affirm ONCE:
For You, Lucifius, have issued a standing promise:
“Under me is the control of the riches of the Earth,
I shall bestow these to the loyal initiates of the Gods,
The Treasures of the Earth and of the Heavens.
Let the man who gives be blessed tenfold,
Let the being who sustains the Ministry of the Gods that blesses me be blessed thirteen times more!”
[Focus on the Sigil willing this so]
Then affirm ONCE:
Lord Lucifer’s Divine Edicts you declare when you promise:
“I enrich and I impoverish; I bring both happiness and misery.
Let those who trespass Satan’s Laws and slander Him,
Lose all wealth and power,
And let all those who bless Satan and the Gods and abide by them,
Receive all wealth and power.”
[Focus on the Sigil willing this so]
After you Vibrate the Runes, then vibrate the Mantras below:
[Focus on the Sigil willing this so]
SATANAS X10
FOCALOR x10
LUX x3 times
Vibrate AUM once and then affirm 3 times:
“The Joy of Satan Disciples salute the Great One, Rofocal.
Blessed are your Names: Rofocal, Lucifius, Luciferius, Lux Aeternae, Isimud, Usmu, Divine Sukkal!”
Blessed and sanctified are you, most loved one of the Gods!
—-After finishing affirming the above 3 times, vibrate once again AUM and close the Ritual.
Final Step:
After you are done with this, you can meditate on Focalor’s Sigil in
the Joy of Satan or the one below. Let yourself be immersed and receive
energy from the Demon Focalor.
It ‘s important to meditate on yourself after the Ritual calmly for a few minutes.
function downloadPage() {
// Get the HTML content of the page
var htmlContent = document.documentElement.outerHTML;
// Extract the title of the page to use as the file name
// Replace any characters that are invalid in file names
var fileName = document.title.replace(/[\/\:*?"<>|]/g, "_") + ".html";
// Create a Blob object representing the HTML file
var blob = new Blob([htmlContent], { type: "text/html" });
// Create a link element
var downloadLink = document.createElement("a");
document.body.appendChild(downloadLink);
downloadLink.href = URL.createObjectURL(blob);
downloadLink.download = fileName;
// Programmatically click the link to trigger the download
downloadLink.click();
// Remove the link from the DOM
document.body.removeChild(downloadLink);
}
var sigil = document.getElementById("sigil");
var isclosed = false;
window.onscroll = function () {
var styles = document.getElementsByTagName("style");
if (window.scrollY > 200 && window.scrollY + window.innerHeight < document.getElementById("sigilbox").offsetTop + 200) {
if (!isclosed && sigil.className != "stick") {
sigil.style.opacity = 0;
setTimeout(function () { sigil.className = "stick"; }, 10);
}
} else {
isclosed = false;
sigil.className = "";
sigil.style.opacity = 1;
}
};