Post: How To Create A Call Of Duty Tool
06-16-2011, 11:48 PM #1
Correy
I'm the Original
(adsbygoogle = window.adsbygoogle || []).push({}); In this thread i will be teaching you how to create a Call of duty Tool.

it's simple, easy and comes in handy.
this can be used for making menu makers but, i'm not going to spoon feed you.. thats for you to try, but anyway.. here's a starter.

Whats already Coded
- Creates the CM & MP
- Saves and Write to the CM & MP
- Generates Four Binds
you can add more and experiment to make better things such as a Menu Maker ect.

- Creating a Bind Creator
Here's my Source code for the bind creator, look below.

Full Source Download
    
https://www.mediafire.com/file/yvnx087jk5gd53c/Youtube%20Tutorial%20Bind%20Creator.rar


Coding as a Text
    
[B]//Created By xCorrey

//Form 1 Coding[/B]
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using Youtube_Tutorial_Bind_Creator.Properties;

namespace Youtube_Tutorial_Bind_Creator
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}

private void button1_Click(object sender, EventArgs e)
{
if ((textBox1.Text == "") && (textBox2.Text == "") && (textBox3.Text == "") && (textBox3.Text == ""))
{
MessageBox.Show("No Codes have been entered!", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
else
{
Settings.Default.GeneratedCode = ("BIND " + comboBox1.Text + " \"" + textBox1.Text + "\"\nBIND " + comboBox2.Text + " \"" + textBox2.Text + "\"\nBIND " + comboBox3.Text + " \"" + textBox3.Text + "\"\nBIND " + comboBox4.Text + " \"" + textBox4.Text + "\"");
Form Form2 = new Form2();
Form2.Show();
}
}

private void Form1_Load(object sender, EventArgs e)
{

}
}
}




[B]//Form 2 coding[/B]
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using Youtube_Tutorial_Bind_Creator.Properties;

namespace Youtube_Tutorial_Bind_Creator
{
public partial class Form2 : Form
{
public Form2()
{
InitializeComponent();
}

private void Form2_Load(object sender, EventArgs e)
{
richTextBox1.Text = Settings.Default.GeneratedCode;
}
}
}


Coding in a Pastie
    
https://pastie.org/2080151

Also, heres a Video tutorial.. it's my first commentry so don't hate, it's for you.
yeah, i hate my voice lmfao.

Video is Uploading, 64% done =D

thanks for reading this thread, i hope it helps you.
i'm giving this to the commiunity especially this section as this is were i first started of

Note : remember, if you do use that source or if you do benefit from this video and tutorial please Include some type of Thanks or Credits, i would also appreciate it if you could help my channel get a few more subscribers or help me out through subscribing - You must login or register to view this content..

Take Care.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 3 users say thank you to Correy for this useful post:

Bad Luck Brian, Fuser's Hoe, User2340034u
07-13-2011, 12:22 PM #11
Correy
I'm the Original
Originally posted by Codes View Post
hey see i made this
BIND DPAD_UP "statSet 2326 11"
BIND DPAD_DOWN " statSet 2326 10"
BIND DPAD_LEFT " statSet 2326 9"
BIND DPAD_RIGHT " statSet 2326 5"

and but how did you get to make the cod tool i cant find that in the dowlload PM back or Post Back Help


what you mean, and that code makes you either 11th, 10th, 9th or 5th Prestige
07-13-2011, 03:18 PM #12
Originally posted by Correy View Post
what you mean, and that code makes you either 11th, 10th, 9th or 5th Prestige


Yes i know but do i put in CM or MP
____________________________---
and how do i make a cod tool or you can help me with it and we both put are names
in it
when you come back from your break
07-13-2011, 06:08 PM #13
Correy
I'm the Original
Originally posted by Codes View Post
Yes i know but do i put in CM or MP
____________________________---
and how do i make a cod tool or you can help me with it and we both put are names
in it
when you come back from your break


there is no difference, put it in any and i released a source.
07-13-2011, 06:12 PM #14
Originally posted by Correy View Post
there is no difference, put it in any and i released a source.


ok where the source on your post and i made a YT called WeMakeCod4Codes
and i subboxed you and added you and i made somecodes
but if you could help like i said it would be great

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo