[Pokémon Go] C# Bot - Pokemon-Go-Rocket-API - Pokéstops/Pokémon farmen [Google/PTC]

07/21/2016 19:28 marcomatic0#676
Quote:
Originally Posted by blackout069 View Post
Habe mehrere User die ihn benutzen und keiner hat einen Softban bekommen und botte schon seit 7 Stunden damit und nichts passiert. Hast warscheinlich schlechte Koordinaten benutzt oder irgendwas falsch gemacht.
kannste deinen noch woanders hochladen? kann von upload nix mehr ziehen :D

Quote:
Originally Posted by FITH View Post
Alles falsch gemacht! ;)

Code:
<?xml version="1.0" encoding="utf-16"?>
<UserSettingsXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <AuthType>Google</AuthType> <!-- Google or Ptc -->
  <DefaultLatitude>HIER EINTRAGEN</DefaultLatitude> <!-- Change this to your Latitude -->
  <DefaultLongitude>HIER EINTRAGEN</DefaultLongitude> <!-- Change this to your Longitude -->
  <GoogleRefreshToken>HIER EINTRAGEN</GoogleRefreshToken> <!-- When starting the Program you will get your token to fill in.  -->
  <PtcPassword>pw</PtcPassword> <!-- IF you are using PTC fill in your password -->
  <PtcUsername>username</PtcUsername> <!-- IF you are using PTC fill in your username -->
  <EvolveAllGivenPokemons>true</EvolveAllGivenPokemons> <!-- Do you want to evolve all of your pokemon? Change to true -->
  <TransferType>leaveStrongest</TransferType> <!-- Transfertypes are as follows: leaveStrongest, all, duplicate, cp leave at none to keep all pokemon caught. -->
  <TransferCPThreshold>0</TransferCPThreshold> <!-- IF you are using the Transfertype cp then this will be the maximum cp to transfer -->
</UserSettingsXml>

so muss das aussehen
wow, bin ich ein XML legastheniker, danke!
07/21/2016 19:34 Cr4nkSt4r#677
Quote:
Originally Posted by marcomatic0 View Post
kannste deinen noch woanders hochladen? kann von upload nix mehr ziehen :D
Quote:
Originally Posted by blackout069 View Post
Für Leute die immer noch nix auf die Reihe bekommen haben, hier ist meine bearbeitete Version von dem Bot. Einfach herunterladen, .ini's bearbeiten und die .exe öffnen!

Location.ini
- Location bitte so eintragen: xx.xxxx xx.xxxx (1.Koordinate*LEERZEICHEN*2.KOORDINATE)

Account.ini (NUR FÜR PTC ACCOUNTS)
- PTC Userdaten bitte so eintragen: username:passwort

MinCP.ini
- Mindest CP/WP das ein Pokemon haben soll ohne es wegzuschicken


Download
- [Only registered and activated users can see links. Click Here To Register...]

Viel spaß

BTW: Ich werde den Bot auch immer Updaten!

[Only registered and activated users can see links. Click Here To Register...] - PokeGo Bot_MultiUpload.biz.rar.html
07/21/2016 19:39 ♫Melodie♫#678


wie gebe ich den refresh tokn bei google ein? weil dort kein

<value>pw</value> ist oder soll ich das selber machen?
kann jemand ein bsp posten danke.
07/21/2016 19:42 Cr4nkSt4r#679
</value> steht da schon, also ein <value> davor und dazwischen den Token.

XML Parst immer die Werte gleich, zwischen <setting> und </setting> steht halt <value></value> Immer Variablen Name auf und zu, blöd gesagt.

[EDIT]
Ok, das value stand schon falsch da, unter aber so wie es eig sein sollte, so denke ich:


07/21/2016 19:42 xTrailerPark#680
Ein neuer Thread/überarbeiteter main post mit einer final version wäre nicht schlecht :D
07/21/2016 19:48 ShapyShape#681
Quote:
Originally Posted by Cr4nkSt4r View Post
</value> steht da schon, also ein <value> davor und dazwischen den Token.

