Developing Bot - Printable Version +- The Bytecode Club - Reverse Engineering Forum (https://the.bytecode.club) +-- Forum: Lobby (https://the.bytecode.club/forumdisplay.php?fid=1) +--- Forum: Game Cheating, Botting & Reverse Engineering (https://the.bytecode.club/forumdisplay.php?fid=97) +--- Thread: Developing Bot (/showthread.php?tid=155) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
RE: Developing Bot - dinobot - 12-31-2014 Note that mouse pointer must be out of bluestack for the bot to work. For now... RE: Developing Bot - cryzies - 12-31-2014 (12-31-2014, 03:10 PM)dinobot Wrote: Note that mouse pointer must be out of bluestack for the bot to work. For now... Yeap that didn't work for me, same error: This is with the pre compiled x32 version. Going to test running the script instead. RE: Developing Bot - Kaz - 12-31-2014 (12-31-2014, 03:06 PM)Squrl Wrote:(12-31-2014, 04:16 AM)Kaz Wrote: Hey all, @ Squrl So it should look for the following entries in the config.ini file for the positions: [general] frmBotPosX=911 frmBotPosY=158 If you were to move the window elsewhere, it should automatically save and make/update those two lines. Can you see if it does? Thanks! RE: Developing Bot - Kaz - 12-31-2014 (12-31-2014, 02:22 PM)GkevinOD Wrote: Made some bug fixes and fixed the checkMainScreen function. Awesome! Ty for incorporating my changes too! We will definitely need some source control Can you PM me an email where I can forward you the issue tracker so we can share ideas and features? Still looking for a more permanent place to use it, mainly one that is integrated with git would be nice. Suggestions? Thanks! Kaz RE: Developing Bot - zealous - 12-31-2014 its spamming between the barracks super quickly and doing nothing else RE: Developing Bot - vahnshark - 12-31-2014 (12-31-2014, 03:59 PM)zealous Wrote: its spamming between the barracks super quickly and doing nothing else have u locate ur barrack manually? RE: Developing Bot - saxmydix - 12-31-2014 (12-31-2014, 03:01 PM)cryzies Wrote: Thanks guys, when I run the .reg file Antidote uploaded on his host site and run BlueStacks. I still get 866, 745 as a resolution according to AutoIt Window Info... Any tips? this also happen to me. tried compile the script also give me the error. running on window 7 32bit, but using window 8 64bit working flawlessly. RE: Developing Bot - tommycarba - 12-31-2014 (12-31-2014, 06:17 AM)HAX4DAYS Wrote: Error subscript used on a non accessible variable. (12-31-2014, 03:24 PM)cryzies Wrote:Same issue here Running on Windows 7 32bits... I tried with the script, 32bit and 64bit versions of Pre-Alpha v005 and Pre-Alpha v005.2 and still the same error when it found a base(12-31-2014, 03:10 PM)dinobot Wrote: Note that mouse pointer must be out of bluestack for the bot to work. For now...Yeap that didn't work for me, same error: RE: Developing Bot - anhchang1102 - 12-31-2014 does the bot works in background ? If the bot works in background... It's perfect :D RE: Developing Bot - Layout - 12-31-2014 (12-31-2014, 03:46 PM)Kaz Wrote: @ Squrl So it should look for the following entries in the config.ini file for the positions: Kaz, those entries are working correctly and the bot will reopen at the same location as where it was previously closed. Turns out my question was not directed correctly. I was hoping to figure out why/how the bot is changing the location of the *Bluestacks windows, which started happening at the same time I noticed your feature was implemented. I use the bot on my right monitor, and with v5.2, whenever I press "Start" my bluestacks window gets moved to the upper left corner of my left monitor. So I guess I'm wondering how to have the bot either stop moving bluestacks or have it remember where the window is when I press "Stop" |