XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 6 of 6

Thread: Auto Say " Local Chat '

  1. #1

    Join Date
    Jan 2016
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Auto Say " Local Chat '

    Need lua auto say local chat 30/40 sec wait

  2. #2
    Oscagi's Avatar
    Join Date
    Aug 2014
    Location
    Spain
    Posts
    237
    Mentioned
    27 Post(s)
    Tagged
    0 Thread(s)
    Use Self.Say("") and wait(time).


    REMEMBER TO SAY THANKS.

  3. #3

    Join Date
    Jan 2016
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Oscagi
    Idk how i can this make ?

    Code:
    Self.Say("Hey")
    wait(10).
    and save .lua ?

  4. #4
    Oscagi's Avatar
    Join Date
    Aug 2014
    Location
    Spain
    Posts
    237
    Mentioned
    27 Post(s)
    Tagged
    0 Thread(s)
    lua code:

    Module.New('Spam', function(spam)
    Self.Say("@Oscagi XB")
    spam:Delay(5000)
    end)

    If u load this it will start spamming. Dont abuse.


    REMEMBER TO SAY THANKS.

  5. #5

    Join Date
    Jan 2016
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Oscagi

    Thanks

  6. #6

    Join Date
    Feb 2016
    Posts
    3
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    have script to spam in adversting or world chat??

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •