Results 1 to 5 of 5

Thread: Need help with open my script in browser!!!

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

    Default Need help with open my script in browser!!!

    Hello bros!
    I need help with a thing. I have made a fishing bot and i really dont know how to open it with smart.
    I was wondering if there is any easier way to open it on the browser.

    Program Fiskare;

    {$DEFINE SMART}
    {$I SRL/SRL.Simba}
    {$I P07Include.Simba}

    //LOGIN IN
    Procedure P07_DeclarePlayer;
    Begin
    P07_PlayerName:='xxxxxxx';
    P07_PlayerPass:='xxxxxxx';
    End;
    Do i have to add anything more? When i press the start button all it says is Compiled successfully in 562 ms. And then nothing happens... I would be rally greatful for some help))))

  2. #2
    Join Date
    Jan 2007
    Posts
    181
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Assuming you have the latest version it would be {$DEFINE SMART8} As Smart8 is latest.

  3. #3
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    where's your mainloop?

    Mainloop has to contain this at the start in following order:

    SetupSRL;
    SetupP07Include;
    P07_DeclarePlayer;

    Creds to DannyRS for this wonderful sig!

  4. #4
    Join Date
    May 2012
    Location
    John's Creek, Georgia, United States
    Posts
    392
    Mentioned
    0 Post(s)
    Quoted
    86 Post(s)

    Default

    Check out my guide. Should clear up alot of issues
    http://villavu.com/forum/showthread.php?t=99992

    Additionally, if ur using browser. You need to select ur screen by using the option on top of the simba bar

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

    Default

    What do you mean with mainloop? im new to simba but can someone fix the begging of the script?

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
  •