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 - Envyus - 12-22-2014 Antidoe will this be a farming bot or will it be an on demand bot that will simply aid you with attacks such as skip bases until you find one with the desired amount of loot? RE: Developing Bot - Antidote - 12-22-2014 RE: Developing Bot - Antidote - 12-22-2014 RE: Developing Bot - Envyus - 12-22-2014 That is good then so in a sense it will run a bit like the Lazypressing version but without so many features? RE: Developing Bot - Antidote - 12-22-2014 It's still in development so I cannot say for sure what features will be added. For now it's not ready for use yet. RE: Developing Bot - kojometa - 12-22-2014 RE: Developing Bot - Envyus - 12-22-2014 I tried testing this out but when I click on village search it clicks on attack and then does not skip to find a base with the allocated resources. RE: Developing Bot - kojometa - 12-22-2014 use the start button! all other buttons are only for testing purposes! RE: Developing Bot - GkevinOD - 12-22-2014 Hello Everyone, I have modified my previous GetGold Function to make a new and improve GetGold Function 2.0! http://pastebin.com/gnzRXhNB Unlike the previous version, it can detect the gold in less than a second (for me). I have removed the PixelSearch as it is too slow, and used a different approach using an optimized PixelGetColor. Now, it searches for the color of the pixel and compares it with the pixel color pattern using a function that compares the color variation. I've organized the code a bit and gave an example within the script on how to use the function. You must have 860x720 resolution and the x and y value may vary from computer to computer. I will work on making the function more efficient and getting the colors for the elixir. RE: Developing Bot - Envyus - 12-22-2014 Very nice work GkevinOD! Do you think that in the future you will work on implementing an option to detect trophies and perhaps drop to a selected value? |