Results 1 to 13 of 13

Thread: Chin Hunter

  1. #1
    Join Date
    Aug 2007
    Location
    Hawaii
    Posts
    3,880
    Mentioned
    7 Post(s)
    Quoted
    152 Post(s)

    Default Chin Hunter

    100% Reflection with RemoteInput. Setup your Simba folder with an include folder that has the latest Simba, SRL, and the latest Reflection.

    Run in FIXED, CLASSIC mode.

    Simba
    SRL
    Reflection

    There are various guides on how to setup Simba for botting.
    Basics:
    Download above files.
    Create a folder called Simba.
    Put the Simba.exe in that folder.
    Run Simba for the first time then close it.
    An Include file will be created.
    Create and SRL folder and a Reflection folder.
    Unzip the corresponding files to the folders.
    Open script, drag cross-hairs to your OFFICIAL OSRS CLIENT NOT RUNELITE, fill out the settings properly, and click run.

    However, I attached a zipped folder of all the above so you should be able to open the folder, run Simba and choose the script.
    https://ufile.io/9esrwo1a

    The files included are all readable, community supported files. The only .exe is Simba.


    Breaking is not supported, break it yourself for now.
    Progress reports in a future version probably.
    Login not supported, START LOGGED IN.

    SUPPORTS:
    Crimson Swifts
    Tropical Wagtails
    Gray Chins
    Red Chins

    Note: Script is functioning near 100%. So far did 0-79 no problem. Was able to do 4 hour and 5 hour runs no bans. I've been using stock Mouse.move with some randomizations, but I just added different mouse functions from Flights AeroLib to be randomly used. This uses the same base from my color hunting script that used Runelite. That script got me 93 hunter before I got banned after a 9 hour run.

    Settings:
    Simba Code:
    //Settings
      ShiftDrop : Boolean = True; //Shift Drop when Catching Crimsons
      DoingCrimsons : Boolean = False;//SET TRUE IF CATCHING CRIMSONS. SET FALSE IF NOT.
      DoingChins : Boolean = True;//SET TRUE IF CATCHING CHINS. SET FALSE IF NOT.
      LazyHunting : Boolean = False; //WILL BE SLIGHTLY QUICKER IF SET FALSE

      //ENTER Tiles for each spot BELOW
      //DO NOT EXCEED MORE THAN YOUR HUNTER LEVEL TRAP LIMIT
      //EXAMPLE OF LAYING 2 TRAPS:DESIGNATED_SPOTS : Array of RSTile = [[2605, 2926], [2604, 2924]];
      DESIGNATED_SPOTS : Array of RSTile = [];

    Start the script. Use the debug to see the tile your player is standing on. Enter those values into the array called DESIGNATED_SPOTS at the top of the script. Press play.


    READ BELOW OR RISK A JAGEX BAN:

    Anytime you're trying a new bot/script you want to ease your account into it. DO NOT run this for 4-5 hours or you will probably get banned. At first, run it for an hour or hour half max. Take breaks.
    Attached Files Attached Files
    Last edited by kingarabian; 08-19-2022 at 04:46 PM.
    Faith is an oasis in the heart which will never be reached by the caravan of thinking.

  2. #2
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    You're on a roll buddy. Really enjoying seeing your newest work and contributions.

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  3. #3
    Join Date
    Aug 2007
    Location
    Hawaii
    Posts
    3,880
    Mentioned
    7 Post(s)
    Quoted
    152 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    You're on a roll buddy. Really enjoying seeing your newest work and contributions.
    Thanks, but can't compare to you bro.
    Faith is an oasis in the heart which will never be reached by the caravan of thinking.

  4. #4
    Join Date
    Jan 2012
    Location
    New Zealand
    Posts
    331
    Mentioned
    4 Post(s)
    Quoted
    94 Post(s)

    Default

    Nice script - works pretty well no complaints.

    Would love to see the progress report implementation & break features would be extremely great.

    Caught approx 200 Reds
    Code:
    Tile has a Caught Chin
    Attempting to Pickup or Check: Reset
    Succesfully executed in [00:53:26].
    Current Rank Supreme Master First Class

  5. #5
    Join Date
    Jul 2022
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Does this still work? I am getting 'Plugin "LibRemoteInput" not found at line 3, column 11 in file "C:\Simba\Includes\Reflection\Internal\Hooks.simba "'

  6. #6
    Join Date
    Aug 2007
    Location
    Hawaii
    Posts
    3,880
    Mentioned
    7 Post(s)
    Quoted
    152 Post(s)

    Default

    Quote Originally Posted by KeegZ View Post
    Does this still work? I am getting 'Plugin "LibRemoteInput" not found at line 3, column 11 in file "C:\Simba\Includes\Reflection\Internal\Hooks.simba "'
    Download my Simba folder and place it somewhere in your desktop. Start the script from the Simba.exe in the file.
    Faith is an oasis in the heart which will never be reached by the caravan of thinking.

  7. #7
    Join Date
    Jan 2012
    Location
    New Zealand
    Posts
    331
    Mentioned
    4 Post(s)
    Quoted
    94 Post(s)

    Default

    You may want to re-upload your file as the link provided no longer works ^^, I did try to re-run the script again however i think the reflection files are outdated.
    Did try to bypass it by disabling auto checker but think i broke something. Script thinks im trying to run crimson bat even though it's disabled lol
    Current Rank Supreme Master First Class

  8. #8
    Join Date
    Aug 2007
    Location
    Hawaii
    Posts
    3,880
    Mentioned
    7 Post(s)
    Quoted
    152 Post(s)

    Default

    Let me know if you want the updated hooks.

    Hooks updated.
    Last edited by kingarabian; 08-17-2022 at 04:10 PM.
    Faith is an oasis in the heart which will never be reached by the caravan of thinking.

  9. #9
    Join Date
    Feb 2006
    Location
    Canada
    Posts
    2,254
    Mentioned
    21 Post(s)
    Quoted
    238 Post(s)

    Default

    Quote Originally Posted by KeegZ View Post
    Does this still work? I am getting 'Plugin "LibRemoteInput" not found at line 3, column 11 in file "C:\Simba\Includes\Reflection\Internal\Hooks.simba "'
    Hey buddy, I'm getting this error as well. Using Simba 1400 from Olly and Reflection from Brandon (via Simba package manager). Also your link is dead.

  10. #10
    Join Date
    Aug 2007
    Location
    Hawaii
    Posts
    3,880
    Mentioned
    7 Post(s)
    Quoted
    152 Post(s)

    Default

    Reupped the Simba folder. Should be plug and play and no errors.
    Faith is an oasis in the heart which will never be reached by the caravan of thinking.

  11. #11
    Join Date
    Oct 2019
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by kingarabian View Post
    Reupped the Simba folder. Should be plug and play and no errors.
    Link expired again, could you re-up to something that isn't ufile? For future generations

  12. #12
    Join Date
    Jan 2023
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Apparition View Post
    Link expired again, could you re-up to something that isn't ufile? For future generations
    Bumping for expiration link

  13. #13
    Join Date
    Feb 2012
    Location
    Canada
    Posts
    1,164
    Mentioned
    26 Post(s)
    Quoted
    433 Post(s)

    Default

    Quote Originally Posted by Obo View Post
    Bumping for expiration link
    He does provide some very helpful step-by-step instructions and links above, so you should be able to figure out what to do fairly easily.

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
  •