Onaylı Üye
thx broYe its not a script its just a macro
Post automatically merged:
it's only can use with Katarina?I used it a lot with Katarina but it wasn't in that language ahk
thx broYe its not a script its just a macro
it's only can use with Katarina?I used it a lot with Katarina but it wasn't in that language ahk
He is talking about another thing the guy who posted this is saying that its for zeri that means u cant use it in another championthx bro
Post automatically merged:
it's only can use with Katarina?
thanks you for information broHe is talking about another thing the guy who posted this is saying that its for zeri that means u cant use it in another champion
bad/not workingI asked bard the new AI from Google to make a League of legends script for Zeri and this is what gives me xDDDDDDDDDD.
YOU SHOULD FAST USE THIS TRICK BEFORE THEY CLOSE IT.
This is a script written in the AutoHotkey programming language.
ActionScript:#region Zeri Script #region Auto Attack OnAttackEvent() { if (TargetIsValid()) { // Attack the target AttackTarget(Target); } } #endregion #region Auto Attack Move OnAttackMoveEvent() { if (TargetIsValid()) { // Move towards the target while attacking MoveToward(Target, 0.5); AttackTarget(Target); } } #endregion #region Orb Walk OnKeyDown(Key.Q) { // Start orb walking OrbWalk(); } OnKeyUp(Key.Q) { // Stop orb walking StopOrbWalking(); } #endregion #region E - Burst Fire OnKeyDown(Key.E) { // Use E - Burst Fire CastSpell(_E); } #endregion #region R - Lighting Round OnKeyDown(Key.R) { // Use R - Lighting Round CastSpell(_R); } #endregion #endregion
yea it's not workingbad/not working
if it true ai is the bestIt won't work but in the future I think the AI will be able to produce scripts that go beyond the existing ones
i asked chatgpt to do script yesterday he said thats illegal and cant do that xdI asked bard the new AI from Google to make a League of legends script for Zeri and this is what gives me xDDDDDDDDDD.
YOU SHOULD FAST USE THIS TRICK BEFORE THEY CLOSE IT.
This is a script written in the AutoHotkey programming language.
ActionScript:#region Zeri Script #region Auto Attack OnAttackEvent() { if (TargetIsValid()) { // Attack the target AttackTarget(Target); } } #endregion #region Auto Attack Move OnAttackMoveEvent() { if (TargetIsValid()) { // Move towards the target while attacking MoveToward(Target, 0.5); AttackTarget(Target); } } #endregion #region Orb Walk OnKeyDown(Key.Q) { // Start orb walking OrbWalk(); } OnKeyUp(Key.Q) { // Stop orb walking StopOrbWalking(); } #endregion #region E - Burst Fire OnKeyDown(Key.E) { // Use E - Burst Fire CastSpell(_E); } #endregion #region R - Lighting Round OnKeyDown(Key.R) { // Use R - Lighting Round CastSpell(_R); } #endregion #endregion