Free Open Source Minimizable auto typer (For simba).

Discussion in 'RuneScape 3 Cheating' started by M_A_I_N_FTW, Nov 14, 2011.

Free Open Source Minimizable auto typer (For simba).
  1. Unread #1 - Nov 14, 2011 at 5:07 AM
  2. M_A_I_N_FTW
    Joined:
    Dec 22, 2007
    Posts:
    1,336
    Referrals:
    1
    Sythe Gold:
    0

    M_A_I_N_FTW Guru

    Free Open Source Minimizable auto typer (For simba).

    Closed :nuts:
     
  3. Unread #2 - Nov 14, 2011 at 5:15 AM
  4. rally
    Joined:
    Nov 13, 2011
    Posts:
    25
    Referrals:
    0
    Sythe Gold:
    0

    rally Member
    Banned

    Free Open Source Minimizable auto typer (For simba).

    Highly recommended simba+srl, packed with a huge library of user made functions and scripts.

    On a lighter note, i was around coding in SCAR back many years ago, great community and you can learn about scripting and make your own bots. Most fun when you write your own script and get a 10 hour proggy when u come back you see it has failed on the random event :p findnormalrandoms() ftw
     
  5. Unread #3 - Nov 14, 2011 at 5:18 AM
  6. M_A_I_N_FTW
    Joined:
    Dec 22, 2007
    Posts:
    1,336
    Referrals:
    1
    Sythe Gold:
    0

    M_A_I_N_FTW Guru

    Free Open Source Minimizable auto typer (For simba).

    Adding FindNormalRandom might disrupt some of the usage of this script, as it will go to inventory tab to check.
     
  7. Unread #4 - Nov 14, 2011 at 5:21 AM
  8. rally
    Joined:
    Nov 13, 2011
    Posts:
    25
    Referrals:
    0
    Sythe Gold:
    0

    rally Member
    Banned

    Free Open Source Minimizable auto typer (For simba).

    How good is the random solving now What % of randoms is solvable currently, i haven't kept up with all the updates. Last i remember you could do about half of the random events
     
  9. Unread #5 - Nov 14, 2011 at 5:22 AM
  10. M_A_I_N_FTW
    Joined:
    Dec 22, 2007
    Posts:
    1,336
    Referrals:
    1
    Sythe Gold:
    0

    M_A_I_N_FTW Guru

    Free Open Source Minimizable auto typer (For simba).

    ye soething like 50 percent, but a lot of the ones that arent working, will not pop up during regular botting.
     
  11. Unread #6 - Nov 14, 2011 at 7:30 AM
  12. bambino_91
    Joined:
    Sep 30, 2008
    Posts:
    1,855
    Referrals:
    1
    Sythe Gold:
    0
    Tom Black

    bambino_91 Guru

    Free Open Source Minimizable auto typer (For simba).

    you can bot in pest control boat
    you can bot in soul wars /clans wars
    you can bot inside your house also put building mode on
    no randoms there
     
  13. Unread #7 - Nov 14, 2011 at 8:23 PM
  14. TD Reach
    Joined:
    Sep 29, 2011
    Posts:
    589
    Referrals:
    0
    Sythe Gold:
    0

    TD Reach Forum Addict
    Banned

    Free Open Source Minimizable auto typer (For simba).

    I would say botting in house with build mode on is best option . Noone to report you there.
     
  15. Unread #8 - Nov 15, 2011 at 12:57 PM
  16. Merriken
    Joined:
    Apr 4, 2008
    Posts:
    573
    Referrals:
    3
    Sythe Gold:
    0

    Merriken Forum Addict
    Banned

    Free Open Source Minimizable auto typer (For simba).

    wait so bots work again?
     
  17. Unread #9 - Nov 15, 2011 at 1:15 PM
  18. M_A_I_N_FTW
    Joined:
    Dec 22, 2007
    Posts:
    1,336
    Referrals:
    1
    Sythe Gold:
    0

    M_A_I_N_FTW Guru

    Free Open Source Minimizable auto typer (For simba).

    RID, SCAR and Simba was working 1 second before, and 1 seconds after the bot nuke.

    Also auto talker/clicker can never be shut down... literally..
     
  19. Unread #10 - Nov 16, 2011 at 9:00 AM
  20. badbeatest
    Joined:
    May 17, 2011
    Posts:
    17
    Referrals:
    0
    Sythe Gold:
    0

    badbeatest Newcomer

    Free Open Source Minimizable auto typer (For simba).

    I got this thing work, but is there any way to change types of typing?
    Id just like to type blank yellow text.

    Like: box 10m blallbla
    Not: scroll:white:box 10m blalal
     
  21. Unread #11 - Nov 16, 2011 at 11:37 AM
  22. M_A_I_N_FTW
    Joined:
    Dec 22, 2007
    Posts:
    1,336
    Referrals:
    1
    Sythe Gold:
    0

    M_A_I_N_FTW Guru

    Free Open Source Minimizable auto typer (For simba).

    Change this
    Code:
      Result := CStr[ Random( Length( Cstr))] +
                EStr[ Random( Length( Estr))] +
                Msg[ Random( Length( Msg))];
    to this
    Code:
      Result := Msg[ Random( Length( Msg))];
     
  23. Unread #12 - Nov 16, 2011 at 1:09 PM
  24. Phantom866
    Joined:
    Mar 2, 2011
    Posts:
    668
    Referrals:
    0
    Sythe Gold:
    0

    Phantom866 Apprentice

    Free Open Source Minimizable auto typer (For simba).

    I would really like to see a SIMBA script that simply keeps you logged in.
     
  25. Unread #13 - Nov 17, 2011 at 1:10 PM
  26. M_A_I_N_FTW
    Joined:
    Dec 22, 2007
    Posts:
    1,336
    Referrals:
    1
    Sythe Gold:
    0

    M_A_I_N_FTW Guru

    Free Open Source Minimizable auto typer (For simba).

    If you just want to keep you logged in, change the final part of the script from
    this
    Code:
    Begin
      {$IfDef SMART}
        Smart_Server := 3;
        Smart_Members := False;
        Smart_Signed := True;
        Smart_SuperDetail := False;
        SmartSetTarget;
      {$EndIf}
      SetupSRL;
      {$IfDef SMART}
        SMART_SetupDebug();
      {$EndIf}
      SymbolAccuracy:= 0.5;
      ClearAllDebug;
      Repeat
        Spam;
      Until False;
    End.
    to this
    Code:
    Begin
      {$IfDef SMART}
        Smart_Server := 3;
        Smart_Members := False;
        Smart_Signed := True;
        Smart_SuperDetail := False;
        SmartSetTarget;
      {$EndIf}
      SetupSRL;
      {$IfDef SMART}
        SMART_SetupDebug();
      {$EndIf}
      SymbolAccuracy:= 0.5;
      ClearAllDebug;
      Repeat
        SleepAndMoveMouse( 5000 + random( 5 * 60000)); 
       //5000 is the minimum "sleep"
      //5*60000 is up to maximum 5000 + 5 * 60000 (which is 5 minutes)
      Until False;
    End.
     
  27. Unread #14 - Nov 20, 2011 at 11:38 PM
  28. M_A_I_N_FTW
    Joined:
    Dec 22, 2007
    Posts:
    1,336
    Referrals:
    1
    Sythe Gold:
    0

    M_A_I_N_FTW Guru

    Free Open Source Minimizable auto typer (For simba).

    Bump~
     
  29. Unread #15 - Nov 21, 2011 at 1:37 AM
  30. peakay3r
    Joined:
    Feb 22, 2008
    Posts:
    91
    Referrals:
    0
    Sythe Gold:
    0

    peakay3r Member

    Free Open Source Minimizable auto typer (For simba).

    main, do you just add that to the bottom of the simba script? I have just started using simba and am pretty impressed, I just cant get any of the scripts to run longer than like 3-4 hours before stopping

    any suggestions?
     
  31. Unread #16 - Nov 21, 2011 at 1:48 AM
  32. M_A_I_N_FTW
    Joined:
    Dec 22, 2007
    Posts:
    1,336
    Referrals:
    1
    Sythe Gold:
    0

    M_A_I_N_FTW Guru

    Free Open Source Minimizable auto typer (For simba).

    What do you mean by add what? The script will run perfectly well off the first post, but if you want to use one of those modifications I've posted on the bottom, feel free :p
     
  33. Unread #17 - Nov 22, 2011 at 5:21 PM
  34. bambino_91
    Joined:
    Sep 30, 2008
    Posts:
    1,855
    Referrals:
    1
    Sythe Gold:
    0
    Tom Black

    bambino_91 Guru

    Free Open Source Minimizable auto typer (For simba).

    computer crashed
    had to use other computer and install simba
    this guide helped me alot
    ty mate:D
     
< Free open source auto clicker (For simba). | Believe it or not runescape xp glitch ! >

Users viewing this thread
1 guest


 
 
Adblock breaks this site