게임/소스정보
PrintScreenTut
Introduction: I always categorized hacks into two categories: hacks that exploit game glitches and security flaws, and hacks that simply give you information. For the latter, finding a convenient way to display this information is quite tricky at times. In Starcraft, a simple alternative is to display the information as a chat message, but sometimes this isn't enough. One common hack that needs ..
Map_Color_Changer
English Version __________________________________________________________________ BRIEFING/MISSION OBJECTIVE/TITLE/DESCRPTION _______________________________________________________________________ - Light Blue (default) - Light Blue (default) - Dark Green - Light Green - Gray (Turns all following characters in this line gray even if you use different color tags) - White � - Red - Invisible (Tu..
Mineral-SupplyHack
Originally Posted by jakor Code: ;F5_SupplyHack ;check to make sure the selected unit is a Command Center lea ecx, buffer mov byte ptr [ecx], 23h mov byte ptr [ecx+1], 07h mov byte ptr [ecx+2], 00h mov edx, 3 call QueueAction_00479900 Mineral hack- He checks to make sure you have a barracks selected, then he tells the barracks to "build sub unit" (same command that reavers/carriers get to build ..
Starcraft Text Hex Numbers
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 ..
clsSCGP
VERSION 1.0 CLASS BEGIN MultiUse = -1 'True Persistable = 0 'NotPersistable DataBindingBehavior = 0 'vbNone DataSourceBehavior = 0 'vbNone MTSTransactionMode = 0 'NotAnMTSObject END Attribute VB_Name = "clsSCGP" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = True Attribute VB_PredeclaredId = False Attribute VB_Exposed = False 'TO DO NEXT: ' find out what type 0, packet 0x0C means ..