Locked Home » Forums » Legacy & Archived » Archived Content » Star Wars Galaxies » Star Wars Galaxies Premium Cheats

SWG Exploit Discussion - Offsets - Post your findings : Star Wars Galaxies Premium Cheats

Posted: June 8th, 2011
User avatar
Total Posts:130 Joined:2009
did i do this right? i scan my health and then changed it and scanned again and got these numbers
1574B4B8
21759640
2F73C074
43F7A114
43F7A118
43F7A144

EDIT
i went on scanning and found that these show your max health
21759640
2F73C074
43F7A114
43F7A118

and these show you current health
43F7A144
1574B4B8

but i also found that these values change as your travel so it wouldnt really help.
Posted: June 8th, 2011
User avatar
Total Posts:387 Joined:2009
That's not really it. You want to do a pointer scan and find a static pointer path to those offsets.
Posted: June 11th, 2011
User avatar
Total Posts:130 Joined:2009
ok well even though i wasnt successful with finding the strings, im trying to make something right now that needs to read max health and current health now evil posted these

Code: Register to unlock hidden link

Const $Health[3] = ["1BD2F20", "570", "0"]
Const $HealthTotal[3] = ["1BD2F20", "5A8", "0"]
and im just wondering how would i use that in an autoit program, would i put that exactly into it?
Posted: June 13th, 2011
User avatar
Total Posts:1087 Joined:2007
spagetiokillers wrote:ok well even though i wasnt successful with finding the strings, im trying to make something right now that needs to read max health and current health now evil posted these

Code: Register to unlock hidden link

Const $Health[3] = ["1BD2F20", "570", "0"]
Const $HealthTotal[3] = ["1BD2F20", "5A8", "0"]
and im just wondering how would i use that in an autoit program, would i put that exactly into it?

Well, tbh, about the only thing this is good for is making some type of bot. You could compare the two values and fire off some heals when your health gets to low. You could modify the values but they are only a graphical representation of your health on the client side. Your actual health is stored on the server and can't be changed.

Here is a link to the memory UDFs for autoIt.

Register to unlock hidden link

And a link on writing to memory using autoIt.

Register to unlock hidden link

And finally a link on processList.

Register to unlock hidden link

_________________
Cuervo, the drink.
Posted: June 13th, 2011
User avatar
Total Posts:130 Joined:2009
cuervogold wrote:
spagetiokillers wrote:ok well even though i wasnt successful with finding the strings, im trying to make something right now that needs to read max health and current health now evil posted these

Code: Register to unlock hidden link

Const $Health[3] = ["1BD2F20", "570", "0"]
Const $HealthTotal[3] = ["1BD2F20", "5A8", "0"]
and im just wondering how would i use that in an autoit program, would i put that exactly into it?

Well, tbh, about the only thing this is good for is making some type of bot. You could compare the two values and fire off some heals when your health gets to low. You could modify the values but they are only a graphical representation of your health on the client side. Your actual health is stored on the server and can't be changed.

Here is a link to the memory UDFs for autoIt.

Register to unlock hidden link

And a link on writing to memory using autoIt.

Register to unlock hidden link

And finally a link on processList.

Register to unlock hidden link
thank you so much, i didnt want to change the values, only read them so not being able to write to the health value is fine with me
Posted: June 14th, 2011
User avatar
Total Posts:130 Joined:2009
$ID = _MemoryOpen(ProcessExists("SwgClient_r.exe"))
$ID = ^ ERROR

Error: Unknown function name.


i have $ID declared as global
Posted: June 14th, 2011
User avatar
Total Posts:1087 Joined:2007
spagetiokillers wrote:$ID = _MemoryOpen(ProcessExists("SwgClient_r.exe"))
$ID = ^ ERROR

Error: Unknown function name.


i have $ID declared as global
#include NomadMemory.au3

or if you have the updated version

#include NomadMemeroyEd.au3


Do not overlook the syntext check (CTRL+F5)

_________________
Cuervo, the drink.
Posted: June 14th, 2011
User avatar
Total Posts:130 Joined:2009
cuervogold wrote:
spagetiokillers wrote:$ID = _MemoryOpen(ProcessExists("SwgClient_r.exe"))
$ID = ^ ERROR

Error: Unknown function name.


i have $ID declared as global
#include NomadMemory.au3

or if you have the updated version

#include NomadMemeroyEd.au3


Do not overlook the syntext check (CTRL+F5)

i do have #include NomadMemory.au3

and when i run the syntax i get this

C:\Users\****\Documents\test1.au3(53,53) : ERROR: _MemoryOpen(): undefined function.
$ID = _MemoryOpen(ProcessExists("SwgClient_r.exe"))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\Users\****\Documents\test1.au3(54,50) : ERROR: _MemoryRead(): undefined function.
$CurrentHP = _MemoryRead($HealthTotal,$ID)


should i get the new NomadMemoryEd.au3?

EDIT** nevermind i thought i added the NomadMemory but i must have done that in a previous test and forgot to add it in the newest version.
Posted: June 14th, 2011
User avatar
Total Posts:130 Joined:2009
hmm im getting 0 for my health? are these offsets outdated or like in the wrong format or something?

Code: Register to unlock hidden link

Const $Health[3] = ["1BD2F20", "570", "0"]
Const $HealthTotal[3] = ["1BD2F20", "5A8", "0"]
Posted: June 15th, 2011
User avatar
Total Posts:261 Joined:2008
Register to unlock hidden image

Still working.
Posted: June 15th, 2011
User avatar
Total Posts:1087 Joined:2007
spagetiokillers wrote:
cuervogold wrote:
spagetiokillers wrote:$ID = _MemoryOpen(ProcessExists("SwgClient_r.exe"))
$ID = ^ ERROR

Error: Unknown function name.


i have $ID declared as global
#include NomadMemory.au3

or if you have the updated version

#include NomadMemeroyEd.au3


Do not overlook the syntext check (CTRL+F5)

i do have #include NomadMemory.au3

and when i run the syntax i get this

C:\Users\****\Documents\test1.au3(53,53) : ERROR: _MemoryOpen(): undefined function.
$ID = _MemoryOpen(ProcessExists("SwgClient_r.exe"))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
C:\Users\****\Documents\test1.au3(54,50) : ERROR: _MemoryRead(): undefined function.
$CurrentHP = _MemoryRead($HealthTotal,$ID)


should i get the new NomadMemoryEd.au3?

EDIT** nevermind i thought i added the NomadMemory but i must have done that in a previous test and forgot to add it in the newest version.

You might want to start a new discussion in the discussion area on this one. This thread is not intended to be the AutoIt debug thread.

Start a new thread and I'll move this post to it.

_________________
Cuervo, the drink.
Posted: June 15th, 2011
User avatar
Total Posts:130 Joined:2009
evilfigment wrote:Register to unlock hidden image

Still working.
thanks for the confirmation
Posted: June 19th, 2011
Total Posts:1 Joined:2009
whats offset mean?
Ready to join the community? Click here and see all of the benefits!
blue large dotWho is online
Users browsing this forum: No registered users and 3 guests
Locked