Results 1 to 12 of 12

Hybrid View

  1. #1
    I'm not lazy, I just really enjoy doing nothing.
    Donator
    _PuRe.LucK*'s Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    idk bruh.
    Posts
    521
    Reputation
    71
    Thanks
    5,650
    My Mood
    Bored

    Advanced Injector

    Hey I want to share my Advanced Injector because a few people wanted manual mapping
    So enjoy it!


    Screen:

    [1]


    [2]


    [3]



    Virusscans[False Positive]:

    [1] - Click!
    [2] - Click!

    Changelog:

    - Added Manual Mapping
    - Added New Design
    - Added MPGH Advertisement
    - Added more options
    Download:

    - Attachment
    <b>Downloadable Files</b> Downloadable Files

  2. The Following 54 Users Say Thank You to _PuRe.LucK* For This Useful Post:

    Abber (12-27-2013),acap880 (01-02-2014),akonline123 (01-14-2014),alduddlrk (12-13-2013),alex2660 (12-27-2013),anass020 (12-14-2013),aPlus (12-30-2013),Art (12-15-2013),aymangz (12-31-2013),aymriis (12-14-2013),bobby1109 (12-15-2013),ceabone_214 (12-18-2013),Chezen_235 (12-14-2013),cokekid909 (01-26-2014),cyka99 (09-09-2014),Elidonn (12-27-2013),emre3212 (06-01-2014),fall3n angel (12-13-2013),FiveNine (12-13-2013),fvck1thard (12-27-2013),Gappie1221 (12-26-2013),goboombitlk (03-09-2014),happypuppy33 (12-16-2013),Harquedon (12-27-2013),imelohhi (12-26-2013),jackson1821 (12-13-2013),kazragore (12-27-2013),Kentoii (12-26-2013),Keuulk1 (12-16-2013),koolomwee (12-13-2013),lalaki (12-14-2013),lokme (12-16-2013),marksemaj (01-25-2014),monkuar (01-02-2014),muhul (12-16-2013),olofruit (12-27-2013),pachua17 (01-27-2014),ParMen (12-27-2013),qiangxu (12-16-2013),qRsSs (03-17-2014),remzkee0903 (01-05-2014),sindonglok (12-16-2013),songoku992000 (12-13-2013),suri06 (12-26-2013),TayefBDPro (12-30-2013),tehpwnagekid (12-15-2013),Ticherhaz (12-27-2013),tsoke12 (12-27-2013),utanga55 (12-25-2013),vanson2020 (12-13-2013),warren2pro (12-27-2013),xXCommanderHXx (12-19-2013),yusa45 (12-27-2013),zemizukage1 (12-27-2013)

  3. #2
    songoku992000's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    thanks you so much

  4. #3
    Threadstarter
    I'm not lazy, I just really enjoy doing nothing.
    Donator
    _PuRe.LucK*'s Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    idk bruh.
    Posts
    521
    Reputation
    71
    Thanks
    5,650
    My Mood
    Bored
    Quote Originally Posted by songoku992000 View Post
    thanks you so much
    You're welcome :d

  5. #4
    6ixth's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    3,033
    Reputation
    661
    Thanks
    19,907
    Good Job!
    off: I think I'll post my theme Generator VB.

  6. #5
    FiveNine's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    nice job dude

  7. #6
    Threadstarter
    I'm not lazy, I just really enjoy doing nothing.
    Donator
    _PuRe.LucK*'s Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    idk bruh.
    Posts
    521
    Reputation
    71
    Thanks
    5,650
    My Mood
    Bored
    Quote Originally Posted by FiveNine View Post
    nice job dude
    Thanks ^^ Hope you enjoy hacking

  8. #7
    iSmexy's Avatar
    Join Date
    Dec 2011
    Gender
    female
    Posts
    16,204
    Reputation
    1355
    Thanks
    3,734
    Approved

    List of Middleman Impersonations
    Current MPGH Staff
    Report a Scammer here


    Member Since: 5 Dec 2011
    Crossfire Minion Since: 19 Feb 2013 - 24 Oct 2014
    Minecraft Minion Since: 4 Feb 2014 - 24 Oct 2014
    BattleOn Minion Since: 26 Aug 2014 - 24 Oct 2014
    Donator Since: Mar 12 2014


     

    x x

  9. #8
    leech1122's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    99
    Reputation
    10
    Thanks
    523
    Could you explain your manual mapping? From your source, it would seem like your methods are all doing the same thing...

    Code:
            if (this.RadioButton1.Checked)
            {
                if (processesByName.Length == 0)
                {
                    this.Label3.ForeColor = Color.Red;
                    this.Label3.Text = "Waiting for " + this.TextBox1.Text + ".exe....";
                }
                else
                {
                    this.Timer1.Stop();
                    this.Label3.ForeColor = Color.Green;
                    this.Label3.Text = "Successfully Injected!";
                    this.Inject();
                    if (this.CheckBox1.Checked)
                    {
                        this.Close();
                    }
                }
                if (this.RadioButton2.Checked)
                {
                    if (processesByName.Length == 0)
                    {
                        this.Label4.ForeColor = Color.Red;
                        this.Label4.Text = "Waiting for " + this.ComboBox1.Text + ".exe....";
                    }
                    else
                    {
                        this.Timer1.Stop();
                        this.Label4.ForeColor = Color.Green;
                        this.Label4.Text = "Successfully Injected!";
                        this.Inject();
                        if (this.CheckBox1.Checked)
                        {
                            this.Close();
                        }
                    }
                }

  10. #9
    leech1122's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    99
    Reputation
    10
    Thanks
    523
    I figured you wouldn't explain it... this is the same as your simple inject with different gui!
    Last edited by leech1122; 12-25-2013 at 12:50 PM.

  11. #10
    Exempli's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Philippines
    Posts
    43
    Reputation
    10
    Thanks
    12
    Quote Originally Posted by leech1122 View Post
    I figured you wouldn't explain it... this is the same as your simple inject with different gui!
    Go here ---> Biesi Theme to improve your injector GUI

  12. #11
    Abber's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    611
    Reputation
    66
    Thanks
    77
    My Mood
    In Love
    nice injector good job

  13. #12
    Ticherhaz's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Location
    Malaysia
    Posts
    6,564
    Reputation
    1376
    Thanks
    1,297
    My Mood
    Inspired
    Wow! nice one bro!
    Anything can PM me. I'm from Malaysia.

Similar Threads

  1. [Release] xSyR1Ng3x Final Build [Advanced injector] [*UPDATED* 11/9*]~
    By -XpliCitt- in forum Combat Arms Spammers, Injectors and Multi Tools
    Replies: 411
    Last Post: 01-24-2012, 11:38 PM
  2. [TUT]How to make an Advanced Injector!
    By DeathHunter in forum Programming Tutorials
    Replies: 15
    Last Post: 09-18-2010, 08:37 PM
  3. [Release] xSyR1Ng3x Final Build [Advanced injector] [*UPDATED* 11/9*]~
    By -XpliCitt- in forum Game Hacking Tools
    Replies: 12
    Last Post: 09-10-2010, 06:00 PM
  4. [TUT]How to make an Advanced Injector!
    By DeathHunter in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 45
    Last Post: 09-09-2010, 08:30 PM
  5. [Release] Advanced Injector
    By jaake in forum Combat Arms Hacks & Cheats
    Replies: 12
    Last Post: 03-16-2010, 02:25 PM