XML Parst immer die Werte gleich, zwischen <setting> und </setting> steht halt <value></value> Immer Variablen Name auf und zu, blöd gesagt.

[EDIT]
Ok, das value stand schon falsch da, unter aber so wie es eig sein sollte, so denke ich:


Wenn ihr das nicht versteht, dann muss ich mal hier ein Geschäft eröffnen würde durch euch hier noch reich werden, echt. :)
07/21/2016 19:52 Cr4nkSt4r#682
Quote:
Originally Posted by ShapyShape View Post
Wenn ihr das nicht versteht, dann muss ich mal hier ein Geschäft eröffnen würde durch euch hier noch reich werden, echt. :)
Ui, Mister Klugscheißer, erkläre mir bitte was ich nicht weis? :handsdown:
07/21/2016 19:54 ♫Melodie♫#683
Weil seit 40min will der keinen refresh vom device.
07/21/2016 19:58 ShapyShape#684
Quote:
Originally Posted by Cr4nkSt4r View Post
Ui, Mister Klugscheißer, erkläre mir bitte was ich nicht weis? :handsdown:
O.o ich meinte das doch gut für dich.. ^^
Sorry das man das anders verstanden hat ..

Hier ist mal für die "Ahnungslosen" ein Code - Wo beschrieben wurde wo Ihr euren Daten einschreiben müsst

UserSettings.Designer.cs (unter Ordner)
♦ UserSettings (doppelklick)

Dann erscheint da ein Feld voller Codes. - Hier ist das beschriebene code:


Jetzt einfach suchen wo was steht, euren account eingeben und Fertig :) - Schon funktioniert bei euch Entwickeln, Farmen, Hyperball benutzen etc.

Wenn es euch geholfen Thanks und wenn Ihr das mit Copy&Paste methode leichter findet erstelle ich euch einen Externen Thread

Grüße
07/21/2016 19:59 EinfachNurWild#685
Wie fix man das got away?
07/21/2016 20:00 aiur#686
Quote:
Originally Posted by FITH View Post
Alles falsch gemacht! ;)

Code:
<?xml version="1.0" encoding="utf-16"?>
<UserSettingsXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <AuthType>Google</AuthType> <!-- Google or Ptc -->
  <DefaultLatitude>HIER EINTRAGEN</DefaultLatitude> <!-- Change this to your Latitude -->
  <DefaultLongitude>HIER EINTRAGEN</DefaultLongitude> <!-- Change this to your Longitude -->
  <GoogleRefreshToken>HIER EINTRAGEN</GoogleRefreshToken> <!-- When starting the Program you will get your token to fill in.  -->
  <PtcPassword>pw</PtcPassword> <!-- IF you are using PTC fill in your password -->
  <PtcUsername>username</PtcUsername> <!-- IF you are using PTC fill in your username -->
  <EvolveAllGivenPokemons>true</EvolveAllGivenPokemons> <!-- Do you want to evolve all of your pokemon? Change to true -->
  <TransferType>leaveStrongest</TransferType> <!-- Transfertypes are as follows: leaveStrongest, all, duplicate, cp leave at none to keep all pokemon caught. -->
  <TransferCPThreshold>0</TransferCPThreshold> <!-- IF you are using the Transfertype cp then this will be the maximum cp to transfer -->
</UserSettingsXml>

so muss das aussehen
Hallo,
kannst du mir bitte sagen wo die XML Datei liegt? Alle versionen die ich mir angeschaut habe enthalten keine XML-Datei mit dem Namen "UserSettingsXml".

Bitte Ordnerstrucktur und dateinamen genau angeben. Ich habe das Gefühl es gibt 10 Versionen die alle irgendwie anders aufgebaut sind :)

Grüße!
07/21/2016 20:01 TeeH#687
using System.Configuration;
using PokemonGo.RocketAPI.Enums;
using PokemonGo.RocketAPI.GeneratedCode;
using System;
using System.Globalization;
using System.Runtime.CompilerServices;

