Beispiel #1
0
        //Executes the lua script
        private void BtnExecute_Click(object sender, EventArgs e)
        {
            string script = inputScript.Text;

#pragma warning disable CS0618 // Typ lub składowa jest przestarzała
            api.SendLimitedLuaScript(script);
#pragma warning restore CS0618 // Typ lub składowa jest przestarzała
        }
        private void siticoneButton1_Click(object sender, EventArgs e)
        {
            string script = fastColoredTextBox1.Text;

            api.SendLimitedLuaScript(script);
            //excute
        }
Beispiel #3
0
 //Executes the lua script
 private void BtnExecute_Click(object sender, EventArgs e)
 {
     string script = inputScript.Text;
     api.SendLimitedLuaScript(script);
 }
Beispiel #4
0
        private void button6_Click(object sender, EventArgs e)
        {
            string player = textBox1.Text;

            api.SendLimitedLuaScript("game.Players." + player + ".Character.Humanoid.MaxHealth = math.huge");
        }
Beispiel #5
0
        private void button2_Click(object sender, EventArgs e)
        {
            string luac = fastColoredTextBox1.Text;

            api.SendLimitedLuaScript(luac);
        }
Beispiel #6
0
 private void button21_Click(object sender, EventArgs e)
 {
     api.SendLimitedLuaScript(scintilla1.Text);
 }
Beispiel #7
0
        private void button7_Click(object sender, EventArgs e)
        {
            string script = richTextBox1.Text;

            api.SendLimitedLuaScript(script);
        }
Beispiel #8
0
 private void button13_Click(object sender, EventArgs e)
 {
     api.SendLimitedLuaScript("game.Players.LocalPlayer.Character.Humanoid.WalkSpeed=100");
 }
Beispiel #9
0
        // Token: 0x06000008 RID: 8 RVA: 0x00002634 File Offset: 0x00000834
        private void button1_Click(object sender, EventArgs e)
        {
            ExploitAPI exploitAPI = new ExploitAPI();

            exploitAPI.SendLimitedLuaScript(this.fastColoredTextBox1.Text);
        }
Beispiel #10
0
        private void button4_Click(object sender, EventArgs e)
        {
            string script = fastColoredTextBox1.Text;

            api.SendLimitedLuaScript(script);
        }