Necronomicon's Version of FeroxRev's Bot menu

Shout-Out

User Tag List

Page 55 of 66 FirstFirst ... 5515253545556575859 ... LastLast
Results 811 to 825 of 976
  1. #811
    ts00172511's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    36
    Thanks G/R
    14/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i love you !

    Necronomicon's Version of FeroxRev's Bot
  2. #812
    xpfrancescox's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    31
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    val uselessItems = mapOf(
            Pair(ItemId.ITEM_REVIVE, 8),
            Pair(ItemId.ITEM_MAX_REVIVE, 8),
            Pair(ItemId.ITEM_POTION, 5),
            Pair(ItemId.ITEM_SUPER_POTION, 5),
            Pair(ItemId.ITEM_HYPER_POTION, 5),
            Pair(ItemId.ITEM_MAX_POTION, 5),
            Pair(ItemId.ITEM_POKE_BALL, 20),
            Pair(ItemId.ITEM_GREAT_BALL, 20),
            Pair(ItemId.ITEM_ULTRA_BALL, 20),
            Pair(ItemId.ITEM_MASTER_BALL, 20)
    )
    
    fun dropUselessItems(api: PokemonGo) {
        uselessItems.forEach {
            val item = api.bag.getItem(it.key)
            val count = item.count - it.value
            if (count > 0) {
                val result = api.bag.removeItem(it.key, count)
                if (result == RecycleInventoryItemResponseOuterClass.RecycleInventoryItemResponse.Result.SUCCESS) {
                    println("Dropped ${count}x ${it.key.name}")
                } else {
                    println("Failed to drop ${count}x ${it.key.name}: ${result}")
                }
            }
        }
    }
    this is java based, can be converted in c# and add this setting? wuld be great

  3. #813
    mcscruff's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lantecer View Post
    I got a soft ban now because the bot walked and then I opened nox and then I am at my default location. Would be nice to know where the bot actually is.
    You change the location... when you set it up... along with your username and password

  4. #814
    hardell's Avatar Member
    Reputation
    11
    Join Date
    Mar 2016
    Posts
    68
    Thanks G/R
    15/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The bot will now periodically try to transfer and evolve pokemon. Let me know if it works for you.

  5. #815
    jirachidog's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Who has the link to the updated version so i dont have to restart every 30 minutes

  6. #816
    lootnull's Avatar Private
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    9
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by katja View Post
    it´s in seconds yes and you need to save it as .bat

    but i would rather write shutdown -s -t 00 instead of TASKKILL /F /IM "PokemonGo.RocketAPI.Console.exe"

    works better..

    so many noobs
    Why not shutdown your account instead ecksdee.
    Last edited by lootnull; 07-21-2016 at 08:26 AM.

  7. #817
    lantecer's Avatar Member
    Reputation
    1
    Join Date
    Aug 2014
    Posts
    9
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mcscruff View Post
    You change the location... when you set it up... along with your username and password
    Yes, but this is just the default location. The bot moves in the background, doesn't it?

    Edit: The funny thing is, in Nox, I got the softban, but the bot is still working and farming

  8. #818
    jaboof's Avatar Member
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lootnull View Post
    Just use this for now.

    Code:
    @ECHO OFF
    :start
    timeout /t 780
    TASKKILL /F /IM "PokemonGo.RocketAPI.Console.exe"
    timeout /t 3
    start "PokemonGo.RocketAPI.Console.exe" ""Location Here""
    goto start
    REM pause
    Been using this, botted a new account for 12 hours straight so far.

    Attachment 27766
    Slow clap for everyone contributing .One soft ban since using the other version (my mistake) been running smooth ,now will leave on all day with this kill script . A+++

  9. #819
    in_debt's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    43
    Thanks G/R
    17/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Stop writing in a huge font and read 2 pages back..

  10. #820
    mokri's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If my pokemons are getting away, but im keep gettin xp from pokestops, am i softbaned?

  11. #821
    Honoe's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    31
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How come I crash when I run it with the token added? It doesn't make sense.
    The only thing that was changed was the token. The code works perfectly without it...

  12. #822
    qweeboi's Avatar Member
    Reputation
    14
    Join Date
    Apr 2009
    Posts
    135
    Thanks G/R
    6/13
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jirachidog View Post
    Who has the link to the updated version so i dont have to restart every 30 minutes
    **** off and read the first ****ing post in this thread.

  13. Thanks in_debt, katja (2 members gave Thanks to qweeboi for this useful post)
  14. #823
    in_debt's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    43
    Thanks G/R
    17/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It appears that the bot stops working when I open another bot (with another account)
    Can anyone confirm this?

  15. #824
    Jelle86's Avatar Sergeant
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    39
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jirachidog View Post
    Who has the link to the updated version so i dont have to restart every 30 minutes
    Persistent Google login

    To log in for longer than 30 minutes with google and get rid of the device code:

    Before you run the bot make sure that google refresh token in app.config has no value <add key="GoogleRefreshToken" value="">
    Set your location in App.config and run the code in Visual Studio
    In the console window you wil be asked to visit google.com/device and you need to input the key. After you input the right key, The refresh token will be printed in the console window. Right click the upper left most icon of your console window, choose EDIT -> MARK . You will be able to highlight the text inside the console, make sure to highlight the refresh code and then right click on it so it will be copied into your clipboard.
    Stop/Exit the bot and go back to App.config -> Paste the refresh token in like this <add key="GoogleRefreshToken" value="1/34UibMdc-Qn5AbewpDR-QZv8w_STqik13RFHqXV_Jd6TA">
    Now you don't have to go to google.com/device to register your bot, It will automatically login with your credentials and the bot auto restarts when it crashes.

  16. #825
    DanGuerrero's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    31
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've been botting for hours before the Bot Update, I use the .bat to restart every 6 mins but it opens a browser window for new update, I went into the code and comment it out but for whatever reason I can't get the code to save? It only works with Visual Studio Opened (Ctrl + F5). But not without it and using the .bat , any ideas?

Similar Threads

  1. [Question] Editing console output (with FeroxRev's bot)
    By Zexpeo in forum Pokemon GO Chat
    Replies: 0
    Last Post: 07-22-2016, 01:55 PM
  2. Mac OS X BG Bot version 2.0.X
    By Valmilu in forum World of Warcraft Bots and Programs
    Replies: 30
    Last Post: 02-10-2007, 11:39 AM
  3. Tool to get all Fish/bots working for EU version users! [self-made]
    By -MadMax- in forum World of Warcraft Bots and Programs
    Replies: 6
    Last Post: 09-08-2006, 09:02 AM
  4. [WoW Bot] WoW Glider Full Version 0.6.8
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 39
    Last Post: 05-08-2006, 12:15 AM
All times are GMT -5. The time now is 09:04 AM. 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