Results 1 to 15 of 42

Threaded View

  1. #1
    distiny's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    560
    Reputation
    67
    Thanks
    562
    My Mood
    Cynical

    [Info + Source] c# popup on hack start

    So with the recent leeching we had. (Some douche using your apps claiming he made it to lure people into filling ******'s etc)
    using a popup with your own text "Create by xxxx made for MPGH" will stop them claiming your work


    in your project add a new Windows form in this case I called it popup



    add a label with your text and a button (text OK)



    click the OK button and set 'DialogResult to OK



    then in your main form add this:

    Code:
    private void Form1_Load(object sender, EventArgs e)
            {
               
        popup popup = new popup();              // your popup form we just created
        DialogResult dialogresult = popup.ShowDialog();      // closing the popup form when we click the OK button
        if (dialogresult == DialogResult.OK)
        {
            popup.Dispose();
        }
        
        
    
            }
    This will show the popup when people start your prog and after they click OK they can start using the hack you created
    FBI got my PC...Hardcore cheating is paused atm..

  2. The Following 5 Users Say Thank You to distiny For This Useful Post:

    GOD[RaZoR] (01-04-2014),i4mTh3Fr34kPr0 (01-01-2014),Jackelwell (01-02-2014),KingX735 (01-01-2014),SammyDoge1 (01-01-2014)

Similar Threads

  1. [info/Tutorial]Patched and Unpatched hacks!
    By DragonHx in forum Combat Arms Discussions
    Replies: 11
    Last Post: 05-06-2010, 11:15 AM
  2. [help]Hack started to DC
    By alexsvs12 in forum Combat Arms EU Discussions
    Replies: 11
    Last Post: 03-19-2010, 11:06 AM
  3. Tools needed to get hacks started
    By stealthyopp1 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 14
    Last Post: 01-12-2010, 10:57 PM
  4. source for combat arms hacks (make ur own hacks
    By morzan364 in forum Combat Arms Hacks & Cheats
    Replies: 15
    Last Post: 04-13-2009, 12:19 AM
  5. [BIG RELEASE] Wr-Source Public with ASM Hacks
    By Evilbot in forum WarRock - International Hacks
    Replies: 27
    Last Post: 11-27-2007, 06:46 AM