Jump to content

Welcome to Gaming On Steroids Forums
Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. This message will be removed once you have signed in.
Login to Account Create an Account
Photo

SxcSAIO

SxcS AIO

Best Answer SxcS , 22 January 2016 - 07:04

{SxcSAIO} : Status : Working!

Current Version : 0.2583

Current Changelogs:
- Added Jinx
- Bug fixes

If the AutoUpdater is buggy , you will have to redownload the script! Go to the full post »


  • This topic is locked This topic is locked
319 replies to this topic

#161
kookoo

kookoo

    Advanced Member

  • Members
  • 46 posts

http://prntscr.com/a9a3rx  (COpy the link )

poppy's ult bugging and showing this error code


  • 0

#162
Imstuckinhell

Imstuckinhell

    l o a d s e m o n e

  • +VIP
  • 841 posts

Nasus, last hitting is so sad, it doesn't calc the Q damage, not at all. it waits all the way until minion has 60 hp, as my base dmg, and doesnt use Q to lasthit, was pretty excited to try this out, but midgame, i turned it off as it didnt even la**** farm properly... not being rude or anything, just saying that it will ''activate'' Q when minion is at 60 hp to lasthit... which is pretty much bullshet :dogecry:


  • 0

#163
Deftsu

Deftsu

    donthackourgames

  • Ex-Core Dev
  • PipPipPip
  • 4,812 posts

Nasus, last hitting is so sad, it doesn't calc the Q damage, not at all. it waits all the way until minion has 60 hp, as my base dmg, and doesnt use Q to lasthit, was pretty excited to try this out, but midgame, i turned it off as it didnt even la**** farm properly... not being rude or anything, just saying that it will ''activate'' Q when minion is at 60 hp to lasthit... which is pretty much bullshet :dogecry:

 

DAC pls Doge


  • 0

#164
Deftsu

Deftsu

    donthackourgames

  • Ex-Core Dev
  • PipPipPip
  • 4,812 posts

Nasus, last hitting is so sad, it doesn't calc the Q damage, not at all. it waits all the way until minion has 60 hp, as my base dmg, and doesnt use Q to lasthit, was pretty excited to try this out, but midgame, i turned it off as it didnt even la**** farm properly... not being rude or anything, just saying that it will ''activate'' Q when minion is at 60 hp to lasthit... which is pretty much bullshet :dogecry:

 

btw did read his source, it calculates 30+AD only


  • 0

#165
SxcS

SxcS

    Advanced Member

  • Contributor
  • 338 posts
will add sheen , iceborn , trinity calculations later , when i have time
  • 0

#166
Zwei

Zwei

    Advanced Member

  • Contributor
  • 2,201 posts
getQdmg () :wub:
Feels free to use :P
  • 0

#167
Imstuckinhell

Imstuckinhell

    l o a d s e m o n e

  • +VIP
  • 841 posts
function farm()
if (Ready(_Q) or CanUseSpell(myHero,_Q) == 8) and ((NMenu.f.QLC:Value() and IOW:Mode() == "LaneClear") or (NMenu.f.QLH:Value() and IOW:Mode() == "LastHit") or (NMenu.f.QA:Value() and IOW:Mode() ~= "Combo")) then
for _, creep in pairs(minionManager.objects) do
if ValidCreep(creep,175) and GetCurrentHP(creep)<qDmg*2 and ((GetHealthPrediction(creep, GetWindUp(myHero))<CalcDamage(myHero, creep, qDmg, 0) and NMenu.c.QP:Value()) or (GetCurrentHP(creep)<CalcDamage(myHero, creep, qDmg, 0) and not NMenu.c.QP:Value())) then
CastSpell(_Q)
AttackUnit(creep)
break
end
end
end
end

  • 0

#168
SxcS

SxcS

    Advanced Member

  • Contributor
  • 338 posts

http://prntscr.com/a9a3rx  (COpy the link )

poppy's ult bugging and showing this error code

fixed


  • 0

#169
Zwei

Zwei

    Advanced Member

  • Contributor
  • 2,201 posts

function farm()
if (Ready(_Q) or CanUseSpell(myHero,_Q) == 8) and ((NMenu.f.QLC:Value() and IOW:Mode() == "LaneClear") or (NMenu.f.QLH:Value() and IOW:Mode() == "LastHit") or (NMenu.f.QA:Value() and IOW:Mode() ~= "Combo")) then
for _, creep in pairs(minionManager.objects) do
if ValidCreep(creep,175) and GetCurrentHP(creep)<qDmg*2 and ((GetHealthPrediction(creep, GetWindUp(myHero))<CalcDamage(myHero, creep, qDmg, 0) and NMenu.c.QP:Value()) or (GetCurrentHP(creep)<CalcDamage(myHero, creep, qDmg, 0) and not NMenu.c.QP:Value())) then
CastSpell(_Q)
AttackUnit(creep)
break
end
end
end
end

+ getQdmg () function :nod: ;)
  • 0

#170
Cydex

Cydex

    Newbie

  • Members
  • 6 posts

I updated this script to get rid of the connect to server error but I still get the warning and now my Ezreal harass + farm at the same time combo with spacebar isn't working.

Also, when I move the mouse, my champion moves to that location without me even clicking the champ to go there, how do I fix this?

 

See screenshot for the connect and nil error message:

 

dpa0w0.png

 

Regards & keep up the good work! :)

 

P.S: I already deinstalled and reinstalled the script, still doesn't work...


  • 0

#171
SxcS

SxcS

    Advanced Member

  • Contributor
  • 338 posts

I updated this script to get rid of the connect to server error but I still get the warning and now my Ezreal harass + farm at the same time combo with spacebar isn't working.

Also, when I move the mouse, my champion moves to that location without me even clicking the champ to go there, how do I fix this?

 

See screenshot for the connect and nil error message:

 

Regards & keep up the good work! :)

 

P.S: I already deinstalled and reinstalled the script, still doesn't work...

reinstall damagelib : https://raw.githubus...n/DamageLib.lua . For the connect to server .. try reinstall GoS and make sure your antivirus isnt blocking it and check your hostfile if its blocking gamingonsteroids.com


  • 0

#172
Cydex

Cydex

    Newbie

  • Members
  • 6 posts

reinstall damagelib : https://raw.githubus...n/DamageLib.lua . For the connect to server .. try reinstall GoS and make sure your antivirus isnt blocking it and check your hostfile if its blocking gamingonsteroids.com

Tried all the above, did not work. Also I noticed that teh DamageLib.lua gets changed automatically on starting up the loader, the version you provided me with is not the same as the one I opened from the Common-folder.

I then unticked auto-update libraries but it still doesn't work.

Turned off my firewall & AV for a few minutes to test, still no result. Hostfile seems ok.


  • 0

#173
SxcS

SxcS

    Advanced Member

  • Contributor
  • 338 posts

disable auto update libraries if you before you restart your loader. reinstall damagelib again pls


  • 0

#174
sean3808

sean3808

    Advanced Member

  • Donator
  • 220 posts

um...damagelib hv to update manually...

auto update in gos loader sometimes update the old one


  • 0

#175
SxcS

SxcS

    Advanced Member

  • Contributor
  • 338 posts

turn off auto update libs pls...


  • 0

#176
Zwei

Zwei

    Advanced Member

  • Contributor
  • 2,201 posts

I added the DmgLib error to my guide.


  • 0

#177
pacokill

pacokill

    Advanced Member

  • Members
  • 31 posts
  • LocationSoutheast Asia

For Soraka, Auto W and Auto R isn't working: It's not automatically casting those spells even when the criteria are met. 

For Garen, Combo mode isn't working because of DamageLib:800, even though I've manually updated it. 

Settings for the script are default, except disabling Soraka's E when Lane Clear and Jungling. 


  • 0

#178
Wcked

Wcked

    Member

  • Members
  • 23 posts
  • Location127.0.0.1

Not working the auto update bar on my screen. I tried last time but that time its working, and now not working anymore. What i've done?


  • 0

#179
SxcS

SxcS

    Advanced Member

  • Contributor
  • 338 posts

Not working the auto update bar on my screen. I tried last time but that time its working, and now not working anymore. What i've done?

Which version are you using?


  • 0

#180
SxcS

SxcS

    Advanced Member

  • Contributor
  • 338 posts

For Soraka, Auto W and Auto R isn't working: It's not automatically casting those spells even when the criteria are met. 

For Garen, Combo mode isn't working because of DamageLib:800, even though I've manually updated it. 

Settings for the script are default, except disabling Soraka's E when Lane Clear and Jungling. 

Should be fixed now , my activator caused the bug.


  • 0





Also tagged with one or more of these keywords: SxcS, AIO

4 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users


    Google (2)