Skip to content

Instantly share code, notes, and snippets.

View nasseroth's full-sized avatar
💬
Pense grande, porque pensar pequeno da o mesmo trabalho.

Nasser Othman nasseroth

💬
Pense grande, porque pensar pequeno da o mesmo trabalho.
View GitHub Profile
@nasseroth
nasseroth / Ashe
Created May 24, 2020 21:26 — forked from SuperUserRoot/Ashe
Ashe Script
if (myHero.charName ~= "Ashe") then return end
if FileExist(LIB_PATH .. "/VPrediction.lua") then
require "VPrediction"
else
PrintChat("Please download VPrediction and put it in the common folder.")
return
end
if FileExist(LIB_PATH .. "/FHPrediction.lua") then
require "FHPrediction"
@nasseroth
nasseroth / Ashe
Created May 24, 2020 21:26 — forked from SuperUserRoot/Ashe
Ashe Script
if (myHero.charName ~= "Ashe") then return end
if FileExist(LIB_PATH .. "/VPrediction.lua") then
require "VPrediction"
else
PrintChat("Please download VPrediction and put it in the common folder.")
return
end
if FileExist(LIB_PATH .. "/FHPrediction.lua") then
require "FHPrediction"