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

closed

orbwalker gamsteron orb orbwalking lasthit last hit laneclear lane clear harass harrass

Best Answer gamsteron , 12 April 2018 - 09:30

Added auto updater + .exe installer (you need run it only once - this is open source exe file - you can see code in any .net debugger)

GsoLibs Installer: https://github.com/g...s/tag/Installer

You need wait for: "download complete ..." status.

 

This will create folders, add auto updater, download all files from https://github.com/gamsteron/gsoLibs  +  download testLoader.lua to Scripts folder

 

Select testLoader.lua in loader.exe and you can use my new orbwalker.

Go to the full post »


  • Please log in to reply
175 replies to this topic

#1
gamsteron

gamsteron

    Advanced Member

  • Scripts Developer
  • 931 posts

closed


  • 12

#2
mateusmar

mateusmar

    Advanced Member

  • Members
  • 59 posts
  • Locationhttps://t.me/pump_upp
testing!
  • 0

#3
TimeZeit

TimeZeit

    Advanced Member

  • Members
  • 78 posts

Thanks for the work!


  • 0

#4
gamsteron

gamsteron

    Advanced Member

  • Scripts Developer
  • 931 posts

For good laneclear and last hit change Menu Value: "LastHit Delay" from 150 to 50

TIP: IF YOU MISS CS MANY TIMES CHANGE THIS TO HIGHER VALUE, else IF ALL WORKS PERFECT AND SCRIPT REACT SLOW CHANGE THIS TO LOWER VALUE !


  • 1

#5
tosirap7195

tosirap7195

    Advanced Member

  • Members
  • 189 posts

verry nice workc :wub:


  • 0

#6
gamsteron

gamsteron

    Advanced Member

  • Scripts Developer
  • 931 posts

Added events After/Before Attack

Added Menu Value (after attack): Set cursorPos Delay

Global values canattack, canmove, lastattacktime, currentmode("none", "combo", "harass", "laneclear", "lasthit")

AfterAttack check if can reset attack after bad attack click

Player can always cast spells Q,W,E,R,1,2,3,4,5,6,7,D,F if hold mode keys

Disable other orbwalkers (block move and attack)

Prevent from send move or attack if casting other spells


  • 0

#7
Manmode

Manmode

    Advanced Member

  • Contributor
  • 427 posts
  • LocationSweden

Really appreciate your work on a new orbwalker for Ext, I can tell it's gonna be great :)


  • 0

#8
gamsteron

gamsteron

    Advanced Member

  • Scripts Developer
  • 931 posts

API

Spoiler

  • 0

#9
tosirap7195

tosirap7195

    Advanced Member

  • Members
  • 189 posts

need farm under tower logic and target selector :)


  • 0

#10
gamsteron

gamsteron

    Advanced Member

  • Scripts Developer
  • 931 posts

Added Laneclear True/False Menu Option to faster clear minions - but if disabled can miss more cs.

 

If you want test my ashe addon (Q,W usage):

https://github.com/g...TA/Ashe_GSO.lua save in your scripts folder

https://github.com/g...onOrbwalker.lua in your common folder.


  • 1

#11
tosirap7195

tosirap7195

    Advanced Member

  • Members
  • 189 posts
very good orb and simple script for ashe, but sometimes don't use W for ez kill

and draw AA only when press harass key C, need menu draw :)
  • 0

#12
gamsteron

gamsteron

    Advanced Member

  • Scripts Developer
  • 931 posts

very good orb and simple script for ashe, but sometimes don't use W for ez kill 

This is Beta. I not recommend this orbwalker. Wait max one month and this will be best orbwalker for gos external.

 

 

Code for testing:

 

local changed = myHero.attackData.endTime
local aaticks = 0
local timeraa = 0
 
Callback.Add("Tick", function()
        if myHero.attackData.endTime > changed then
                if aaticks == 0 then
                        timeraa = Game.Timer()
                end
                aaticks = aaticks + 1
                if aaticks == 5 then
                        print(math.floor(1000*(Game.Timer()-timeraa)))
                        aaticks = 0
                end
                changed = myHero.attackData.endTime
        end
end)

  • 0

#13
gustavoaeon

gustavoaeon

    Member

  • Banned
  • PipPip
  • 10 posts

Failed to download from link https://github.com/g...onOrbwalker.lua


  • 0

#14
tosirap7195

tosirap7195

    Advanced Member

  • Members
  • 189 posts

Failed to download from link https://github.com/g...onOrbwalker.lua

 

click on raw github and instal to script, go into your script folder, copy past on comom folder, and work


  • 0

#15
gamsteron

gamsteron

    Advanced Member

  • Scripts Developer
  • 931 posts

cleaned up code and thread, removed bad API(stuff like getenemyminions) - now is correct orbwalker API.

fixed bad target selection calculations (combo/harass)

removed bad code

 

I'll add possible to set GetWindUp, GetAnimationT functions.


  • 2

#16
mateusmar

mateusmar

    Advanced Member

  • Members
  • 59 posts
  • Locationhttps://t.me/pump_upp

very good!


  • 0

#17
streamz

streamz

    Advanced Member

  • Members
  • 75 posts

thank you for you awesome work dude :)


  • 0

#18
gamsteron

gamsteron

    Advanced Member

  • Scripts Developer
  • 931 posts

Tested in game and fixed farm etc., added to api: set windup, anim, projspeed. Orbwalker is not ready yet - need more work. Ofc IcyOrbwalker, GOSOrb have big problem with attack cancel, but my orbwalker has it too - in spell cast time. Need some ideas, need think about this.

 

Spoiler


  • 0

#19
gamsteron

gamsteron

    Advanced Member

  • Scripts Developer
  • 931 posts

Hmm i think Orbwalker ist fertig -> need code like my ashe and will be very good (need add disable attack and enable with delayedaction[time=spellcasttime+some bonus time])

 

No more setcursorPos on target - now will back to previous mouse/cursorPos


  • 0

#20
streamz

streamz

    Advanced Member

  • Members
  • 75 posts

So this its working right now with any champ?


  • 0





Also tagged with one or more of these keywords: orbwalker, gamsteron, orb, orbwalking, lasthit, last hit, laneclear, lane clear, harass, harrass

1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users