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

|MvP| Who let the Nasus out

nasus

  • Please log in to reply
19 replies to this topic

#1
Sibyl

Sibyl

    Advanced Member

  • Contributor
  • 177 posts

Nasus.png

 

Features:

 

Auto Q stacking(last hit near minions with Q)

Combo EWQ

Killsteal with Q or E

Auto R if your hp < 25% and one or more enemy are near

Drawings for W range, E range

Drawings for killable or not killable

Auto ignite if killable

 

 

Requirements:

 

Inspired.lua

(I don't know if you still need it since the last update)

Disable f7 Harass Mode

 

 

Credits:

 

Zwei

Deftsu

And Shoutbox ofc

(Sorry if i missed someone)

 

 

Download: https://github.com/a...bananeNasus.lua

 

installtogos.jpg


  • 2

#2
Cloud

Cloud

    KAPPA

  • Ex-Staff
  • PipPipPip
  • 1,498 posts

#Approved because cool


  • 0

#3
Zwei

Zwei

    Advanced Member

  • Contributor
  • 2,201 posts

You can also add Sheen items calc easy, it's very handy ;)


  • 0

#4
Icesythe7

Icesythe7

    Forum Manager

  • Contributor
  • 181 posts

remove require inspired its built into gos now u no longer need to require it 


  • 0

#5
Maxxxel

Maxxxel

    The One

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

things like: local Qrange, Wrange, Erange, meleerange, which dont change, can be written outside OnTick/OnDraw, less variables to set everytime :)

for example:

local QRange, WRange, ERange, MeleeRange = 500, 600, 650, 125
local target


OnTick(function(myHero)

    target = GetCurrentTarget() --better set the target to the variable in OnTick than OnDraw, its still accessable by onDraw because u set the target to a global variable before

   ---etc.....
end)


OnDraw(function(myHero)
 ...
end)

BTW why u call all those variables in OnDraw when u dont use them :)

I have to go now but tomorrow we can clean this up a bit if u want.

 

 

I hope you udnerstand what i mean, ask if u have any problems :)

 

If anyone knows better than me correct me (i never learned LUA anywhere, just autodidact)


  • 0

#6
Sibyl

Sibyl

    Advanced Member

  • Contributor
  • 177 posts

things like: local Qrange, Wrange, Erange, meleerange, which dont change, can be written outside OnTick/OnDraw, less variables to set everytime :)
for example:

local QRange, WRange, ERange, MeleeRange = 500, 600, 650, 125
local target


OnTick(function(myHero)

    target = GetCurrentTarget() --better set the target to the variable in OnTick than OnDraw, its still accessable by onDraw because u set the target to a global variable before

   ---etc.....
end)


OnDraw(function(myHero)
 ...
end)
BTW why u call all those variables in OnDraw when u dont use them :)
I have to go now but tomorrow we can clean this up a bit if u want.
 
 
I hope you udnerstand what i mean, ask if u have any problems :)
 
If anyone knows better than me correct me (i never learned LUA anywhere, just autodidact)
Oh i know what you mean. Well i put them ondraw because i wanted to use them, to add more features and i kinda let them there because i don't want to forget to do this. I know, clean code, better performance but i don't think a few variables would make any difference.
  • 0

#7
allwillburn

allwillburn

    Advanced Member

  • Members
  • 210 posts

great job.   made farming easy :D


  • 0

#8
hanikxin

hanikxin

    Member

  • Members
  • 20 posts

great ! try to add sheen proc begore cast another skill


  • 0

#9
skyrozz

skyrozz

    Newbie

  • Members
  • 3 posts
  • LocationLohja Finland

cool script (: im new to scripts and i haven't seen all the features yet but everything so far has been perfect


  • 0

#10
Sibyl

Sibyl

    Advanced Member

  • Contributor
  • 177 posts

cool script (: im new to scripts and i haven't seen all the features yet but everything so far has been perfect

So for you it's working?


  • 0

#11
mohamedali1245

mohamedali1245

    Newbie

  • Members
  • 3 posts

can you plz send me the f7 config plz


  • 0

#12
Zwei

Zwei

    Advanced Member

  • Contributor
  • 2,201 posts

can you plz send me the f7 config plz

??


  • 0

#13
mohamedali1245

mohamedali1245

    Newbie

  • Members
  • 3 posts

send me a screenshot of the f7 config that i must put cause the words dont appear on my computer


  • 0

#14
Zwei

Zwei

    Advanced Member

  • Contributor
  • 2,201 posts

send me a screenshot of the f7 config that i must put cause the words dont appear on my computer

 

You press the install button, tick the script in your loader and press shift ingame.


  • 0

#15
mohamedali1245

mohamedali1245

    Newbie

  • Members
  • 3 posts

You press the install button, tick the script in your loader and press shift ingame.

thank you for help but it says error when the game starts and it doesnt work


  • 0

#16
badleftside

badleftside

    Advanced Member

  • Members
  • 35 posts

Q not working anymore for 6.8. update pls


  • 0

#17
Required

Required

    Advanced Member

  • Banned
  • PipPipPip
  • 81 posts
  • LocationThe Wire

Which error appears?


  • 0

#18
filippe999

filippe999

    Advanced Member

  • Members
  • 49 posts

will test

Works great, much stacks, such damage, wow

As a small request perhaps add a key to turn of the last hit Q feature? later in while trying to take down towers nasus would cancel the attack and move to farm while still under the enemy tower or lose hits or Qs on it, The feature is still very useful but perhaps being disabled in combo mode or by key press would help.


  • 0

#19
Lagoa

Lagoa

    Member

  • Members
  • 17 posts

Não esta funcionando ... 4 minutos de game da erro poderia arruma ..... 


  • 0

#20
or102030or

or102030or

    Member

  • Banned
  • PipPip
  • 12 posts

script broken q dont work 


  • 0





Also tagged with one or more of these keywords: nasus

1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users