Auto-Farm, Catch, Inventory Managing Script -- Configurable menu

Shout-Out

User Tag List

Page 1 of 9 12345 ... LastLast
Results 1 to 15 of 132
  1. #1
    fm365met's Avatar Master Sergeant
    Reputation
    67
    Join Date
    Jul 2016
    Posts
    83
    Thanks G/R
    5/50
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Auto-Farm, Catch, Inventory Managing Script -- Configurable

    - Information :
    As bots are down at the moment, i'd like to share a script I wrote few weeks ago when there were no bots around...
    It is based on an app which can simulate Tap/Touch behavior by finding pixel color so literally it can do almost everything you can with your phone. But as a consequence it is not productive (something like 10~15k xp/h, and 200+ pokestops/h), comparing with any of the bot on forum which talking directly to api instead of simulating. It can do only what you asked, and give you some supply on the pokeballs for sniping, so say, better than going outside and catch'em all on your own.


    - Edit :
    GMT+10 12:33pm Quick fix on the missing pg-nox0723: I upload the code here for you guys to review https://github.com/icdance/pkmngoanj...ter/pg-nox0723
    GMT+10 13:20pm add some pics for the macro app.
    GMT+10 21:57pm add basic configuration info on how to disable catch/ change pokeball during catch/ configure the amount of pokeball/potion to keep.
    GMT+10 01:43am it seems lots of you have successfully set it up, I will leave it as it is now while I am looking into some new features:)


    - This is how it looks like
    catching pokemon: https://youtu.be/i-c1b6sbzfs
    bag management: https://youtu.be/lufJ48ALTH0


    - How it works :
    I pre-set all the locations in fake-gps which it will visit and all the coords where the pokestop is to tap. like us, it will first set the location in fake-gps and then come back to the game. farm pokestop. After that, it will search the screen to match the pixel color with color which pokemons has. once it find it will throw balls and catch it(or flee..). when it spin the pokestop, if there is a sign that your bag is full, it will start clean the bag according to the settings within the file. meanwhile, it can handle most error to make itself running smoothly.


    - Features :
    a. auto farm predefined pokestops.
    b. auto find and catch pokemon.
    c. auto managing your bag.
    d. 24/7.
    e. configurable.


    - Issues :
    a. it won't catch all the pokemon on screen, say catch about 80%.
    b. these predefined pokestops are around where I live, as a result, it will teleport you to Rhodes,.Sydney, which may cause you softbanned, if so, unban youself by spinning the pokestops.
    c. not a real issue but kind of complicated to set up all the stuff.


    - Requirements :
    a. rooted Android device / Nox.
    b. fake gps / lucky patcher / gravitybox / titanium backup
    c. the simulating app/apk is called mobileAnjian. it is in Chinese as I can't find any alternative. it is an identical app comes with Nox but I have no idea how to use that one.


    - Preparation :
    a. open Nox setting from top right corner and turn "Root" in "General Tab" to "On"
    b. in "Advanced Tab", set "Startup Setting" to "Phone" and "720x1280" , save changes and reboot if it is asked to.
    c. login your google account and turn off app auto update with wifi in Play Store.
    d. install Lucky patcher and after that, use lucky patcher to install fake gps as system-app
    e. install Xposed if you don't have, then GravityBox [KK]
    f. install Titanium backup and then copy TitaniumBackup folder to /storage/sdcard0 in Nox
    g. use Titanium Backup to restore data for fake-gps and GravityBox (if you have )
    h. use Titanium Backup to restore App and data for mobileAnjian, which has a blue icon and shows some Chinese characters ending with "3.0.1"
    i. copy two .txt files to your Nox shared folder: \mnt\shared\Other
    j. check everything above is in working condition, specifically, fakegps has coords in favourite list, double click home button can lunch fake-gps. if you double click home button doesn't work that means your gravitybox is not functional, you really need get it work before proceed.


    - Start scripts :
    a. run the blue icon app in chinese.
    b. click the blue icon.
    c. click pg-nox0723 then click green play button it will minimize itself. Edit: it seems titanium backup didn't backup my scripts. you need go to https://github.com/icdance/pkmngoanj...ter/pg-nox0723 and copy the code. then click the blue plus button to paste it there. then save and load.
    d. run the game
    e. click the play button to start the macro.
    All done.


    - Configuration :
    a. pokeballs/potions keep option: line 21 and 22
    A = Array(1, 1, 1, 1, 1, 1, 1, 0, 1) // 0: it will not look up the amount and keep all, 1: it will check the amount you set. in this case it will keep all ultraball
    Ka = Array(200, 0, 0, 50, 0, 0, 0, 200, 80) // amount to keep (Maxpotion, Potion, Super, Hyper, Reave, Pokeball, Greatball, Ultraball, Berry)
    b. whether to change ball during catch: line 328-330
    remove the "//" to enable
    catch = 3 // change the digit to set when to switch to ultra ball/great ball, 3 means at the 3rd time.
    c. disable catching / farm pokestop only: line 600-673
    add "//" to disable catch function


    Auto-Farm, Catch, Inventory Managing Script -- Configurable-screenshot_2-jpg


    All files needed : https://mega.nz/#!mQlBhbxS!mt7dNd_94...GIr5bxUpaFdjVA


    I understand it is a simple macro but quite long list to configure it to work. Maybe add some features to auto walk instead of predefined locations to make it easy to use while the bot are down, may not intend to maintain it for a long term.


    at last, thanks for the developers and all those who contribute to their wonderful work to make it happen.


    Q&As :
    a. why not backup the whole Nox vm?
    A: Backup the whole vm is tested not working, xposed/gravitybox/fakegps is not usable. and it is 1.7G... I didn't find a easy way other than this so far...
    b. how to copy and paste the code to the blue icon app?
    A: if you cant edit directly from nox, copy&paste the code to an .txt, then open this txt in your nox, copy,paste and save.
    c. why my location always jump to the original locate when i running?
    A: it seems Nox is refreshing it simulating location itself. reference: https://www.reddit.com/r/PokemonGoSp...ation_to_real/
    d. why the game disappear after the bot start?
    A: it should have to. it is trying to lunch fake-gps app. if it jump to your desktop that means your gravitybox is not working. read the instruction.
    e. how to navigate to the folder in Nox?
    A: install es explorer to edit/navigate folders.
    Last edited by fm365met; 08-06-2016 at 11:48 AM. Reason: revise instruction of configuration

    Auto-Farm, Catch, Inventory Managing Script -- Configurable
  2. Thanks xstyle69, khuongdepaul, LonelyCrow, DrizitQ, Bodziobsz, Decemq, jaxclain, Voicess, Taranis, makneo_ntt, Vaslaw, bigboi2122, MisieSalt, Uraburas (14 members gave Thanks to fm365met for this useful post)
  3. #2
    xstyle69's Avatar Active Member
    Reputation
    38
    Join Date
    Jul 2014
    Posts
    181
    Thanks G/R
    70/37
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    we cant download it
    we need a decription code

  4. #3
    fm365met's Avatar Master Sergeant
    Reputation
    67
    Join Date
    Jul 2016
    Posts
    83
    Thanks G/R
    5/50
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xstyle69 View Post
    we cant download it
    we need a decription code
    should fixed

  5. Thanks xstyle69 (1 members gave Thanks to fm365met for this useful post)
  6. #4
    xstyle69's Avatar Active Member
    Reputation
    38
    Join Date
    Jul 2014
    Posts
    181
    Thanks G/R
    70/37
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fm365met View Post
    should fixed
    thank you mate.
    going to test it later!

  7. #5
    Nou4r's Avatar Knight
    Reputation
    62
    Join Date
    Jul 2016
    Posts
    202
    Thanks G/R
    34/55
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You should just backup your nox (remove your account before) and upload it on here.. lol

  8. #6
    nckro's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    14
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    guys, i am working on an automated way to farm pokestops aswell and also giving some hand to sniping using nox. Where can i get some pokestops exact gps locations?
    Did someone store them into a db?

  9. #7
    mukarram94's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the sharing. Can you tell me any working bot which autofarms 24/7 even my nox is when turned off? or please share the link of that thread . p.s i play on nox app player so please find for it

  10. #8
    llTeoll's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    1
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can you please explain how can i work this in android device ^_^ thanks

  11. #9
    Olize's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    6
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ther is no pg-nox0723 in the Chinese App

  12. #10
    LonelyCrow's Avatar Member
    Reputation
    3
    Join Date
    Aug 2016
    Posts
    42
    Thanks G/R
    14/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Olize View Post
    Ther is no pg-nox0723 in the Chinese App
    I think that Titanium Backup didn't restore the data to this app.
    Therefore we can't use it because we do not have the macro itself.

    I tried to restore data only to this app but without any luck.
    I extract the com.cyjh.mobileanjian-20160805-105808.tar and tried to look for the script.

    I think that the scripts that you are making saving in other folder, the data is only the configuration files for example but not your documents and projects.
    fm365met we are all waiting for you!
    Last edited by LonelyCrow; 08-05-2016 at 03:55 PM. Reason: Tried to figure it out

  13. #11
    Kureworks's Avatar Member
    Reputation
    1
    Join Date
    Dec 2013
    Posts
    16
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I also failed at step F and G. seems i cant get into /storage/sdcard0. when i click on sdcard0, i am in an other folder

  14. #12
    LonelyCrow's Avatar Member
    Reputation
    3
    Join Date
    Aug 2016
    Posts
    42
    Thanks G/R
    14/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You need to install this com.estrongs.android.pop.apk

  15. Thanks Kureworks (1 members gave Thanks to LonelyCrow for this useful post)
  16. #13
    DrizitQ's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    where can we find mobileAnjian? it's not included?

  17. #14
    Kureworks's Avatar Member
    Reputation
    1
    Join Date
    Dec 2013
    Posts
    16
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok, i managed all steps from a to j. next problem is, there is nothing called "pg-nox0723" in that chinese app.

    thanks

  18. #15
    Voicess's Avatar Member
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    41
    Thanks G/R
    5/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Olize View Post
    Ther is no pg-nox0723 in the Chinese App
    Same here, tried restoring data and apk+data several times, but pg-nox0723 is missing

Page 1 of 9 12345 ... LastLast

Similar Threads

  1. LF Auto ashran Q and accept script.
    By nguyen in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 01-04-2015, 02:25 AM
  2. ArcheBuddy Plugin - Auto Farm fully AFK earn 100++ Gold per Hour
    By Slangin_Games in forum ArcheAge Bots and Programs
    Replies: 4
    Last Post: 12-30-2014, 04:14 AM
  3. [Selling] ArcheBuddy Plugin - Auto Farm fully AFK earn 100++ Gold per Hour
    By Slangin_Games in forum ArcheAge Buy Sell Trade
    Replies: 6
    Last Post: 12-30-2014, 04:13 AM
  4. Replies: 22
    Last Post: 08-28-2012, 08:02 PM
  5. Problem for WD Farming (Using the given script for WD) In Royal Crypts
    By 102030448 in forum Diablo 3 Bots Questions & Requests
    Replies: 0
    Last Post: 06-09-2012, 04:12 PM
All times are GMT -5. The time now is 02:23 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search