[Preview] BotControl

05/27/2017 19:17 henkhenk00#16
nice !
05/28/2017 02:21 Maurice#17
Since I heard ur struggling with the directories the .NET framework creates to store the Properties.Settings values;

Code:
#include <String.au3>
#include <File.au3>
Dim $dirName, $fileList, $partialDir

$fileList = _FileListToArray("C:\\Users\\Maurice\\AppData\\Local\\delemojo\\", "*")
$partialDir = _StringBetween($fileList[0], "BoxyBot.exe_Url_", "")
$dirName = "BoxyBot.exe_Url_" & $partialDir
MsgBox(0, "", $dirName)
To get the lastest installed (and most likely used) boxybot.exe use:

Code:
#include <String.au3>
#include <File.au3>
Dim $dirName, $fileList, $partialDir

$fileList = _FileListToArray("C:\\Users\\Maurice\\AppData\\Local\\delemojo\\", "*")
$partialDir = _StringBetween($fileList[Ubound($fileList) - 1], "BoxyBot.exe_Url_", "")
$dirName = "BoxyBot.exe_Url_" & $partialDir
MsgBox(0, "", $dirName)
Not tested, but should give u atleast a start ;)
05/28/2017 16:04 Uther#18
[Only registered and activated users can see links. Click Here To Register...]
05/28/2017 20:17 johnsteinbeck#19
This looks amazing. Something we all have been looking for.Future is in this bot :D
05/28/2017 20:32 Nonge_II#20
Quote:
Originally Posted by ~Nazar* View Post
Since I heard ur struggling with the directories the .NET framework creates to store the Properties.Settings values;

Code:
#include <String.au3>
#include <File.au3>
Dim $dirName, $fileList, $partialDir

$fileList = _FileListToArray("C:\\Users\\Maurice\\AppData\\Local\\delemojo\\", "*")
$partialDir = _StringBetween($fileList[0], "BoxyBot.exe_Url_", "")
$dirName = "BoxyBot.exe_Url_" & $partialDir
MsgBox(0, "", $dirName)
To get the lastest installed (and most likely used) boxybot.exe use:

Code:
#include <String.au3>
#include <File.au3>
Dim $dirName, $fileList, $partialDir

$fileList = _FileListToArray("C:\\Users\\Maurice\\AppData\\Local\\delemojo\\", "*")
$partialDir = _StringBetween($fileList[Ubound($fileList) - 1], "BoxyBot.exe_Url_", "")
$dirName = "BoxyBot.exe_Url_" & $partialDir
MsgBox(0, "", $dirName)
Not tested, but should give u atleast a start ;)
This is my Code:
Code:
$array = _FileListToArray(@LocalAppDataDir & "/delemojo/")
	Global $Newarray[UBound($array)]
	$iNewcount = 0
	For $i = 0 To UBound($array) - 1
;~ 		Debug($array[$i])
		If StringInStr($array[$i], "Account1.exe") Then ExitLoop
	Next
	If Not FileExists(@LocalAppDataDir & "/delemojo/" & $array[$i] & "/1.0.0.0/user.config") Then MsgBox(0, "Error", "File not found")
Quote:
Originally Posted by johnsteinbeck View Post
This looks amazing. Something we all have been looking for.Future is in this bot :D
Thanks :)
08/11/2017 15:44 Nonge_II#21
Servus, da Boxybot weiterhin geuppt wird, werde ich mein Projekt hier weiter fortsetzen.
Ich denke heute Abend sollte die Release stattfinden. Ich bin gerade dabei noch einige Script stellen zu überarbeiten.

Nonge
08/12/2017 00:20 Royal*#22
Quote:
Originally Posted by Nonge_II View Post
Servus, da Boxybot weiterhin geuppt wird, werde ich mein Projekt hier weiter fortsetzen.
Ich denke heute Abend sollte die Release stattfinden. Ich bin gerade dabei noch einige Script stellen zu überarbeiten.

Nonge
For the english users:

He continue working on the project.
08/12/2017 12:19 Maurice#23
Quote:
Originally Posted by Royal* View Post
For the english users:

He continue working on the project.
When boxybot gets updated more frequently.
08/13/2017 00:32 Nonge_II#24
Quote:
Originally Posted by Raymond* View Post
When boxybot gets updated more frequently.
Yes. If Boxybot not updatet more frequently I'll do that :)

Nonge
08/13/2017 00:53 VorReel#25
Hast du ein Release-Date so in etwa?
08/13/2017 11:43 Nonge_II#26
Quote:
Originally Posted by VorReel View Post
Hast du ein Release-Date so in etwa?
Es gibt derzeit den Fehler, dass das Program nur auf meinen Pc funktioniert. Auf meinem 2. Laptop will dies nicht funktionieren. Ich suche noch nach diesen Fehlern. Ich vermute diese Woche sollte die Release noch starten.

Nonge
08/13/2017 20:54 jurkus7#27
Hi Guy's where have i download this bot??
08/13/2017 21:37 Benuzer#28
Quote:
Originally Posted by jurkus7 View Post
Hi Guy's where have i download this bot??
This application is still in work due some issues. He will release it probably within the next week
08/14/2017 03:01 Godlike2005#29
mal ne frage ... sieht zwar echt nice aus ... allerdings stelle ich mir die frage .... wurde das jetzt hier entworfen um ebenfalls die daten auszulesen um an die accounts dran zu kommen ?!.... ich denke es ist verständlich dass man da nun etwas skeptisch ist aufgrund der boxybot geschichte .....
08/14/2017 16:33 Nonge_II#30
Quote:
Originally Posted by Godlike2005 View Post
mal ne frage ... sieht zwar echt nice aus ... allerdings stelle ich mir die frage .... wurde das jetzt hier entworfen um ebenfalls die daten auszulesen um an die accounts dran zu kommen ?!.... ich denke es ist verständlich dass man da nun etwas skeptisch ist aufgrund der boxybot geschichte .....
Servus,

Ich kann deine und die Sorge der anderen völlig nachvollziehen.
Einige die mich kennen, wissen dass dies nicht mein erstes Tool ist, wo man sich mit seinen Acc. Daten einloggen muss. Es gab derer Art noch nie Probleme, geschweige denn die Daten wurden an mich übermittelt. Eure Accountdaten werden ausschließlich auf eurem privaten PC gespeichert um eine schnelle und komfortable benutzung zu gewährleisten.

Mfg Nonge ;)

-- -- -- -- -- -- -- -- -- -- -- -- -- -- --


NEW POST|15/08/2017 - 03:58

Hello Friends,

English:


Ich arbeite derzeit an einer neuen Gui, dies möchte ich mit euch teilen.
Die neue Gui ist besser als die alte - mehr funktionen, weniger Code :cool:
Ich entwerfe gerade so den Code, dass man das tool sowohl für Boxybot als auch für Seabot nutzen kann - Ich denke das ist nützlicher als es nur für einen Bot zu gestalten. Bitte beachtet aber, dass dadurch die Release länger als geplant dauert. Hier ein paar Screen's:

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]