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

[Script Loader] Inspired.lua + IAC + Scripts ---- v28


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

#21
Javier

Javier

    Advanced Member

  • Members
  • 67 posts
  • LocationHue - VietNam

I add script Ahri.lua:
 

require("Inspired")
require("IWalk")
require("IMenu")


AddButton("Q", "Use Orb[Q]", true)
AddButton("W", "Use Fox-Fire[W]", true)
AddButton("E", "Use Charm [E]", true)
AddButton("R", "Use Spirit Rush [R]", true)


function AfterObjectLoopEvent(myHer0)
    IWalk()
	DrawMenu()
	AutoIgnite()
  

        myHero = myHer0
        myHeroPos = GetOrigin(myHero)      
	if GetKeyValue("Combo") then
	DrawText("KayazAhri now working",0,850,20,0xffff00ff);
	local target = GetCurrentTarget()
	    if ValidTarget(target, 1000) then
		
		local EPred = GetPredictionForPlayer(GetMyHeroPos(),target,GetMoveSpeed(target),1550,250,1000,60,true,true)	
			if GetButtonValue("E") then
	        	if CanUseSpell(myHero, _E) == READY and EPred.HitChance == 1 then
                 	CastSkillShot(_E,EPred.PredPos.x,EPred.PredPos.y,EPred.PredPos.z)
		 		end
                end
					
		local QPred = GetPredictionForPlayer(GetMyHeroPos(),target,GetMoveSpeed(target),2500,250,1000,100,false,false)
			if GetButtonValue("Q") then
                 if CanUseSpell(myHero, _Q) == READY and QPred.HitChance == 1 then
                     CastSkillShot(_Q,QPred.PredPos.x,QPred.PredPos.y,QPred.PredPos.z)
	                end
                    end	

		if GetButtonValue("W") then
            if CanUseSpell(myHero, _W) == READY then
                CastTargetSpell(myHero, _W)
	                end
                    end
					
		  if GetButtonValue("R") then
			local mousePos = GetMousePos()
			if CanUseSpell(myHero, _R) == READY then
			   CastSkillShot(_R,mousePos.x,mousePos.y,mousePos.z)
				end
				end	
end
end	
end

And it don't call champion's name  Keppo I add Ahri.lua in Common folder and in game I hold space but it don't combo 


  • 1

#22
Javier

Javier

    Advanced Member

  • Members
  • 67 posts
  • LocationHue - VietNam

Error when i hold " V " ( Lane Clear ) in IWalk

untitled.jpg


  • 0

#23
vhdasilva

vhdasilva

    Advanced Member

  • Members
  • 46 posts

WTgXcri.jpg

How to hide this text? :D


  • 0

#24
guang0605

guang0605

    Member

  • Members
  • 17 posts
i10UK8j.png
 
How to hide AA TO KILL?
And Kalista script fonts overlapping

  • 0

#25
abgdst

abgdst

    Newbie

  • Members
  • 3 posts

Thanks :D


  • 0

#26
growser79

growser79

    Newbie

  • Members
  • 2 posts

How ı change my key settings ?


  • 0

#27
LAsDePique

LAsDePique

    Advanced Member

  • Members
  • 103 posts
  • LocationFrance

Hello 

I'm a user of GoS but still trying to test a new thing :P 

And this API is something interesting ! 

 

But ... i'm a noob informaticien and all the post for the API i don't understand them ... 

If someone can make a little Tutorial to use it it will be wonderfull ! Cause i don't really understand how we change the F7 button and open the API ... 

 

Thanks You ! :) 

 

 

(Sorry for my bad english i'm French ...) 


  • 0

#28
HandsomeTalos

HandsomeTalos

    Advanced Member

  • Members
  • 34 posts

Elaborate the tutorial please.


  • 0

#29
700ka2

700ka2

    Member

  • Members
  • 13 posts

where i should put the scripts in script folder with testscrip1 or in common folder?


  • 0

#30
leozinho23

leozinho23

    Member

  • Members
  • 12 posts

Nice work, seriously congrats ^^


  • 0

#31
thunderwave

thunderwave

    Advanced Member

  • Members
  • 433 posts

We need to learn how to turn off stuff in F7 to work with these, there is no instruction. Like we suppose to turn off F7 walk to use iwalk but no idea how to do it.


  • 0

#32
Vampiere

Vampiere

    Advanced Member

  • Members
  • 79 posts
 

So anytimearrow-10x10.png i try to load a script(saving as testscript1.lua) i get http://prntscr.com/7wqhfy (sorry not sure what uploading site to use on here) as an errorarrow-10x10.png. tried with multiple scripts and tried replacing each inspired with file with newely downloadedarrow-10x10.png ones and it made no difference. Can anyone help? thanksarrow-10x10.png!

 
 
 
 
 

  • 0

#33
Robaczek

Robaczek

    Member

  • Members
  • 15 posts

Doesn;t work... I put files from this file called master, but in game i push F6 and others F, and nothing. Pls make a tutorial h2do it :D


  • 1

#34
ziemniak2kc

ziemniak2kc

    Newbie

  • Members
  • 5 posts

xxx 


  • 0

#35
joshuatang

joshuatang

    Newbie

  • Members
  • 6 posts

Is it true that the champion will auto start moving and fight right after I pressed f6 twice? Because mine does not move at all.


  • 0

#36
italchi

italchi

    Member

  • Members
  • 13 posts

error. "[String"-GoSBase-lua."]: 27:C stack overflow help me plss


  • 0

#37
nhokgames1

nhokgames1

    Newbie

  • Members
  • 7 posts

thank U  , love it , E manually is really hard 


  • 0

#38
SweetStrawberry

SweetStrawberry

    Advanced Member

  • Members
  • 449 posts
  • LocationZyppy BedRoom

"error. "[String"-GoSBase-lua."]: 27:C stack overflow" !!!!!!!!!!!!!!!!!!!!!!


  • 0

#39
Chidory

Chidory

    Advanced Member

  • Members
  • 165 posts

Try this one may fix:       https://www.sendspace.com/file/tbhodl


  • 0

#40
solotanktank

solotanktank

    Member

  • Banned
  • PipPip
  • 16 posts

what


  • 0




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users