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 - HAX4DAYS - 12-10-2014 I dont really know how to code but I am skilled at the game and would be able to offer quality insight for features. I qould also be happy to test! RE: Developing Bot - Antidote - 12-10-2014 RE: Developing Bot - RFanze - 12-10-2014 RE: Developing Bot - Antidote - 12-10-2014 RE: Developing Bot - odySSeys - 12-10-2014 Code: #include <Tesseract.au3> First of all thanks . Based on the details you given out so far, I have 1. Installed Tesseract-OCR (https://code.google.com/p/tesseract-ocr/) 2. Placed the coctraineddata into Tesseract-OCR/tessdata/ (What else should I do other than placed into the folder?) 3. Installed supercell-magic_5.ttf font 4. Used Tesseract.au3 (http://www.autoitscript.com/forum/topic/89542-tesseract-screen-ocr-udf/) 5. Launched bluestacks and COC. Zoom out all the way before start search war. 6. So far, the decoding is pretty much working but success rate of 10% or less. 7. Each time the decoding executed, the tesseract command window (black window) will appear and disappear (Pretty annoying - How to prevent the black window show up?) 8. Next, the $read msgbox will pop up and some of the captured are letters. (Screen shot below) 9. The part that i do not understand is "you can add "digits" to tesseract shell command to make it recognize only numbers" 10. Did i missed out anything? RE: Developing Bot - Antidote - 12-10-2014 RE: Developing Bot - Antidote - 12-10-2014 Since it's quite troublesome to set up everything right, I decided to move everything into one folder to make things easier. Inside this folder is Tesseract-OCR portable with traineddata included, edited Tesseract.au3 file and Test.au3 script I made to check Tesseract's accuracy. I personally tested with all 3 resolutions and it works fine. You don't have to install anything. Just open Bluestacks, stay at your main village and open the script. It will begin searching opponents and display gold & elixir on screen. Feel free to tweak the screen region in the script for optimal reading (I'm still experimenting myself) and let me know how it works for you guy https://mega.co.nz/#!Y0NBWbjK!l0m74jAce38PiLUyT4hWUYHtr_397oa4CkSQRzjC_OQ script only: http://pastebin.com/2gNxVSK1 RE: Developing Bot - HAX4DAYS - 12-10-2014 (12-10-2014, 08:46 AM)Antidote Wrote: Since it's quite troublesome to set up everything right, I decided to move everything into one folder to make things easier. I used it and it pressed attack and went to find base. The first base it found was very low gold/elixar. It let the timer wind down and it never skipped the base (to search for more loot) nor did it deploy any troops. Don't know if this is what was supposed to happen and if it was it actually did a really good job. Otherwise did i do something wrong so it didn't keep searching. Keep up the good work and i plan to help when i get done with finals! RE: Developing Bot - Antidote - 12-10-2014 Did it show current search valuel like this? Did you download the whole folder or just the script? Might be it got stuck at the CheckScreen func. Try remove it and see how it goes Best if you just download the folder and run from there. Everything is preconfig :D RE: Developing Bot - HAX4DAYS - 12-10-2014 It said Tesserect Gold and Elixar Test Press space to stop I am running Test.exe |