Also ok ich bin zu blöde dafür ich habe ein script wo ich nur noch die passenden offsets für brauche ich schreibe mit autoit und habe cheat engine ect.
Nun hier ist mein problem diese offsets:
Base1:10643528
Base2:1069CFAC
Base3:1060EF88
AuflösungX:1062A370
AuflösungY:1062A374
SpielerX:1656E034
SpielerY:1656E03C
SpielerZ:1656E038
Spieler Rotation:1656E040
Spieler SP:01179358
Spieler Gold:01179378
Spieler Level:01179324
Spieler Aktuelle:01179328
Spieler Maximalle:0117932C
Spieler Aktuelle:01179330
Spieler Maximalle:01179334
Spieler Aktuelle EXP:01179380
Spieler Maximalle EXP:01179388
Aktiver Trank:01179469
Aktiver Kampf:1656EDF8
Angriffstempo:1656EDBC
Geschwindigkeit:1656EDB4
Reichweite:1656EDB8
Reichweite2:0117936C
Skillspeed:011793FC
Lebens Scanner:01178F29
Adminkonsole:01179B4C
Main ID:00000000
Sub ID:00000004
Landkartenhack:020D6718
Anti PvP:0117924C
Item X:00ED04FC
Item Y:00ED0504
Item Z:00ED0500
Item Menge:00ED04F4
Item Anzahl:00E97E0C
Pet Level:01179018
Pet aktuelle Hp:0117900C
Pet aktuelles Futter:01179014
Pets im Radar:00E97DFC
Angriffspet Aktuelle HP:011790C0
Angriffspet Maximale Hp:011790C8
Angriffspet Aktuelle MP:011790C4
Angriffspet Maximale MP:011790CC
Angriffspet Aktuelle FP:011790D4
Ziel X:00AE92E4
Ziel Y:00AE92EC
Ziel Z:00AE92E8
Ziel Rotation:00AE92F0
Ziel ID:01178F80
Ziel Name:01178F2D
Ziel Level:01178F68
Ziel Aktuelle HP:01178F64
Ziel Aktuelle Hp:01178F60
Spieler im Radar:00E97DEC
NPCs im Radar:00E97DDC
Brauch ich jetzt aber so das ich sie in mein programm einfügen kann als offset ini wären sie ja geeignet aber in dem programm womit ich arbeite ist zb. Global $xkoordinatenoffset[5] = [0,0x1c , 0x10 , 0x4 , 0x54] in diesem Format brauch ich die oben stehen den offsets über sufu finde ich leider nichts was mir dabei hilft dies so zu bekommen das ich mit meinem programm weiter machen kann oder mir ein genaues tut gibt wo es drin steht habe schon einiges gelesen aber dadrüber nichts gefunden.
an sich schon fehlen nur ein paar offsets da es nur in der ini sind zu dem schreib ich ja eh für us und nciht für gamigo.
Wenn nen scripter mir hier die offsets rein setzen könnte wäre das super deine daten sind zwar klasse aber leider fehlen da ein paar wie man vllt sieht drotz dem herzlichen dank.
hier wie ich sie brauche und was ich brauche
Global $goldoffset[2] = [0,0x109358]
Global $pethpoffset[2] = [0,0x108FEC]
Global $petfutteroffset[2] = [0, 0x108FF4]
Global $charhpmaxoffset[2] = [0,0x10930C]
Global $CharHPcuroffset[2] = [0,0x109308]
Global $CharMPmaxoffset[2] = [0,0x109314]
Global $CharMPcuroffset[2] = [0,0x109310]
Global $CharExpmaxoffset[2] = [0,0x109368]
Global $CharExpcuroffset[2] = [0,0x109360]
Global $Charlvloffset[2] = [0 , 0x109304]
Global $Petlvloffset[2] = [0,0,0x108FF8]
Global $Moblvloffset[2] = [0 , 0x108F48]
Global $xkoordinatenoffset[5] = [0,0x001C,0x0010,0x0004,0x54]
Global $ykoordinatenoffset[5] = [0,0x001C,0x0010,0x0004,0x5C]
Global $zkoordinatenoffset[5] = [0x001C,0x0010,0x0004,0x58]
Global $Pointer1 = 0x106507E8; _pnetwork
Global $Pointer2 = 0x106AA26C ; _puimgr
Global $Pointer1_i = "10643528" ;_pnetwork nicht hex Format
Global $Pointer2_i = "1069CFAC" ;_puimgr nicht hex Format
Global $reichweiteoffset[5] = [0,0x001C,0x0010,0x0004,0x0DD8]
Global $reichweiteoffset2[2] = [0,0x10934C]
Global $speedoffset[5] = [0,0x001C,0x0010,0x0004,0x0DD4]
Global $atkspeedoffset[5] = [0,0x001C,0x0010,0x0004,0x0DDC]
Global $hpscanoffset[2] = [0,0x108F09] ; Auf 16777216 setzen
Global $adminoffset[2] = [0,0x109AEC]
Global $submapoffset[4] = [0,0x40,0x6E0,0x4] ; Pointer 2
Global $mainmapoffset[4] = [0,0x40,0x6E0,0x4] ; Pointer 2
Global $skillhackoffset[2] = [0,0x1093DC]
Global $timertick = 0x105603A8
Global $pethackoffset[3] = [0, 0x1073F0 , 0x16]
Global $targethpcuroffset[2] = [0,0x108F44]
Global $targethpmaxoffset[2] = [0,0x108F40]
Global $playerradaroffset[3] = [0, 0x1C, 0x2C]
Global $itemradaroffset[3] = [0 , 0x1C , 0x4C]
Global $kl_hp_trank_anzahloffset[3] = [0, 0x34 , 0x7A80]
Global $mt_hp_trank_anzahloffset[3] = [0, 0x34 , 0xBB00]
Global $gr_hp_trank_anzahloffset[3] = [0, 0x34 , 0x8EA8]
Global $kl_mp_trank_anzahloffset[3] = [0, 0x34 , 0x96B8]
Global $mt_mp_trank_anzahloffset[3] = [0, 0x34 , 0x1A0C8]
Global $gr_mp_trank_anzahloffset[3] = [0, 0x34 , 0xAEE8]
Global $targetnameoffset[2] = [0, 0x10A1CD]
Global $anzahl_HS[3] = [0, 0x34 , 0x33E0]
Global $fpoffset[2] = [0, 0x10A5F8]
Global $weight_actualoffset[2] = [0, 0x10771C]
Global $weight_maxoffset[2] = [0, 0x107720]
Global $junomaphackoffset1[2] = [0 , 0xB70] ;Pointer 2
Global $junomaphackoffset2[3] = [0, 0x160 , 0x1BC0] ;Pointer 2
Diese werden im aktuelen zustand gesucht falls einer meint er könnte was damit anfangen und sie sich nun bei sich in den trainer einbauen das ist kein kompletes script nur daten die ich suche da ich auf gut deutsch zu blöde bin sie zu finden also bitte ich um eine hilfe seite ect das ich sie mir selber suchen kann oder um jemand der langeweile hat und sie mir gibt oder selber noch rum liegen hat im aktuelem zustand.
Da sind ein paar unnötige Nullen dabei und ob es im Hex, Dez, oder einen anderen Format
ist, ist egal. Die Offsets aus meiner .CT hättest du auch in einen Spoiler packen können.
Es sind auch nicht alle Offsets richtig.
ok dann weiss ich bescheid ist eh ein älteres script und ich habe dir ja om geschrieben das ich noch nciht so lange drin bin und das script etwas lang ist xD
Updating old prog? offsets? pls read ty ^^ 03/22/2009 - Silkroad Online - 0 Replies Hi i was wondering if some 1 could or show me how to update the offsets on old progs like SRO_Loader and Nubot helper cos they stopped working after Legend 4 came out. ( all i want is to make them work again :D and nothing else)
thx in advance :D
Prog für .eix und .epk 10/22/2008 - Technical Support - 5 Replies Suche ein Programm was .eix und .epk dateien in sql dateien umwandelt.
PS: Geht es vll. mit Navicat?
Is there a prog like this? 04/16/2008 - Conquer Online 2 - 8 Replies A friend of mine had a prog who can open WH with out password. But is was for the old version. i need one like that for the new version.
Prog für .eix und .epk 01/11/2008 - Metin2 - 4 Replies Suche Programm was .eix nd .epk dateien in sql dateien umwandelt.
PS: Geht es vllt. mit Navicat?