[BOT] Fish Bot - Top Secret Project

09/18/2014 22:14 GetYourSmurf#661
Quote:
Originally Posted by Blester9211 View Post
well my bot/VM is a disaster anyways, it's taking a hell of a time to load and setup the games and some VM keep crashing in the begin of the match, some of them don't make it before the match is over, bugsplat, etc.

It would be really nice if someone could display some ready VM with lol and winXP already installed to download, because i'm pretty sure i messed up something in the windows installation, so if someone could do that not for me now, but to the people who are going to download it and don't know much about computers/vm like me would really help

thanks
check out first post...
09/18/2014 22:16 Blester9211#662
Quote:
Originally Posted by Blue_Star View Post
check out first post...
That winxp to download is a vm ready already? wtf i asked someone on skype and they told me its not

sorry about that will test it.
09/19/2014 10:28 KrakenCoaching#663
For me the setup on w7tiny is working way better than with ur xp. Did someone tested it?
09/19/2014 10:46 GetYourSmurf#664
dunno xp works perfet for me not gonna move to 7 :)

anyway database version is finished and working:bandit:

[Only registered and activated users can see links. Click Here To Register...] go here and just type test order and check out live tracking of your refs

also what would you ppl say about public queue where you could run like minimum 1 VM ?
09/19/2014 10:50 Visualboy#665
Blue_Star, I'm sry, what are requirements to run this Bot? (I got 8Gb DDR3 1600 Mhz ram and i5-3470k)
09/19/2014 10:55 GetYourSmurf#666
Quote:
Originally Posted by Visualboy View Post
Blue_Star, I'm sry, what are requirements to run this Bot? (I got 8Gb DDR3 1600 Mhz ram and i5-3470k)
try to run 6 with 512 ram but you probably have HDD. 512 might not be enought with HDD try it
09/19/2014 10:57 Visualboy#667
Yeah. I have HDD =(, i'll download WXP and i'll try later with 512mb
09/19/2014 13:16 ♊ Spuds-Gaming#668
Why you use xp? W7 is faster and stable if you have enough RAM
09/19/2014 13:34 Elevate Gaming#669
For some reason on one of my VM's when trying to click on the accounts profile to check level it misses and clicks this instead. Its so weird cos all others are working just this one keeps doing this over and over:

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


09/19/2014 13:41 Visualboy#670
Quote:
Originally Posted by Spuds-Gaming View Post
Why you use xp? W7 is faster and stable if you have enough RAM
I'm just doing as he does in the Tutorial/Setup/Explanation.
09/19/2014 14:08 GetYourSmurf#671
Quote:
Originally Posted by Spuds-Gaming View Post
Why you use xp? W7 is faster and stable if you have enough RAM
because nhc didn't manage to make it stable on winXP doesn't mean that I didn't :pimp:
winXP 300 ram and I'm rolling less ram more VM's

Quote:
Originally Posted by assassinuk96 View Post
For some reason on one of my VM's when trying to click on the accounts profile to check level it misses and clicks this instead. Its so weird cos all others are working just this one keeps doing this over and over:

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


missing theme.properties
copy it from other vm into lol_client>releases>some number>deploy
09/19/2014 14:33 Visualboy#672
Blue, Sorry. I downloaded Windows Xp from this thread's 1st message (Your). Now, what to do with that folder? I'm confused.
[Only registered and activated users can see links. Click Here To Register...] (screen)
09/19/2014 14:53 GetYourSmurf#673
Quote:
Originally Posted by Visualboy View Post
Blue, Sorry. I downloaded Windows Xp from this thread's 1st message (Your). Now, what to do with that folder? I'm confused.
[Only registered and activated users can see links. Click Here To Register...] (screen)
you need to instal vmware, find some tutorials about it...


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

mysql version of bot, feel free to test it and report bugs:
(don't use same BOTS folder, make new one)
Bot still need those files from BOTS folder so copy them from downloaded .rar on webpage

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

copy bot and .dll file to your VM's
copy mysql.ini to BOTS folder and edit it
copy updater and .dll file to BOTS folder in you main desktop

make some .txt file with your account list (same formal like always), name it with your order name (client will need it for live tracking)
run updater and point to that .txt file, you will update accounts to database

now just run bots (might take some time before it will start patcher)

.php file for live tracking:

PHP Code:
<style>table {display: table;border-collapse: separate;border-spacing: 2px;border-color: gray;font-size: 10px;color: #000000;color: #404040;border:1px solid black;height:30px}table.reference tr:nth-child(odd) {background-color: #F6F4F0;border:1px solid black;}table.reference th {color: #ffffff;background-color: #555555;border: 1px solid #555555;padding: 3px;vertical-align: top;text-align: center;border:1px solid black;}table.reference td {padding: 3px;vertical-align: top;text-align: center;border:1px solid black;}body, p, h1, h2, h3, h4, table, td, th, ul, ol, textarea, input {font-family: verdana,helvetica,arial,sans-serif;}table.reference, table.tecspec {border-collapse: collapse;border-spacing: 2px;border:1px solid black;}</style><center>
<h2>Check your referrals</h2>
<form name="search" method="post" action="<?=$PHP_SELF?>">
<input type="text" name="find" />
<input type="submit" class="button2 scrolly" name="submit" id="button submit" value="Search" />
</form>

<?php

if (isset($_POST['submit'])) {
$con=mysqli_connect("host""user""pass""db");

if (
mysqli_connect_errno()) {
  echo 
"Failed to connect to MySQL: " mysqli_connect_error();}
$r2 $_POST['find'];
if (
$r2 == "") {
echo 
"Enter you order number";
exit;
}
$result mysqli_query($con,"SELECT * FROM `live_tracking` WHERE `Order`='".$r2."'");

$anymatches=mysqli_num_rows($result);  if ($anymatches == 0)  {  
echo 
"Sorry, but we can not find your order<br><br>"
exit; 
}
?>
<table class="reference" style="width:auto"><tbody><tr><th>No.</th><th>Account</th><th>Name</th><th>Level</th></tr>
<?php
$No 
;
while(
$row mysqli_fetch_array($result)) {
  ++
$No;
  echo 
"<tr>";
  echo 
"<td>" $No "</td>";
  echo 
"<td>" $row['Login'] . "</td>";
  echo 
"<td><a href=http://www.elophant.com/league-of-legends/search?query=" $row['Name'] . "&region=" $row['Server'] . " target=_blank>" $row['Name'] . "</a></td>";
  echo 
"<td>" $row['Level'] . "</td>";
  echo 
"</tr>";
$Level $Level $row['Level'];
}
$Level_max $No 10;
$comp = ($Level $Level_max) * 100;

echo 
"</table>";
echo 
"<tr><br>Referrals compleated : " .$comp"%</tr>";
}
?>
09/19/2014 15:30 ♊ Spuds-Gaming#674
Quote:
Originally Posted by Blue_Star View Post
because nhc didn't manage to make it stable on winXP doesn't mean that I didn't :pimp:
winXP 300 ram and I'm rolling less ram more VM's



missing theme.properties
copy it from other vm into lol_client>releases>some number>deploy
Okay but what is better if i have 32-64gb RAM per pc ? Thinking to Switch to your Bot if there is any advantage - someone Said That your Bot can handle more vms or do faster Refs is that true ? I have 3930k CPU and AMD 8350 Wrote with Handy
09/19/2014 15:54 GetYourSmurf#675
will say to you like that:
fps limit with dxtory to 3 will give you lot more than limit to 10 and you can try it even lower mb not 1 but 2 should be fine also. i7 4770k with 32 gb ram 1333 ssd 120 gtx 660 can hande up to 36 bots (30 should be easy with loading time 2-3 min) but you have to try it out with your hardware

can handle more vms ? > true
can do faster refs ? > true

bot can hande pretty much every error > less restarts > faster refs, dxtory > lower cpu usage more vms > loading time is decresed (with specs like before 24 vms loading time is about 30-45 sec)


Likes2bot
*~EliteTrader~*

thx for donations ^_^