Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Browsergames > Seafight
You last visited: Today at 20:43

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Preview] BotControl

Discussion on [Preview] BotControl within the Seafight forum part of the Browsergames category.

Reply
 
Old 05/27/2017, 19:17   #16
 
elite*gold: 0
Join Date: Jun 2016
Posts: 143
Received Thanks: 29
nice !
henkhenk00 is offline  
Old 05/28/2017, 02:21   #17


 
Maurice's Avatar
 
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
Maurice is offline  
Thanks
1 User
Old 05/28/2017, 16:04   #18
 
Uther's Avatar
 
elite*gold: 231
Join Date: Dec 2013
Posts: 578
Received Thanks: 746
Uther is offline  
Thanks
1 User
Old 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
johnsteinbeck is offline  
Old 05/28/2017, 20:32   #20
 
Nonge_II's Avatar
 
elite*gold: 7
Join Date: Jun 2013
Posts: 819
Received Thanks: 731
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
Thanks
Nonge_II is offline  
Old 08/11/2017, 15:44   #21
 
Nonge_II's Avatar
 
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
Nonge_II is offline  
Old 08/12/2017, 00:20   #22
 
Royal*'s Avatar
 
elite*gold: 63
Join Date: Nov 2012
Posts: 2,123
Received Thanks: 500
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.
Royal* is offline  
Thanks
2 Users
Old 08/12/2017, 12:19   #23


 
Maurice's Avatar
 
elite*gold: 98
Join Date: Nov 2011
Posts: 1,267
Received Thanks: 1,019
Quote:
Originally Posted by Royal* View Post
For the english users:

He continue working on the project.
When boxybot gets updated more frequently.
Maurice is offline  
Thanks
1 User
Old 08/13/2017, 00:32   #24
 
Nonge_II's Avatar
 
elite*gold: 7
Join Date: Jun 2013
Posts: 819
Received Thanks: 731
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
Nonge_II is offline  
Old 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?
VorReel is offline  
Old 08/13/2017, 11:43   #26
 
Nonge_II's Avatar
 
elite*gold: 7
Join Date: Jun 2013
Posts: 819
Received Thanks: 731
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
Nonge_II is offline  
Old 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??
jurkus7 is offline  
Old 08/13/2017, 21:37   #28
 
elite*gold: 108
Join Date: Jun 2012
Posts: 154
Received Thanks: 24
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
Benuzer is offline  
Old 08/14/2017, 03:01   #29
 
Godlike2005's Avatar
 
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 .....
Godlike2005 is offline  
Old 08/14/2017, 16:33   #30
 
Nonge_II's Avatar
 
elite*gold: 7
Join Date: Jun 2013
Posts: 819
Received Thanks: 731
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
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:









Nonge_II is offline  
Thanks
4 Users
Reply


Similar Threads 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.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.