Results 1 to 15 of 15
  1. #1
    81|DrizZle's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    145
    Reputation
    12
    Thanks
    630
    My Mood
    Aggressive

    Checkboard Title for TeknoMW3 (at request of gram117)

    REQUEST:

    That guy wanted me to do that months ago but I forgot. LOL. Nvm here it is.

    Source Code:
    Code:
    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;
    
    namespace CheckboardTitle
    {
        public partial class Form1 : Form
        {
            public Form1()
            {
                InitializeComponent();
            }
    
            private void button1_Click(object sender, EventArgs e)
            {
                int title_offset = 0x1328D50;
                int ads_offset = 0x10055BD0;
                
                Trainer_Class Proc = new Trainer_Class();
                Proc.Process_Handle("iw5mp");
                int currTitle = Proc.ReadInteger(title_offset);
    
                if (currTitle < 512)
                {
                    Proc.WriteInteger(title_offset, 512);
                }
                else
                {
                    MessageBox.Show("You already have a Checkboard Title.");
                }
    
                //Clear b4 writing
                Proc.WriteBytes(ads_offset, new byte[0xFF]);
                Proc.WriteString(ads_offset, "^5website");
            }
        }
    }
    Credits: Me ,Jorndel (Memory Class)
    Attached Thumbnails Attached Thumbnails
    screen.png  

    Last edited by 81|DrizZle; 08-02-2015 at 05:06 PM.

  2. #2
    akim14's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    896
    Reputation
    293
    Thanks
    5,054
    My Mood
    Doh
    Attachment not Approved. Contains external link.
    However, I changed your thread from Release to Source Code, If you want to remove that link from release, just PM me
    [IMG]
    MPGH Member since 10. 21. 2009
    CoD section Minion 22. 01. 2015 - 23. 02. 2017
    GTA section Minion 15. 07.2015 - 23. 02. 2017
    Minion+ 27. 01. 2016 - 23. 02. 2017
    Skype Impersonator: mpgh.akim14. (always use skype buton on my profile and contact me here)

  3. #3
    81|DrizZle's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    145
    Reputation
    12
    Thanks
    630
    My Mood
    Aggressive
    Quote Originally Posted by akim14 View Post
    Attachment not Approved. Contains external link.
    However, I changed your thread from Release to Source Code, If you want to remove that link from release, just PM me
    Well if that guy didn't know how to do that on his own he also won't know how to Compile that Code. So yea could you please remove that link? Thanks. I forgot about that rule. My bad. Won't happen again.

  4. #4
    akim14's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    896
    Reputation
    293
    Thanks
    5,054
    My Mood
    Doh
    Quote Originally Posted by 81|DrizZle View Post
    Well if that guy didn't know how to do that on his own he also won't know how to Compile that Code. So yea could you please remove that link? Thanks. I forgot about that rule. My bad. Won't happen again.
    Feel free to do it, I cant do it on this computer right now
    [IMG]
    MPGH Member since 10. 21. 2009
    CoD section Minion 22. 01. 2015 - 23. 02. 2017
    GTA section Minion 15. 07.2015 - 23. 02. 2017
    Minion+ 27. 01. 2016 - 23. 02. 2017
    Skype Impersonator: mpgh.akim14. (always use skype buton on my profile and contact me here)

  5. #5
    81|DrizZle's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    145
    Reputation
    12
    Thanks
    630
    My Mood
    Aggressive
    Quote Originally Posted by akim14 View Post


    Feel free to do it, I cant do it on this computer right now
    Could you change it to Release again? Thanks.

  6. #6
    akim14's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    896
    Reputation
    293
    Thanks
    5,054
    My Mood
    Doh
    1B89 - still there!!!
    [IMG]
    MPGH Member since 10. 21. 2009
    CoD section Minion 22. 01. 2015 - 23. 02. 2017
    GTA section Minion 15. 07.2015 - 23. 02. 2017
    Minion+ 27. 01. 2016 - 23. 02. 2017
    Skype Impersonator: mpgh.akim14. (always use skype buton on my profile and contact me here)

  7. #7
    81|DrizZle's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    145
    Reputation
    12
    Thanks
    630
    My Mood
    Aggressive
    Quote Originally Posted by akim14 View Post
    1B89 - still there!!!
    .......Wut?!

  8. #8
    akim14's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    896
    Reputation
    293
    Thanks
    5,054
    My Mood
    Doh
    There is still that external link!!!
    [IMG]
    MPGH Member since 10. 21. 2009
    CoD section Minion 22. 01. 2015 - 23. 02. 2017
    GTA section Minion 15. 07.2015 - 23. 02. 2017
    Minion+ 27. 01. 2016 - 23. 02. 2017
    Skype Impersonator: mpgh.akim14. (always use skype buton on my profile and contact me here)

  9. #9
    81|DrizZle's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    145
    Reputation
    12
    Thanks
    630
    My Mood
    Aggressive
    Quote Originally Posted by akim14 View Post
    There is still that external link!!!
    Am I fucking blind? I don't see a link!!!

  10. #10
    殺す必要がある唯一のものは殺されるために準備され人 々である。
    Premium Member
    Hitokiri~'s Avatar
    Join Date
    Oct 2012
    Gender
    female
    Location
    Cancer.
    Posts
    1,201
    Reputation
    24
    Thanks
    937
    My Mood
    Bitchy
    This thread makes me lol.

  11. The Following User Says Thank You to Hitokiri~ For This Useful Post:

    TheUninvited (12-30-2015)

  12. #11
    81|DrizZle's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    145
    Reputation
    12
    Thanks
    630
    My Mood
    Aggressive
    Quote Originally Posted by Hitokiri~ View Post
    This thread makes me lol.
    Because?

  13. #12
    akim14's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    896
    Reputation
    293
    Thanks
    5,054
    My Mood
    Doh
    Quote Originally Posted by 81|DrizZle View Post
    Am I fucking blind? I don't see a link!!!
    Great, you removed censored ***** with word website (what I did before), now do it in program too (recompile it again)
    RAW OFFSET 0x1B89
    [IMG]
    MPGH Member since 10. 21. 2009
    CoD section Minion 22. 01. 2015 - 23. 02. 2017
    GTA section Minion 15. 07.2015 - 23. 02. 2017
    Minion+ 27. 01. 2016 - 23. 02. 2017
    Skype Impersonator: mpgh.akim14. (always use skype buton on my profile and contact me here)

  14. #13
    81|DrizZle's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    145
    Reputation
    12
    Thanks
    630
    My Mood
    Aggressive
    Quote Originally Posted by akim14 View Post


    Great, you removed censored ***** with word website (what I did before), now do it in program too (recompile it again)
    RAW OFFSET 0x1B89
    That's bullshit. If hkClan was allowed to relase a ACI Disabler + unbanner with an hkClan Clantag and hkClan.com Title then im also allowed to release a Checkboadd title that has 81clan.********** in the menu anxd no one except gram117 is going to use anyway.

  15. #14
    殺す必要がある唯一のものは殺されるために準備され人 々である。
    Premium Member
    Hitokiri~'s Avatar
    Join Date
    Oct 2012
    Gender
    female
    Location
    Cancer.
    Posts
    1,201
    Reputation
    24
    Thanks
    937
    My Mood
    Bitchy
    Quote Originally Posted by 81|DrizZle View Post
    That's bullshit. If hkClan was allowed to relase a ACI Disabler + unbanner with an hkClan Clantag and hkClan.com Title then im also allowed to release a Checkboadd title that has 81clan.********** in the menu anxd no one except gram117 is going to use anyway.
    1.) Mine was encrypted heuheueheu
    2.) Then if no one except gram is gonna use it, why not just PM him?

  16. #15
    81|DrizZle's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    145
    Reputation
    12
    Thanks
    630
    My Mood
    Aggressive
    Quote Originally Posted by Hitokiri~ View Post

    1.) Mine was encrypted heuheueheu
    2.) Then if no one except gram is gonna use it, why not just PM him?
    bbbbbb... buuut..
    JK. True. I'll encrypt it next time and won't post le Sauce

Similar Threads

  1. [Release] Clan Tag & Title for TeknoMw3 :D
    By Dns Rain in forum Call of Duty Modern Warfare 3 Private Server Hacks
    Replies: 31
    Last Post: 05-11-2015, 10:59 AM
  2. [Graphic Art] Avatar|Signature|Image title| All for 5$ upon request!
    By .Beuwer. in forum Art & Graphic Design
    Replies: 18
    Last Post: 03-26-2014, 09:40 AM
  3. [Help Request] Requesting Help For TeknoMW3 Offline LAN Multiplayer
    By dragonsrule121 in forum Call of Duty Modern Warfare 3 Help
    Replies: 0
    Last Post: 01-29-2012, 03:06 AM
  4. v for vendetta sig [request]
    By kublkun in forum Help & Requests
    Replies: 10
    Last Post: 06-21-2009, 02:36 PM
  5. Developer's Mode // GPS for those who requested it.
    By KenCat in forum WarRock - International Hacks
    Replies: 22
    Last Post: 04-11-2007, 08:50 PM