Results 1 to 4 of 4
  1. #1
    killerk's Avatar
    Join Date
    Feb 2008
    Posts
    4
    Reputation
    10
    Thanks
    0

    Exclamation changing "insert" menu

    is there anyway for me to change hacks from using the insert key with out knowing much about coding, my keyboard died so im using a USB mac one i "barowed" from school and they dont have insert key

  2. #2
    daris15's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    In south system world
    Posts
    112
    Reputation
    9
    Thanks
    86
    nice.... ^^

  3. #3
    Credzis's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    180
    Reputation
    11
    Thanks
    555
    My Mood
    Stressed
    Well :s if u have the code u can search anyting like
    Code:
    if(GetAsyncKeyState(VK_INSERT))
    {
        // blahblah
    }
    and change it to
    Code:
    if(GetAsyncKeyState(VK_DELETE))
    {
        // blahblah
    }
    if u dont have the source euh :\ ...
    Use onscreen keyboard of microsoft ?

  4. #4
    Deathadder's Avatar
    Join Date
    May 2008
    Posts
    1
    Reputation
    10
    Thanks
    0
    Last edited by Deathadder; 05-01-2008 at 10:34 AM.

Similar Threads

  1. Favorite Quote
    By EleMentX in forum Spammers Corner
    Replies: 13
    Last Post: 01-04-2020, 04:36 PM
  2. MPGH PM Chat Quote Thread
    By arunforce in forum Entertainment
    Replies: 39
    Last Post: 05-12-2013, 08:24 PM
  3. MPGH AIM Chat Quote Thread
    By ace76543 in forum Entertainment
    Replies: 30
    Last Post: 09-25-2011, 12:14 PM
  4. MPGH IRC Chat Quote Thread
    By i eat trees in forum Entertainment
    Replies: 746
    Last Post: 07-02-2011, 10:07 PM
  5. Quotes & Lists
    By radnomguywfq3 in forum General
    Replies: 15
    Last Post: 01-17-2008, 05:14 PM

Tags for this Thread