Jump to content
Heads Up! This website is no longer maintained, if your a member from our era, consider joining the discord to say hello.
Sign in to follow this  

SCBW 1.15.1 Offsets

Recommended Posts

Flame_Titan go back to your flameing site i suck at searching for offsets and i found these while looking for select unit.

Share this post


Link to post

You must have a hard time at finding things about the selected unit. :/

 

EDIT: Unit light aspects offsets:

004B685
004B689
004B68C
004B690
004B6B4
004B6B7
004B6BB

Mix and match them by NOPing them out. Each one does something different.

Share this post


Link to post

28A6F0 - Player 1 SCV count. Attach to olly and find what accesses this, and you will have the unit alert address

 

EDIT:

 

ahhh heck. Might as well. Here is the unit alert offset: 0045f72a

 

have fun, lawl (ProMasser) *sigh*

Share this post


Link to post

A tidbit of hopefully useful information:

190454D0 - Your Current Channel

Useful for chatlogs... >_>

Share this post


Link to post

0047B068 |> 50 PUSH EAX ; /Arg2

0047B069 |. 68 04465000 PUSH StarCraf.00504604 ; |Arg1 = 00504604 ASCII "unit\%s"

0047B06E |. BE 04010000 MOV ESI,104 ; |

0047B073 |. 8DBD FCFEFFFF LEA EDI,DWORD PTR SS EBP-104] ; |

0047B079 |. E8 2241FAFF CALL StarCraf.0041F1A0 ; \S

 

00423380 55 PUSH EBP - CancelSubunit

00423381 8BEC MOV EBP,ESP

00423383 51 PUSH ECX

00423384 BA 01000000 MOV EDX,1

00423389 8D4D FF LEA ECX,DWORD PTR SS EBP-1]

0042338C C645 FF 27 MOV BYTE PTR SS EBP-1],27

00423390 E8 5B250600 CALL StarCraf.004858F0

00423395 8BE5 MOV ESP,EBP

00423397 5D POP EBP

00423398 

Share this post


Link to post

0x4c3539 & 0x4c3516 & 0x458dea & 0x4599f1

 

Figure it out, one compares the selected unit, the other writes the selected unit, the other 2 cant remember

Share this post


Link to post

ok please post what these offsets do along with the offsets... :/

Share this post


Link to post

Weird things found in ollydbg all these offsets found by me NOPS these offset to see what each one does.

 

Nops these to in ollydbg one of them are pylon power view , safe clicks , view minimap the hole map i forgot the rest.


0051B375 

0057F098 

0057F093 

00597225 - How many selected units you have. 

057F094

0497F9F

 

 

CPU Disasm

Address Hex dump Command Comments

00423360 90 NOP

00423361 |. 8BEC MOV EBP,ESP

00423363 |. 51 PUSH ECX

00423364 |. 8855 FD MOV BYTE PTR SS:[EBP-3],DL

00423367 |. BA 02000000 MOV EDX,2

0042336C |. 8D4D FC LEA ECX,[EBP-4]

0042336F |. C645 FC 2B MOV BYTE PTR SS:[EBP-4],2B

00423373 |. E8 78250600 CALL 004858F0 ; [starcraft.004858F0

00423378 |. 8BE5 MOV ESP,EBP

0042337A |. 5D POP EBP

0042337B \. C3 RETN

Share this post


Link to post

can someone tell me in details how to find the offset for hosthack? bwhacks tuturial suxs

Share this post


Link to post

1.15.2 Offset

 

Unit Health = 005F2049

 

This is not the unit health bar offset

Share this post


Link to post

Why are these offsets still here? There has been a new patch so these have no use for these other than a reference.

Share this post


Link to post
Why are these offsets still here? There has been a new patch so these have no use for these other than a reference.

 

Because A Lot of the address are still the same.

Share this post


Link to post

So, what can these offsets be used for? Hack formating?

Share this post


Link to post
Because A Lot of the address are still the same.

 

Oh ok. Thanks for clearing that up Suteki.

Share this post


Link to post

Repin this please the offsets from 1.15.2 still uses these offsets...

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×