Random window title menu

User Tag List

Results 1 to 7 of 7
  1. #1
    Reconsider's Avatar Member
    Reputation
    2
    Join Date
    Jun 2009
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Random window title

    Since some of you seem to change window titles (maybe for protection?) I figured, why not just make it random every program-start..
    PHP Code:
            Random random = new Random();
            private 
    void Form1_Load(object senderEventArgs e)
            {
                
    char[] title = new char[64];
                for (
    int i 064i++)
                    
    title[i] = (char)random.Next(32126);
                
    this.Text = new string(title);
            } 

    Random window title
  2. #2
    MaxiPads's Avatar Active Member
    Reputation
    45
    Join Date
    Jul 2008
    Posts
    775
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah most of the programs do randomize on start =/.

  3. #3
    lanman92's Avatar Active Member
    Reputation
    50
    Join Date
    Mar 2007
    Posts
    1,033
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's cooler to use a random Double value :P Me like big numbers

  4. #4
    Sel3n's Avatar Member
    Reputation
    10
    Join Date
    Jul 2009
    Posts
    115
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    very usefull for me, thank you! +rep
    Last edited by Sel3n; 07-29-2009 at 07:22 AM.

  5. #5
    Seifer's Avatar Site Donator
    Reputation
    129
    Join Date
    Apr 2007
    Posts
    270
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There is an easy way to do this with just two lines, the window title would be numeric, although I'm positive there's also a random string generation function in .NET.

    Code:
    Random RNG = new Random();
    Console.Title = RNG.Next().ToString();

  6. #6
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This currently doesn't protect you at all from Warden.

    Also, also only randomizing one window is just stupid. You're also going to have to randomize child windows, controls, etc. That means all your buttons, labels, and whatnot. They're all technically windows and can be enumerated using the same APIs.

  7. #7
    dook123's Avatar Active Member
    Reputation
    21
    Join Date
    Oct 2008
    Posts
    115
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    enumerate

    I enumerated some of your windows with my api.

    You could add to your code what cipher is talking about by recursively replacing all of your windows titles. Its fun

    EnumChildWindows

    might help but there are others too i believe

    -Duke

Similar Threads

  1. [Trading] 4 x 100s pvp/raid mounts/gold/titles/random for Rise of the Tomb Raider cd key.
    By chukabi in forum Members Only Accounts And CD Keys Buy Sell
    Replies: 0
    Last Post: 02-01-2016, 01:36 PM
  2. [Trading] 4 x 100s pvp/raid mounts/gold/titles/random for Rise of the Tomb Raider cd key.
    By chukabi in forum WoW-US Account Buy Sell Trade
    Replies: 0
    Last Post: 02-01-2016, 01:34 PM
  3. Change Window Title Icon
    By Pragma in forum Programming
    Replies: 5
    Last Post: 03-30-2008, 05:06 AM
  4. Window Title Renaming Tool
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 7
    Last Post: 07-29-2006, 01:59 AM
  5. How to turn off window mode
    By insaneomato in forum World of Warcraft General
    Replies: 1
    Last Post: 05-31-2006, 11:18 PM
All times are GMT -5. The time now is 05:19 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search