Page 3 of 6 FirstFirst 12345 ... LastLast
Results 51 to 75 of 126

Thread: [RS07]AutoCurser

  1. #51
    Join Date
    Feb 2013
    Posts
    64
    Mentioned
    0 Post(s)
    Quoted
    21 Post(s)

    Default

    Make sure you add semicolons where needed & remove comments on code.....

  2. #52
    Join Date
    May 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by mattyayeit View Post
    this is the check invo line, i dont understand whats wrong as its same as friend chat line which says is ok?


    [Error] C:\Simba\Includes\CurseRelease.simba(21:2): Identifier expected at line 20


    procedure CheckInvo;
    begin
    mmouse(735,212,5,5);
    wait(randomrange(10,150));
    clickmouse2(mouse_left);
    wait(randomrange(500,5000));
    mmouse(835,206,5,5);
    wait(randomrange(25,50));
    clickmouse2(mouse_left);
    //end;
    I have the same problem, just like the last 5 people I can't figure out how to make this work, please any hints/ideas? :/

  3. #53
    Join Date
    Mar 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Is it forbidden to help these people with the anti-leech? I'm new here and watching them get stuck hurts me

  4. #54
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Quote Originally Posted by random491 View Post
    Is it forbidden to help these people with the anti-leech? I'm new here and watching them get stuck hurts me
    It isn't forbidden to help, but it is forbidden to do it for them. For example, if someone is having a compiling error usually I point them to this tutorial because it shows them pretty much all errors that they would encounter and how to fix them

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

    Default

    Quote Originally Posted by BMWxi View Post
    It isn't forbidden to help, but it is forbidden to do it for them. For example, if someone is having a compiling error usually I point them to this tutorial because it shows them pretty much all errors that they would encounter and how to fix them
    Ok thanks

  6. #56
    Join Date
    Mar 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    nvm

  7. #57
    Join Date
    Feb 2013
    Posts
    64
    Mentioned
    0 Post(s)
    Quoted
    21 Post(s)

    Default

    The anti leach isn't that hard is it guys? I tried to make it simple

  8. #58
    Join Date
    Mar 2013
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by Caballeroh View Post
    I have the same problem, just like the last 5 people I can't figure out how to make this work, please any hints/ideas? :/
    Hint: //

    first time ever trying pascal (usually work with C) found it a bit weird but hopefully will get the hang of it soon enough.

  9. #59
    Join Date
    Feb 2013
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Quote Originally Posted by cave View Post
    Hint: //

    first time ever trying pascal (usually work with C) found it a bit weird but hopefully will get the hang of it soon enough.
    Isn't that pretty much telling the answer

  10. #60
    Join Date
    Mar 2013
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by killyoulol View Post
    Isn't that pretty much telling the answer
    I didn't say what to do with it

  11. #61
    Join Date
    May 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Any help with this one? please

    Function AntiBan: Boolean;
    begin
    case random(300) of
    1: FriendChat;
    2: P07_MakeCameraAngleHigh;
    3: P07_MakeCompassSouth;
    4: P07_MakeCompassEast;
    5: P07_MakeCompassWest;
    6: MMouse(random(700), random(400), 0, 0);
    7: CheckInvo;
    //end;
    end;






    I am at my last stretch !!!

  12. #62
    Join Date
    Mar 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by Caballeroh View Post
    Any help with this one? please

    Function AntiBan: Boolean;
    begin
    case random(300) of
    1: FriendChat;
    2: P07_MakeCameraAngleHigh;
    3: P07_MakeCompassSouth;
    4: P07_MakeCompassEast;
    5: P07_MakeCompassWest;
    6: MMouse(random(700), random(400), 0, 0);
    7: CheckInvo;
    //end;
    end;






    I am at my last stretch !!!
    Look at post 59

  13. #63
    Join Date
    Feb 2013
    Posts
    64
    Mentioned
    0 Post(s)
    Quoted
    21 Post(s)

    Default

    Cmon guys its not difficult :|

  14. #64
    Join Date
    Mar 2013
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    I have the error with the semicolon, yet there is a semicolon there? I'm coming from java.
    Java at least uses common sense, unlike this pascal crap.
    Last edited by JJordan; 03-05-2013 at 01:09 AM.

  15. #65
    Join Date
    Nov 2011
    Posts
    83
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by Isshin View Post
    Wasn't too hard of an anti-leech, Like the script too.
    I have a spot that has 0 randoms and you can auto curse in it.
    Mind if I PM you about it?
    http://runescape.wikia.com/wiki/Rand...ould_not_occur

    ...?

  16. #66
    Join Date
    Mar 2013
    Posts
    167
    Mentioned
    7 Post(s)
    Quoted
    62 Post(s)

    Default

    Great script .


    I added a line so it will avoid misclicking wind bolt. It gives the mouse a brief pause so that it won't prematurely try to click the spell.

    wait(randomrange(25,50));

    Simba Code:
    begin
       WriteLn('Clicking curse');
       mmouse(659,261,5,5);
       wait(randomrange(25,50));
      clickmouse2(mouse_Left);
      wait(randomrange(100,200));
      end;

  17. #67
    Join Date
    Jun 2012
    Posts
    56
    Mentioned
    1 Post(s)
    Quoted
    20 Post(s)

    Default

    my problem is is that im in varrock sewers with this i have it working but i have armor on and stuff to lower the chance of getting it to work well it wants to click on the same 1 over and over and over even when the zombie is already weakened

  18. #68
    Join Date
    Mar 2013
    Posts
    63
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    Nice script, but the bot misclicks 3/5 clicks. It sometimes clicks, wind bolt, water strike, confuse, or enchant bolts.

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

    Default

    Looks real nice, anyway for you to add smart to it? Thanks!

  20. #70
    Join Date
    Dec 2011
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    This is gonna sound horribly stupid but I have no clue how to do the anti-leech, I just started on all this does it take some sort of coding knowledge? Thanks

    how do i make this work

    Exception in Script: Unable to find file 'P07Incliude.Simba' used from 'C:\Users\Neil\Downloads\CurseRelease.simba'
    Last edited by badreligiion; 03-07-2013 at 07:53 PM.

  21. #71
    Join Date
    Mar 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    not working right man :-|

  22. #72
    Join Date
    Mar 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    This got me 55 magic, thanks!

    Few things I noticed which could be improved.

    - Is the mouse movement random enough?
    - On one of the Anti-bans where it spins the camera, only on the second attempt does it manage to click the monk.

    Great script though

  23. #73
    Join Date
    Feb 2012
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    pretty much given up on this script due to anti-leech (have no knowledge of coding or very lil of pc) i've managed to fix the first error and then the missing letter .. n poopooo but still getting this bs... any suggestion plox?

    [Error] Identifier expected at line 20
    Compiling failed.

    Error 6: Identifier expected in script.



    Solution: count your begins and ends in your script, and make sure for each begin, you have an "end;" also make sure for each repeat you have an until. Moving on..
    Last edited by sho; 03-08-2013 at 12:24 PM.

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

    Default Good script | Thanks

    Good script! your anti-leech atchuly helped me learn a bit since im new to this community so only just starting. Thankyou xD

  25. #75
    Join Date
    May 2012
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Fixed the anti-leaches just it goes over the monk but never actually clicks

    NVM assumed clickmouse2(mouse_Left) was added ... doh

Page 3 of 6 FirstFirst 12345 ... 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
  •