Spegeli's bot spinoff (High exp/hr & Up-to-date code) menu

User Tag List

Page 99 of 103 FirstFirst ... 499596979899100101102103 LastLast
Results 1,471 to 1,485 of 1533
  1. #1471
    blowie's Avatar Corporal
    Reputation
    8
    Join Date
    Jul 2016
    Posts
    23
    Thanks G/R
    1/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by slianto View Post
    what value do you put on maxtraveldistance?
    1000m and walking at 15km/h. I just stopped the bot at 27hrs because pokemon inventory was full even though its set to 1. Oh well!

    Spegeli's bot spinoff (High exp/hr & Up-to-date code)
  2. #1472
    halorath's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    27
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So in the new 0.33 update, this:

    Added a dialog to remind Trainers that they should not play while traveling above a certain speed. Trainers must confirm they are not driving in order to continue playing.

    Does not effect the bot?

  3. #1473
    ronaldwitt's Avatar Corporal
    Reputation
    7
    Join Date
    Jul 2016
    Posts
    18
    Thanks G/R
    4/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks for update Spegeli,
    your bot feat pokefeeder .
    http://prnt.sc/c3e9rj

    Attached Thumbnails Attached Thumbnails Spegeli's bot spinoff (High exp/hr & Up-to-date code)-d6c03a6665c54bf3937bebb334ca0da8-gif  
    Last edited by ronaldwitt; 08-09-2016 at 01:57 AM.

  4. #1474
    CrypticTemplar's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone have a clue why my UserSettings.settings wouldn't appear in the build menu in the right panel? It was fine until the API changed. I've tried deleting the folder for the bot, as well as uninstalling and reinstalling Visual Studio, still no UserSettings.settings....

  5. #1475
    pakxmanx21's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do you change item settings? i thought in the older versions you could adjust the amount of items, but i can't find the options here.

  6. #1476
    cyber.data's Avatar Corporal
    Reputation
    5
    Join Date
    Aug 2016
    Posts
    28
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ronaldwitt View Post
    thanks for update Spegeli,
    your bot feat pokefeeder .
    Screenshot by Lightshot
    where can i get exe file sir

  7. #1477
    ronaldwitt's Avatar Corporal
    Reputation
    7
    Join Date
    Jul 2016
    Posts
    18
    Thanks G/R
    4/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pakxmanx21 View Post
    how do you change item settings? i thought in the older versions you could adjust the amount of items, but i can't find the options here.
    edit ur Settings.cs
    Code:
            public ICollection<KeyValuePair<ItemId, int>> ItemRecycleFilter => new[]
            {
                new KeyValuePair<ItemId, int>(ItemId.ItemUnknown, 0),
                new KeyValuePair<ItemId, int>(ItemId.ItemPokeBall, 100),
                new KeyValuePair<ItemId, int>(ItemId.ItemGreatBall, 100),
                new KeyValuePair<ItemId, int>(ItemId.ItemUltraBall, 100),
                new KeyValuePair<ItemId, int>(ItemId.ItemMasterBall, 100),
    
                new KeyValuePair<ItemId, int>(ItemId.ItemPotion, 0),
                new KeyValuePair<ItemId, int>(ItemId.ItemSuperPotion, 0),
                new KeyValuePair<ItemId, int>(ItemId.ItemHyperPotion, 0),
                new KeyValuePair<ItemId, int>(ItemId.ItemMaxPotion, 0),
    
                new KeyValuePair<ItemId, int>(ItemId.ItemRevive, 0),
                new KeyValuePair<ItemId, int>(ItemId.ItemMaxRevive, 25),
    
                new KeyValuePair<ItemId, int>(ItemId.ItemLuckyEgg, 200),
    
                new KeyValuePair<ItemId, int>(ItemId.ItemIncenseOrdinary, 100),
                new KeyValuePair<ItemId, int>(ItemId.ItemIncenseSpicy, 100),
                new KeyValuePair<ItemId, int>(ItemId.ItemIncenseCool, 100),
                new KeyValuePair<ItemId, int>(ItemId.ItemIncenseFloral, 100),
    
                new KeyValuePair<ItemId, int>(ItemId.ItemTroyDisk, 100),
                new KeyValuePair<ItemId, int>(ItemId.ItemXAttack, 100),
                new KeyValuePair<ItemId, int>(ItemId.ItemXDefense, 100),
                new KeyValuePair<ItemId, int>(ItemId.ItemXMiracle, 100),
    
                new KeyValuePair<ItemId, int>(ItemId.ItemRazzBerry, 100),
                new KeyValuePair<ItemId, int>(ItemId.ItemBlukBerry, 10),
                new KeyValuePair<ItemId, int>(ItemId.ItemNanabBerry, 10),
                new KeyValuePair<ItemId, int>(ItemId.ItemWeparBerry, 30),
                new KeyValuePair<ItemId, int>(ItemId.ItemPinapBerry, 30),
    
                new KeyValuePair<ItemId, int>(ItemId.ItemSpecialCamera, 100),
                new KeyValuePair<ItemId, int>(ItemId.ItemIncubatorBasicUnlimited, 100),
                new KeyValuePair<ItemId, int>(ItemId.ItemIncubatorBasic, 100),
                new KeyValuePair<ItemId, int>(ItemId.ItemPokemonStorageUpgrade, 100),
                new KeyValuePair<ItemId, int>(ItemId.ItemItemStorageUpgrade, 100),
            };

    Originally Posted by cyber.data View Post
    where can i get exe file sir
    i dont have
    download source on github https://github.com/Spegeli/PokemoGoBot-GottaCatchEmAll/

  8. #1478
    cyber.data's Avatar Corporal
    Reputation
    5
    Join Date
    Aug 2016
    Posts
    28
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ronaldwitt View Post
    edit ur Settings.cs





    i dont have
    download source on github https://github.com/Spegeli/PokemoGoBot-GottaCatchEmAll/
    after download , extract ,
    after that what I do ?

  9. #1479
    K3vk's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ronaldwitt View Post
    thanks for update Spegeli,
    your bot feat pokefeeder .
    Screenshot by Lightshot
    May I know how do you get Spegeli to read sniping coord from pogofeeder?

  10. #1480
    augarten's Avatar Member
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    43
    Thanks G/R
    8/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello,
    Yesterday my Bots got a Softbann after a few minutes...

    Today i didnt test it... If i run more then 1 Bot i get a softbann?

    Is it fixed with the new update or how to solve the softbann problem

  11. #1481
    ronaldwitt's Avatar Corporal
    Reputation
    7
    Join Date
    Jul 2016
    Posts
    18
    Thanks G/R
    4/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cyber.data View Post
    after download , extract ,
    after that what I do ?
    Originally Posted by K3vk View Post
    May I know how do you get Spegeli to read sniping coord from pogofeeder?
    you must add some new code
    i found that when i use bot from (thanks to: MonsterMMORPG) http://www.ownedcore.com/forums/poke...rming-bot.html (Pokemon GO Rare Pokemon Hunting Farming Bot)


    here is example code
    +example read txt list pokemons location (Logic.cs | public class Logic)
    Code:
            private static List<string> funcReadRare()
            {
                List<string> pkmnRareInfo = File.ReadAllLines(@"D:\PokeBOT\PokeSnipe\RareLoc.txt").ToList();
    
                try
                {
                    return pkmnRareInfo;
                }
                catch (Exception E)
                {
                    Logger.Write($"" + E.Message?.ToString(), LogLevel.Error);
                    Logger.Write($"" + E.InnerException?.Message?.ToString(), LogLevel.Error);
                    return pkmnRareInfo;
                }
    
    
            }
    +example execute Sniper (Logic.cs | public class Logic)
    Code:
            private async Task ExeSniper()
            {
                var pkmnList = funcReadRare();
                //Logger.Write($"Sniping mode, Catch Pokemon!", LogLevel.Info);
                //Logger.Write($"Location found : " + pkmnList.Count, LogLevel.Info);
                int pkmnLoop = 1;
                double pkmnLat = 0;
                double pkmnLong = 0;
                string pkmnLocate = "";
                double lastCoordLat = _client.CurrentLatitude;
                double lastCoordLong = _client.CurrentLongitude;
    
                bool blWentAnyLoc = false;
    
                for (int i = 0; i < pkmnList.Count; i++)
                {
                    foreach (var pkmnPos in pkmnList)
                    {
    
                        if (trackedPos.Contains(pkmnPos))
                            continue;
    
                        List<string> posData = pkmnPos.Split('|').ToList();
    
                        double pkmnPosLat;
                        double pkmnPosLong;
    
                        double.TryParse(pkmnPos.Split('|')[0].Replace(".", ","), out pkmnPosLat);
                        double.TryParse(pkmnPos.Split('|')[1].Replace(".", ","), out pkmnPosLong);
    
    
                        if (pkmnPosLat == 0 || pkmnPosLong == 0)
                        {
                            trackedPos.Add(pkmnLocate);
                            continue;
                        }
    
                        if (pkmnPosLat >= -90 && pkmnPosLat <= 90 && pkmnPosLong >= -180 && pkmnPosLong <= 180)
                        {
                            pkmnLat = pkmnPosLat;
                            pkmnLong = pkmnPosLong;
                            pkmnLocate = pkmnPos;
                        }
                        else
                        {
                            Logger.Write($"Invalid/Reverse Coordinate! {pkmnPosLat} | {pkmnPosLong}", LogLevel.Error);
                            trackedPos.Add(pkmnLocate);
                            continue;
                        }
    
                    }
    
    
                    if (blCriticalBall == true)
                    {
                        Logger.Write($"Critical Ball . Change Mode to PokeStops Farming!", LogLevel.Warning);
                        enableSniper = false;
                        break;
                    }
    
                    if (pkmnLat != 0 && pkmnLong != 0)
                    {
    
                        blWentAnyLoc = true;
    
                        trackedPos.Add(pkmnLocate);
    
                        // Go to Pokemon Position
                        while (_client.CurrentLatitude == lastCoordLat && _client.CurrentLongitude == lastCoordLong)
                        {                        
                            await _client.Player.UpdatePlayerLocation(pkmnLat, pkmnLong, _client.Settings.DefaultAltitude);
                            //Logger.Write($"Teleport to [ " + pkmnLat + "," + pkmnLong + " ] ", LogLevel.Warning);
                            if (_client.CurrentLatitude == pkmnLat && _client.CurrentLongitude == pkmnLong)
                                break;
                        }
                        
                        // Execute catch Pokemon
                        await ExecuteCatchAllNearbyPokemons(lastCoordLat, lastCoordLong);
                        
                        pkmnLoop++;
                        pkmnLat = 0;
                        pkmnLong = 0;
    
                    }
    
                }
    
                if (blWentAnyLoc == false)
                {
                    Logger.Write($"No pokemon found!", LogLevel.Info);
                    await ExecuteCatchAllNearbyPokemons(lastCoordLat, lastCoordLong);
    
                }
            }
    +example make pogofeeder save list to txt (ClientWriters.cs | public async Task FeedToClients)
    Code:
                    double xlat = Convert.ToDouble(target.Latitude);
                    double xlon = Convert.ToDouble(target.Longitude);
    
                    // write to file
                    if (xlat != 0 && xlon != 0 && xlat >= -90 && xlat <= 90 && xlon >= -180 && xlon <= 180)
                        using (System.IO.StreamWriter file = new System.IO.StreamWriter(@"D:\PokeBOT\PokeSnipe\RareLoc.txt", true))
                        {
                            file.WriteLine($"{xlat}|{xlon}");
                            file.Close();
                        }
    im just trial n error.
    maybe another member can implement it to get best and efficient bot



    dont be late, catch it asap
    get ur 100% IV pokemons with this
    Screenshot by Lightshot
    Last edited by ronaldwitt; 08-09-2016 at 04:40 AM.

  12. #1482
    kntg95's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    20
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cyber.data View Post
    after download , extract ,
    after that what I do ?
    up up up

  13. #1483
    togechan'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)
    Unable to load DLL 'encrypt.dll': The specified module could not be found. (Exce
    ption from HRESULT: 0x8007007E)
    Unable to load DLL 'encrypt.dll': The specified module could not be found. (Exce
    ption from HRESULT: 0x8007007E)
    [Unable to load DLL 'encrypt.dll': The specified module could not be found. (Exce
    ption from HRESULT: 0x8007007E)
    [21:11:26] (ATTENTION) No usable PokeStops found in your area. Is your maximum d
    istance too small?
    Unable to load DLL 'encrypt.dll': The specified module could not be found. (Exce
    ption from HRESULT: 0x8007007E)
    [21:11:39] (ATTENTION) No usable PokeStops found in your area. Is your maximum d
    istance too small?

    Iam using 5km around and got error this everytime i start, already checked and couldn't understand anything (first time using VS)

    Solved after download from Spegeli directly (after wrong download from google XD
    Last edited by togechan; 08-09-2016 at 09:43 AM.

  14. #1484
    shutupthanks's Avatar Member
    Reputation
    4
    Join Date
    Aug 2016
    Posts
    32
    Thanks G/R
    4/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by augarten View Post
    Hello,
    Yesterday my Bots got a Softbann after a few minutes...

    Today i didnt test it... If i run more then 1 Bot i get a softbann?

    Is it fixed with the new update or how to solve the softbann problem
    Getting soft banned after awhile too, anyone else?

  15. #1485
    Micheluz's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    9
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have this error:
    No usable PokeStops found in your area. Is your maximum distance too small?

    Any ideas how to solve it?

Similar Threads

  1. Looking for European Raiders who use Rotation bots! (pref. HC exp)
    By BrunoMC in forum World of Warcraft General
    Replies: 0
    Last Post: 06-22-2014, 06:59 PM
  2. private farm bot or high end bot
    By redrun in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 06-03-2013, 06:19 PM
  3. [Trading] Warrior/DK 90, Hero/R13 (Vanilla), High Exp!
    By Frenzydoude in forum WoW-EU Account Buy Sell Trade
    Replies: 4
    Last Post: 12-04-2012, 03:07 PM
  4. High exp farming in Howling fjord
    By Dx2 in forum World of Warcraft Guides
    Replies: 9
    Last Post: 05-13-2009, 11:49 AM
  5. High exp Grinding in Zuldrak
    By Dx2 in forum World of Warcraft Guides
    Replies: 5
    Last Post: 05-11-2009, 06:33 AM
All times are GMT -5. The time now is 02:18 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