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

Skarner by TSM


  • Please log in to reply
9 replies to this topic

#1
TSM

TSM

    Advanced Member

  • Members
  • 42 posts
  • LocationOCE

Looks like we could use a Skarner script, since he's freeweek and busted as ****.

PrintChat("What the hell are these crystals all over the map?")
PrintChat("Skarner by TSM loaded.")

Config = scriptConfig("Skarner", "Skarner")
Config.addParam("Q", "Use Q", SCRIPT_PARAM_ONOFF, true)
Config.addParam("W", "Use W", SCRIPT_PARAM_ONOFF, true)
Config.addParam("E", "Use E", SCRIPT_PARAM_ONOFF, true)
    
myIAC = IAC()
	
OnLoop(function(myHero)
	local unit = GetTarget(1000, DAMAGE_PHYSICAL)
	if ValidTarget(unit, 1000) then
		if IWalkConfig.Combo then
			local uPos = GetOrigin(unit)
			if CanUseSpell(myHero, _Q) == READY and Config.Q and IsInDistance(unit, 350) then
				   CastSpell(_Q)
			end
			if CanUseSpell(myHero, _W) == READY and Config.W and IsInDistance(unit, 600) then
				   CastSpell(_W)
			end
			if CanUseSpell(myHero, _E) == READY and Config.E and IsInDistance(unit, 1000) then
				PredCast(_E, unit, 1500, 250, 1000, 70, false)
			end
		end
	end
end
)

Requires Inspired and IAC duh.

 

Name it Skarner.Lua and make sure your testscript1.lua has this in it

 pcall( require, GetObjectName(GetMyHero()) ) 

Hold spacebar and win. Use R yourself. Maybe later I'll add waveclear/jungle clear and item use but honestly just mash the keyboard this champ is ****ing dumb.

 

https://github.com/T...ter/Skarner.lua

 

 


  • 1

#2
Valdorian

Valdorian

    Newbie

  • Members
  • 6 posts

Good work, TSM. : )


  • 1

#3
Maxxxel

Maxxxel

    The One

  • Scripts Developer
  • 1,196 posts
  • LocationGuess the right City to win 10$

Tsm old lb friend?


  • 0

#4
TSM

TSM

    Advanced Member

  • Members
  • 42 posts
  • LocationOCE

Yes my friends :) Very good to see you both again! I hope you're doing well.


  • 0

#5
lbmain

lbmain

    Advanced Member

  • Members
  • 297 posts
  • Locationsomewhere over the rainbow

TSM= testing some mushrooms? teemo pl0x


  • 0

#6
Maxxxel

Maxxxel

    The One

  • Scripts Developer
  • 1,196 posts
  • LocationGuess the right City to win 10$
Yep all fine ;)
  • 0

#7
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

TSM TSM TSM TSM TSM TSM TSM TSM Kreygasm


  • 1

#8
Yun

Yun

    Advanced Member

  • Members
  • 177 posts

TSM TSM TSM TSM TSM TSM TSM TSM Kreygasm

Kappa

 

lovesona u taiwanese?


  • 0

#9
scrm77

scrm77

    Newbie

  • Members
  • 3 posts
  • LocationPoland Kurwa

thanks finnaly properly working greatest champ in game script ^^


  • 0

#10
TSM

TSM

    Advanced Member

  • Members
  • 42 posts
  • LocationOCE

You're welcome.


  • 0




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users