-
Notifications
You must be signed in to change notification settings - Fork 2
/
MyBot.run.version.au3
22 lines (20 loc) · 1.16 KB
/
MyBot.run.version.au3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
; #FUNCTION# ====================================================================================================================
; Name ..........: MBR Bot Version
; Description ...: This file contains the initialization and main loop sequences f0r the MBR Bot
; Author ........: (2014)
; Modified ......:
; Remarks .......: This file is part of MyBot, previously known as ClashGameBot. Copyright 2015-2018
; MyBot is distributed under the terms of the GNU GPL
; Related .......:
; Link ..........: https://github.com/MyBotRun/MyBot/wiki
; Example .......: No
; ===============================================================================================================================
; AutoIt version pragmas
#Au3Stripper_Off
#pragma compile(Icon, "Images\MyBot.ico")
#pragma compile(FileDescription, Clash of Clans Bot - A Free Clash of Clans bot - https://mybot.run)
#pragma compile(ProductVersion, 7.6)
#pragma compile(FileVersion, 7.6.2)
#pragma compile(LegalCopyright, © https://mybot.run)
#Au3Stripper_On
Global $g_sBotVersion = "v7.6.2" ;~ Don't add more here, but below. Version can't be longer than vX.y.z because it is also use on Checkversion()