Results 1 to 5 of 5

Thread: My radialwalk isnt working?

  1. #1
    Join Date
    Aug 2007
    Posts
    259
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default My radialwalk isnt working?

    My radialwalk isnt working, each time I try to run a script with radialwalk, it rapidly clicks off screen untill i stop the script. Here's an example of what I'm running:

    SCAR Code:
    Procedure walkitout;

    begin
    if not LoggedIn then Exit;
    If Radialwalk(12832, 10, 90, 65, -1, -1) then
    begin
    wait(1000+random(750));
    flag;
     exit;
     end else
     
    begin
    Writeln(' Couldnt find any radialwalk colors, Logged player out');
    Logout;
    end;
    end;


    Any suggestions?

  2. #2
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    Do you Drag Crosshairs over the client/incorporate ActiveClient; in your script?

  3. #3
    Join Date
    Aug 2007
    Posts
    259
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by N C D S View Post
    Do you Drag Crosshairs over the client/incorporate ActiveClient; in your script?


    Ohhh It was activateclient and setupsrl that I forgot, man I feel stupid lol. Thanks for the help

  4. #4
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    No need to feel stupid.
    Thats what Im here for

    Check out this Link:
    http://www.villavu.com/forum/showthr...942#post525942

    Gives alot of tips and Links for different help.

  5. #5
    Join Date
    Dec 2008
    Posts
    70
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by metalanca View Post
    My radialwalk isnt working, each time I try to run a script with radialwalk, it rapidly clicks off screen untill i stop the script. Here's an example of what I'm running:

    SCAR Code:
    Procedure walkitout;

    begin
    if not LoggedIn then Exit;
    If Radialwalk(12832, 10, 90, 65, -1, -1) then
    begin
    wait(1000+random(750));
    flag;
     exit;
     end else
     
    begin
    Writeln(' Couldnt find any radialwalk colors, Logged player out');
    Logout;
    end;
    end;


    Any suggestions?
    wut up alan? i think radial walk works best if u use autocolor, cuz everytime u relog the colors change -_- major pain in the ass
    BarbvilleCoalMinerAndBanker
    80% complete
    AutoPCTrainer
    60% complete

    Quote Originally Posted by whereyouat07 View Post
    [Runtime Error] : Out Of Range in line 68 in script C:\Users\Oliver\AppData\Local\Microsoft\Windows\Te mporary Internet Files\Low\Content.IE5\OB8J6FUC\LumbyNewbie%20V0.9[1].scar

    what the hell is this lol?
    Quote Originally Posted by TravisV10 View Post
    An error (h)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. My scar isnt working at all
    By MetalancA in forum OSR Help
    Replies: 2
    Last Post: 06-30-2008, 05:33 AM
  2. not sure why this isnt working
    By mat_de_b in forum OSR Help
    Replies: 6
    Last Post: 08-26-2007, 11:17 PM
  3. Why isnt this working?
    By dvdcrayola in forum OSR Help
    Replies: 7
    Last Post: 08-16-2007, 05:23 PM
  4. this isnt working i dont know why?
    By ShowerThoughts in forum OSR Help
    Replies: 18
    Last Post: 07-26-2007, 07:48 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •