Making scripts is easier now

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Onaylı Üye
Katılım
23 Mar 2023
Mesajlar
51
Tepki puanı
2
Ödüller
3
Yaş
26
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
bad/not working
 
Onaylı Üye
Katılım
26 Mar 2023
Mesajlar
97
Tepki puanı
5
Ödüller
1
Yaş
36
3 HİZMET YILI
It won't work but in the future I think the AI will be able to produce scripts that go beyond the existing ones
 
Onaylı Üye
Katılım
1 Eki 2022
Mesajlar
56
Tepki puanı
0
Ödüller
2
Yaş
25
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 asked chatgpt to do script yesterday he said thats illegal and cant do that xd
 
GamerDoc ALT
Seçkin Üye
Katılım
11 Nis 2018
Mesajlar
317
Tepki puanı
38
Ödüller
9
Yaş
32
8 HİZMET YILI
Its a basic script have 0 logic xd
 
Onaylı Üye
Katılım
3 Nis 2023
Mesajlar
51
Tepki puanı
6
Yaş
33
3 HİZMET YILI
I don't think it works that easily. You should at least gain basic knowledge in programming, especially C++ and C#
 
Onaylı Üye
Katılım
2 Nis 2023
Mesajlar
50
Tepki puanı
1
Yaş
28
3 HİZMET YILI
bro just created an script with AutoHotKey bruh gotta use it 100%
 
Onaylı Üye
Katılım
23 Eyl 2021
Mesajlar
60
Tepki puanı
12
Ödüller
1
Yaş
26
4 HİZMET YILI
Everything related the progress of the ambient of cheating will be more easy with the time going
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üst