Powered by AjaxyFind things easier with search!

Recent Forum Activity

Advertisement


script

How To Script AutoLooting and AutoSkinning

Welcome

I am hoping to make this a quick and informative tutorial on how to make a moderate script for Elfbot NG. We will first go over the functions we will use and then we will use them to assemble… Continue reading

Auto Levitate

This script will levatate up or down depending on what directino you are faceing

auto 200 dontlist | if [$self.dir == 0 || $self.dir == 3] say 'exani hur "up' | if [$self.dir == 1 || $self.dir == 2] say… Continue reading

Combo Ultimate Explosion

Fairly simple combo UE script that will detect when a friend cast UE and then will cast UE. Continue reading

Auto Reconnect

Simple Reconnect Script

auto 100 ifnot $connected { reconnect | wait 10000 }

UH Friend

auto 200 uhpc 70 friend
This script will use a UH rune on a friend if there health is below 70%
auto 200 safe uhpc 70 friend
This script will use a UH rune on a friend if there health… Continue reading

Hold Target

auto 10 listas ‘Hold Target’ | attack target

This is a simple script that will target your last target so in the case they walk of screen when they come back on you will still be targeting them