• We just launched and are currently in beta. Join us as we build and grow the community.

[TuT] How to load more then 5 script as a free user!

Broken

Framework Developer
B Rep
0
0
0
Rep
0
B Vouches
0
0
0
Vouches
0
Posts
98
Likes
170
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1 400 XP
Hello, today i will shot you how you can easy inject more then 5 scripts as a free user, its simple. I dont know if anyone make this tutorial before if yes, sorry.
1. Go to Bol/Scripts
2. In "Scripts" folder, create folder and name it "Nulled"
3. Add this script to BoL:
*Start*
loadfile(SCRIPT_PATH.."//Nulled//0.lua")()
loadfile(SCRIPT_PATH.."//Nulled//1.lua")()
loadfile(SCRIPT_PATH.."//Nulled//2.lua")()
loadfile(SCRIPT_PATH.."//Nulled//3.lua")()
loadfile(SCRIPT_PATH.."//Nulled//4.lua")()
function OnLoad()
print("More then 5 scripts, huh!")
end
*End*
If you want to add more simply add:
loadfile(SCRIPT_PATH.."//Nulled//[number].lua")()
4. Go to Nulled folder we created in BoL/Scripts
5. And inside Nulled folder move any script you want, and rename it
to 1 , 2 , 3.
6. Run BoL with this script i pasted before.
7.Profit!
 

432,289

312,550

312,559

Top