Results 1 to 7 of 7
  1. #1
    jul920's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    3
    My Mood
    Tired

    self **buttonpressed()???

    What are the command for this...if(self **buttonpressed())

    I know
    Code:
    self usebuttonpressed() to use with F,
    but what are the other command.

    Precisely I want the one to sprint??




    I don't know if u will understand me

  2. #2
    spiritwo's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Rochester, NY
    Posts
    709
    Reputation
    17
    Thanks
    76
    My Mood
    Happy
    [php]
    doCommand()
    {
    self notifyonplayercommand("E", "+melee");
    {
    self waittill("E"); //Waits until player presses E

    //Do stuff here
    }
    }
    [/php]

    all bind keys:
    Code:
    bind TAB "+scores"
    bind ESCAPE "togglemenu"
    bind SPACE "+gostand"
    bind 1 "weapnext"
    bind 2 "weapnext"
    bind 3 "+actionslot 3"
    bind 4 "+actionslot 4"
    bind 5 "+actionslot 2"
    bind A "+moveleft"
    bind C "togglecrouch"
    bind D "+moveright"
    bind E "+melee"
    bind F "+activate"
    bind G "+frag"
    bind N "+actionslot 1"
    bind Q "+smoke"
    bind R "+reload"
    bind S "+back"
    bind T "chatmodepublic"
    bind W "+forward"
    bind Y "chatmodeteam"
    bind Z "+talk"
    bind CTRL "toggleprone"
    bind SHIFT "+breath_sprint"
    bind MOUSE1 "+attack"
    bind MOUSE2 "+toggleads_throw"
    bind MOUSE3 "+frag"
    --
    "Life is tough. It's tougher if you're stupid."

    Spiritwo |






  3. #3
    jul920's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    3
    My Mood
    Tired
    I know those command but want it in this form
    Example: self usebuttonpressed()

    Like the jetpack

  4. #4
    spiritwo's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Rochester, NY
    Posts
    709
    Reputation
    17
    Thanks
    76
    My Mood
    Happy
    If you know that there's one for the jetpack, why not take that yourself and use it?
    --
    "Life is tough. It's tougher if you're stupid."

    Spiritwo |






  5. #5
    jul920's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    3
    My Mood
    Tired
    I don't want this one I want the one to sprint

  6. #6
    cgallagher21's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    1,627
    Reputation
    11
    Thanks
    325
    My Mood
    Angelic
    Quote Originally Posted by spiritwo View Post
    doCommand()
    {
    self notifyonplayercommand("E", "+melee");
    {
    self waittill("E"); //Waits until player presses E

    //Do stuff here
    }
    }

    all bind keys:

    Code:
    bind TAB "+scores"
    bind ESCAPE "togglemenu"
    bind SPACE "+gostand"
    bind 1 "weapnext"
    bind 2 "weapnext"
    bind 3 "+actionslot 3"
    bind 4 "+actionslot 4"
    bind 5 "+actionslot 2"
    bind A "+moveleft"
    bind C "togglecrouch"
    bind D "+moveright"
    bind E "+melee"
    bind F "+activate"
    bind G "+frag"
    bind N "+actionslot 1"
    bind Q "+smoke"
    bind R "+reload"
    bind S "+back"
    bind T "chatmodepublic"
    bind W "+forward"
    bind Y "chatmodeteam"
    bind Z "+talk"
    bind CTRL "toggleprone"
    bind SHIFT "+breath_sprint"
    bind MOUSE1 "+attack"
    bind MOUSE2 "+toggleads_throw"
    bind MOUSE3 "+frag"
    Agreed Just use thoses

  7. #7
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,668
    My Mood
    Breezy
    Code:
    self useButtonPressed()
    self ADSButtonPressed()
    self meleeButtonPressed()
    self fragButtonPressed()
    self attackButtonPressed()
    self secondaryOffhandButtonPressed()
    self ButtonPressed("BUTTON_NAME_HERE") <-- Works for host only
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  8. The Following User Says Thank You to master131 For This Useful Post:

    jul920 (10-31-2010)

Similar Threads

  1. How Isreal protects it's self...
    By arunforce in forum Islam vs Western World
    Replies: 7
    Last Post: 05-09-2007, 11:23 PM
  2. Patriotism & Self Righteousness
    By scr3wgravity in forum United States of America
    Replies: 0
    Last Post: 03-28-2007, 10:52 AM
  3. Self Extracting Trainer By OMGWTF
    By OMGWTF in forum WarRock - International Hacks
    Replies: 20
    Last Post: 02-22-2006, 07:39 AM
  4. Self Pictures!
    By SpiderByte in forum General
    Replies: 7
    Last Post: 02-20-2006, 06:42 AM
  5. Mindless Self Indulgence
    By Chronologix in forum Entertainment
    Replies: 1
    Last Post: 01-19-2006, 04:40 PM