Results 1 to 5 of 5
  1. #1
    SleazModz's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0

    Unhappy How to send message ingame with Tool ?

    Title: [VB.net] Send message to ingame
    Style: Text
    Info: How to send texte message ingame on Mw3 with boutton on VB.net please i need help

  2. #2
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,990
    My Mood
    Cheerful

    1.Add button
    2.Add click event.
    3.Use SendKeys.
    Code:
    SendKeys.Send({"ENTER}")
    SendKeys.Send("A")
    4.Add delay using Thread.Sleep
    Code:
    Thread.Sleep(1000)
    You can change amount, 1000 = 1 second
    Last edited by Lovroman; 07-12-2013 at 01:16 PM.

  3. #3
    hoschi111's Avatar
    Join Date
    Aug 2007
    Gender
    male
    Location
    127.0.0.1
    Posts
    59
    Reputation
    10
    Thanks
    98
    My Mood
    Amazed
    @Lovroman,
    that's the most terrible way to do it.
    @SleazModz,
    I'm not at home right now, so i can't reverse you your desired adress:
    There is an Address in MW3, that contains your current "chat-value".

    Open your chat with "t" and type "hoschi know everything" but do not send it with >enter<.
    Search for this sentence in Cheat-Engine. You'l find an Address where it's possible to write into.
    You just have to write your desired text to this address and send it with ENTER ingame.

    In short:
    1. Type t ingame.
    2. Write your words to this address
    3. Press enter ingame.

    -> That's faster.
    If you like my posts, i'm thankful for every Rep or Thanks.

  4. The Following User Says Thank You to hoschi111 For This Useful Post:

    Lovroman (07-15-2013)

  5. #4
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,990
    My Mood
    Cheerful
    Quote Originally Posted by hoschi111 View Post
    @Lovroman,
    that's the most terrible way to do it.
    @SleazModz,
    I'm not at home right now, so i can't reverse you your desired adress:
    There is an Address in MW3, that contains your current "chat-value".

    Open your chat with "t" and type "hoschi know everything" but do not send it with >enter<.
    Search for this sentence in Cheat-Engine. You'l find an Address where it's possible to write into.
    You just have to write your desired text to this address and send it with ENTER ingame.

    In short:
    1. Type t ingame.
    2. Write your words to this address
    3. Press enter ingame.

    -> That's faster.
    Good idea

    No. It's not worst way, worst way is without using Sleep


  6. #5
    SleazModz's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by hoschi111 View Post
    @Lovroman,
    that's the most terrible way to do it.
    @SleazModz,
    I'm not at home right now, so i can't reverse you your desired adress:
    There is an Address in MW3, that contains your current "chat-value".

    Open your chat with "t" and type "hoschi know everything" but do not send it with >enter<.
    Search for this sentence in Cheat-Engine. You'l find an Address where it's possible to write into.
    You just have to write your desired text to this address and send it with ENTER ingame.

    In short:
    1. Type t ingame.
    2. Write your words to this address
    3. Press enter ingame.

    -> That's faster.
    Do u have skype ?

Similar Threads

  1. [Help] How to display message ingame ?
    By Legendary_Tomasz in forum WarRock Hack Source Code
    Replies: 3
    Last Post: 04-10-2013, 10:59 AM
  2. [Help Request] How TO SEND MACRO MESSAGE (DUPLICATE)
    By [D]arkMan in forum CrossFire Help
    Replies: 10
    Last Post: 07-14-2011, 09:18 AM
  3. How do I disable killcam ingame with console?
    By Thejmandk94 in forum Call of Duty Modern Warfare 2 Help
    Replies: 1
    Last Post: 12-04-2010, 12:45 PM
  4. How to make a bypass with editing tools.
    By D3Dh0oker in forum Combat Arms Discussions
    Replies: 13
    Last Post: 03-23-2010, 01:18 AM
  5. How do u send a picture with a post
    By Nagy_Ho in forum Combat Arms Discussions
    Replies: 6
    Last Post: 12-19-2009, 01:52 AM