Jump to content

Bambook

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Bambook's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Reacting Well Rare
  • Week One Done
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hello, im learning gameguardian code, and offsets here is a very usefull thing. I looked so many tutorials, but i still dont understand: everything what im doing is wrong! function setvalue(adress, flags, value) x={} x[1]={} x[1].adress=adress x[1].flags=flags x[1].value=value gg.setValue(x) end print(gg.setRangeList('lib.so')) adr1 = gg.setRangeList('lib.so')[1].start adr2 = adress setvalue(adr1+adr2, flag, value) This code i use to change offsets value, this is working but i can't understand: what should i choose here: Please help me!
×
×
  • 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.