Search results for query: *

  1. I

    Cheat Engine and Bluestacks.

    How can I get the memory address from Bluestacks, then use it in C# to display values? I know how to use CE, but not in BS, I don't know where to attach CE.
  2. 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...
  3. I

    2 buttons, 1 loop

    Can anybody give me an idea on how I should proceed here? I have 2 buttons, start-stop, once pressed, calls a loop to start, anytime the loop is running, stop, once pressed. I have an idea about it like, checking if the stop is pressed but I don't think it's the most efficient.
Back
Top Bottom