Page 1 of 4 123 ... LastLast
Results 1 to 25 of 92

Thread: [07 Guide][The Solution To Your Botting Problems][Compiled/Updated Often]

  1. #1
    Join Date
    May 2012
    Location
    John's Creek, Georgia, United States
    Posts
    392
    Mentioned
    0 Post(s)
    Quoted
    86 Post(s)

    Lightbulb [07 Guide][The Solution To Your Botting Problems][Compiled/Updated Often]

    Physic's 07 Scape Compilation of Guides to make your life easy!





    Upcoming Changes/Updates:

    1. More Q and A (You can always contribute by posting a fix here that is not already here or by messaging me)
    2. A Table Of Contents
    3. Editing some of the answers to make them more user friendly



    General Notes:

    If you ever need any more help, feel free to message me. I will do my best to assist you.
    This Guide should be made for the "noob" Simba user and should be comprehensive. Feel free to pm me for clarifications
    Not all of this information may be accurate, but I will do my best to provide good information
    I Am NOT the owner of a sizable portion of the materials/directions found on this thread in order to assist you.

    Guide Notes


    Gurkan's guide already give an in- depth method for installing simba and getting it ready for 07 Scape.
    Link: http://villavu.com/forum/showthread.php?t=97599
    Please Follow that guide before discussing other issues.

    Try This First! Easiest way to install SRL-OSR/SMART8/07fonts

    - Credits to @slushpuppy;

    Heres a Link to his thread:
    http://villavu.com/forum/showthread.php?t=100478

    1. Extract zip file into a folder-preferably on the desktop
    2. Double click on "Lets go" bat file from the zip file that you extracted
    3. Sit back and enjoy

    Attached Files:
    http://villavu.com/forum/attachment....1&d=1364828065


    Issues with SMART:


    Before trying to figure out any problems. Try to load SMART. It might help you clear some problems.
    you should be able to load runescape using SMART with this basic script

    Simba Code:
    program new;
    {$DEFINE SMART}
    {$i SRL/SRL.simba}

    begin
      SetupSRL();
    end.

    Thus you load SMART using

    Simba Code:
    {$DEFINE SMART}

    S.M.A.R.T Fixes

    Update to SMART 8! Should clear up alot of issues. Specific issues should be addressed in the Q&A section

    Mini Guide To SMART 8


    First, Go to this thread
    http://villavu.com/forum/showthread.php?t=87801
    Download the binaries file at the bottom of the post
    Extract these files to your plugins folder in your simba folder


    - Credit to @SeanStar; for Image


    Now u need an java path by editing your system environment variables
    Follow this guide until Step 3
    http://www.itcsolutions.eu/2010/11/2...ws-7-for-java/
    You can just name your new system variable or if it already exists just edit the value. "PATH".
    The value should be, "C:\Program Files (x86)\Java\jre7\bin\java.exe;" If your java.exe is located in another location, change it to the respective location.
    That's It! You should have SMART 8 now.


    Quick Guide on OSR installation

    In order to use most 07 scripts you will need to:
    You NEED SRL-OSR to run this script!!!

    - Credit to SeanStar for Image


    Go Here: https://github.com/SRL/SRL-OSR
    Click:
    Extract the folder into your (Simba/Includes)
    Then rename the file to SRL-OSR.
    DONE!
    Lastly you need to download the OSR fonts located here:

    LINK:http://hawksprite.info/file/07Fonts.zip

    Just extract the contents of the.zip you downloaded to your fonts folder in simba.

    *
    - Credit to SeanStar for Image


    Q AND A SECTION ! (UPDATED OFTEN)




    NOTE: IF you have something to add, just post below and I will add your contribution/fix and give you credit!



    [Q]My SMART Loads EoC instead of OSR (Under any Conditions)

    This problem usually occurs due to SRL being automatically updated for your Simba. This problem is a very easy problem to fix. You need to redownload the following items and place them in the correct folders:
    SmartParams.Simba
    Globals.Simba
    Login.Simba

    These files can be found in Gurkan's guide to making 07 scape work. Just download them from this thread and place them in the respective locations.
    Link: http://villavu.com/forum/showthread.php?t=97599



    [Q]I got the error "[Error] C:\Simba\Includes\SRL-OSR/SRL/misc/SmartParams.Simba(229:202): Invalid number of parameters at line 228"

    Have you been using the 07Include?

    In Simba force an SRL update by going SRL -> Settings -> Override Update. Then Settings -> Update*
    This will download the original smartparams.

    If that doesn't work then you can try installing SMART8. Its easy, just copy a file like the SRL-OSR. Follow the tutorial above for SMART 8. (Remember to change it back to SMART8 at the top) * For the SRL-OSR include scripts.- @The Mayor;



    [Q]I got the error "[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(293:131): Invalid number of parameters at line 292"


    The reason for parameters randomly getting messes up is due to SRL updating and re-writing SMART include files so it wil have to be re-fixed for 07 each time you update SRL - RJJ95
    Keep the old edit smart files backed up so when SRL updates and you get the error you can just copy and paste the backed up files - PM RJJ95 For additional direction

    Redownload these files:
    SmartParams.Simba
    Globals.Simba
    Login.Simba
    These files can be found in Gurkan's guide to making 07 scape work. Just download them from this thread and place them in the respective locations.
    Link: http://villavu.com/forum/showthread.php?t=97599
    - OR -
    Where it says:
    Simba Code:
    Simba Code:
    {$DEFINE SMART8}
    Change it to this
    Simba Code:
    Simba Code:
    {$DEFINE SMART}

    Only If you are using the old version of SMART.
    Most new scripts for SIMBA are using SMART 8 as default
    To clear up many problems such as this one, upgrading to SMART 8 is an easy solution. A quick Smart 8 Guide Should be near the top.
    I originally did have this problem with OSR scripts till i updated my SMART to SMART8



    [Q]I dont know if you can help but when i try and download a script it says Your user account may not have sufficient privileges to access this page. How do i fix this?


    To fix this problem, your email needs to be changed. There is probably an issue with the confirmation of your email. Changing your email even if it is already confirmed will fix this problem.


    [Q]However in the GUI I wrote my username & password but for some reason it wont type anything in Old School RS? I have a feeling i'm meant to fiddle with this in Simba but not sure what to do?


    DannyRS's P07include login is broken. I would suggest USING SRL-OSR instead.

    An SRL-OSR include script can easily identified by the top header.
    Simba Code:
    Simba Code:
    {$i SRL-OSR/Srl.simba}

    Quick Guide on OSR installation
    In order to use OCR scripts you will need to:
    You NEED SRL-OSR to run this script!!!
    Go Here: https://github.com/SRL/SRL-OSR
    Click:
    Extract the folder into your (Simba/Includes)
    Then rename the file to SRL-OSR.
    DONE!
    Lastly you need to download the OSR fonts located here:
    LINK:http://hawksprite.info/file/07Fonts.zip
    Just extract the contents of the.zip you downloaded to your fonts folder in simba.



    [Q]Exception in Script (anything in SRL OSR include issue

    Easy Fix Just Redownload the OSR include and place it in the correct location.



    [Q]Unable to find file 'SRL-OSR/Srl.simba' used from 'C:\Simba\Scripts\name of the script you're running.simba'

    It is an easy problem to fix. I will provide a step by step guide to fix this problem using dummyspeak (a.k.a. people like me that are just figuring all of this stuff out.)

    First you need to download the SRL-OSR folder from the Github link:
    http://github.com/SRL/SRL-OSR
    When you get to the webpage, click the ZIP button

    This will prompt you to download the file. Do so, and extract the folder to your Simba Includes folder. If you don't know where your includes folder is, the default location is C:\Simba\Includes. If you do not know how to find your Includes folder, you are likely missing other crucial files as well. Any way... Your Includes folder should now have the highlighted folder in it.

    Second we will solve the problem for the above stated error: Unable to find file 'SRL-OSR/Srl.simba' used from 'C:\Simba\Scripts\name of the script you're running.simba'.
    We need to rename the folder SRL-OSR-master to SRL-OSR. Your Includes folder should now look as follows:

    NOTE you do not need the 07Symbol file for your scripts to work, it is an include involved in one script!

    This should have fixed your problem!

    For an explanation as to what was happening... The script you are running is searching for the SRL in the SRL-OSR folder. While you may have downloaded the SRL-OSR folder correctly, not changing the name from SRL-OSR-master to SRL-OSR prevents the script from finding the SRL. It sees SRL-OSR-master and skips right over it, even though that is where the file is, because the name is incorrect. I hope this solves your SRL-OSR missing errors!!




    [Q]When I load up Smart, I just see a white screen while the music plays.

    1. Just Restart Simba and you should be ready to go with your script!

    2. If Restarting Simba doesn't work, I would do the following:
    First, check your java version. Make sure you have the LATEST revision for java
    Second, Use 32 Bit, its better (compatibility)

    3. If that fails, Reinstall Simba.



    [Q]"Error: Exception: Mask is invalid. Width/Height: (9,6). WhiteHi/BlackHi: (-1,53) at line 781.


    When this error occurs, you have forgetten to to fill in a few letters of your nickname in Players[0].Nick
    To fix this, just take a couple of recognizable consecutive letters of your nick name.
    I usually use 4 characters.



    [Q]"Exception in Script: Unable to find file 'SPS/sps-osr.simba' used from 'C:\Simba\Scripts\(script name here).simba' "

    This problem should usually be fixed by following the first link (near top) to Gurkan's guide and following the instructions there for setting up SIMBA for old school runescape) - @Kevin;
    Last edited by Physic; 04-08-2013 at 10:35 PM.

  2. #2
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    The reason for parameters randomly getting messes up is due to SRL updating and re-writing SMART include files so it wil have to be re-fixed for 07 each time you update SRL

  3. #3
    Join Date
    May 2012
    Location
    John's Creek, Georgia, United States
    Posts
    392
    Mentioned
    0 Post(s)
    Quoted
    86 Post(s)

    Default

    Quote Originally Posted by RJJ95 View Post
    The reason for parameters randomly getting messes up is due to SRL updating and re-writing SMART include files so it wil have to be re-fixed for 07 each time you update SRL
    I edited the guide. Will that fix the issue? Just trying to help every1. If you have a more comprehensive solution feel free to leave it below. I can update the guide with ur addition if you like.

  4. #4
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by Physic View Post
    I edited the guide. Will that fix the issue? Just trying to help every1. If you have a more comprehensive solution feel free to leave it below. I can update the guide with ur addition if you like.
    Pretty much a good solution is to keep the old edit smart files backed up so when SRL updates and you get the error you can just copy and paste the backed up files

  5. #5
    Join Date
    Mar 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    I have abit of an issue if and i could use your help!

    I've downloaded a few scripts and figured out how to remove the anti-leech (Still learning)
    I managed to remove the Anti-Leech off of the FishingGuildFisher[1.0] and the program ran perfectly!

    However in the GUI I wrote my username & password but for some reason it wont type anything in Old School RS?

    **I have a feeling i'm meant to fiddle with this in Simba but not sure what to do?
    Any help would be fantastic!

    **begin
    HowManyPlayers := 1;
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer := 1;

    Players[0].Name := TEdit12.TEXT;
    Players[0].Pass :=TEdit13.TEXT;
    Players[0].Nick :='pascal';
    Players[0].Active:=True;
    Players[0].Pin:=TEdit14.TEXT;

    Thanks in Advance

  6. #6
    Join Date
    May 2012
    Location
    John's Creek, Georgia, United States
    Posts
    392
    Mentioned
    0 Post(s)
    Quoted
    86 Post(s)

    Default

    I dont really understand what your problem is sadly. There really isnt anything wrong with the Login GUI by looking at what you gave me.
    Quote Originally Posted by Hyil8282 View Post
    I have abit of an issue if and i could use your help!

    I've downloaded a few scripts and figured out how to remove the anti-leech (Still learning)
    I managed to remove the Anti-Leech off of the FishingGuildFisher[1.0] and the program ran perfectly!

    However in the GUI I wrote my username & password but for some reason it wont type anything in Old School RS?

    **I have a feeling i'm meant to fiddle with this in Simba but not sure what to do?
    Any help would be fantastic!

    **begin
    HowManyPlayers := 1;
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer := 1;

    Players[0].Name := TEdit12.TEXT;
    Players[0].Pass :=TEdit13.TEXT;
    Players[0].Nick :='pascal';
    Players[0].Active:=True;
    Players[0].Pin:=TEdit14.TEXT;

    Thanks in Advance

  7. #7
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by Hyil8282 View Post
    I have abit of an issue if and i could use your help!

    I've downloaded a few scripts and figured out how to remove the anti-leech (Still learning)
    I managed to remove the Anti-Leech off of the FishingGuildFisher[1.0] and the program ran perfectly!

    However in the GUI I wrote my username & password but for some reason it wont type anything in Old School RS?

    **I have a feeling i'm meant to fiddle with this in Simba but not sure what to do?
    Any help would be fantastic!

    **begin
    HowManyPlayers := 1;
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer := 1;

    Players[0].Name := TEdit12.TEXT;
    Players[0].Pass :=TEdit13.TEXT;
    Players[0].Nick :='pascal';
    Players[0].Active:=True;
    Players[0].Pin:=TEdit14.TEXT;

    Thanks in Advance
    Are you using OSR include or P07 include?(by DannyRS)

    If you are using the one by DannyRS then the login is broken on it, I advise you switch to Official one

  8. #8
    Join Date
    Mar 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Ahh that must be it, is their a link to the include?
    Thanks

  9. #9
    Join Date
    May 2012
    Location
    John's Creek, Georgia, United States
    Posts
    392
    Mentioned
    0 Post(s)
    Quoted
    86 Post(s)

    Default

    Added your solution above.
    Quote Originally Posted by Hyil8282 View Post
    I have abit of an issue if and i could use your help!

    I've downloaded a few scripts and figured out how to remove the anti-leech (Still learning)
    I managed to remove the Anti-Leech off of the FishingGuildFisher[1.0] and the program ran perfectly!

    However in the GUI I wrote my username & password but for some reason it wont type anything in Old School RS?

    **I have a feeling i'm meant to fiddle with this in Simba but not sure what to do?
    Any help would be fantastic!

    **begin
    HowManyPlayers := 1;
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer := 1;

    Players[0].Name := TEdit12.TEXT;
    Players[0].Pass :=TEdit13.TEXT;
    Players[0].Nick :='pascal';
    Players[0].Active:=True;
    Players[0].Pin:=TEdit14.TEXT;

    Thanks in Advance

  10. #10
    Join Date
    Mar 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Done everything you said and still it does not log in automatically

    In simba it appears to be typing my username but not clicking on the 'existing user' button before entering my details?

  11. #11
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Quote Originally Posted by Hyil8282 View Post
    Done everything you said and still it does not log in automatically

    In simba it appears to be typing my username but not clicking on the 'existing user' button before entering my details?
    Quote Originally Posted by Physic
    DannyRS's P07include login is broken. I would suggest USING SRL-OSR instead.
    Are you using DannyRS's include?

  12. #12
    Join Date
    Mar 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Im not to sure, is there a way I can check if I am?

  13. #13
    Join Date
    Mar 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    I am using his include, as i used the videos to download and install simba and if i can remember the video stated to use his include. where can i find the official include and will you be able to tell me how to change them please?

    Thanks

  14. #14
    Join Date
    Mar 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    I think i may be muddled up.

    I just done what Physic told me to do, meaning i am now using the SRL-OSR include, is this correct?

    Here's what is at the top of Simba currently.

    program FishingGuildFisher;
    {$DEFINE SMART8}
    {$I SRL/SRL.Simba}
    {$i sps/sps.simba}
    //{$I SRL-OSR/SRL/skill/fishing.simba}

  15. #15
    Join Date
    May 2012
    Location
    John's Creek, Georgia, United States
    Posts
    392
    Mentioned
    0 Post(s)
    Quoted
    86 Post(s)

    Default

    thats not exactly correct. u dont need to be using the fishing include. One sec im going to try to take a look at the entire code

  16. #16
    Join Date
    May 2012
    Location
    John's Creek, Georgia, United States
    Posts
    392
    Mentioned
    0 Post(s)
    Quoted
    86 Post(s)

    Default

    Bumping the thread Need more people to add their solutions to some problems

  17. #17
    Join Date
    May 2012
    Location
    John's Creek, Georgia, United States
    Posts
    392
    Mentioned
    0 Post(s)
    Quoted
    86 Post(s)

    Default

    bump

  18. #18
    Join Date
    May 2012
    Location
    John's Creek, Georgia, United States
    Posts
    392
    Mentioned
    0 Post(s)
    Quoted
    86 Post(s)

    Default

    Updated with more answers and tips !

  19. #19
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Good guide! keep it up

    make the red and green text in bold. maybe a bit bigger too. easier to read

    Creds to DannyRS for this wonderful sig!

  20. #20
    Join Date
    May 2012
    Location
    John's Creek, Georgia, United States
    Posts
    392
    Mentioned
    0 Post(s)
    Quoted
    86 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    Good guide! keep it up

    make the red and green text in bold. maybe a bit bigger too. easier to read
    Thanks Alot for Fb. Will do

  21. #21
    Join Date
    Apr 2012
    Location
    Melbourne, Australia
    Posts
    230
    Mentioned
    0 Post(s)
    Quoted
    59 Post(s)

    Default

    Also add this:

    http://villavu.com/forum/showthread.php?t=98324

    It's the OS SPS

  22. #22
    Join Date
    Apr 2012
    Location
    Melbourne, Australia
    Posts
    230
    Mentioned
    0 Post(s)
    Quoted
    59 Post(s)

    Default

    Quote Originally Posted by Hyil8282 View Post
    I have abit of an issue if and i could use your help!

    I've downloaded a few scripts and figured out how to remove the anti-leech (Still learning)
    I managed to remove the Anti-Leech off of the FishingGuildFisher[1.0] and the program ran perfectly!

    However in the GUI I wrote my username & password but for some reason it wont type anything in Old School RS?

    **I have a feeling i'm meant to fiddle with this in Simba but not sure what to do?
    Any help would be fantastic!

    **begin
    HowManyPlayers := 1;
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer := 1;

    Players[0].Name := TEdit12.TEXT;
    Players[0].Pass :=TEdit13.TEXT;
    Players[0].Nick :='pascal';
    Players[0].Active:=True;
    Players[0].Pin:=TEdit14.TEXT;

    Thanks in Advance
    Use the latest version: http://villavu.com/forum/showthread.php?t=99605
    there shouldn't be a problem

  23. #23
    Join Date
    May 2012
    Location
    John's Creek, Georgia, United States
    Posts
    392
    Mentioned
    0 Post(s)
    Quoted
    86 Post(s)

    Default

    Add your issues below

  24. #24
    Join Date
    May 2012
    Location
    John's Creek, Georgia, United States
    Posts
    392
    Mentioned
    0 Post(s)
    Quoted
    86 Post(s)

    Default

    Updated with more Q&A answers

  25. #25
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by Physic View Post
    Updated with more Q&A answers
    Looks great naaw

    Creds to DannyRS for this wonderful sig!

Page 1 of 4 123 ... LastLast

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
  •