What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Mount Level

CoalCloud

New Member
Joined
Oct 3, 2014
Messages
61
Reaction score
0
[Release] Mount Level

Mount Level

Levels your mount by moving in circles.


Someone requested this before and I did it since it's literally less than 10 lines of code (needed).

Code:
using ArcheBuddy.Bot.Classes;
using System;

namespace Mount_Level {
    public class Main : Core {
        public static string GetPluginAuthor() {
            return "CoalCloud";
        }

        public static string GetPluginVersion() {
            return "1.0.0.0";
        }

        public static string GetPluginDescription() {
            return "Mount Level";
        }

        public void PluginRun() {
            ClearLogs();
            Log(String.Format("~~ Plug-in start: {0}, {1}", GetPluginDescription(), GetPluginVersion()));

            while (true) {
                MoveForward(true);
                RotateRight(true);
            }
        }

        public void PluginStop() {
            MoveForward(false);
            RotateRight(false);

            Log("~~ Plug-in stop.");
        }
    }
}

If you have problems compiling you can get the compiled version by clicking the link in my signature.
 
Last edited:
Never use this in an open area. I saw some people using it and they got reported repeatedly and I assume they got banned.

I'm not sure if this can be used safely, anyway, due to the fact that the key stroke pattern may be easily detected by the useless hackshield.

Did someone try using it somewhere safe and not get banned?
 
You can achieve the same thing by stacking quarters on your keyboard. However, there is also literally zero benefit from doing as one could grind for 15 minutes and earn more EXP for your mount than leaving this on for an entire night.

Your concerns about HS are totally unwarranted. As you say, it is totally useless and as far as anyone knows it is purely there to deter hobbyist cheaters who want to fuck around with their client. It does not monitor activity in the game. Even if it did, all this script is instructing your character to do is run forward and rotate right. So how is that suspicious?
 
Never use this in an open area. I saw some people using it and they got reported repeatedly and I assume they got banned.

I'm not sure if this can be used safely, anyway, due to the fact that the key stroke pattern may be easily detected by the useless hackshield.

Did someone try using it somewhere safe and not get banned?

I've used this for days in Mirage.

You will most likely get reported if you do it in Mirage / public, but you won't be banned.

People (GMs) can never tell if you're using AB or just "stacking quarters on your keyboard".

If you get banned it's because of AB and not this plug-in itself.
 
Last edited:
i know this an old thread but maybe you guys already know bout "Numpad 4 + Num Lock"

no need use any scrift or dumble tu make run circle
you wont get banned just because running circle,, but sometine GM just "kick" you from the game to character sellect :D
CMIWW
 
Back
Top