Memory scanning, code injection, debugger internals and other gamemodding related discussion
bachou
Expert Cheater
Posts: 162 Joined: Wed Mar 08, 2017 3:18 pm
Reputation: 1
Post
by bachou » Fri Dec 14, 2018 10:03 am
hi sorry for the noob question but i want to ask if is it possible to create a negative value in CE
the game i'm play have this item +10% hp, i can edit to make it higher value like +13 +14 +15% etc.... but i want to make it negative like -20% HP, is it possible to do this ? if possbile , how ?
JohnFK
Expert Cheater
Posts: 60 Joined: Tue Aug 29, 2017 10:50 am
Reputation: 28
Post
by JohnFK » Fri Dec 14, 2018 2:36 pm
Yes. [Link] or Windows Calculator. Type in decimal value of your choice, take output.
-20 decimal = FFFFFFFFFFFFFFEC hex
-20 (4 bytes) = FFFFFFEC hex
Alternatively in CE enter value in decimal, right click on the item in cheat table and choose -> Show as hexdecimal
TheByteSize
Expert Cheater
Posts: 293 Joined: Sat Mar 04, 2017 7:28 am
Reputation: 238
Post
by TheByteSize » Wed Jul 10, 2019 9:19 pm
you can also create a value like this, IIRC
mov eax,#10 //move int 10 to eax
neg eax //turn value stored in eax to negative
Users browsing this forum: AhrefsBot