Results 1 to 5 of 5

Thread: High Risk Bounty worlds Logging in Help Pl0x

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

    Default High Risk Bounty worlds Logging in Help Pl0x

    Hello guys
    i am using this script down here but i have prob when i put w124 or any high risk bounty worlds to log in they give u warning massge about you will lose your items bot Clicks Go Back Could any1 help me making bot click on Log in? pl0x =)
    program QazsAutoTyper;
    {$Define Smart}
    {$i srl/srl.simba}


    Const
    Message0=('white:Something something!');
    message1=('white:somethingsomething!!');

    procedure DeclarePlayers;
    Begin
    HowManyPlayers := 1; //SETUP!!!!!
    NumberOfPlayers(HowManyPlayers); //FILL IN EVERYTHING MARKED WITH FRACTIONS
    CurrentPlayer := 0;

    Players[0].Name := something@somethingcom'; //Username Here! 1/4
    Players[0].Pass := 'password1'; //Password Here! 2/4
    Players[0].Nick := 'ser'; //3 Lowercase Letters From Your Characters Name Here! 3/4
    Players[0].Active := True;
    Players[0].Pin := ''; //Bank Pin here! (Or leave Blank if You ain't got'un) 4/4
    Players[0].BoxRewards := ['Xp', 'mote', 'ostume', 'oins', 'aphire', 'ssence'];
    End;




    Begin
    SetupSRL
    Declareplayers
    LoginPlayertoLob();
    SelectWorld(124);// Put your own world into this
    LoginPlayer;
    Activateclient

    wait(randomrange(5000, 7000 ));
    Repeat
    Wait(800+Random(200)); //increase number to slow down. decrease to speed up
    case random(11) of
    0: begin TypeSend (message0); end;
    1: begin typesend (message1); end;
    10:begin wait(randomrange(20,30)); end;


    end;
    findnormalrandoms;

    Until(False);
    end.

  2. #2
    Join Date
    Jun 2012
    Posts
    2,182
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm pretty sure the login function will not log into those high risk worlds. You will need a custom login function I guess.
    Thx Euphemism and Vinyl for the awesome siggy and avatar!

  3. #3
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Im pretty sure you can, by defining WI variable. But since this is for spamming i'll not help so you will have to figure out urself.

  4. #4
    Join Date
    Jun 2012
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks footy =)
    and riwu i am using it for gambling fc btw
    but i dont want to defint WI i just want to write another part on script makes it Wait After Log In Then Move Mouse To a Spot and Clicks on it

  5. #5
    Join Date
    Jul 2011
    Location
    /home/litoris
    Posts
    2,226
    Mentioned
    0 Post(s)
    Quoted
    159 Post(s)

    Default

    Use the WorldInfo variable on DeclarePlayers. I'm not going to tell you how to do that, but my miner's last version uses it.
    Miner & Urn Crafter & 07 Chicken Killer
    SPS BlindWalk Tutorial

    Working on: Nothing

    teacher in every art, brought the fire that hath proved to mortals a means to mighty ends

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
  •