|
You last visited: Today at 02:12
Advertisement
[Script]Anti-AFK for LoL with BoL
Discussion on [Script]Anti-AFK for LoL with BoL within the League of Legends Hacks, Bots, Cheats & Exploits forum part of the League of Legends category.
12/29/2014, 22:15
|
#1
|
elite*gold: 0
Join Date: Aug 2011
Posts: 6
Received Thanks: 1
|
[Script]Anti-AFK for LoL with BoL
This is a script for LeagueOfLegends using with BoL:
1.Copy
function OnLoad()
Menu = scriptConfig("Anti AFK","AA")
Menu:addParam("AA","Enable Anti-AFK",SCRIPT_PARAM_ONOFF,false)
Menu:addParam("FF","Enable Auto Surrender",SCRIPT_PARAM_ONOFF,false)
AFKPos = Vector(myHero.x,myHero.y,myHero.z)
AFK = false
Map = GetGame().map.index
print("Anti-AFK Loaded")
end
function OnTick()
if Menu.AA then
if GetDistance(myHero,AFKPos) > 150 then AFK = false end
if GetInGameTimer() > (Time or 0) then
Time = GetInGameTimer() + 35
if AFK then
myHero:MoveTo(AFKPos.x+math.random(-100,100),AFKPos.z+math.random(-100,100))
else
AFKPos = Vector(myHero.x,myHero.y,myHero.z)
DelayAction(function() if GetDistance(myHero,AFKPos) < 150 then AFK = true end end, 30)
end
end
end
if Menu.FF then
if Map == 1 then
Surrender(1200)
elseif Map == 8 then
Surrender(900)
elseif Map == 10 then
Surrender(900)
elseif Map == 12 then
Surrender(1200)
end
end
end
function Surrender(Time)
if GetInGameTimer() > Time then
if SurrenderOnce ~= true then
SendChat("/ff")
SurrenderPause = GetInGameTimer()
SurrenderOnce = true
elseif GetInGameTimer() - SurrenderPause > 240 then
SendChat("/ff")
SurrenderPause = GetInGameTimer()
end
end
end
or Download
http://www.girlshare.ro/34271483.4
2.Start BoL and go to Custom Scripts and press New Script
3.Paste the script
4.Activate and Enjoy  
|
|
|
12/31/2014, 16:17
|
#2
|
elite*gold: 0
Join Date: May 2010
Posts: 19
Received Thanks: 4
|
Thank you.
|
|
|
12/31/2014, 17:43
|
#3
|
elite*gold: 0
Join Date: Dec 2014
Posts: 1
Received Thanks: 0
|
I dont know what BoL is pls help
|
|
|
03/01/2017, 14:17
|
#4
|
elite*gold: 0
Join Date: Sep 2012
Posts: 28
Received Thanks: 6
|
Quote:
Originally Posted by thomastare
This is a script for LeagueOfLegends using with BoL:
1.Copy
function OnLoad()
Menu = scriptConfig("Anti AFK","AA")
Menu:addParam("AA","Enable Anti-AFK",SCRIPT_PARAM_ONOFF,false)
Menu:addParam("FF","Enable Auto Surrender",SCRIPT_PARAM_ONOFF,false)
AFKPos = Vector(myHero.x,myHero.y,myHero.z)
AFK = false
Map = GetGame().map.index
print("Anti-AFK Loaded")
end
function OnTick()
if Menu.AA then
if GetDistance(myHero,AFKPos) > 150 then AFK = false end
if GetInGameTimer() > (Time or 0) then
Time = GetInGameTimer() + 35
if AFK then
myHero:MoveTo(AFKPos.x+math.random(-100,100),AFKPos.z+math.random(-100,100))
else
AFKPos = Vector(myHero.x,myHero.y,myHero.z)
DelayAction(function() if GetDistance(myHero,AFKPos) < 150 then AFK = true end end, 30)
end
end
end
if Menu.FF then
if Map == 1 then
Surrender(1200)
elseif Map == 8 then
Surrender(900)
elseif Map == 10 then
Surrender(900)
elseif Map == 12 then
Surrender(1200)
end
end
end
function Surrender(Time)
if GetInGameTimer() > Time then
if SurrenderOnce ~= true then
SendChat("/ff")
SurrenderPause = GetInGameTimer()
SurrenderOnce = true
elseif GetInGameTimer() - SurrenderPause > 240 then
SendChat("/ff")
SurrenderPause = GetInGameTimer()
end
end
end
or Download
http://www.girlshare.ro/34271483.4
2.Start BoL and go to Custom Scripts and press New Script
3.Paste the script
4.Activate and Enjoy   
|
Or just dowload AtiBanBot:
|
|
|
03/02/2017, 22:42
|
#5
|
elite*gold: 0
Join Date: Feb 2017
Posts: 52
Received Thanks: 0
|
Quote:
Originally Posted by Alexcreator
Or just dowload AtiBanBot:

|
at least u tried
|
|
|
03/03/2017, 12:02
|
#6
|
elite*gold: 46
Join Date: Mar 2017
Posts: 37
Received Thanks: 19
|
My antivirus detect it as a trojan? should i be worried
|
|
|
03/04/2017, 11:32
|
#7
|
Trade Restricted
elite*gold: 0
Join Date: Feb 2017
Posts: 38
Received Thanks: 4
|
Thanks Man! Works fine <3
|
|
|
Similar Threads
|
[Script]Anti-AFK for LoL with BoL
12/29/2014 - League of Legends Hacks, Bots, Cheats & Exploits - 0 Replies
This is a script for LeagueOfLegends using with BoL:
1.Copy http://puu.sh/8TDMa/dbc1b7b46a.txt
2.Start BoL and go to Custom Scripts and press New Script
3.Paste the script
4.Activate and Enjoy :):):)
|
LeagueOfLegends Script Anti-AFK
12/29/2014 - League of Legends Hacks, Bots, Cheats & Exploits - 0 Replies
http://puu.sh/8TDMa/dbc1b7b46a.txt
|
Anyone know Anti-AFK program/script?
12/11/2014 - League of Legends - 2 Replies
I'm using VoliBot but I can't find anya player follower or anti afk. does anyone know?
|
News about the new anti-bot script?
01/15/2013 - DarkOrbit - 10 Replies
There are some news about the new anti-bot script released these last two weeks? How it worked? Is it activated on servers now? :o
|
Anti DDos Script
06/10/2010 - Flyff Hacks, Bots, Cheats, Exploits & Macros - 1 Replies
#removed
|
All times are GMT +1. The time now is 02:12.
|
|