|
You last visited: Today at 11:20
Advertisement
[BOT][No-Client] EmuB0T - Referrals bot
Discussion on [BOT][No-Client] EmuB0T - Referrals bot within the League of Legends Hacks, Bots, Cheats & Exploits forum part of the League of Legends category.
05/15/2014, 15:21
|
#1951
|
elite*gold: 0
Join Date: Apr 2014
Posts: 74
Received Thanks: 7
|
Quote:
Originally Posted by Vrichsutter
The command prompt is just blank, when i open host. 5 other VM's work fine with client.
Couldn't find a "fix" anywhere.
Much Appreciated.
|
A screen would be much appreciated.
@Mroku: Could you send me the source code for Reset-Accounts.exe ? That would be kind !
|
|
|
05/15/2014, 15:27
|
#1952
|
elite*gold: 0
Join Date: May 2014
Posts: 3
Received Thanks: 0
|
Quote:
Originally Posted by MadWard
A screen would me much appreciated.
|
Thank you.
EDIT: When i close it, it has a message:
|
|
|
05/15/2014, 15:49
|
#1953
|
elite*gold: 0
Join Date: Jul 2013
Posts: 86
Received Thanks: 4
|
Still my Shortcuts are missing, and I disabled "map it as a network drive", I still have to browse for them...
|
|
|
05/15/2014, 15:51
|
#1954
|
elite*gold: 0
Join Date: Jun 2009
Posts: 177
Received Thanks: 2
|
so does this still work?
could I run 2x 3v3 bots or how many can I run on this
Windows 8
6GB RAM
i7 2.4GHZ
128GB SSD 500MBs read/write
|
|
|
05/15/2014, 15:53
|
#1955
|
elite*gold: 0
Join Date: Apr 2014
Posts: 6
Received Thanks: 2
|
I've got problem with bot after game ends. Some of machines just doesn't close League process and I'm stuck on Victory/Defeat screen. 766 mb of ram for each one.
(12 gb ram, fx6300 black edition, hdd)
|
|
|
05/15/2014, 16:36
|
#1956
|
elite*gold: 0
Join Date: Jul 2013
Posts: 86
Received Thanks: 4
|
Any hint to not having to browse for shortcuts placed in shared folder? (Atm I just disabled mapping shared folders at network drives and it's not working).
|
|
|
05/15/2014, 16:44
|
#1957
|
elite*gold: 3
Join Date: Dec 2008
Posts: 304
Received Thanks: 67
|
Quote:
Originally Posted by MadWard
A screen would be much appreciated.
@Mroku: Could you send me the source code for Reset-Accounts.exe ? That would be kind !
|
Code:
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
namespace Reset_Accounts
{
internal class Program
{
internal static int liczba_kont;
public Program()
{
base.\u002Ector();
}
private static void Main(string[] args)
{
Console.WriteLine("Reseting accounts.txt");
Console.ForegroundColor = ConsoleColor.Red;
Console.WriteLine("From: user|password|1");
Console.ForegroundColor = ConsoleColor.Green;
Console.WriteLine("To: user|password|0");
Console.ForegroundColor = ConsoleColor.White;
Console.WriteLine("Press any key to continue...");
Console.ReadKey();
Program.wczytaj_konta();
Console.ReadKey();
}
private static void wczytaj_konta()
{
string[] contents = File.ReadAllLines("accounts.txt");
int num = 1;
foreach (string str1 in contents)
{
char[] chArray = new char[1]
{
'|'
};
string[] strArray = str1.Split(chArray);
if (Enumerable.Count<string>((IEnumerable<string>) strArray) == 3 && strArray[2].Contains("1"))
{
string str2 = strArray[2].Replace("1", "0");
contents[num - 1] = strArray[0] + "|" + strArray[1] + "|" + str2;
File.WriteAllLines("accounts.txt", contents);
++Program.liczba_kont;
}
++num;
}
Console.ForegroundColor = ConsoleColor.Green;
Console.WriteLine("Done - Reset " + (object) Program.liczba_kont + " accounts...");
}
}
}
If you dont want this to be posted here just message me.
|
|
|
05/15/2014, 18:32
|
#1958
|
elite*gold: 0
Join Date: Feb 2011
Posts: 60
Received Thanks: 2
|
its best bot ever. THX
|
|
|
05/15/2014, 18:51
|
#1959
|
elite*gold: 0
Join Date: Aug 2008
Posts: 4
Received Thanks: 0
|
Hey guys i have a problem i installed this today everythink works good expect that the bot dosed do anythink in game and i get kicked for AFK or the game dosent finish at all
|
|
|
05/15/2014, 18:57
|
#1960
|
elite*gold: 47
Join Date: Oct 2007
Posts: 880
Received Thanks: 67
|
For some reason since a few days, vmware doesnt connect to my internet...
I tried removing the Network adapter and adding it, didnt work
Tried also changing from bridged to NAT didnt work aswell... what can I do ?
On some VMWare it work on some it doesnt, even though they have the same settings...
|
|
|
05/15/2014, 19:00
|
#1961
|
elite*gold: 3
Join Date: Dec 2008
Posts: 304
Received Thanks: 67
|
Quote:
Originally Posted by _geforce_
For some reason since a few days, vmware doesnt connect to my internet...
I tried removing the Network adapter and adding it, didnt work
Tried also changing from bridged to NAT didnt work aswell... what can I do ?
On some VMWare it work on some it doesnt, even though they have the same settings...
|
If it works on some you could probably clone one of the vm's it works on and delete the bad ones
|
|
|
05/15/2014, 19:02
|
#1962
|
elite*gold: 47
Join Date: Oct 2007
Posts: 880
Received Thanks: 67
|
Thats the problem, even if i clone the working ones the cloneds internet doesnt work.
|
|
|
05/15/2014, 19:12
|
#1963
|
elite*gold: 3
Join Date: Dec 2008
Posts: 304
Received Thanks: 67
|
Did you try to open a web page on the clone or did you just open the bot and it says unable to connect?
|
|
|
05/15/2014, 19:18
|
#1964
|
elite*gold: 0
Join Date: May 2014
Posts: 83
Received Thanks: 4
|
So nobody really answered to my question. I posted it a while back, I will ask again, hopefully someone knows :S
What VPN should I use? Cause its a lot safer to do referal boting with VPN. And how to put like 1 different IP per VM ?
|
|
|
05/15/2014, 19:22
|
#1965
|
elite*gold: 0
Join Date: Jul 2012
Posts: 39
Received Thanks: 0
|
Quote:
Originally Posted by EpiCskiLL
did you set your ff start page to about:blank?
|
without xp boost, bot run perfectly 24/7 (i tested 5x5 48 hours without xp boost and works fine, without errors) with xp boost, bot run only 3-4 matches.
now i'll try set my ff start page to "about :blank"...
sry for bad english...
|
|
|
All times are GMT +1. The time now is 11:21.
|
|