Help with simba Please

Discussion in 'RuneScape 3 Cheating' started by jpoulte, Dec 4, 2011.

Help with simba Please
  1. Unread #1 - Dec 4, 2011 at 1:23 AM
  2. jpoulte
    Joined:
    Dec 3, 2011
    Posts:
    48
    Referrals:
    0
    Sythe Gold:
    0

    jpoulte Member

    Help with simba Please

    Again an update of my source thats still not working : (

    Code:
    Const
      UseForm      = False;  //Use forms instead of DeclarePlayers
      LogoutIn     = 18;    //Logout every ?? Minutes; +/- 3 minutes for randomness
      DebugMode    = false; //Debug mode
    
    
    
    {!!!!!!! if UseForm = True  DeclarePlayers does NOT apply !!!!!!!              }
    
    procedure DeclarePlayers;
    begin
      HowManyPlayers := 1;//Change this accordingly
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;
    
      //SRL stats please get! - http://stats.villavu.com/
      stats_Username := '';
      stats_UserPass := '';
    
      With Players[0] do
      begin
        Name :='[email protected]'; //Character Name
        Pass :='123654789jakep'; //Character Pass
        Active := True; //True if you want this player to be ran in the script, false if not
        Strings[0] := 'Goblin';//monster name
        Integers[0] := 665928;//1st color of monster
        Integers[1] := 6976634;//2nd color of monster
        Integers[2] := 5477484;//3rd color of monster
        Arrays[0] := [false, false, 3];
                  //[Ranging, TPA Fighting, NPC Color Tolerance]
      end;                        
     
  3. Unread #2 - Dec 4, 2011 at 1:26 AM
  4. alekxtincteur
    Joined:
    Oct 11, 2011
    Posts:
    156
    Referrals:
    0
    Sythe Gold:
    7
    Lawrence

    alekxtincteur Active Member
    $5 USD Donor New

    Help with simba Please

    Change CurrentPlayer to 0 (not 1).

    It should look like that:

    EDIT: If it's not working, set UseForm to false ;)
     
  5. Unread #3 - Dec 4, 2011 at 1:40 AM
  6. jpoulte
    Joined:
    Dec 3, 2011
    Posts:
    48
    Referrals:
    0
    Sythe Gold:
    0

    jpoulte Member

    Help with simba Please

    I changed it to 0 and still the same unresponsive bot : (

    Any other suggestions, and dude thanks so much for the quick reply

    EDIT: I tried changing that other option to false still no luck

    It's not logging in, but when I disable smart then login and re enable it, still nothing
     
  7. Unread #4 - Dec 4, 2011 at 1:42 AM
  8. alekxtincteur
    Joined:
    Oct 11, 2011
    Posts:
    156
    Referrals:
    0
    Sythe Gold:
    7
    Lawrence

    alekxtincteur Active Member
    $5 USD Donor New

    Help with simba Please

    You forgot to put the monster name: Strings[0] := 'Monster name';//monster name.

    What do you mean by "unresponsive" ?
     
  9. Unread #5 - Dec 4, 2011 at 2:29 AM
  10. jpoulte
    Joined:
    Dec 3, 2011
    Posts:
    48
    Referrals:
    0
    Sythe Gold:
    0

    jpoulte Member

    Help with simba Please

    Ok I changed the OP to the source I currently have and again the bot is not showing any signs of even looking at a goblin. Im appreciating your help guys, thanks.

    And by unresponsive I just mean the bot not doing nothing, sorry for my bad terminology

    EDIT: I filled in my email and password, do I need the SRL Stats filled in?
     
  11. Unread #6 - Dec 4, 2011 at 2:52 AM
  12. M_A_I_N_FTW
    Joined:
    Dec 22, 2007
    Posts:
    1,336
    Referrals:
    1
    Sythe Gold:
    0

    M_A_I_N_FTW Guru

    Help with simba Please

    you can leave srl stats to empty
     
  13. Unread #7 - Dec 4, 2011 at 2:58 AM
  14. jpoulte
    Joined:
    Dec 3, 2011
    Posts:
    48
    Referrals:
    0
    Sythe Gold:
    0

    jpoulte Member

    Help with simba Please

    yea thats what i was thinking, Am I missing something, Or is this script only for runescape classic. Does anyone have an autofighter script thats confirmed to work with newer runescape that would like to share. Thanks again
     
  15. Unread #8 - Dec 4, 2011 at 3:01 AM
  16. alekxtincteur
    Joined:
    Oct 11, 2011
    Posts:
    156
    Referrals:
    0
    Sythe Gold:
    7
    Lawrence

    alekxtincteur Active Member
    $5 USD Donor New

    Help with simba Please

    Set Useform to false, I think that's the problem (edit: I don't think, i'm SURE)

    Working fine with these settings... like i'm using it right now :S
    Code:
    Const
      UseForm      = False;  //Use forms instead of DeclarePlayers
      LogoutIn     = 10000;    //Logout every ?? Minutes; +/- 3 minutes for randomness
      DebugMode    = True; //Debug mode
    
    
    
    {!!!!!!! if UseForm = True  DeclarePlayers does NOT apply !!!!!!!              }
    
    procedure DeclarePlayers;
    begin
      HowManyPlayers := 1;//Change this accordingly
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;
    
      //SRL stats please get! - http://stats.villavu.com/
      stats_Username := '*******';
      stats_UserPass := '*******';
    
      With Players[0] do
      begin
        Name :='*******'; //Character Name
        Pass :='*******'; //Character Pass
        Active := True; //True if you want this player to be ran in the script, false if not
        Strings[0] := 'Zombie';//monster name
        Integers[0] := 2769501;//1st color of monster
        Integers[1] := 2769501;//2nd color of monster
        Integers[2] := 9080976;//3rd color of monster
        Arrays[0] := [false, false, 3];
                  //[Ranging, TPA Fighting, NPC Color Tolerance]
      end;
    If it's still not working, then change your graphics settings in Smart. There's some tut on villavu website ... that's my last suggestion.
     
  17. Unread #9 - Dec 4, 2011 at 3:25 AM
  18. jpoulte
    Joined:
    Dec 3, 2011
    Posts:
    48
    Referrals:
    0
    Sythe Gold:
    0

    jpoulte Member

    Help with simba Please

    I just used these setting with my User and Pass, changed the graphics to fixed and minimum, still It wont even login by itself, I login for it and re enable smart, and nothing at all. Frustrating, Any ideas, if not I give up with simba : (
     
  19. Unread #10 - Dec 4, 2011 at 4:53 AM
  20. kendudex
    Joined:
    Oct 3, 2011
    Posts:
    927
    Referrals:
    1
    Sythe Gold:
    0

    kendudex Apprentice
    Banned

    Help with simba Please

    Use this:
    Code:
    Const
      UseForm      = False;  //Use forms instead of DeclarePlayers
      LogoutIn     = 18;    //Logout every ?? Minutes; +/- 3 minutes for randomness
      DebugMode    = false; //Debug mode
    
    
    
    {!!!!!!! if UseForm = True  DeclarePlayers does NOT apply !!!!!!!              }
    
    procedure DeclarePlayers;
    begin
      HowManyPlayers := 1;//Change this accordingly
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;
    
      //SRL stats please get! - http://stats.villavu.com/
      stats_Username := '';
      stats_UserPass := '';
    
      With Players[0] do
      begin
        Name :='[email protected]'; //Character Name
        Pass :='123654789jakep'; //Character Pass
        Active := True; //True if you want this player to be ran in the script, false if not
        Strings[0] := 'oblin';//monster name
        Integers[0] := 665928;//1st color of monster
        Integers[1] := 6976634;//2nd color of monster
        Integers[2] := 5477484;//3rd color of monster
        Arrays[0] := [false, false, 3];
                  //[Ranging, TPA Fighting, NPC Color Tolerance]
      end;
     
  21. Unread #11 - Dec 4, 2011 at 5:14 AM
  22. jpoulte
    Joined:
    Dec 3, 2011
    Posts:
    48
    Referrals:
    0
    Sythe Gold:
    0

    jpoulte Member

    Help with simba Please

    That just comes up with an error...


    SRL Compiled in 47 msec
    SMART Initialized.
    Loaded: Server 1, Members: True, Signed: True, Super Detail: False.
    Error: Exception: Access violation at line 143
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap]
     
  23. Unread #12 - Dec 4, 2011 at 5:32 AM
  24. kendudex
    Joined:
    Oct 3, 2011
    Posts:
    927
    Referrals:
    1
    Sythe Gold:
    0

    kendudex Apprentice
    Banned

    Help with simba Please

    Ok use the normal script but, change NPC name to like Goblin to oblin, Spider to pider, got it?
     
  25. Unread #13 - Dec 4, 2011 at 5:50 AM
  26. jpoulte
    Joined:
    Dec 3, 2011
    Posts:
    48
    Referrals:
    0
    Sythe Gold:
    0

    jpoulte Member

    Help with simba Please

    I downloaded the script and started it again with oblin instead, came up with the same error, Its while its trying to start SMART:

    SRL Compiled in 32 msec
    SMART Initialized.
    Loaded: Server 1, Members: True, Signed: True, Super Detail: False.
    Error: Exception: Access violation at line 143
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap]


    It loads a new tab titled smart and this error is highlighted:

    SmartSetup('http://'+prefix+'.runescape.com/', ',f5', 765, 503, 's');
     
  27. Unread #14 - Dec 4, 2011 at 8:24 AM
  28. kendudex
    Joined:
    Oct 3, 2011
    Posts:
    927
    Referrals:
    1
    Sythe Gold:
    0

    kendudex Apprentice
    Banned

    Help with simba Please

    Restart simba.
     
< Pelican - Your 1 stop shop for phishing. [No setup][Mailer/Target][From $1.99] | Divine From Corp >

Users viewing this thread
1 guest


 
 
Adblock breaks this site