Quote:
Originally Posted by Cr4nkSt4r
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:
Code:
namespace PokemonGo.RocketAPI.Console {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")]
internal sealed partial class UserSettings : global::System.Configuration.ApplicationSettingsBase {
private static UserSettings defaultInstance = ((UserSettings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new UserSettings())));
public static UserSettings Default {
get {
return defaultInstance;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Hier kommt dein Googlemail addresse rein")]
public string AuthType {
get {
return ((string)(this["AuthType"]));
}
set {
this["AuthType"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("username")]
public string PtcUsername {
get {
return ((string)(this["PtcUsername"]));
}
set {
this["PtcUsername"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("pw")]
public string PtcPassword {
get {
return ((string)(this["PtcPassword"]));
}
set {
this["PtcPassword"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string GoogleRefreshToken {
get {
return ((string)(this["GoogleRefreshToken"]));
}
set {
this["Hier kommt die 8 Stellige Code eingabe von Google Device"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Hier kommt eure Breite von ort ")]
public double DefaultLatitude {
get {
return ((double)(this["DefaultLatitude"]));
}
set {
this["DefaultLatitude"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Hier kommt die Länge")]
public double DefaultLongitude {
get {
return ((double)(this["DefaultLongitude"]));
}
set {
this["DefaultLongitude"] = value;
}
}
}
}
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