• Trainer
  • Forums
  • Suche
  • Members
  • Kalender
  • Hilfe
  • Extras
Forum stats
Show team
Neue Beiträge ansehen
Heutige Beiträge ansehen
Home of Gamehacking - Archiv
Login to account Create an account
Login
Benutzername:
Passwort: Passwort vergessen?
 



  Home of Gamehacking - Archiv Coding Visual Basic 6, VB.NET
1 2 3 4 Weiter »
Trainermodul problem auf Prozess 64Bit

Ansichts-Optionen
Trainermodul problem auf Prozess 64Bit
Xiantrius Offline
Junior Member
**
Beiträge: 47
Themen: 4
Registriert seit: Nov 2012
Bewertung: 0
#9
26.11.2016, 21:33 (Dieser Beitrag wurde zuletzt bearbeitet: 26.11.2016, 21:48 von Xiantrius.)
Das hab ich jetzt auf Adminstrator umgestellt.

Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="utf-8"?>
<asmv1:assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
    <security>
      <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
        <!-- UAC-Manifestoptionen
          Wenn Sie die Zugangsebene für das Windows-Benutzerkonto ändern möchten, ersetzen Sie den 
          requestedExecutionLevel-Knoten durch eines der folgenden Elemente.

        <requestedExecutionLevel  level="asInvoker" uiAccess="false" />
        <requestedExecutionLevel  level="requireAdministrator" uiAccess="false" />
        <requestedExecutionLevel  level="highestAvailable" uiAccess="false" />

            Durch Angeben des requestedExecutionLevel-Knotens wird die Datei- und Registrierungsvirtualisierung deaktiviert.
            Wenn Sie Datei- und Registrierungsvirtualisierung für Abwärts- 
            kompatibilität verwenden möchten, löschen Sie den requestedExecutionLevel-Knoten.
        -->
        <requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
      </requestedPrivileges>
    </security>
  </trustInfo>
  
  <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
    <application>
      <!-- Eine Liste aller Windows-Versionen, mit denen die Anwendung kompatibel ist. Windows wählt automatisch die am stärksten kompatible Umgebung aus.-->

      <!-- Wenn die Anwendung mit Windows 7 kompatibel ist, heben Sie die Kommentierung des folgenden supportedOS-Knotens auf.-->
      <!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>-->
      
    </application>
  </compatibility>
  
  <!-- Designs für allgemeine Windows-Steuerelemente und -Dialogfelder (Windows XP und höher) aktivieren -->
  <!-- <dependency>
    <dependentAssembly>
      <assemblyIdentity
          type="win32"
          name="Microsoft.Windows.Common-Controls"
          version="6.0.0.0"
          processorArchitecture="*"
          publicKeyToken="6595b64144ccf1df"
          language="*"
        />
    </dependentAssembly>
  </dependency>-->

</asmv1:assembly>

Doch leider bekomme ich immer noch den Wert 0 ich hab bestimmt irgendwo noch ein Fehler drin. Ich habe noch Teamviewer. Da könntest du dir dem next wenn du Zeit hast den Code mal anschauen.

Suchen
Antworten
Share Thread:            


Nachrichten in diesem Thema
Trainermodul problem auf Prozess 64Bit - von Xiantrius - 26.11.2016, 01:01
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 26.11.2016, 17:16
RE: Trainermodul problem auf Prozess 64Bit - von iNvIcTUs oRCuS - 26.11.2016, 18:29
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 26.11.2016, 18:44
RE: Trainermodul problem auf Prozess 64Bit - von iNvIcTUs oRCuS - 26.11.2016, 19:28
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 26.11.2016, 20:03
RE: Trainermodul problem auf Prozess 64Bit - von DNA - 26.11.2016, 20:51
RE: Trainermodul problem auf Prozess 64Bit - von iNvIcTUs oRCuS - 26.11.2016, 20:56
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 26.11.2016, 21:33
RE: Trainermodul problem auf Prozess 64Bit - von iNvIcTUs oRCuS - 26.11.2016, 22:33
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 26.11.2016, 22:53
RE: Trainermodul problem auf Prozess 64Bit - von iNvIcTUs oRCuS - 26.11.2016, 23:49
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 27.11.2016, 00:01
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 27.11.2016, 14:49
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 27.11.2016, 15:58
RE: Trainermodul problem auf Prozess 64Bit - von DNA - 28.11.2016, 21:22
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 29.11.2016, 02:20
RE: Trainermodul problem auf Prozess 64Bit - von iNvIcTUs oRCuS - 29.11.2016, 06:05
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 29.11.2016, 09:01
RE: Trainermodul problem auf Prozess 64Bit - von iNvIcTUs oRCuS - 29.11.2016, 17:11
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 29.11.2016, 20:09
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 30.11.2016, 00:09
RE: Trainermodul problem auf Prozess 64Bit - von DNA - 30.11.2016, 23:27
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 01.12.2016, 02:53
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 10.12.2016, 02:21
RE: Trainermodul problem auf Prozess 64Bit - von iNvIcTUs oRCuS - 10.12.2016, 04:36
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 10.12.2016, 17:45
RE: Trainermodul problem auf Prozess 64Bit - von DNA - 10.12.2016, 22:26
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 11.12.2016, 14:13
RE: Trainermodul problem auf Prozess 64Bit - von Xiantrius - 12.12.2016, 06:26

  • Druckversion anzeigen
  • Thema abonnieren


Benutzer, die gerade dieses Thema anschauen:
1 Gast/Gäste

  • Kontakt
  • Forum team
  • Forum stats
  • Nach oben
 
  • RSS-Synchronisation
  • Lite mode
  • Home of Gamehacking - Archiv
  • Help
 
Forum software by © MyBB - Theme © iAndrew 2014



Linearer Modus
Baumstrukturmodus