Quote:
Originally Posted by ShapyShape
Wenn du von Ferox meinst: Runterscrollen bis ende dann siehst du es schon :
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;
}
}
}
}
|
Bei "Hier kommt die 8 Stellige Device Zahl", muss man einmal den bot ohne diese Zeile zu bearbeiten starten und im anschluß den code nehmen den der Bot auspuckt? Lg