Results 1 to 14 of 14

Thread: The IP-Includes Ultimate Package

  1. #1
    Join Date
    Dec 2006
    Location
    Sydney, New South Wales, Australia
    Posts
    4,603
    Mentioned
    15 Post(s)
    Quoted
    42 Post(s)

    Default The IP-Includes Ultimate Package

    IP-Includes ULTIMATE Package

    It is hear. Most of the SRL Members know about this but it is finally here. It contains multiple test files, shortcuts to useful resources, README information and the actual include file itself which is over 65kb.

    Contains:
    • Mouse Moving Functions/Procedures
    • Typing Functions/Procedures
    • Colour/Bitmap Finding Functions/Procedures
    • Timing Functions/Procedures
    • Windows Related Functions/Procedures (Like Opening Start. A bit buggy)
    • Runescape Functions/Procedures (Not all work and none have been tested)
    • And... SCAR Functions/Procedures.


    To include the IP Includes is very simple. Just under the program line put
    SCAR Code:
    {.include IPI.scar}

    This package contains test files, shortcut links (to SRL, Freddy1990 etc), Installation Information and an easy to use Setup wizard.

    File Conflicts:
    • USS.txt
    • MGLibrary.txt
    • SSI2.txt


    Credits:
    • SRL Forums
    • Freddy1990
    • Kaitnieks
    • SRL Developers
    • Planet Hell Developers
    • mickalicious
    • Derek-
    • Sumilion
    • RsN (Hopefully)
    • Every SRL Member and Admin/Mod


    You must accept the license agreement before installing.

    Enjoy the IP Includes

    Please post any comments, suggestions and concerns in this topic and your query will be happily answered by me.
    You may contact me with any concerns you have.
    Are you a victim of harassment? Please notify me or any other staff member.

    | SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |

  2. #2
    Join Date
    Mar 2006
    Posts
    13,241
    Mentioned
    228 Post(s)
    Quoted
    267 Post(s)

    Default

    Here is a jotti screenshot so we don't have to deal with any "OMG ITS A VIRUS" crap later on.

    STOP PM'ING ME

  3. #3
    Join Date
    Dec 2006
    Location
    Sydney, New South Wales, Australia
    Posts
    4,603
    Mentioned
    15 Post(s)
    Quoted
    42 Post(s)

    Default

    Lol. Thanks Hobbit

    You can always trust me, IP-Drowner with any file.
    You may contact me with any concerns you have.
    Are you a victim of harassment? Please notify me or any other staff member.

    | SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |

  4. #4
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hmm, IP can I expand this and add the runescape functions? Maybe, we could work on together?

    Edit:
    Also, is it just me or does the OpenFolder function not work? Because when I try it it says

    Code:
    File access error
    Try using this script.

    Code:
    Program Test;
    
    {*******************************************************************************
    function OpenFolder(Dest: String): Boolean;
    By: IP-Drowner
    Type: Simple.
    Description: Will open a folder.
    Usage: OpenFolder('C:\Documents and Settings\');
    Result: Will open the folder 'Documents and Settings'.
    *******************************************************************************}
    function OpenFolder(Dest: String): Boolean;
    begin
      OpenFile(Dest, False);
        Result:=True;
    end;
    
    Begin
    
    OpenFolder('C:\Documents and Settings\');
    
    End.
    Edit2: Man I really want to use these . I also get this error, and I think maybe this got deleted in scar 3.14 ???

    SCAR Code:
    Program Test;

    {*******************************************************************************
    function OpenFolder(Dest: String): Boolean;
    By: IP-Drowner
    Type: Simple.
    Description: Will open a folder.
    Usage: OpenFolder('C:\Documents and Settings\');
    Result: Will open the folder 'Documents and Settings'.
    *******************************************************************************}

    function OpenFolder(Dest: String): Boolean;
    begin
      OpenFile(Dest, False);
        Result:=True;
    end;

    Begin

    OpenFolder('C:\Documents and Settings\');

    End.

    God...Edit3:...

    Also..., how did you make the installer? I was just curious because i want to make something similiar to .

  5. #5
    Join Date
    Jul 2007
    Posts
    1,431
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Lots of work, lots of work...though some functions are based on SRL's
    Setup file is nice by the way
    I still think it needs improving.

    Good job though
    [CENTER][SIZE="4"]Inactive[/SIZE]I forgot my password[/CENTER]

  6. #6
    Join Date
    Dec 2006
    Location
    Sydney, New South Wales, Australia
    Posts
    4,603
    Mentioned
    15 Post(s)
    Quoted
    42 Post(s)

    Default

    Quote Originally Posted by Negaal View Post
    Lots of work, lots of work...though some functions are based on SRL's
    Setup file is nice by the way
    I still think it needs improving.

    Good job though
    Thanks Negaal

    @Da 0wner
    Yeah, i noticed that the OpenFolder gave the same error to me. I'll have to remove that in the next version. I used ClickTeams Install Creator Pro to make the installer btw.

    Don't forget, this is the first version and first build. Do expect later improvements.
    You may contact me with any concerns you have.
    Are you a victim of harassment? Please notify me or any other staff member.

    | SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |

  7. #7
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    @Da 0wner
    you can also use delphi--> vlc forms to make that

    @IP good job!!
    ~Hermen

  8. #8
    Join Date
    Dec 2006
    Location
    Sydney, New South Wales, Australia
    Posts
    4,603
    Mentioned
    15 Post(s)
    Quoted
    42 Post(s)

    Default

    @hermpie
    Thanks
    You may contact me with any concerns you have.
    Are you a victim of harassment? Please notify me or any other staff member.

    | SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |

  9. #9
    Join Date
    Jan 2008
    Location
    Alberta
    Posts
    727
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    HumanMouseEx is bugged for me, I tried the one you put for example, it went there then the mouse kept going in one spot and I couldn't quit the script for the some reason. I had to restart my computer. Looks like a lot of work went into this. Also, you have like 16 mouse functions .

  10. #10
    Join Date
    Dec 2006
    Location
    Sydney, New South Wales, Australia
    Posts
    4,603
    Mentioned
    15 Post(s)
    Quoted
    42 Post(s)

    Default

    Quote Originally Posted by Iron man ftw View Post
    HumanMouseEx is bugged for me, I tried the one you put for example, it went there then the mouse kept going in one spot and I couldn't quit the script for the some reason. I had to restart my computer. Looks like a lot of work went into this. Also, you have like 16 mouse functions .
    Yeah, HumanMouse is bugged. That is what i said. For now, just use MMHuman. I don't see why you should've restarted your computer, you should've just quit via the HotKey or CTRL+ALT+S.

    I actually have 13. But there a multiple Extended procedures as-well. So if i removed all the extended procedures i would end up with 8, but 5 are human like. If i removed all the bugged ones (not working) then i will end up with 3 mouse moving procedures.

    BUGGED MOUSE MOVERS:
    • HumanMouse/Ex
    • NormalMouse/Ex
    You may contact me with any concerns you have.
    Are you a victim of harassment? Please notify me or any other staff member.

    | SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |

  11. #11
    Join Date
    Jan 2008
    Location
    Alberta
    Posts
    727
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You posted that it was bugged before that post ? I tried using hotkeys, but I was using another script(SMART) and it killed that script instead of the one that I wanted to stop.

    BTW, how long did it take you to make all those?

    Also, was the .exe just to get rid of the leechers from asking where to put it or what?

  12. #12
    Join Date
    Dec 2006
    Location
    Sydney, New South Wales, Australia
    Posts
    4,603
    Mentioned
    15 Post(s)
    Quoted
    42 Post(s)

    Default

    Quote Originally Posted by Iron man ftw View Post
    You posted that it was bugged before that post ? I tried using hotkeys, but I was using another script(SMART) and it killed that script instead of the one that I wanted to stop.

    BTW, how long did it take you to make all those?

    Also, was the .exe just to get rid of the leechers from asking where to put it or what?
    It took me about 3 weeks to make all those.

    Also, the executable was not to get rid of the leechers asking but i just wanted to be the first man to do that sort of thing. Because it contains Test files, shortcuts and scripts.
    You may contact me with any concerns you have.
    Are you a victim of harassment? Please notify me or any other staff member.

    | SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |

  13. #13
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by IP-Drowner View Post
    It took me about 3 weeks to make all those.

    Also, the executable was not to get rid of the leechers asking but i just wanted to be the first man to do that sort of thing. Because it contains Test files, shortcuts and scripts.
    Is this still working?
    ~Hermen

  14. #14
    Join Date
    Dec 2006
    Location
    Sydney, New South Wales, Australia
    Posts
    4,603
    Mentioned
    15 Post(s)
    Quoted
    42 Post(s)

    Default

    Quote Originally Posted by Hermpie View Post
    Is this still working?
    Yes it does, except for the Runescape functions. I'll update it as soon as i send it over to my laptop
    You may contact me with any concerns you have.
    Are you a victim of harassment? Please notify me or any other staff member.

    | SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. IP-Includes Package
    By Daniel in forum Research & Development Lounge
    Replies: 18
    Last Post: 02-09-2008, 06:07 AM
  2. gta cheat package
    By pontoe in forum First Scripts
    Replies: 2
    Last Post: 09-13-2007, 05:49 PM
  3. SRL .EXE Package not working?
    By i3egoHan in forum News and General
    Replies: 1
    Last Post: 12-02-2006, 05:49 PM

Posting Permissions

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