-
Similar Content
-
By n3kitOzz
Im trying to convert dec to signed hex with
string.format("%X", tostring(number)) But, tested it in lua interpreter, and have this:
But, i need to convert it to signed hex, like that:
How to do that?
string.format("%X", tostring(number)) returning a FFFFFFFFFFFFFFBF
-
By Lover1500
2020_08_17_02_35_45_compress.mp4 @Enyby Hi sir!
I'm facing the problem to use pointer search in writing script.As in video, I search -1,358,776,912 in Xa(code system) which will end by 548 in addresses.And I will get the only one address.I copy its address and paste in search box.
I have to change a little bit.If the address is ?????548,
I'll have to search ?????549h.Otherwise nothing found.
After I search ?????549h, I'll have two addresses.In this case I have to choose the one which offset end is B0.
I copy it again and search.Then the only one will be found(pointer).
That address + 94(offset) == my willing things.
How can I do this process in script?
Espectially I dont know how to copy and search those addresses in script.
Help me pls and Thanks everybody in advance!
(Forgive me for my bad english)
(I think if the pointer and offset work perfectly as video we can use gg like cheat engine which can point the one by offsets)
I like New features and updates of gg
2020_08_17_02_35_45_compress.mp4 -
By DeSlimsteMan
Hello,
How do I script for a search of a hex value that the beginning of the hex and the end is always the same but the middle changes everytime the game opens.
Example 0000007F697F1E98 0000007F697C9E98 0000007F69148E98
That's the same value I need to find, each one is from opening the game again, as you can see the begining and ending remain the same but the middle digits change.
Is there a way to search for 0000007??????E98h
And what do the colors mean?
When I GOTO and browse the hex values are mostly white text but some are yellow or purple or red.
Thanks in advance!
-
By DeSlimsteMan
Hello,
How do I script for a search of a hex value that the beginning of the hex and the end is always the same but the middle changes everytime the game opens.
Example 0000007F697F1E98 0000007F697C9E98 0000007F69148E98
That's the same value I need to find, each one is from opening the game again, as you can see the begining and ending remain the same but the middle digits change.
Is there a way to search for 0000007??????E98h
And what do the colors mean?
When I GOTO and browse the hex values are mostly white text but some are yellow or purple or red.
Thanks in advance!
-
By YeetMeister
hello, i came up with a stupid idea i want to complete,
imagine you made a script but oh no, you lost the source or something, because the Script has Outdated Addresses.
this Script changes the Defined hex Values
[[
offsets = {
"A76", --//offset:67//block:67-69//length:3//hex:41 37 36//edit:43 42 37
"A79", --//offset:70//block:70-72//length:3//hex:41 37 39//edit:33 41 42
"B66", --//offset:79//block:79-7B//length:3//hex:42 36 36//edit:31 38 41
"C76", --//offset:82//block:82-84//length:3//hex:43 37 36//edit:32 31 33
}
]]
menu 1 select the file
menu 2 enter hex values(unchanged)
menu 3 enter new Hex Values
save Script done.
i dont know, it doesnt sound hard but i just dont know how to do it
-