Jump to content

dravrah

Members
  • Content Count

    5
  • Joined

  • Last visited

About dravrah

  • Rank
    Newbie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. i have used @Droidz profile Setting backup.cs using System; using System.IO; using robotManager.Helpful; using wManager; using wManager.Plugin; using System.Drawing; using System.Windows.Forms; public class Main : IPlugin { private bool _isLaunched; public void Initialize() {} public void Dispose() {} public void Settings() { var f = new FormSettingsBackup(); f.ShowDialog(); } } public class FormSettingsBackup : Form { public FormSettingsBackup() { InitializeComponent(); Directory.CreateDirectory(PathFolder);
  2. i wanna make a 100% afk profile but i have checked the forums,there is no information for how to train pet to learn skills like "Growl" anyone can share me the code for train pet? thanks
×
×
  • Create New...