Leaderboard
Popular Content
Showing content with the highest reputation on 09/13/18 in all areas
-
In the next version of OSBot it will detect your Java version instead of giving you the "verify your boot options are valid" message. If you are not on Java 8, it will tell you to visit this new article I wrote here: https://osbot.org/forum/java DO NOT suggest fully downgrading Java or uninstalling Windows, Linux, Mac.7 points
-
3 points
-
by Czar Buy now (only $8.99!) 143 HOURS IN ONE GO!!!!! update: this bot is now featured on the front page of osbot! More reviews than every other fishing bot combined! 100 hour progress report!!! How to use Script Queue: ID is 552, and the parameters will be the profile name that you saved in setup! This process is really simple, just to save you headache1 point
-
The only Runecrafting bot you will need Purchase this INSANE bot here You can setup a master account (preferably your main account, can be any account) and a worker account (a throwaway bot account, or any account) will trade the master account and go to bank to get more runes etc. The main account (master) does not need to bot, and can be achieved through the normal RS client without a bot client. Supports: Air runes (1) (normal) & (abyss) Mind runes (2) (normal) & (abyss) Water runes (5) (normal) & (abyss) Earth runes (9) (normal) & (abyss) Mud runes (13) (earth altar) Lava runes (23) (fire altar) Fire runes (14) (normal) & (abyss) Body runes (20) (normal) & (abyss) Cosmic runes (27) (normal) & (abyss) Chaos runes (35) (normal) & (abyss) Astral runes (40) (normal) & (abyss) Nature runes (44) (normal) & (abyss) Law runes (54) (normal) & (abyss) Blood runes (abyss) & (zeah) Auto Arceuus Favour Solver Gets 100% arceuus favour for you Auto GE Restocking Sells runes, buys more supplies automatically Auto-equips chosen armour/robes Use Blood Essences Death Handler gets items from Death's office and repeats (Abyss) Glory mode, ferox mode, house spell/tabs Avoids pkers and hops worlds Uses mouse invokes for quicker runecrafting (stealth) Muling (BETA) will give money to your mules every X hours or profit Creates colossal pouch if you have the needle Results and screenshots1 point
-
CURRENT RECORD: 201 HOURS RUNTIME NEW: Sandstone mining + hopper support Humidify/water circlet/bandit unnote Ardy cloak tele support Setup Screen Preview Results 84 HOURS ON NEW LEVEL 20 ACCOUNT Suicided account with mirror mode near rock crabs, 81 mining! I will probably go for 99 Even supports Ancient Essence Crystal mining! Preview: Mine 1 drop 1 item drop pre-hover feature:1 point
-
Results Instructions There are no instructions. We do the all the work for you. CzarScriptingβ’ Tips Make sure to set food in your setup window! Don't bot more than 12 hours a day! It's not humanlike! Features - All locations supported, including Crab Claw Isle - Banking support - All combat types supported (ranged, all ammo + ranging types, including looting) - Activity Slider -- choose 4 different activity settings from: (Afk my position, Afk any generated position, Attack visible/active crabs only, Full activity/attack all) - Aggression Slider -- choose from 4 different aggression settings: (Only retaliate to crabs, Attack people's crabs when none are found, Attack all crabs, ONLY attack other people's crabs) - Tasked levelling - allows you to set level goals and switch attack styles to raise different skills, e.g. set goals to 50 70 70, from current stats 44 51 55, it will reach the goal stats. - Skill Priority: you can choose in which order to raise the stats, e.g. lowest first, nearest to goal first, top->bottom, bottom->top, level-up evenly, etc. - Customized Stop Conditions: stop script when a certain condition is met, e.g. reached goal stats, killed X crabs, time passed, ran out of equipment, items, etc. - Simple (on user's side) inventory layout chooser consistent with all my scripts -> 1 button copies inventory layout and saves it - World hop support, with player count chooser -- World hop customization: allows you to choose which tile to hop worlds from -- Break tile chooser: allows you to choose which tile to break on, ~3 minutes before breaks trigger - 'Non-botting' mode (very popular): allows you to afk the script and technically not bot at all: the script will display jframe popups (and beep) when crabs are no longer aggressive which will prompt the user to manually refresh the crabs by walking up - Item looting, including rare drop table option - Potion support (all potion types) - Crab refreshing by walking out of the region Gallery1 point
-
Molly's Planker This script makes planks at Varrock East for gold. Buy HERE Requirements: None for regular method, for balloon method you need rings of dueling, willow logs(1 per run), be under 40KG weight with full inventory of coins + logs(wear graceful items for example) and you must have completed the quest Enlightened Journey. Features: - Hopping out of bot worlds - Stamina potion usage - Regular energy pot usage, this can be used in conjunction with stamina pots to reduce the amount of stamina pots used - Makes normal, oak, and teak planks -Enlightened journey balloon support Setup: Start at Varrock East, have coins and logs in bank and let it do work! CLI Setup: Proggies: Normal planks, no stam pots used:1 point
-
As tittle say so we dont spam posts, with bump comments would be alot more easier to just click bump button, refresh rate should be around 4-5h1 point
-
Mirror client version: Mirror version: 2.5 OSBot version: 2.5.8 Console output / terminal output: java.lang.ArrayIndexOutOfBoundsException: -5177 at org.osbot.rs07.api.NPCS.getLocalNPC(fe:1) at org.osbot.rs07.api.Mouse.getEntitiesOnCursor(hi:416) Crash report if a crash occurred Script that you ran: FrostBarrows Hooks that failed: Probably XClient#getOnCursorUids JVM/Browser bit version (32 / 64): 321 point
-
1 point
-
1 point
-
that solved the problem! thanks a lot, but I also had to put 5 fire runes in my inv cuz i was wearing thome of fire + bryophyta's staff, i tried without those 5 fire runes and it still wouldnt work1 point
-
Make sure you have nature runes in your inventory The script will stop when you run out of runes. I've not heard of that staff before but I just looked it up now. Hopefully the nature runes are used from the staff first rather than the inventory, in which case you can just put a single nature rune in your inventory and the script will work just fine. If not, then you'll have to just use nature runes as usual until I add a check for this which i'd like to do in the near future. Apa1 point
-
We used to have this but then you can only bump one of your threads every bump period.1 point
-
1 point
-
1 point
-
Nice! I'll have to look into using this for a few things. Wasn't sure how to implement something like this.1 point
-
Snippit takes in 2 item objects or item id, randomly picks an item slot, checks if it is one of the item parameters, then uses BFS to find the corresponding item to combine with. The usage of BFS is because when it finds its goal, it is guarenteed to be the shortest path (or 1 of), therefore bfs in this case will find 2 inv slot indicies that are close to each other. Like how you would do item combination in osrs if you actually had to do it. This is an alternative to using the default; item1.interact("use") on item2.interact("use") because by default the 2 inventory items select is always the first occurance of those items. IDK if item interaction indicies are tracked by Jagex but this is a way to ofuscate any data collection on that matter. You recieve a int[2] where the 2 items are the inventory slot indicies to use on each other. There is no guarentee that int[0] is always item1 and int[1] is always item2. If you have that use case, modify my code; hint: modify the method: int[] bfsItemCombinationSlots(Item[] invItems, int item1ID, int item2ID) Because of the above stipulation, you also do not need to have code that selects the item at slot int[0] and interact with the item at slot int[1] if you wanted to randomize if you selected item 1 first or item 2 first. My code does that for you. Common Use cases: combining a herblore ingredient with a unf potion making unf potions combining a bowstring with an unstrung bow combining clay with water charged orb with battlestaff ect... Code: public int[] bfsItemCombinationSlots(Item[] invItems, Item item1, Item item2){ return bfsItemCombinationSlots(invItems, item1.getId(), item2.getId()); } private int[] bfsItemCombinationSlots(Item[] invItems, int item1ID, int item2ID){ int startIdx = ThreadLocalRandom.current().nextInt(10, 18); int otherIdx = -1; if(invItems[startIdx] != null){ //find what item occupies invItems[startIdx] and bfs with the target being the corresponding item if(invItems[startIdx].getId() == item1ID){ otherIdx = bfsTargetItemSlotHelper(invItems, item2ID, startIdx); } else if(invItems[startIdx].getId() == item2ID){ otherIdx = bfsTargetItemSlotHelper(invItems, item1ID, startIdx); } //error check if(otherIdx != -1) return new int[]{startIdx, otherIdx}; } //Some error occurred. invItems[startIdx] may be null or is an item that is not item1 or item2. Recommend doing normal inventory combine. return new int[]{-1, -1}; } private int bfsTargetItemSlotHelper(Item[] invItems, int targetItemID, int startingInvIdx){ if(startingInvIdx < 0 || startingInvIdx > 27){ throw new UnsupportedOperationException("input needs to in range [0-27]."); } Queue<Integer> bfsQ = new LinkedList<>(); boolean[] visitedSlots = new boolean[28]; bfsQ.add(startingInvIdx); visitedSlots[startingInvIdx] = true; while(!bfsQ.isEmpty()){ int current = bfsQ.poll(); if(invItems[current].getId() == targetItemID){ return current; } List<Integer> successors = getSuccessors(current); successors.forEach(slot -> { if(!visitedSlots[slot]){ visitedSlots[slot] = true; bfsQ.add(slot); } }); } return -1; } private List<Integer> getSuccessors(int invSlot) { List<Integer> successors = new ArrayList<>(); boolean canUp = false, canRight = false, canDown = false, canLeft = false; if(!(invSlot <= 3)){ //up, cannot search up if invSlot is top 4 slots successors.add(invSlot - 4); canUp = true; } if((invSlot + 1) % 4 != 0){ //right, cannot search right if invSlot is rightmost column successors.add(invSlot + 1); canRight = true; } if(!(invSlot >= 24)){ //down, cannot search down if invSlot is bottom 4 slots successors.add(invSlot + 4); canDown = true; } if(invSlot % 4 != 0){ //left, cannot search left if invSlot is leftmost column successors.add(invSlot - 1); canLeft = true; } //can search in diagonal directions if can search in its composite directions if(canUp && canRight){ successors.add(invSlot - 3); } if(canUp && canLeft){ successors.add(invSlot - 5); } if(canDown && canRight){ successors.add(invSlot + 5); } if(canDown && canLeft){ successors.add(invSlot + 3); } Collections.shuffle(successors); //randomize search order at the same search depth. return successors; } Usage: private boolean combineComponents() throws InterruptedException { Inventory inv = script.getInventory(); int[] slots = bfsItemCombinationSlots(inv.getItems(),recipe.getPrimaryItemID(), recipe.getSecondaryItemID()); //ensure algorithm did not fail. If you any other items in inventory or empty spaces, code may return {-1, -1} //if such happens, use a regular combination interaction if(slots[0] != -1 && slots[1] != -1){ if(inv.interact(slots[0], USE)){ MethodProvider.sleep(Statics.randomNormalDist(300,100)); return inv.isItemSelected() && inv.interact(slots[1], USE); } } else { if(inv.interact(USE, recipe.getPrimaryItemID())){ MethodProvider.sleep(Statics.randomNormalDist(300,100)); return inv.isItemSelected() && inv.interact(USE, recipe.getSecondaryItemID()); } } return false; }1 point
-
Definitely a massive improvement over my last time using a few weeks ago. Update: Just hit with the ban on the acc i was using earlier.1 point
-
1 point
-
Hey, Cheers for getting in touch, unfortunately I am not allowed to offer trials to users whose accounts are under a week old. Please come back in a week or so and i'll be more than happy to give you a trial! Apa1 point
-
My bot doesn't bank or eat food? What could the issue be? Doing master farmers in draynor.1 point
-
I've botted for 1-2 hours a day (40-60 mins once in morning and once in evening) for 3 weeks now starting from level 1, I'm now nearly level 80 with no ban. I also use Perfect fighter, perfect magic to alch/enchant necklaces in between. Approx 2-3 hours a day of botting and 30 mins of legit playing (quests/clue scrolls). There's nothing wrong with the script.... you've just got to know how to use it. 3-5 hours a day is a lot for agility - one of the most botted skills. Any time frame for the alching update Czar? Don't worry if not, I know being pestered is annoying!1 point
-
No idea why you would want to do this (assumes shift drop enabled): private void funkyDropAll(final String itemName) throws InterruptedException { getKeyboard().pressKey(VK_SHIFT); for (int i : new int[]{0, 4, 1, 5, 2, 6, 3, 7, 8, 12, 9, 13, 10, 14, 11, 15, 16, 20, 17, 21, 18, 22, 19, 23, 24, 25, 26, 27}) { Item item = getInventory().getItemInSlot(i); if (item != null && item.getName().equals(itemName)) { getInventory().interact(i); MethodProvider.sleep(random(20, 25)); } } getKeyboard().releaseKey(VK_SHIFT); }1 point
-
No, this feature was removed. If you need to move the mouse instantly then you can use: final void moveMouseInstantly(final MouseDestination mouseDestination) { Rectangle boundingBox = mouseDestination.getBoundingBox(); moveMouseInstantly(random((int) boundingBox.getMinX(), (int) boundingBox.getMaxX()), random((int) boundingBox.getMinY(), (int) boundingBox.getMaxY())); } final void moveMouseInstantly(final int x, final int y) { getBot().getMouseEventHandler().generateBotMouseEvent(MouseEvent.MOUSE_MOVED, System.currentTimeMillis(), 0, x, y, 0, false, MouseEvent.NOBUTTON, true); } And I'm sure if you spent some time making your own MouseEvent then you could have it at whatever speed you want. However, the setMouseSpeed feature was removed for a reason.1 point
-
Need fresh blood, not a crusty ex-mod or someone that's going to push their market services. What about @Dbuffed?0 points
-
0 points
-
0 points
-
[DEBUG][Bot #1][08/08 01:59:21 AM]: [nuL.G] @@@@@@@@@@@@@@@@ ADDING MYTRAP 2361,3563,0 @@@@@@@@@@@@@@@@ [DEBUG][Bot #1][08/08 01:59:21 AM]: [nuL.G] [TrapSpots]: Spot (2361,3563,0) turned active [DEBUG][Bot #1][08/08 01:59:22 AM]: [nuL.G] Activating advance mouse hover... [DEBUG][Bot #1][08/08 01:59:22 AM]: [nuL.G] [hoverNextTrap]: Hover next trap has been called! [DEBUG][Bot #1][08/08 01:59:22 AM]: [nuL.G] [hoverNextTrap]: is working with tile 2363,3564,0 [DEBUG][Bot #1][08/08 01:59:23 AM]: [nuL.G] *** Our hover was successful *** [DEBUG][Bot #1][08/08 01:59:23 AM]: [nuL.G] [sleepUntilTrapIsPlaced]: 2 | spot: 2361,3563,0 [DEBUG][Bot #1][08/08 01:59:23 AM]: [nuL.G] New task nUL, triggering onTaskStart [DEBUG][Bot #1][08/08 01:59:23 AM]: [nuL.G] [TakeTrapTask]: Activating pickup... [DEBUG][Bot #1][08/08 01:59:23 AM]: [nuL.G] Sleeping until animation ends... [DEBUG][Bot #1][08/08 01:59:26 AM]: [nuL.G] New task cOn, triggering onTaskStart [INFO][Bot #1][08/08 01:59:26 AM]: [nuL.G] A trap needs to be checked at 2363,3564,0 [DEBUG][Bot #1][08/08 01:59:26 AM]: [nuL.G] Trap is being checked at 2363,3564,0 [DEBUG][Bot #1][08/08 01:59:26 AM]: [nuL.G] Attempting to walk to spot... [DEBUG][Bot #1][08/08 01:59:28 AM]: [nuL.G] We are moving... sleep. [DEBUG][Bot #1][08/08 01:59:29 AM]: [nuL.G] Moving mouse slightly... [DEBUG][Bot #1][08/08 01:59:29 AM]: [nuL.G] Attempting to hover an empty slot... [DEBUG][Bot #1][08/08 01:59:29 AM]: [nuL.G] Item in slot 1 is null! [DEBUG][Bot #1][08/08 01:59:30 AM]: [nuL.G] HOVERING! [INFO][Bot #1][08/08 01:59:32 AM]: [nuL.G] [CheckTask]: Does the object still exist? false. [DEBUG][Bot #1][08/08 01:59:32 AM]: [nuL.G] [CheckTask]: Attempting to setActive(false)... [DEBUG][Bot #1][08/08 01:59:32 AM]: [nuL.G] [*CheckTask*]: Setting 2363,3564,0 to false [DEBUG][Bot #1][08/08 01:59:32 AM]: [nuL.G] @@@@@@@@@@@@@@@@ REMOVING MYTRAP 2363,3564,0 @@@@@@@@@@@@@@@@ [DEBUG][Bot #1][08/08 01:59:32 AM]: [nuL.G] [TrapSpots]: Spot (2363,3564,0) turned inactive [DEBUG][Bot #1][08/08 01:59:32 AM]: [nuL.G] [CheckTask]: Request sent! [INFO][Bot #1][08/08 01:59:32 AM]: [nuL.G] [Debug]: Timer Active: false | Spot Active: false | Trap Taken: non-existant [DEBUG][Bot #1][08/08 01:59:32 AM]: [nuL.G] New task Prn, triggering onTaskStart [DEBUG][Bot #1][08/08 01:59:32 AM]: [nuL.G] [SafetyCheckTask]: Scanning spots... ()()() ... ()()() ... ()()() [DEBUG][Bot #1][08/08 01:59:32 AM]: [nuL.G] Caching bank data... [DEBUG][Bot #1][08/08 01:59:32 AM]: [nuL.G] New task AuX, triggering onTaskStart [DEBUG][Bot #1][08/08 01:59:32 AM]: [nuL.G] %%%%%%%%%% Next setup spot is 2363,3564,0 %%%%%%%%%% [DEBUG][Bot #1][08/08 01:59:32 AM]: [nuL.G] We are moving... sleep. [DEBUG][Bot #1][08/08 01:59:32 AM]: [nuL.G] Attempting to place a new trap... [DEBUG][Bot #1][08/08 01:59:32 AM]: [nuL.G] Adding tile 2363,3564,0 to myTrap [DEBUG][Bot #1][08/08 01:59:32 AM]: [nuL.G] [SetupTask]: Attempting to setActive(true)... [DEBUG][Bot #1][08/08 01:59:32 AM]: [nuL.G] [*SetupTask*]: Setting 2363,3564,0 to true [DEBUG][Bot #1][08/08 01:59:32 AM]: [nuL.G] @@@@@@@@@@@@@@@@ ADDING MYTRAP 2363,3564,0 @@@@@@@@@@@@@@@@ [DEBUG][Bot #1][08/08 01:59:32 AM]: [nuL.G] [TrapSpots]: Spot (2363,3564,0) turned active [DEBUG][Bot #1][08/08 01:59:33 AM]: [nuL.G] Activating advance mouse hover... [DEBUG][Bot #1][08/08 01:59:33 AM]: [nuL.G] [hoverNextTrap]: Hover next trap has been called! [DEBUG][Bot #1][08/08 01:59:33 AM]: [nuL.G] ~ The next trap is null... randomizing mouse behavior ~ [DEBUG][Bot #1][08/08 01:59:33 AM]: [nuL.G] %%%%%%%%%% Moving mouse randomly to point java.awt.Point[x=480,y=302] %%%%%%%%%% [DEBUG][Bot #1][08/08 01:59:34 AM]: [nuL.G] [sleepUntilTrapIsPlaced]: 2 | spot: 2363,3564,0 [DEBUG][Bot #1][08/08 01:59:34 AM]: [nuL.G] New task nUL, triggering onTaskStart [DEBUG][Bot #1][08/08 01:59:34 AM]: [nuL.G] [TakeTrapTask]: Activating pickup... [DEBUG][Bot #1][08/08 01:59:34 AM]: [nuL.G] Sleeping until animation ends... [DEBUG][Bot #1][08/08 01:59:37 AM]: [nuL.G] New task Prn, triggering onTaskStart [DEBUG][Bot #1][08/08 01:59:37 AM]: [nuL.G] [SafetyCheckTask]: Scanning spots... ()()() ... ()()() ... ()()() [DEBUG][Bot #1][08/08 01:59:38 AM]: [nuL.G] New task NUL, triggering onTaskStart [INFO][Bot #1][08/08 01:59:38 AM]: Running antiban # 6 [DEBUG][Bot #1][08/08 01:59:38 AM]: [nuL.G] New task AuX, triggering onTaskStart [DEBUG][Bot #1][08/08 01:59:42 AM]: [nuL.G] New task cOn, triggering onTaskStart [INFO][Bot #1][08/08 01:59:42 AM]: [nuL.G] A trap needs to be checked at 2361,3563,0 [DEBUG][Bot #1][08/08 01:59:42 AM]: [nuL.G] Trap is being checked at 2361,3563,0 [DEBUG][Bot #1][08/08 01:59:42 AM]: [nuL.G] Attempting to walk to spot... [DEBUG][Bot #1][08/08 01:59:43 AM]: [nuL.G] Moving mouse slightly... [DEBUG][Bot #1][08/08 01:59:43 AM]: [nuL.G] We are moving... sleep. [DEBUG][Bot #1][08/08 01:59:45 AM]: [nuL.G] Moving mouse slightly... [DEBUG][Bot #1][08/08 01:59:45 AM]: [nuL.G] Attempting to hover an empty slot... [DEBUG][Bot #1][08/08 01:59:45 AM]: [nuL.G] Item in slot 1 is null! [DEBUG][Bot #1][08/08 01:59:45 AM]: [nuL.G] HOVERING! [INFO][Bot #1][08/08 01:59:47 AM]: [nuL.G] [CheckTask]: Does the object still exist? false. [DEBUG][Bot #1][08/08 01:59:47 AM]: [nuL.G] [CheckTask]: Attempting to setActive(false)... [DEBUG][Bot #1][08/08 01:59:47 AM]: [nuL.G] [*CheckTask*]: Setting 2361,3563,0 to false [DEBUG][Bot #1][08/08 01:59:47 AM]: [nuL.G] @@@@@@@@@@@@@@@@ REMOVING MYTRAP 2361,3563,0 @@@@@@@@@@@@@@@@ [DEBUG][Bot #1][08/08 01:59:47 AM]: [nuL.G] [TrapSpots]: Spot (2361,3563,0) turned inactive [DEBUG][Bot #1][08/08 01:59:47 AM]: [nuL.G] [CheckTask]: Request sent! [INFO][Bot #1][08/08 01:59:47 AM]: [nuL.G] [Debug]: Timer Active: false | Spot Active: false | Trap Taken: non-existant [DEBUG][Bot #1][08/08 01:59:47 AM]: [nuL.G] New task Prn, triggering onTaskStart [DEBUG][Bot #1][08/08 01:59:47 AM]: [nuL.G] [SafetyCheckTask]: Scanning spots... ()()() ... ()()() ... ()()() [DEBUG][Bot #1][08/08 01:59:47 AM]: [nuL.G] New task AuX, triggering onTaskStart [DEBUG][Bot #1][08/08 01:59:47 AM]: [nuL.G] %%%%%%%%%% Next setup spot is 2361,3563,0 %%%%%%%%%% [DEBUG][Bot #1][08/08 01:59:47 AM]: [nuL.G] We are moving... sleep. [DEBUG][Bot #1][08/08 01:59:47 AM]: [nuL.G] Attempting to place a new trap... [DEBUG][Bot #1][08/08 01:59:48 AM]: [nuL.G] Adding tile 2361,3563,0 to myTrap [DEBUG][Bot #1][08/08 01:59:48 AM]: [nuL.G] [SetupTask]: Attempting to setActive(true)... [DEBUG][Bot #1][08/08 01:59:48 AM]: [nuL.G] [*SetupTask*]: Setting 2361,3563,0 to true [DEBUG][Bot #1][08/08 01:59:48 AM]: [nuL.G] @@@@@@@@@@@@@@@@ ADDING MYTRAP 2361,3563,0 @@@@@@@@@@@@@@@@ [DEBUG][Bot #1][08/08 01:59:48 AM]: [nuL.G] [TrapSpots]: Spot (2361,3563,0) turned active [DEBUG][Bot #1][08/08 01:59:48 AM]: [nuL.G] Moving mouse slightly... [DEBUG][Bot #1][08/08 01:59:49 AM]: [nuL.G] Activating advance mouse hover... [DEBUG][Bot #1][08/08 01:59:49 AM]: [nuL.G] [hoverNextTrap]: Hover next trap has been called! [DEBUG][Bot #1][08/08 01:59:49 AM]: [nuL.G] [hoverNextTrap]: is working with tile 2362,3565,0 [DEBUG][Bot #1][08/08 01:59:49 AM]: [nuL.G] *** Our hover was successful *** [DEBUG][Bot #1][08/08 01:59:49 AM]: [nuL.G] [sleepUntilTrapIsPlaced]: 2 | spot: 2361,3563,0 [DEBUG][Bot #1][08/08 01:59:49 AM]: [nuL.G] New task aUx, triggering onTaskStart [DEBUG][Bot #1][08/08 01:59:49 AM]: [nuL.G] /////////////////////////////// 1 /////////////////////////////// [DEBUG][Bot #1][08/08 01:59:49 AM]: [nuL.G] Sleeping until animation ends... [INFO][Bot #1][08/08 01:59:52 AM]: [nuL.G] [PickupAllTrapsTask]: Checking spot 2362,3565,0 for a trap... [DEBUG][Bot #1][08/08 01:59:52 AM]: [nuL.G] We have a trap that needs to be interacted with! [DEBUG][Bot #1][08/08 01:59:55 AM]: [nuL.G] [*PickupAllTrapsTask*]: Setting 2362,3565,0 to false [DEBUG][Bot #1][08/08 01:59:55 AM]: [nuL.G] @@@@@@@@@@@@@@@@ REMOVING MYTRAP 2362,3565,0 @@@@@@@@@@@@@@@@ [DEBUG][Bot #1][08/08 01:59:55 AM]: [nuL.G] [TrapSpots]: Spot (2362,3565,0) turned inactive [INFO][Bot #1][08/08 01:59:55 AM]: [nuL.G] [PickupAllTrapsTask]: Checking spot 2363,3564,0 for a trap... [DEBUG][Bot #1][08/08 01:59:55 AM]: [nuL.G] We have a trap that needs to be interacted with! [DEBUG][Bot #1][08/08 01:59:59 AM]: [nuL.G] [*PickupAllTrapsTask*]: Setting 2363,3564,0 to false [DEBUG][Bot #1][08/08 01:59:59 AM]: [nuL.G] @@@@@@@@@@@@@@@@ REMOVING MYTRAP 2363,3564,0 @@@@@@@@@@@@@@@@ [DEBUG][Bot #1][08/08 01:59:59 AM]: [nuL.G] [TrapSpots]: Spot (2363,3564,0) turned inactive [INFO][Bot #1][08/08 01:59:59 AM]: [nuL.G] [PickupAllTrapsTask]: Checking spot 2361,3563,0 for a trap... [DEBUG][Bot #1][08/08 01:59:59 AM]: [nuL.G] We have a trap that needs to be interacted with! [DEBUG][Bot #1][08/08 02:00:03 AM]: [nuL.G] [*PickupAllTrapsTask*]: Setting 2361,3563,0 to false [DEBUG][Bot #1][08/08 02:00:03 AM]: [nuL.G] @@@@@@@@@@@@@@@@ REMOVING MYTRAP 2361,3563,0 @@@@@@@@@@@@@@@@ [DEBUG][Bot #1][08/08 02:00:03 AM]: [nuL.G] [TrapSpots]: Spot (2361,3563,0) turned inactive [DEBUG][Bot #1][08/08 02:00:03 AM]: [nuL.G] Finished picking up all items! [DEBUG][Bot #1][08/08 02:00:03 AM]: [nuL.G] New task Prn, triggering onTaskStart [DEBUG][Bot #1][08/08 02:00:03 AM]: [nuL.G] [SafetyCheckTask]: Scanning spots... ()()() ... ()()() ... ()()() [DEBUG][Bot #1][08/08 02:00:03 AM]: [nuL.G] Caching bank data... [DEBUG][Bot #1][08/08 02:00:03 AM]: [nuL.G] New task AuX, triggering onTaskStart [DEBUG][Bot #1][08/08 02:00:03 AM]: [nuL.G] New task NUL, triggering onTaskStart [INFO][Bot #1][08/08 02:00:04 AM]: Running antiban # 11 [DEBUG][Bot #1][08/08 02:00:04 AM]: [nuL.G] New task AuX, triggering onTaskStart [DEBUG][Bot #1][08/08 02:00:30 AM]: [nuL.G] New task NUL, triggering onTaskStart [INFO][Bot #1][08/08 02:00:33 AM]: Running antiban # 12 [DEBUG][Bot #1][08/08 02:00:33 AM]: [nuL.G] Caching bank data... [DEBUG][Bot #1][08/08 02:00:33 AM]: [nuL.G] New task AuX, triggering onTaskStart [INFO][Bot #1][08/08 02:00:50 AM]: Started random solver : BreakManager [INFO][Bot #1][08/08 02:00:50 AM]: [HunterPainter]: You've caught a Chinchompa! [DEBUG][Bot #1][08/08 02:00:50 AM]: [nuL.G] Congratulations, you've advanced a level! Checking trap information... [INFO][Bot #1][08/08 03:00:53 AM]: Random solver exited : BreakManager [INFO][Bot #1][08/08 03:00:55 AM]: Started random solver : Auto Login [INFO][Bot #1][08/08 03:01:01 AM]: Random solver exited : Auto Login [INFO][Bot #1][08/08 03:01:03 AM]: Started random solver : Auto Login [DEBUG][Bot #1][08/08 03:01:03 AM]: Login Code: 4 [ERROR][Bot #1][08/08 03:01:03 AM]: Your account has been disabled, stopping script. [INFO][Bot #1][08/08 03:01:03 AM]: Terminating script Project's AIO Hunter... [INFO][Bot #1][08/08 03:01:03 AM]: [nuL.G] [HunterTask]: Submitting onExit Dynamic Signature Statistics... [INFO][Bot #1][08/08 03:01:03 AM]: Script Project's AIO Hunter has exited! [INFO][Bot #1][08/08 03:01:03 AM]: Random solver exited : Auto Login Used on one of my noob accounts for like 4 hours with breaks in total, then last night set it up on my main which had NO bans on it, and didn't even get 3 hours into botting last night; got a perm. My breaks are always setup extremely low botting time and high break times, (30 minute bot, 2 hour not). Gf 1.7b bank0 points
-
0 points