게임/소스정보

Starcraft Text Hex Numbers

SGhacker 2011. 10. 17. 14:43
Gamepin126 (6:41:11 PM): Command I.D.'S  
#unit suicde=00, sprite crash=24, attack-0E 
#02A40094 
Unit Suicide 
ctionType   Size   Addr   Desc 
01 
02 
03 
04 
05 
06 
07 
08      1   475BB0   ? 
09      Vari   475D81   (addr on call) ?(2. [ecx]=09 edx=4) on select unit (09/04) dump@ecx[09 01 5f 26] 
0A      Vari   475DC1   (addr on call) ? 
0B      Vari   475DA3   (addr on call) ? 
0C      8   475FE0   Build dump@ecx[0c 1f 60 00 18 00 ab 00] 
0D      3   4760D0   ? 
0E      5   4761a0   ? 
0F      2   4762F0   ? 
10      1   476330   ?Pause 
11      1   476410   ?Resume 
12      5   4764C0   cheats 
13      3   476510   ? 
14      a   476600   right click 
15      b   4766a0   left click 
18      1   4768E0   ?Cancel Building Building...LOL 
19      1   476930   ? 
1A      2   476980   ? 
1B      1   476B30   ? 
1C      1   476BF0   ? 
1D 
1E      2   476D50   ? 
1F      3   476E40   ?Build Unit from building dump@ecx[1f 41 00] 
20      3   476F10   ?Cancel Build Scarab dump@ecx[20 00 00 02] 
21      2   477440   ? 
22      2   477510   ? 
23      3   4775E0   ? 
24 
25      2   4777C0   ? 
26      2   4778B0   ? 
27      1   477AE0   Build Scarab   dump@ecx[27] 
28      2   4779A0   ? 
29      3   477A80   ? 
2A      1   477BC0   ? 
2B      2   476A50   ?Hold Position 
2C      2   477270   ? 
2D      2   477370   ? 
2E      1   477F60   ? 
2F      5   476740   ? 
30      2   476FA0   ? 
31      1   477070   ? 
32      2   4770D0   ? Upgrade dump@ecx[32(upgrade) 21(which)](21increase dragoon distance) 
33      1   4771A0   ? Cancel Upgrade dump@ecx [33 BF A9 4A] 
34      1   477200   ? 
35      3   4776E0   ? 
36      1   477FC0   ? 
37      7   47e950   ? (1.3.4.5.GameStarts.Continually pops on screen refresh) 
3D      2   473A5C   ? Enter lobby 
3E      6   473A8F   ? 2nd slot from open -(called after race change/slot change ect 3e SlotNumber (00 for player/ff for computer/closed) (who is in slot 02 human 05 computer 00 invis ect) (Race) (forcenumber) 
41      3   473AFC   ? Change race on computer slot 2(01) to zerg dump@ecx [41 01 00]   41 SlotNumber RaceNumber(Zerg=00 Terran=01 Toss=02 Random=06 
43      2   473B5D   ? Swap/move down a slot dump@ecx[43 01] 43, Force Number 
Gamepin126 (6:41:12 PM):  44      3   473B8E   ? Slot from open - computer dump@ecx[44 01 00] from open to closed [44 02 02] 
 
56      A   478080   ? 
58      5   4780F0   ? 
5A      1   477D90   ? 
5B      1   473C20   ? MakeGamePublic 
 
Command 
ebx 
       
TERRAN 
 
coded_byte | unit 
~~~~~~~~~~~~~~~~~~ 
1E = Siege Tank (Siege Mode) 
20 = Firebat 
21 = Vision (casted from Scanner Sweep) 
22 = Medic 
3A = Valkyrie 
6A = Command Center 
6B = Comsat Station 
6C = Nuclear Silo 
6D = Suply Depot 
6E = Rafinery 
6F = Barracks 
70 = Academy 
71 = Factory 
72 = Starport 
73 = Control Tower 
74 = Science Facility 
75 = Covert Ops 
76 = Physics Lab 
78 = Machine Shop 
7A = Engineering Bay 
7C = Turret 
7D = Bunker 
 
 
ZERG 
 
coded_byte | unit 
~~~~~~~~~~~~~~~~~~ 
23 = Larva 
25 = Zergling 
26 = Hidralisk 
27 = Ultralisk 
28 = Broodling 
29 = Drone 
2A = Overlord 
2B = Mutalisk 
2C = Guardian 
2D = Queen 
2E = Defiler 
2F = Scourge 
32 = Infested Terran 
3E = Devourer 
67 = Lurker 
82 = Infested Command Center 
83 = Hatchery 
84 = Lair 
85 = Hive 
86 = Nydus Canal 
87 = Hydralisk Den 
88 = Defiler Mound 
89 = Greater Spire 
8A = Queen's Nest 
8B = Evolution Chamber 
8C = Ultralisk Cavern 
8D = Spire 
8E = Spawning Pool 
8F = Creep Colony 
90 = Spore Colony 
92 = Sunken Colony 
95 = Extractor 
 
 
PROTOSS 
 
coded_byte | unit 
~~~~~~~~~~~~~~~~~~ 
3C = Corsair 
3D = Dark Templar 
3F = Dark Archon 
40 = Probe 
41 = Zealot 
42 = Dragoon 
43 = High Templar 
44 = Archon 
45 = Shuttle 
46 = Scout 
47 = Arbiter 
48 = Carrier 
49 = Interceptor 
53 = Reaver 
54 = Observer 
55 = Scarab 
9A = Nexus 
9B = Robotics Facility 
9C = Pylon 
9D = Assimilator 
9F = Observatory 
A0 = Gateway 
A2 = Photon Cannon 
A3 = Citadel of Adun 
A4 = Cybernetics Core 
A5 = Templar Archives 
A6 = Forge 
A7 = Stargate 
A9 = Fleet Beacon 
AA = Arbiter Tribunal 
AB = Robotics Support Bay 
AC = Shield Battery 
 
 
NEUTRAL 
 
coded_byte | unit 
~~~~~~~~~~~~~~~~~~ 
5F = Ragnasaur 
B2 = Mineral Field 
BC = Unoccupied Vespene Geyser 
( the player number for neutral is B ) 
6a Command Center 
Gamepin126 (6:41:14 PM):  6b Comsat 
6c Nuclear Silo 
6d Supply Depot 
6e Refinery 
6f Barracks 
70 Academy 
71 Factory 
72 Starport 
73 Control Tower 
74 Science Facility 
75 Covert Ops 
76 Physics Lab 
78 Machine Shop 
7a Engineering Bay 
7b Armory 
7c Missile Turret 
7d Bunker 
 
83 Hatchery 
84 Lair 
85 Hive 
86 Nydus Canal 
87 Hydralisk Den 
88 Defiler Mound" 
89 Greater Spire 
8a Queens Nest 
8b Evolution Chamber 
8c Ultralisk Cavern 
8d Spire 
8e Spawning Pool 
8f Creep Colony 
90 Spore Colony 
92 Sunken Colony 
95 Extractor 
 
9a Nexus 
9b Robotics Facility 
9c Pylon 
9d Assimilator 
9f Observatory 
a0 Gateway, 
a2 Photon Cannon 
a3 Citadel of Adun 
a4 Cybernetics Core 
a5 Templar Archives 
a6 Forge 
a7 Stargate 
a9 Fleet Beacon 
aa Arbiter Tribunal 
ab Robotics Support Bay 
ac Shield Battery 
7e     nuke               Ghost 
73     lockdown          Ghost 
4f     gather minerals          Worker 
08     attack               moving unit attack ground (siege tank attack unit) 
22     repair               SCV 
06     move 
98     patrol               military 
8B     Scan (terran)          Scanner 
28     Building Rally Point     Building 
B1     heal               Medic 
B4     Restoration          Medic 
B9     optical flare          Medic 
84     spidermines          Vulture 
5E     Load               Shuttles 
5F     Load               bunker 
8F     Irradiate          Sci Vessel 
8D     Defensive Matrix     Sci Vessel 
7A     Emp               Sci Vessel 
71     Yamoto Cannon          Battlecruiser 
12     attack               Turret 
02     attack               siege tank siege mode attack ground 
0E     attack               moving unit atack ground 
70     unload all          shuttle 
2A     start morph 
17     morph nexus 
58     unknown (return resources? 
2A     start morph 
29     morph muta 
02 - attack 
0e - attack (x,y) 
0e - attack (x,y) 
the first 2 where for the nexus 
 
97 5a 58 97 5a 
97/5a-mineral return sequence 
 
cpCancel proc PARAMETER:DWORD 
      
     call dword ptr [CancelBuild]     ;cancels eggs/buildings 
     ret 
 
06h - ol rightclick ground 634368 
5Dh - ol arrived destination (stop from game) 
Gamepin126 (6:41:15 PM):  01h - ol clicked stop command (stop from user) 
98h - ol clicked patrol ground 
6Bh - ol clicked hold position 
01h - ol clicked stop command (stop from user) 
5Dh - ol finished patroling 
4Dh - larva created 
2Ah - larva create drone 
00h - DIE!!! 
 
13d and 36d - ahi crashes