forked from No3Mc/AIO-Mod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MyBot.run.version.au3
26 lines (23 loc) · 1.36 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
23
24
25
26
; #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-2019
; 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.8)
#pragma compile(FileVersion, 7.8.4)
#pragma compile(LegalCopyright, © https://mybot.run)
#Au3Stripper_On
Global $g_sBotVersion = "v7.8.4" ;~ Don't add more here, but below. Version can't be longer than vX.y.z because it is also used in Checkversion()
; Check Version - Team AiO MOD++
Global $g_sModVersion = "v4.2.0" ;<== Just Change This to Version Number
Global $g_sModSupportUrl = "https://github.com/boludoz/AIO-Mod/releases" ;<== Our Website Link Download