Jump to content
  • 0

Offset script + offset calculator miss calculated help! :)


Crystal_Mods100x

Question

Hi everyone today i have a problem with my offset script the offset calculator miscalculated even though game guardian gave me the number between a fire rate value and an ammo value

First lets start with the game: Gangster City, App Icon: Police car, Solider, explosion in the background with a helicopter this is a copy of > Zombie City in which look the same but the other is pixel has the same guns too but fire rate is a diff offset

So i found the fire rate value for all weapons and the offset the crazy part is all the weapons fire rate is: 30 so when you search ammo in the offset calculator don't type 30 then because it will give you the wrong value also the real value highlighted in dark purple? what does that mean? 

the thing is i entered 0x30 , 30 and none of them worked i only got a crash the second time i even got the operators correct but i am thinking the guns are using the same value over and over again

script:

--main code
function fr()
--Random Gun: SWD Sniper
  local gg = gg 
  gg.setRanges(gg.REGION_ANONYMOUS)
  gg.searchNumber("200", gg.TYPE_DWORD)
  gg.alert("Change value to: 190")
  gg.sleep(10000)
  gg.refineNumber("190", gg.TYPE_DWORD)
  x = gg.getResults(1)
  local t = {}
  t[1] = {}
  t[1].address = x[1].address + 0x30
  t[1].flags = gg.TYPE_FLOAT
  t[1].value = 0.01
  t[1].freeze = false
  gg.setValues(t)
  gg.addListItems(t)
end
function stop()
os.exit()
end
menu = gg.choice({
"Fire Rate",
"Exit"
},nil,"test menu v1.0")
if menu == 1 then
fr()
end
if menu == 2 then
stop()
end
if menu == nil then end

The fire rate number is 12 values above so that last number you land on (12) is the fire rate value

but something is weird when i calculated what gg gave me (30) it gave me another address that was way off of and not even the fire rate value?

what do you guys think about it? weird? any suggestions? 🙂 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

Yea that is the game but i hope i said the correct description 

the player looks like terminator as well 🙂
OMG THATS IT! 

thanks so much monkey san your such a life saver!  

i didn't remember that

have fun finding values! in that game

imma look for the aimbot value cause it has a little aim assist to it 🙂

thanks once again!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.