namespace PokemonGo.RocketAPI.Console
{
public class Settings : ISettings
{
public AuthType AuthType => (AuthType)Enum.Parse(typeof(AuthType), GetSetting());
public string PtcUsername => GetSetting() != string.Empty ? GetSetting() : "T******";
public string PtcPassword => GetSetting() != string.Empty? GetSetting() : "k***";
public double DefaultLatitude => GetSetting() != string.Empty ? double.Parse(GetSetting(), CultureInfo.InvariantCulture) : 45.030152; //Default Amsterdam Central Station
public double DefaultLongitude => GetSetting() != string.Empty ? double.Parse(GetSetting(),CultureInfo.InvariantCul ture) : -93.31931;//Default Amsterdam Central Station
public string GoogleRefreshToken
{
get { return GetSetting() != string.Empty ? GetSetting() : string.Empty; }
set { SetSetting(value); }
}

private string GetSetting([CallerMemberName]string key = null)
{
return ConfigurationManager.AppSettings[key];
}
private void SetSetting(string value, [CallerMemberName]string key = null)
{
var configFile = ConfigurationManager.OpenExeConfiguration(Configur ationUserLevel.None);
if (key != null) configFile.AppSettings.Settings[key].Value = value;
configFile.Save();


Ich hab mir jetzt 30 Seiten durchgelesen, doch ich weiß immernoch nicht wo ich dort jetzt PTC eintragen muss, da dort weder Google noch ähnliches steht. ?
07/21/2016 20:04 FITH#688
Die neuste Version vom Entwickler

[Only registered and activated users can see links. Click Here To Register...]

Benutzt alle Bälle

ist bereits Compiled
07/21/2016 20:06 aiur#689
Quote:
Originally Posted by TeeH View Post
using System.Configuration;
using PokemonGo.RocketAPI.Enums;
using PokemonGo.RocketAPI.GeneratedCode;
using System;
using System.Globalization;
using System.Runtime.CompilerServices;

namespace PokemonGo.RocketAPI.Console
{
public class Settings : ISettings
{
public AuthType AuthType => (AuthType)Enum.Parse(typeof(AuthType), GetSetting());
public string PtcUsername => GetSetting() != string.Empty ? GetSetting() : "T******";
public string PtcPassword => GetSetting() != string.Empty? GetSetting() : "k***";
public double DefaultLatitude => GetSetting() != string.Empty ? double.Parse(GetSetting(), CultureInfo.InvariantCulture) : 45.030152; //Default Amsterdam Central Station
public double DefaultLongitude => GetSetting() != string.Empty ? double.Parse(GetSetting(),CultureInfo.InvariantCul ture) : -93.31931;//Default Amsterdam Central Station
public string GoogleRefreshToken
{
get { return GetSetting() != string.Empty ? GetSetting() : string.Empty; }
set { SetSetting(value); }
}

private string GetSetting([CallerMemberName]string key = null)
{
return ConfigurationManager.AppSettings[key];
}
private void SetSetting(string value, [CallerMemberName]string key = null)
{
var configFile = ConfigurationManager.OpenExeConfiguration(Configur ationUserLevel.None);
if (key != null) configFile.AppSettings.Settings[key].Value = value;
configFile.Save();


Ich hab mir jetzt 30 Seiten durchgelesen, doch ich weiß immernoch nicht wo ich dort jetzt PTC eintragen muss, da dort weder Google noch ähnliches steht. ?
Hallo,
wenn du die version von der ersten seite hast !! und in Vusial Studio bist gibt es unter der Projectmappe --> PokemonGo.RocketAPI.Console---> USERSETTINGS.SETTINGS..... hier oben "ptc" reinschreiben login/pass usw.
07/21/2016 20:07 ShapyShape#690
[Only registered and activated users can see links. Click Here To Register...]
Sieht dann so aus