Results 1 to 11 of 11

Thread: Someone please help im struggling

  1. #1
    Join Date
    Jun 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Unhappy Someone please help im struggling

    hey everyone, first i downloaded simba, and done all the tutorials and everything i ran my first woodcutting script and it was working fine then when it finished the first load of willows it completely stopped and ended the script, then i try to re-start it and it says, The following bitmaps were not freed: [0, 1, 2, 4] simba. i dont know why and really need help pleasee!

  2. #2
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    What else was printed in the black debug box? If the script gave an error as to why it stopped working, it should have been printed above the "The following bitmaps were not freed" line. Also, what script are you trying to use?

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  3. #3
    Join Date
    Jun 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    i was trying to use Ineedbots AIO chopper 2.1, when i run the script it loads up and everything, just stops then says: warning: Your nickname isn' found in the players name with player: jordan_manly For more information, visit villavu
    SRL Compiled in 46 msec
    * Smart Cannot Spawn Clients *
    Successfully executed.
    The following bitmaps were not freed: [0, 1, 2, 4]

  4. #4
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Have you tried loading up SMART and logging in first, then running the script? Make sure SMART is enabled (bottom-left button) when you run the script.

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  5. #5
    Join Date
    Jun 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    yes i tried doing that, and it is enabled, i dont understand whats going on really, i did everything right well im pretty sure i did, it was working then stopped then i tryed restarting it and i keep getting that message saying: The following bitmaps were not freed: [0, 1, 2, 4], and its not running like it still loads up smart just doesn't do anything, just a blank runescape log in page

  6. #6
    Join Date
    Jun 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    i just tried to run another script it now says The following bitmaps were not freed: [0, 1, 2] and doesn't say The following bitmaps were not freed: [0, 1, 2, 4] anymore

  7. #7
    Join Date
    Jun 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    SPS_GetArea ERROR: Exception: Error while reading stream: File "C:\Simba\Includes\SPS\img\runescape_surface07\9_8 .png" does not exist
    SPS_MergeAreas ERROR: Exception: You are accessing an invalid point, (0,0) at bitmap[3]
    --
    WARNING: Your nickname isn' found in the players name with player: my email address (wont let me post it)

    For more information, visit http:VillaVu (wont let me post website)
    SRL Compiled in 921 msec
    ** Smart Cannot Spawn Clients **
    Successfully executed.
    The following bitmaps were not freed: [0, 1, 2, 4]

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

    Default

    Quote Originally Posted by Jordan21 View Post
    SPS_GetArea ERROR: Exception: Error while reading stream: File "C:\Simba\Includes\SPS\img\runescape_surface07\9_8 .png" does not exist
    SPS_MergeAreas ERROR: Exception: You are accessing an invalid point, (0,0) at bitmap[3]
    --
    WARNING: Your nickname isn' found in the players name with player: my email address (wont let me post it)

    For more information, visit http:VillaVu (wont let me post website)
    SRL Compiled in 921 msec
    ** Smart Cannot Spawn Clients **
    Successfully executed.
    The following bitmaps were not freed: [0, 1, 2, 4]
    You need the SPS image file thingy, forgot what it's calle exactly but i'll post the link when i'm home which will be about an hour

    EDIT: Here it is
    http://villavu.com/forum/showthread.php?t=98324
    and then download this: runescape_surface07.zip
    and make sure you save it to the correct folder
    Last edited by djm995; 05-06-2013 at 05:40 AM.

  9. #9
    Join Date
    Jul 2012
    Posts
    437
    Mentioned
    10 Post(s)
    Quoted
    165 Post(s)

    Default

    For the nickname part. Here's an example if your display name was Zezima
    Simba Code:
    Players[0].Name   := 'email@jagex.com';   // login name
      Players[0].Pass   := '****';   // Password  
     Players[0].Nick  := 'ezim';   // Nickname, 3-4 letters of your display name (Used for random events)    
     Players[0].Active := True; // Using this player?    
     Players[0].Pin    := '';   // Leave blank if you dont have a bank pin

  10. #10
    Join Date
    Jun 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    thanks guys both very helpful info

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

    Default

    Quote Originally Posted by Jordan21 View Post
    thanks guys both very helpful info
    You're welcome, feel free to ask whenever you have trouble with anything, this is probably the most helpful community in the botting world

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
  •