Results 1 to 11 of 11

Thread: I literally have no idea what im doing

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

    Question I literally have no idea what im doing

    *insert a funny photo of a dog in lab coat looking stupid here*

    im trying to run essence harvester and when i start the script it loads rs, logs in and then nothing just stands still.

    my client said

    Error: Exception: Access violation at line 78
    The following DTMs were not freed: [0, 1, 2, 3, SRL - Lamp bitmap, 5, 6, 7, 8, 9]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap, 5]

    HALP PLEASE
    shouldnt be that hard im just noob

  2. #2
    Join Date
    Mar 2013
    Location
    Norway
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Could you post the line you are having problems with? Easier to see

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

    Default

    SMART_CANVAS.FastDrawClear(1);

  4. #4
    Join Date
    Mar 2012
    Location
    Canada
    Posts
    442
    Mentioned
    4 Post(s)
    Quoted
    67 Post(s)

    Default

    Quote Originally Posted by Qwertyer View Post
    *insert a funny photo of a dog in lab coat looking stupid here*

    im trying to run essence harvester and when i start the script it loads rs, logs in and then nothing just stands still.

    my client said

    Error: Exception: Access violation at line 78
    The following DTMs were not freed: [0, 1, 2, 3, SRL - Lamp bitmap, 5, 6, 7, 8, 9]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap, 5]

    HALP PLEASE
    shouldnt be that hard im just noob


    But on a serious note, can you please link to the script you are trying to use?

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

  6. #6
    Join Date
    Mar 2012
    Location
    Canada
    Posts
    442
    Mentioned
    4 Post(s)
    Quoted
    67 Post(s)

    Default

    in his op he tells you how to set it up correctly, id suggest going to this section of his thread



    And that might solve your problem happy botting

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

    Default

    changed smartgraphigs and atleast something happened it loaded paint but still just stands still at bank

    TypeSend(aL[aLi]);
    is the next thing it says, how am i suposed to figure these out w/o knowing anything bout coding? haha

  8. #8
    Join Date
    Mar 2013
    Location
    Norway
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I had the same problem with the script. After trying hours fixing it, I found it out. Not why the error popped up, just changed the code a little bit.

    What I did first, was changing the aL (Line 97) to what i wrote under this text. In the aL, it was a lot of random text that got spammed out.
    In my opinion, it's very easy to see if someone is using the script if the text keep coming up.
    So the change I did, was that I removed all the text.

    aL:=[''];
    The aL above is connected to the procedure Sing. The aL was used in the TypeSend together with ALi.
    Just change the TypeSend line to: TypeSend('');
    That's what did the trick for me atleast.

    procedure Sing;
    begin
    if aLi=length(aL)-2 then
    aLi:=0;
    TypeSend('');
    inc(ALi);
    wait(2000);
    end;
    I hope it helped, if it didn't, please PM me and I'll try to help even more and maybe some better explaining
    Next time you encounter a problem like this, just try to change a little part of the code that has the error or some of the code that is connected. You can always use CTRL+Z to reset the last changes you did.
    Happy botting, Qwertyer I also love this script <3

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

    Default

    yay, it started running, thanks alot to all of you

  10. #10
    Join Date
    Mar 2012
    Location
    Canada
    Posts
    442
    Mentioned
    4 Post(s)
    Quoted
    67 Post(s)

    Default

    Quote Originally Posted by Qwertyer View Post
    yay, it started running, thanks alot to all of you
    no problem glad to help

  11. #11
    Join Date
    Mar 2013
    Location
    Norway
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by Qwertyer View Post
    yay, it started running, thanks alot to all of you
    No problem Glad to help. Tell me if you need more help with other scripts :P

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
  •