ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!

Jump to content



Photo

Lee sin ward hop with autohotkey


  • Please log in to reply
Lee sin ward hop with autohotkey

#1

pooop
pooop
    Offline
    15
    Rep
    42
    Likes

    Addicted

Posts: 217
Threads: 16
Joined: May 26, 2015
Credits: 0

Eight years registered
#1
Hey guys
I would like to share a autohotkey script that I made for lee sin. This allows me to ward hop by pressing one button "T" in this case. With this it allows me to perform moves like insect with ease, without using BoL scripts.

Required:
Autohotkey application

Note:
Run this with administrator rights

If not A_IsAdmin { Run *RunAs "%A_ScriptFullPath%" ; Requires v1.0.92.01+ ExitApp } ; Delay between simulated keys. Delay := 10 ; milliseconds #IfWinActive League of Legends ™ Client $T:: While GetKeyState("T", "P") { if A_Index = 1 { Send, {c down} {c up} Sleep, %Delay% } Send, {w down} {w up} Sleep, %Delay% } isWardPlaced := 0 Return

Edited by pooop, 26 May 2015 - 01:59 PM.

This leak has not been classified yet. Please be careful when downloading.
  • 0

#2

jedaru762
jedaru762
    Offline
    2
    Rep
    82
    Likes

    Dank Meme Master

Posts: 499
Threads: 58
Joined: May 09, 2015
Credits: 0
Eight years registered
#2

aye thanks friend, my bol doesnt work so I have to use AHK :/

EDIT: Haven't gone in game to test yet, but does it work with Trinket/sightstone?
 


Edited by jedaru762, 26 May 2015 - 02:21 PM.

  • 2

npndde.png

Credits to DannyX for the sig


#3

pooop
pooop
    Offline
    15
    Rep
    42
    Likes

    Addicted

Posts: 217
Threads: 16
Joined: May 26, 2015
Credits: 0

Eight years registered
#3

aye thanks friend, my bol doesnt work so I have to use AHK :/

EDIT: Haven't gone in game to test yet, but does it work with Trinket/sightstone?
 

It places the ward in the number 1 item slot


  • 0

#4

iiMango
iiMango
    Offline
    2
    Rep
    1
    Likes

    Advanced Member

Posts: 130
Threads: 2
Joined: Apr 28, 2015
Credits: 0
Eight years registered
#4

ty


  • 0

#5

liviton95
liviton95
    Offline
    0
    Rep
    8
    Likes

    New Member

Posts: 21
Threads: 0
Joined: Oct 23, 2015
Credits: 0
Eight years registered
#5

nice


  • 0

#6

pruned_48845680
pruned_48845680
    Offline
    2
    Rep
    11
    Likes

    Member

  • PipPipPip
Posts: 26
Threads: 1
Joined: Jul 10, 2015
Credits: 0
Eight years registered
#6

Thanks


  • 0

Rep appreciated :D


#7

Ball0fwax
Ball0fwax
    Offline
    6
    Rep
    5
    Likes

    Member

Posts: 31
Threads: 7
Joined: Feb 27, 2016
Credits: 0

Eight years registered
#7

thank you.


  • 0

#8

pruned_75572275
pruned_75572275
    Offline
    0
    Rep
    0
    Likes

    Lurker

  • Pip
Posts: 6
Threads: 0
Joined: Feb 26, 2016
Credits: 0
Eight years registered
#8

ty


  • 0

#9

richjusj6
richjusj6
    Offline
    0
    Rep
    0
    Likes

    Lurker

  • Pip
Posts: 2
Threads: 0
Joined: Dec 17, 2019
Credits: 0
Four years registered
#9

????


  • 0


 Users browsing this thread: