Hi,
My mouse block on minions and i can't moove my mouse
update gg series https://github.com/g...hive/master.zip
Best Answer Aristo , 16 July 2023 - 02:59
-GGAIO updated to version 1.9581!: Tested Kogmaw works fine. If you haven't received the update, re-install it manually: https://raw.githubus...aster/GGAIO.lua
-GGorbwalker updated to version 3.006!: You should have it automatically once you get into a game and hit f6-key twice.
If you haven't received it, re-install it manually: https://raw.githubus...GGOrbwalker.lua
Change-log:
Thanks to Hightail and Icebar for the input and updates.
Go to the full post »Hi,
My mouse block on minions and i can't moove my mouse
update gg series https://github.com/g...hive/master.zip
Umm so there is no autoupdate?
Auto update function does not work and crash for some users. I disabled it completly.
Ok will be added, i think some users had problems with a badly written automatic update (by some dev) - infinite loop so they write that it doesn't work, and that's not true.
Auto update function does not work and crash for some users. I disabled it completly.Ok will be added, i think some users had problems with a badly written automatic update (by some dev) - infinite loop so they write that it doesn't work, and that's not true.
Great news m8! Also idk if it's your script problem or premium base ulti but i tried to lounch base ulti with jinx and it failed with this error, used lazy aio, just evade, simble activator, GGOrbwalker, maxx performance increase
Screenshot: https://imgur.com/a/Vx4FdYm
Thanks, auto update will be great
Thanks, auto update will be great
Edit your LocalScriptDB.ini
[GGAIO.lua] ACTIVE=1 UPDATE=https://raw.githubusercontent.com/gamsteron/GG/master/GGAIO.lua [GGOrbwalker.lua] ACTIVE=1 UPDATE=https://raw.githubusercontent.com/gamsteron/GG/master/GGOrbwalker.lua
and replace the fileexist function in GGAIO with this:
if not FileExist(COMMON_PATH .. "GGPrediction.lua") then print("GGPrediction. installed Press 2x F6") DownloadFileAsync("https://raw.githubusercontent.com/gamsteron/GG/master/GGPrediction.lua", COMMON_PATH .. "GGPrediction.lua", function() end) while not FileExist(COMMON_PATH .. "GGPrediction.lua") do end end
Edit your LocalScriptDB.ini
[GGAIO.lua] ACTIVE=1 UPDATE=https://raw.githubusercontent.com/gamsteron/GG/master/GGAIO.lua [GGOrbwalker.lua] ACTIVE=1 UPDATE=https://raw.githubusercontent.com/gamsteron/GG/master/GGOrbwalker.luaand replace the fileexist function in GGAIO with this:
if not FileExist(COMMON_PATH .. "GGPrediction.lua") then print("GGPrediction. installed Press 2x F6") DownloadFileAsync("https://raw.githubusercontent.com/gamsteron/GG/master/GGPrediction.lua", COMMON_PATH .. "GGPrediction.lua", function() end) while not FileExist(COMMON_PATH .. "GGPrediction.lua") do end end
Ty mate, tried it out and looks good
Thanks for the script, varus is op
update gg series https://github.com/g...hive/master.zip
Replaced and it's same, my mouse block on enemy champ but it does nothing, also when i updated files, my use configuration was the same like "P to Combo" or other option in menu, it was not by deffault but mine
Great news m8! Also idk if it's your script problem or premium base ulti but i tried to lounch base ulti with jinx and it failed with this error, used lazy aio, just evade, simble activator, GGOrbwalker, maxx performance increase
Screenshot: https://imgur.com/a/Vx4FdYm
i fixed it, added auto updater to orbwalker, latest ggorb version is 1.6
Replaced and it's same, my mouse block on enemy champ but it does nothing, also when i updated files, my use configuration was the same like "P to Combo" or other option in menu, it was not by deffault but mine
please make sure u set up ggorbwalker correctly
Cant get Varus to cast W for the life of me
i fixed it, added auto updater to orbwalker, latest ggorb version is 1.6
Tested GGOrbwalker Gos-u jinx, simble activator, premium baseult, just evade, maxx performance increase, smooth, no fps drops, huge speed, Jinx now is a beast, what if you would implement that Gos-u reborn Jinx into your GGAio, I saw there is some credits of yours. Would be really good script, trust me, maybe later i'll even make a video of that combination.
Cant get Varus to cast W for the life of me
will only throw when the enemy is close to varus. Yeah but i can do more logic for W -> W-Q, now it's only Q-W. W is disabled if Q charging lasts too long.
UPDATE
self.RAOE = RPrediction:GetAOEPrediction(myHero) local hitchance = Menu.r_hitchance:Value() + 1 local minenemies = Menu.r_xenemies:Value() local timetohit = Menu.r_xtime:Value() local bestaoe = nil local bestcount = 0 local bestdistance = 1000 for i = 1, #self.RAOE do local aoe = self.RAOE[i] if aoe.HitChance >= hitchance and aoe.TimeToHit <= timetohit and aoe.Count >= minenemies then if aoe.Count > bestcount or (aoe.Count == bestcount and aoe.Distance < bestdistance) then bestdistance = aoe.Distance bestcount = aoe.Count bestaoe = aoe end end end if bestaoe then Control.CastSpell(HK_R, bestaoe.CastPosition) self.RCasted = true end
* GGAIO 1.1
- added auto updater, but first please update GGAIO manually - to have auto updates
- Ezreal added R usage, AOE, KS, Immobile, semi manual key etc.
- Varus semi manual key R
UPDATE
* GGPrediction 1.2- added auto updater, but first please update GGPrediction manually - to have auto updatesself.RAOE = RPrediction:GetAOEPrediction(myHero) local hitchance = Menu.r_hitchance:Value() + 1 local minenemies = Menu.r_xenemies:Value() local timetohit = Menu.r_xtime:Value() local bestaoe = nil local bestcount = 0 local bestdistance = 1000 for i = 1, #self.RAOE do local aoe = self.RAOE[i] if aoe.HitChance >= hitchance and aoe.TimeToHit <= timetohit and aoe.Count >= minenemies then if aoe.Count > bestcount or (aoe.Count == bestcount and aoe.Distance < bestdistance) then bestdistance = aoe.Distance bestcount = aoe.Count bestaoe = aoe end end end if bestaoe then Control.CastSpell(HK_R, bestaoe.CastPosition) self.RCasted = true end* GGAIO 1.1
- added auto updater, but first please update GGAIO manually - to have auto updates
- Ezreal added R usage, AOE, KS, Immobile, semi manual key etc.
- Varus semi manual key R
idk maybe it's URF but with ezreal, GGPred,GGAIO,GGORB, Just evade, simble activator, maxx performancei crashed 2 times in same match
idk maybe it's URF but with ezreal, GGPred,GGAIO,GGORB, Just evade, simble activator, maxx performancei crashed 2 times in same match
Try without "maxx performance and simble activator" GG orbwalker and aio has no problem, they don't crash.
Hey amazing scripts!!! Was playing a bunch with Varus yesterday.
The only problem for me is that varus will undershoot his q (he shoots it too fast) when im chasing a low health target so it ends up not hitting them. Is this something that can be fixed in settings and is anyone else having this issue. Otherwise he destroys, but this has cost me a couple kills in laning phase.
0 members, 3 guests, 0 anonymous users