Page 4 of 6 FirstFirst ... 23456 LastLast
Results 76 to 100 of 126

Thread: [RS07]AutoCurser

  1. #76
    Join Date
    Mar 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sweet bro
    Last edited by llampwall; 03-10-2013 at 07:13 AM.

  2. #77
    Join Date
    Feb 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Very nice script my friend, ran flawless for 1.4K casts until I ran out.

  3. #78
    Join Date
    Feb 2013
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    spent about 5 hours trying to find the friken anti-leach and no one can help.

    [Error] C:\Users\Gateway\Downloads\CurseRelease (1).simba(21:2): Identifier expected at line 20
    Compiling failed.

    procedure CheckInvo;
    begin
    mmouse(735,212,5,5);
    wait(randomrange(10,150));
    clickmouse2(mouse_left);
    wait(randomrange(500,5000));
    mmiouse(835,206,5,5);
    wait(randomrange(25,50));
    clickmouse2(mouse_left);
    //end;


    i have read all your "help" and nothing helped me.

  4. #79
    Join Date
    Mar 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    spent 2 hour trying to figure out whats wrong with this:

    procedure CurseMonk;
    begin
    if P07_FindObj(x,y, 'onk',3423118,5) then
    begin
    mmouse(x,y,2,2);
    clickmouse2(mouse_left);
    wait(randomrange(1000,2000));
    end;
    end;

    It said: Unknown identifier 'P07_FindObj' at line 42
    Compiling failed.

    Anyone know what the porblem is?

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

    Default

    //Function AntiBan:
    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;


    OK so i got to here. but it keep saying Unknown identifier 'CheckInvo' at line 58
    Compiling failed.. any1 please help me?? do i delete the entire line??

  6. #81
    Join Date
    Jan 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    lost over 30k runes died by random tyvm

  7. #82
    Join Date
    Jan 2012
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default

    nice antileech

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

    Default

    Why would you put an anti-leech for others scripters, when they are the only ones that could resolve it? you twat

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

    Default

    Quote Originally Posted by moodyplaya View Post
    lost over 30k runes died by random tyvm

    hahaahhahahahahaahhahaha
    hahaahhahaha
    hahaahhahaha
    hahaahhahaha
    hahaahhahaha
    hahaahhahaha

    np

  10. #85
    Join Date
    Mar 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(295:135): Invalid number of parameters at line 294

    Help?

  11. #86
    Join Date
    Jan 2012
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default

    Got the antileech (lol) how can i add smart mouse to this?

  12. #87
    Join Date
    Feb 2013
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Quote Originally Posted by LynxS View Post
    Got the antileech (lol) how can i add smart mouse to this?

    {$DEFINE SMART8} then in the main loop add SetupSRL;

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

    Default

    doesnt work at all, how to use it. i get error

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

    Default

    I am getting this error:

    Exception in Script: Unable to find file 'P07Incliude.Simba'
    used from 'C:\Users\(MyName)\Downloads\Curser.simba'

    Any ideas?

  15. #90
    Join Date
    Feb 2012
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    omg anti leach win me

  16. #91
    Join Date
    Mar 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Loads up eoc runescape. Some other scripts works fine and I downloaded the danny 07 client thing multiple times to make sure. Do I have to change anything in the code?

  17. #92
    Join Date
    Jan 2012
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default

    you need to redownload the global login and font file for smart and replace the old fine. (dont worry if you've already done this. some scripts set the defult login to eoc again, and i've done this step about 6 times myself)

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

    Default

    Quote Originally Posted by hansson123 View Post
    spent 2 hour trying to figure out whats wrong with this:

    procedure CurseMonk;
    begin
    if P07_FindObj(x,y, 'onk',3423118,5) then
    begin
    mmouse(x,y,2,2);
    clickmouse2(mouse_left);
    wait(randomrange(1000,2000));
    end;
    end;

    It said: Unknown identifier 'P07_FindObj' at line 42
    Compiling failed.

    Anyone know what the porblem is?
    Sure do.

    Code:
    if P07_Findobj(x,y, 'onk',3423118,5) then
    It's a spelling mistake

  19. #94
    Join Date
    Mar 2013
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    lol i died to randoms too XD lost over 60k :<, should include a loop making the user run away from combat and back

  20. #95
    Join Date
    Mar 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    I don't know if the misclicks are an anti ban or not, but it was misclicking way too much, clicking enchant sapphire making the script stop.
    I changed the clickCurse to like so:
    Code:
    procedure ClickCurse;
    
    begin
       mmouse(669,258,5,5);
       wait(randomrange(800,1000));
      clickmouse2(mouse_Left);
      end;
    In addition to changing the waiting time, I changed the mouse coords so it doesnt have a chance to click on the enchant, I can report 0% misclicks with this fix.

    Also, maybe this is an anti leech I missed however CheckInvo doesn't return to the magic spellbook after it has checked the inventory, breaking the script (it tries to use curse from the inventory), so I just // commented out where it calls it in the main loop, I'm having no more issues with this great script right now. I'm happy if this post helped anyone

    edit: theres P07_TabInventory() to fix CheckInvo, just add it to the last line
    Last edited by Itzik; 03-28-2013 at 10:47 AM.

  21. #96
    Join Date
    Nov 2011
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Could someone tell me why im getting error with missing semicolon, when I surely have it? I have fixed everything else but this just keeps on appearing
    I wish I could have picture here

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

    Default

    what am i doing wrong im still new to simba and cant find this one out :/

    procedure CurseMonk;
    begin
    if P07_FindObj(x,y,'onk',3423118,5)then
    begin
    mmouse(x,y,2,2);
    clickmouse2(mouse_left);
    wait(randomrange(1000,2000));
    end;
    end;


    Compiling failed.
    [Error] C:\Users\Owner\Downloads\CurseRelease.simba(41:1): Semicolon (';') expected at line 40

    thanks
    Last edited by swordm1ghty; 03-29-2013 at 04:16 PM.

  23. #98
    Join Date
    Feb 2012
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Quote Originally Posted by swordm1ghty View Post
    what am i doing wrong im still new to simba and cant find this one out :/

    procedure CurseMonk;
    begin
    if P07_FindObj(x,y,'onk',3423118,5)then
    begin
    mmouse(x,y,2,2);
    clickmouse2(mouse_left);
    wait(randomrange(1000,2000));
    end;
    end;




    Compiling failed.
    [Error] C:\Users\Owner\Downloads\CurseRelease.simba(41:1): Semicolon (';') expected at line 40

    thanks
    if P07_FindObj(x,y,'Monk',3423118,5)then

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

    Default

    Quote Originally Posted by vitanet View Post
    if P07_FindObj(x,y,'Monk',3423118,5)then

    thanks for the help but it still dont work lol

    procedure CurseMonk;
    begin
    if P07_FindObj(x,y,'monk',3423118,5)then
    begin
    mmouse(x,y,2,2);
    clickmouse2(mouse_left);
    wait(randomrange(1000,2000));
    end;
    end;

  25. #100
    Join Date
    Mar 2013
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    i realised how i died, the palace guard came and attack me!! D: should include an option to run away if being attacked

Page 4 of 6 FirstFirst ... 23456 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
  •