Results 1 to 5 of 5

Thread: [Reflection] Adds TReflectionAntiban - Friday, January 08, 2016

  1. #1
    Join Date
    Oct 2006
    Posts
    6,752
    Mentioned
    95 Post(s)
    Quoted
    532 Post(s)

    Default [Reflection] Adds TReflectionAntiban - Friday, January 08, 2016

    :: Automated Message ::
    Adds TReflectionAntiban

    Elfyyy updated on Friday, January 08, 2016
    Adds TReflectionAntiban
    Provides a full library of antiban functions that can be used by
    scripters to (Hopefully) reduce the chances of being banned.
    Adds TReflection.InvBox/ItemInSlot
    Allows interacting with inventory when providing the slot number.
    -Preparing for TReflectionAntiban
    Adds TReflectionGametab.FTab
    Switches tabs using "F Keys"
    -Preparing for TReflectionAntiban
    Adds TReflectionKeyboard.SendArrowWait
    Allows to send a arrow key and wait to release it.
    -Preparing for TReflectionAntiban
    Fixes gametab issue
    Latest RS update changed the value of the gametab constants by a value
    of 1



    Hopefully this will allow scripters to not have to include Aerolib when writing in reflection.

    If there are any functions that you need in Aerolib that are not in Reflection, PLEASE post here and I will add it to the include, as it is really becoming a hassle that virtually all reflection scripts currently include Aerolib..

    Also, the functions for Antiban were mostly just ported from Aerolib which was mostly ported from SRL, and since I don't have docs yet, I gave credits globally at the top of the Antiban.simba file.
    Last edited by Kyle; 01-08-2016 at 02:55 PM.

  2. #2
    Join Date
    Jan 2012
    Location
    East Coast
    Posts
    733
    Mentioned
    81 Post(s)
    Quoted
    364 Post(s)

    Default

    Cool stuff!

    Just wanted to post and say welcome to the First Name Forum Name Master Race.

  3. #3
    Join Date
    Oct 2006
    Posts
    6,752
    Mentioned
    95 Post(s)
    Quoted
    532 Post(s)

    Default

    Quote Originally Posted by Ross View Post
    Cool stuff!

    Just wanted to post and say welcome to the First Name Forum Name Master Race.
    Haha yes!!
    “The long-lived and those who will die soonest lose the same thing. The present is all that they can give up, since that is all you have, and what you do not have, you cannot lose.” - Marcus Aurelius

  4. #4
    Join Date
    Apr 2013
    Posts
    680
    Mentioned
    13 Post(s)
    Quoted
    341 Post(s)

    Default

    Migrating to strictly reflection is a lengthier task then i had thought. So many of the common functions needed to be migrated.

    I think you have covered most of the functions, but i will keep you posted..

    My real name isn't far off my forum-name =P

    **edit May be dumb; but how do i send 'space bar' without 'return'

    <------------------>



  5. #5
    Join Date
    Oct 2006
    Posts
    6,752
    Mentioned
    95 Post(s)
    Quoted
    532 Post(s)

    Default

    Quote Originally Posted by AFools View Post
    Migrating to strictly reflection is a lengthier task then i had thought. So many of the common functions needed to be migrated.

    I think you have covered most of the functions, but i will keep you posted..

    My real name isn't far off my forum-name =P

    **edit May be dumb; but how do i send 'space bar' without 'return'
    Reflect.KeyBoard.TypeKey(VK_SPACE);
    or
    Reflect.KeyBoard.TypeSend(' ', False);
    “The long-lived and those who will die soonest lose the same thing. The present is all that they can give up, since that is all you have, and what you do not have, you cannot lose.” - Marcus Aurelius

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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