|
You last visited: Today at 20:43
Advertisement
[Preview] BotControl
Discussion on [Preview] BotControl within the Seafight forum part of the Browsergames category.
05/27/2017, 19:17
|
#16
|
elite*gold: 0
Join Date: Jun 2016
Posts: 143
Received Thanks: 29
|
nice !
|
|
|
05/28/2017, 02:21
|
#17
|
elite*gold: 98
Join Date: Nov 2011
Posts: 1,267
Received Thanks: 1,019
|
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
|
#18
|
elite*gold: 231
Join Date: Dec 2013
Posts: 578
Received Thanks: 746
|
|
|
|
05/28/2017, 20:17
|
#19
|
elite*gold: 0
Join Date: May 2017
Posts: 12
Received Thanks: 0
|
This looks amazing. Something we all have been looking for.Future is in this bot
|
|
|
05/28/2017, 20:32
|
#20
|
elite*gold: 7
Join Date: Jun 2013
Posts: 819
Received Thanks: 731
|
Quote:
Originally Posted by ~Nazar*
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
This looks amazing. Something we all have been looking for.Future is in this bot
|
Thanks
|
|
|
08/11/2017, 15:44
|
#21
|
elite*gold: 7
Join Date: Jun 2013
Posts: 819
Received Thanks: 731
|
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
|
#22
|
elite*gold: 63
Join Date: Nov 2012
Posts: 2,123
Received Thanks: 500
|
Quote:
Originally Posted by Nonge_II
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
|
#23
|
elite*gold: 98
Join Date: Nov 2011
Posts: 1,267
Received Thanks: 1,019
|
Quote:
Originally Posted by Royal*
For the english users:
He continue working on the project.
|
When boxybot gets updated more frequently.
|
|
|
08/13/2017, 00:32
|
#24
|
elite*gold: 7
Join Date: Jun 2013
Posts: 819
Received Thanks: 731
|
Quote:
Originally Posted by Raymond*
When boxybot gets updated more frequently.
|
Yes. If Boxybot not updatet more frequently I'll do that
Nonge
|
|
|
08/13/2017, 00:53
|
#25
|
elite*gold: 0
Join Date: Nov 2016
Posts: 20
Received Thanks: 2
|
Hast du ein Release-Date so in etwa?
|
|
|
08/13/2017, 11:43
|
#26
|
elite*gold: 7
Join Date: Jun 2013
Posts: 819
Received Thanks: 731
|
Quote:
Originally Posted by VorReel
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
|
#27
|
elite*gold: 0
Join Date: Jan 2010
Posts: 51
Received Thanks: 8
|
Hi Guy's where have i download this bot??
|
|
|
08/13/2017, 21:37
|
#28
|
elite*gold: 108
Join Date: Jun 2012
Posts: 154
Received Thanks: 24
|
Quote:
Originally Posted by jurkus7
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
|
#29
|
elite*gold: 125
Join Date: Dec 2010
Posts: 207
Received Thanks: 32
|
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
|
#30
|
elite*gold: 7
Join Date: Jun 2013
Posts: 819
Received Thanks: 731
|
Quote:
Originally Posted by Godlike2005
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:
I work on a new better Gui, I will share it with you
The new Gui is better as the old, more functions, fewer code
I will make the tool for Seabot and for Boxybot - I think that is meaningful as only for Boxybot. Here some Screenshots:
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
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:
|
|
|
|
|
Similar Threads
|
[PREVIEW]Nilsator's HP - Template[PREVIEW]
12/28/2010 - Flyff Private Server - 7 Replies
Wollte hier mal meine HP vorstellen, sie ist noch nicht ganz fertig, aber hier sind schon mal einige Bilder:
http://img35.imageshack.us/img35/4338/homeku.jpg
http://img145.imageshack.us/img145/5646/12328261. jpg
http://img210.imageshack.us/img210/62/teamjg.jpg
|
[PREVIEW] G00dFite~LDB D3D V1.0 [Preview]
09/28/2010 - WarRock Hacks, Bots, Cheats & Exploits - 19 Replies
hi EPVP,
i am coding a d3d hack for u here's a Preview from my hack ;)
http://i53.tinypic.com/f7xag.jpg
|
[PREVIEW] G00dFite~LDB D3D V1.0 [Preview]
09/28/2010 - WarRock Hacks, Bots, Cheats & Exploits - 10 Replies
hi Epvpers,
i am trying to make a D3D hook for u its a public hack
here is a Preview from te hack
http://i53.tinypic.com/33cnioj.jpg
|
[PREVIEW]Preview for upcoming :)
06/06/2010 - CO2 Private Server - 22 Replies
NPC's
http://i883.photobucket.com/albums/ac33/holyshotz /1-1.png
http://i883.photobucket.com/albums/ac33/holyshotz /2-1.png
http://i883.photobucket.com/albums/ac33/holyshotz /3-1.png
http://i883.photobucket.com/albums/ac33/holyshotz /4-1.png
http://i883.photobucket.com/albums/ac33/holyshotz /5-1.png
http://i883.photobucket.com/albums/ac33/holyshotz /6-1.png
Satans Quest
http://i883.photobucket.com/albums/ac33/holyshotz /7-1.png
|
All times are GMT +1. The time now is 20:43.
|
|