ww2 Cbuf_addText

Posts 1–4 of 4 · Page 1 of 1
ww2 Cbuf_addText
m e d i a f i r e .com/file/ erlff3qt46qww2l/WindowsFormsApp1.exe/file
public partial class Form1 : Form
{
private memory m = new memory();
private int basea;
public Form1()
{
InitializeComponent();
}


private void timer3_Tick(object sender, EventArgs e)
{
if (m.IsOpen())
{
label1.Text = "Connected";
process.Interval = 500;
if (basea == 0)
{
address.setadd();
this.basea = 1;
return;
}
}
else
{
this.m.AttackProcess("s2_mp64_ship");
this.label1.Text = "OFFLINE";
this.process.Interval = 100;
}

}
private void CbufAddText(string str)
{
if (m.IsOpen())
{
m.WriteString(m.BaseModule.ToInt64() + 180819776L, str + "exec mp/stats_init_ranked.cfg");
m.WriteByte(m.BaseModule.ToInt64() + 180778181L, 1);
}
}

private void cbuffaddtext_Click(object sender, EventArgs e)
{
CbufAddText(textBox1.Text);
}

private void cbuffaddtext_KeyDown(object sender, KeyEventArgs e)
{

}
private void cbuff_KeyDown(object sender, KeyEventArgs e)
{
if (e.KeyCode == Keys.Return)
{
this.CbufAddText(this.textBox1.Text);
}
}

private void pos_Tick(object sender, EventArgs e)
{

}

private void process_Tick(object sender, EventArgs e)
{

}
}
}
Full source Btw
Remove Spaces In url
Precisely the reason why i stopped helping people on here. This is mine from a WW2 Reset Loadout tool lol theres more to making this work than what you`ve posted so good luck to anybody attempting to use this. LMAO

+ I would like to mention this m e d i a f i r e link the thread creator has posted above is to a .exe file, VERY LIKELY a virus

I did not name the source "WindowsForms..." Also the full source features more than 1 file. Moderators you need to crack down on people doing this.

- - - Updated - - -

Quote Originally Posted by DynamicUDT View Post
m e d i a f i r e .com/file/ erlff3qt46qww2l/WindowsFormsApp1.exe/file
public partial class Form1 : Form
{
private memory m = new memory();
private int basea;
public Form1()
{
InitializeComponent();
}


private void timer3_Tick(object sender, EventArgs e)
{
if (m.IsOpen())
{
label1.Text = "Connected";
process.Interval = 500;
if (basea == 0)
{
address.setadd();
this.basea = 1;
return;
}
}
else
{
this.m.AttackProcess("s2_mp64_ship");
this.label1.Text = "OFFLINE";
this.process.Interval = 100;
}

}
private void CbufAddText(string str)
{
if (m.IsOpen())
{
m.WriteString(m.BaseModule.ToInt64() + 180819776L, str + "exec mp/stats_init_ranked.cfg");
m.WriteByte(m.BaseModule.ToInt64() + 180778181L, 1);
}
}

private void cbuffaddtext_Click(object sender, EventArgs e)
{
CbufAddText(textBox1.Text);
}

private void cbuffaddtext_KeyDown(object sender, KeyEventArgs e)
{

}
private void cbuff_KeyDown(object sender, KeyEventArgs e)
{
if (e.KeyCode == Keys.Return)
{
this.CbufAddText(this.textBox1.Text);
}
}

private void pos_Tick(object sender, EventArgs e)
{

}

private void process_Tick(object sender, EventArgs e)
{

}
}
}
Full source Btw
Remove Spaces In url
Your an idiot
Quote Originally Posted by Iwesley93I View Post
Precisely the reason why i stopped helping people on here. This is mine from a WW2 Reset Loadout tool lol theres more to making this work than what you`ve posted so good luck to anybody attempting to use this. LMAO

+ I would like to mention this m e d i a f i r e link the thread creator has posted above is to a .exe file, VERY LIKELY a virus

I did not name the source "WindowsForms..." Also the full source features more than 1 file. Moderators you need to crack down on people doing this.

- - - Updated - - -



Your an idiot
its not a virius but ok your work was done i just made it public cuz its and old game btw https://m e g a.nz/file/bfp2nTyC#z0I...ym4Fb_0nFchZYc full souce did not mean to post exe
help
Hey man, would u know how to edit your "time played" by using cbuf?
I have used:
setRankedStat rankedPlayerStats experience
setRankedStat rankedPlayerStats kills
and so on, but I cant seem to find time played. Could u please contact me on *******? MichaelTheMan#8514? If you or anyone finds out, im willing to give you 10$.
Posts 1–4 of 4 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?