bot

  1. I

    optimization please.

    I've made a bluestacks bot, using c#, tessnet2, and autoit.. I need help in optimizing it.. Here's the code.. using System;using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using...
  2. S

    Creating an application bot

    Hello, I have written a bot for the web-browser game (Gladiatus), but it seems application bots to be more different. I am trying to load the game in my Form, so it would be easier for handling. Here is my unsuccessful code: [DllImport("user32.dll")] static extern IntPtr...
Top Bottom