Making scripts is easier now

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Onaylı Üye
Katılım
9 Nis 2023
Mesajlar
52
Tepki puanı
0
Ödüller
1
Yaş
27
3 HİZMET YILI
I 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
i dont think its will work
 
Üye
Katılım
24 May 2023
Mesajlar
20
Tepki puanı
0
Yaş
27
3 HİZMET YILI
Interesting
Post automatically merged:

Autohotkey doesn't work like that..
 
Son düzenleme:
Üye
Katılım
25 May 2023
Mesajlar
12
Tepki puanı
0
Yaş
27
3 HİZMET YILI
I think you should not trust an AI because it makes mistaeks and you can easily get banned...
 
Onaylı Üye
Katılım
7 Nis 2020
Mesajlar
52
Tepki puanı
2
Ödüller
5
Yaş
33
6 HİZMET YILI
I 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
Thanks for sharing such great info.
 
Onaylı Üye
Katılım
9 Ocak 2022
Mesajlar
52
Tepki puanı
2
Ödüller
1
Yaş
26
4 HİZMET YILI
chat GTP make that more easier.
 
Onaylı Üye
Katılım
4 Haz 2023
Mesajlar
53
Tepki puanı
0
Yaş
35
3 HİZMET YILI
its not gonna work bro, sorry to say but its not even close to a script
 
Onaylı Üye
Katılım
19 Ağu 2020
Mesajlar
52
Tepki puanı
1
Ödüller
4
Yaş
24
5 HİZMET YILI
is it just zeri? Are there any other characters?
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üst