Skip to content

Instantly share code, notes, and snippets.

@NervosaX
Last active August 5, 2017 01:17
Show Gist options
  • Save NervosaX/9223a024eb6ba956f8c4369d135be098 to your computer and use it in GitHub Desktop.
Save NervosaX/9223a024eb6ba956f8c4369d135be098 to your computer and use it in GitHub Desktop.
Magikcraft Spells, by NervosaX.
const magik = magikcraft.io;
function exec(cmd) {
const args = [].slice.call(arguments).join(' ');
eval(args);
}
const magik = magikcraft.io;
function feedme() {
magik.satio();
}
var magik = magikcraft.io;
function fire() {
magik.incendium();
}
const magik = magikcraft.io;
function fireball(){
magik.infierno();
}
const magik = magikcraft.io;
function fireworks(){
function firework(){
const there = magik.aspecto();
magik.stella(there);
}
magik.doNTimes(firework, 100);
}
const magik = magikcraft.io;
function glow(name){
magik.radiatum(name);
}
const magik = magikcraft.io;
function speed(){
magik.celeritate();
}
const magik = magikcraft.io;
function test123() {
magik.test123();
}
const magik = magikcraft.io;
function whereAmI(){
const world = magik.orbis();
magik.dixit(world);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment