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

[SEMI-OKAY✔️]Pussy AIO [73 Champions] (I am not the developer of it.)


  • Please log in to reply
391 replies to this topic

#381
Yanara

Yanara

    Advanced Member

  • Members
  • 57 posts

Kalista is not calculating E last hit correctly rending too early and missing CS


  • 0

#382
Imstuckinhell

Imstuckinhell

    l o a d s e m o n e

  • +VIP
  • 841 posts

None of the champions are loading at the moment, is there anything wrong here ? 


  • 0

#383
Aristo

Aristo

    You donut

  • Moderator
  • 12,680 posts
  • LocationSomewhere over the rainbow

None of the champions are loading at the moment, is there anything wrong here ? 

If you are trying it in a custom game, there should be a bot in the enemy team so the script can load. 


  • 1

#384
Imstuckinhell

Imstuckinhell

    l o a d s e m o n e

  • +VIP
  • 841 posts

If you are trying it in a custom game, there should be a bot in the enemy team so the script can load. 

LMAO <3 love you I forgot to add bot in enemy team.. 


  • 0

#385
RapeKingU12

RapeKingU12

    Newbie

  • Members
  • 1 posts

ok first time activating PussyAIONewGen so what it does it removes /newversion.lua and gives me an error of not being able to find it


  • 0

#386
UberMidNight

UberMidNight

    Member

  • Members
  • 26 posts
  • LocationHell

ok first time activating PussyAIONewGen so what it does it removes /newversion.lua and gives me an error of not being able to find it

place the newversion.lua file back in there by reinstalling the script then go into the script folder, right click on newversion.lua, go to properties then check the read-only box. that tended to fix it for me.


  • 0

#387
Yanara

Yanara

    Advanced Member

  • Members
  • 57 posts

This is literally just crashing games at the moment...


  • 0

#388
TheWicker

TheWicker

    Advanced Member

  • Members
  • 203 posts

For Lee Sin to use the PinkWard you must change the GetWardSlot function.

I use this 
 

local function GetWardSlot()
    for slot = ITEM_1, ITEM_7 do
        if myHero:GetItemData(slot).itemID and myHero:GetItemData(slot).itemID == 3340 and myHero:GetSpellData(slot).ammo > 0  then
            return slot, WardKey[slot]
        end
    end
    for slot = ITEM_1, ITEM_7 do
       
        if myHero:GetItemData(slot).itemID and myHero:GetItemData(slot).itemID == 2055  then
            return slot, WardKey[slot]
        end
    end
    return nil, nil
end

  • 0

#389
TheWicker

TheWicker

    Advanced Member

  • Members
  • 203 posts
And also to avoid problems with the target, you should modify the GetTarget function in the Core file
I have it as follows.
Credits to 0xE0D59

function GetTarget(range)
    if _G.SDK then
        return _G.SDK.TargetSelector:GetTarget(range)
    elseif _G.PremiumOrbwalker then
        return _G.PremiumOrbwalker:GetTarget(range)
    end
end

  • 0

#390
TheWicker

TheWicker

    Advanced Member

  • Members
  • 203 posts
To make Lee Sin work just change the following lines:
In Fucnttion 
local function CeckBuff()
replace the buff.name

if buff and buff.name == "LeeSinPassiveBuff" and buff.count > 0 then

And the same in these lines replace "BlindMonkwOne" to "LeeSinWOne"

if Ready(_W) and myHero:GetSpellData(_W).name == "LeeSinWOne" then


elseif Ready(_W) and myHero:GetSpellData(_W).name == "LeeSinWOne" then

Credits to @Impuls thanks for your help


  • 0

#391
Doublelift

Doublelift

    Member

  • Members
  • 23 posts

Anything anyone can do for Samira? Honestly one of the most OP scripts on here but it's throwing some errors. 
 

I'm still learning the API and everything here, would love to send a git request and fix it myself but hoping someone can do us all a solid <3


  • 0

#392
Aristo

Aristo

    You donut

  • Moderator
  • 12,680 posts
  • LocationSomewhere over the rainbow

Anything anyone can do for Samira? Honestly one of the most OP scripts on here but it's throwing some errors. 
 

I'm still learning the API and everything here, would love to send a git request and fix it myself but hoping someone can do us all a solid <3

Feel free to take a screenshot of the error and send it here so Impuls can take a look at it. 


  • 0




2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users