|
You last visited: Today at 16:55
Advertisement
[Tool] Auto Queue Bot fix
Discussion on [Tool] Auto Queue Bot fix within the League of Legends Hacks, Bots, Cheats & Exploits forum part of the League of Legends category.
11/26/2014, 22:00
|
#1
|
elite*gold: 0
Join Date: Jul 2013
Posts: 20
Received Thanks: 1
|
[Tool] Auto Queue Bot fix
Auto Queue Bot fix I created a program which would fix the Volibot bug when account at second game goes afk. The program opens Volibot, waits for your preferred time, closes Volibot, waits for your preferred time, closes League of Legends and repeats the cycle.
How to set up    :
Just read what is written in Enter your data here.txt
More a more detailed setup guide below. Sorry windows is not English.
1. Download!

2. Extract!

3. Open your Volibot folder. Be sure that your volibot .exe file is named VoliBot.exe

4. Copy path to that folder.

5. Change that path from default to yours in Enter your data here.txt.

6. Save everything.

7. If you left last valuable unchanged (zero) you will have to enter your preferred games amount.

8. Now the script should be working.

9. Volibot was closed.

10. Cycle restarted, League of Legends closed.

C++ code
#include <iostream>
#include <stdio.h>
#include <windows.h>
#include <fstream>
#include <string>
#include <ctime>
//Made by Rtakas
using namespace std;
int main()
{
//...
ifstream filein ("Enter your data here.txt");
string path;
int x;
int time1, time2;
time_t rawtime;
struct tm * timeinfo;
char buffer [80];
//Data input
filein.ignore(1000,'\n');
filein.ignore(1000,'\n');
filein.ignore(1000,'\n');
filein.ignore(1000,'\n');
getline(filein, path);
filein.ignore(1000,'\n');
filein >> time1;
filein.ignore(1000,'\n');
filein.ignore(1000,'\n');
filein >> time2;
filein.ignore(1000,'\n');
filein.ignore(1000,'\n');
filein >> x;
//For exact lenght
if (x == 0)
{
time (&rawtime);
timeinfo = localtime (&rawtime);
strftime (buffer,80,"[%H:%M:%S]",timeinfo);
cout << buffer << " How much games do you want to play?" << endl;
cin >> x;
}
//The cycle begins!
for (int i = 1; i <= x; i++)
{
//Cycle begun
time (&rawtime);
timeinfo = localtime (&rawtime);
strftime (buffer,80,"[%H:%M:%S]",timeinfo);
cout << buffer << " Cycle number " << i << " has begun" << endl;
//Opens the Volibot
ShellExecute(NULL,
"open",
"VoliBot.exe",
"",
path.c_str(),
SW_SHOWNORMAL);
time (&rawtime);
timeinfo = localtime (&rawtime);
strftime (buffer,80,"[%H:%M:%S]",timeinfo);
cout << buffer << " Volibot started." << endl;
//Skips desired amount of time so that volibot could queue up bots
Sleep(time1 * 60 * 1000);
//Let's close Volibot now!
system("taskkill /IM VoliBot.exe");
time (&rawtime);
timeinfo = localtime (&rawtime);
strftime (buffer,80,"[%H:%M:%S]",timeinfo);
cout << buffer << " Volibot closed." << endl;
//Let's wait till the game ends
Sleep(time2 * 60 * 1000);
//Closing League of Legends
system("taskkill /IM \"League of Legends.exe\"");
time (&rawtime);
timeinfo = localtime (&rawtime);
strftime (buffer,80,"[%H:%M:%S]",timeinfo);
cout << buffer << " League of Legends closed." << endl;
//Reapeating
if (i != x)
{
time (&rawtime);
timeinfo = localtime (&rawtime);
strftime (buffer,80,"[%H:%M:%S]",timeinfo);
cout << buffer << " Starting new cycle" << endl;
}
}
return 0;
}
Disclaimer: use this program if you need to play like 5 games with 5 acc. To make this more efficient Maufeat has to edit his script so it would exit when the one match is complete. When the match is complete and League of Legends is closed, Volibot exits and the other program opens it again. Simple as that, I'm not that advanced programmer  .
Leave a thanks if it helped
|
|
|
11/26/2014, 22:20
|
#2
|
elite*gold: 0
Join Date: Nov 2014
Posts: 106
Received Thanks: 8
|
Im trying thx. I will edit after 2-3 games.
This is working good now.
So i wanna ask something? If i write "How much games you wanna play?" screen to 1000 is can be possible?
|
|
|
11/26/2014, 23:22
|
#3
|
elite*gold: 0
Join Date: Dec 2010
Posts: 27
Received Thanks: 2
|
k, trying first game now..
I'll edit after few games
whole night without problems (but 1 game was fully afk, dunno why, maybe some bugsplat or smth) 
still best solution atm.
|
|
|
11/26/2014, 23:33
|
#4
|
elite*gold: 0
Join Date: Nov 2014
Posts: 7
Received Thanks: 0
|
Bugsplat :/ Help me in game few minutes later : BUGSPLAT ERROR ! (FIXED!)
|
|
|
11/26/2014, 23:56
|
#5
|
elite*gold: 0
Join Date: Mar 2011
Posts: 6
Received Thanks: 0
|
help me please i get this error "couldn't enter queue ! please contact us volibot.com" please help me for fix
|
|
|
11/27/2014, 00:04
|
#6
|
elite*gold: 0
Join Date: Jul 2014
Posts: 67
Received Thanks: 2
|
Quote:
Originally Posted by K0LL
"couldn't enter queue ! please contact us volibot.com"
|
Please.
|
|
|
11/27/2014, 00:20
|
#7
|
elite*gold: 0
Join Date: Nov 2014
Posts: 7
Received Thanks: 0
|
The fix pause in the screen , and don't open game later of open volibot.exe .
|
|
|
11/27/2014, 00:23
|
#8
|
elite*gold: 0
Join Date: Nov 2014
Posts: 106
Received Thanks: 8
|
Quote:
Originally Posted by Registrando2
The fix pause in the screen , and don't open game later of open volibot.exe .
|
Same here.
|
|
|
11/27/2014, 02:35
|
#9
|
elite*gold: 19
Join Date: Nov 2007
Posts: 248
Received Thanks: 30
|
Good job on the release, clean topic is better  keep up the good work!
|
|
|
11/27/2014, 05:38
|
#10
|
elite*gold: 0
Join Date: May 2009
Posts: 130
Received Thanks: 8
|
work fine thx
-------------------
volibot closed '.'
|
|
|
11/27/2014, 08:59
|
#11
|
elite*gold: 0
Join Date: Jul 2013
Posts: 20
Received Thanks: 1
|
Quote:
Originally Posted by Qnoops
Im trying thx. I will edit after 2-3 games.
This is working good now.
So i wanna ask something? If i write "How much games you wanna play?" screen to 1000 is can be possible?
|
Yes you can write 1000 in script. You also can write this number in Enter your data here.txt in 11th line, so you don't need to change it every time.
Quote:
Originally Posted by K0LL
help me please i get this error "couldn't enter queue ! please contact us volibot.com" please help me for fix
|
This error is due to new riot afk prevention. Now you will have to wait till new patch of volibot will come out or you will have to log in and write I agree or if you have to wait till you will be able to join queue, then you will have to start 4-5 (don't remember exactly) games manually. Be sure you use volibot's config file, BoL. Try volibot then. Hope it helped.
P.S. To make this faster I suggest you to use some kind of alternative LoL client, so you will be able to queue up multiple accounts at once!
Quote:
Originally Posted by Registrando2
The fix pause in the screen , and don't open game later of open volibot.exe .
|
Can you explain to me what you expect my program to do? There is what it should do:
Quote:
|
The program opens Volibot, waits for your preferred time, closes Volibot, waits for your preferred time, closes League of Legends and repeats the cycle.
|
If you want to change waiting time, then change it Enter your data here.txt at 7th ( how long volibot is opened) and 9th (how long to wait till League of Legends is closed and cycle restarts) line.
|
|
|
11/27/2014, 15:29
|
#12
|
elite*gold: 0
Join Date: May 2009
Posts: 130
Received Thanks: 8
|
same here
|
|
|
11/27/2014, 15:32
|
#13
|
elite*gold: 0
Join Date: Sep 2013
Posts: 23
Received Thanks: 2
|
This a bot for leveling ?
|
|
|
11/28/2014, 05:06
|
#14
|
elite*gold: 19
Join Date: Nov 2007
Posts: 248
Received Thanks: 30
|
Quote:
Originally Posted by neaguciprian96
This a bot for leveling ?
|
This is a fix for Auto Queue bot [VoliBot] and here is a link
|
|
|
 |
Similar Threads
|
[VoliBot] Auto Queue Bot
10/17/2017 - League of Legends Hacks, Bots, Cheats & Exploits - 2345 Replies
http://i.imgur.com/6ovBHFf.png
http://i.imgur.com/zu0N8lv.gif
http://i.imgur.com/JqH1Avn.png
http://i.imgur.com/MMYua3a.png
http://i.epvpimg.com/bap7g.png
|
request: Auto Queue bot
07/24/2015 - General Gaming Discussion - 3 Replies
i was thinking if one of you programmers could make an auto queue bot for battlefields ( specialy the capture the flag one )
|
Anti-AFK, Auto Queue BG's Bot for WoW
02/18/2007 - WoW Bots - 2 Replies
I'm just looking for a bot that can keep me from going AFK and auto enters BG.. grinding honor is getting boring :\ I've been searching here but I don't understand German well (few words but barely enough to really make much out).
|
Anti-AFK, Auto Queue BG's
09/26/2006 - WoW Exploits, Hacks, Tools & Macros - 0 Replies
Now.
-------------------Never Go AFK-------------------
(works great in AV and also if you just don't wanna go afk)
Here are Step-by-step fool proof instructions on how to do this.
First - Goto www.autoitscript.com and download V3.1.1.
Second - Create a note pad file and add this code to it.
|
All times are GMT +1. The time now is 16:55.
|
|