Thread: Self Kill?

Results 1 to 9 of 9
  1. #1
    |Drake™|'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    365
    Reputation
    10
    Thanks
    84

    Self Kill?

    This sounds stupid but what's the self kill cmd?

    I put a cmd in , and i die everytime in game by myself

    Thanks

    I knew this cmd , but now i forgot it due to the fact i never used that cmd for too long , tooo long.

  2. #2
    CodeDemon's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    vagina
    Posts
    1,070
    Reputation
    50
    Thanks
    940
    My Mood
    Fine
    PushToConsole("FragSelf 1"); I believe.

  3. #3
    hhhjr1's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    i live in your room hahahah
    Posts
    413
    Reputation
    9
    Thanks
    22
    My Mood
    Confused
    yes its PushToConsole("FragSelf 1");

  4. #4
    |Drake™|'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    365
    Reputation
    10
    Thanks
    84
    But what if i want to make the self kill , like turn on , and when u die , it turns auto off.

    Would i add break;?

  5. #5
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by |Drake™| View Post
    This sounds stupid but what's the self kill cmd?

    I put a cmd in , and i die everytime in game by myself

    Thanks

    I knew this cmd , but now i forgot it due to the fact i never used that cmd for too long , tooo long.
    it not stupid... it is a good way to lower ur KDR, get ammo , stop people from getting kills(but that team still will get a kill
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  6. #6
    |Drake™|'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    365
    Reputation
    10
    Thanks
    84
    So to make it turn off automatically when I'm dead , i would put,

    Code:
    if ( SelfKill > 0 ){
    this->PushToConsole("FragSelf1")
    break;
    Last edited by |Drake™|; 08-30-2010 at 07:47 AM.

  7. #7
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    u can use FragSelf without a value
    If u use fragself with 0 its also killing ur self

    like:
    GetKeyState NUMPAD1

    PTC("FragSelf")
    Last edited by kotentopf; 08-30-2010 at 07:53 AM.

  8. #8
    markoj's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    s
    Posts
    1,064
    Reputation
    60
    Thanks
    407
    My Mood
    Bored
    Quote Originally Posted by |Drake™| View Post
    So to make it turn off automatically when I'm dead , i would put,

    Code:
    if ( SelfKill > 0 ){
    this->PushToConsole("FragSelf1")
    break;
    switch ( Suicide ){//Suicide
    case 1:
    PushToConsole( "FragSelf 1" );//
    Suicide = 0;
    break;
    }
    Dont ban me

  9. #9
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    Quote Originally Posted by markoj View Post
    switch ( Suicide ){//Suicide
    case 1:
    PushToConsole( "FragSelf 1" );//
    Suicide = 0;
    break;
    }
    Thar ye go

Similar Threads

  1. Replies: 41
    Last Post: 10-05-2009, 07:49 AM
  2. Killing them self
    By Matt1243 in forum General
    Replies: 5
    Last Post: 01-20-2009, 03:57 AM
  3. Mindless Self Indulgence
    By Chronologix in forum Entertainment
    Replies: 1
    Last Post: 01-19-2006, 04:40 PM
  4. Free Infantry, time to kill it
    By Super-Man in forum General Game Hacking
    Replies: 2
    Last Post: 01-09-2006, 01:58 PM
  5. Mass Killing Hack
    By Zededarian in forum Game Hacking Tutorials
    Replies: 6
    Last Post: 01-03-2006, 02:48 PM