Results 1 to 5 of 5
  1. #1
    Talamaur's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    10
    My Mood
    Blah

    [help]Execute some code after typing in chat

    Hello. First sorry for lame english.

    I want to do something. When I type in chat some string I want to execute some code.

    For example I type in chat "sniper" and get a sniper rifle. It is possible?

  2. #2
    maarten551's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    255
    Reputation
    10
    Thanks
    75
    My Mood
    Mellow
    Maby
    Code:
    for(;;)
    {
    if(self.chat == "!sniper")
    {
    //sniper code
    }
    wait(0,05);
    }
    i really don't know :S

    My Youtube account : Maarten551, subscribe me ^^
    [YOUTUBE]lSl0HlhGQsY[/YOUTUBE]
    AIzombies for Alteriw, Check it now!
    [YOUTUBE]U9OjBsHgcKQ[/YOUTUBE]
    hover/cordinates mod with visible bunkers!!!
    ---------------------------------------------------
    Most important waittills

  3. #3
    Talamaur's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    10
    My Mood
    Blah
    No, i got infinity loop. D:

  4. #4
    Talamaur's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    25
    Reputation
    10
    Thanks
    10
    My Mood
    Blah
    Anyone can help me with this?

  5. #5
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,673
    My Mood
    Breezy
    You can't do this through a mod AFAIK. You have to use a server plugin like the ones used in COD4 and stuff..
    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]

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

    Talamaur (10-19-2010)

Similar Threads

  1. Some one help me find coding programs
    By dk173 in forum General
    Replies: 14
    Last Post: 01-30-2010, 05:52 AM
  2. Need help with some long forgotten VB code...
    By ROUGHS3X in forum Combat Arms Help
    Replies: 0
    Last Post: 10-29-2009, 07:45 PM
  3. Help Some codes
    By 012g in forum Visual Basic Programming
    Replies: 4
    Last Post: 09-18-2009, 12:22 PM
  4. Need help with some codes - Vb8
    By NatureSkillz in forum Visual Basic Programming
    Replies: 9
    Last Post: 09-18-2009, 08:22 AM
  5. need help with some quick codes
    By ravinghippie in forum Anti-Cheat
    Replies: 1
    Last Post: 05-13-2009, 09:24 AM