Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/03/2020 in Posts

  1. Performing multiple actions with multiChoice local t = gg.multiChoice({'A', 'B', 'C', 'D'}) if t == nil then gg.alert('Canceled') else if t[1] then gg.alert('do A') end if t[2] then gg.alert('do B') end if t[3] then gg.alert('do C') end if t[4] then gg.alert('do D') end end with prompt local t = gg.prompt({'A', 'B', 'C', 'D'}, nil, {'checkbox', 'checkbox', 'checkbox', 'checkbox'}) if t == nil then gg.alert('Canceled') else if t[1] then gg.alert('do A') end if t[2] then gg.alert('do B') end if t[3] then gg.alert('do C') end if t[4] then gg.alert('do D') end end
    1 point
  2. 24hrs is dword 86,400,000 So if they take 12hrs Try searching 43,200,000 Edit to 0. Or search the 86,400,000 and edit to 0.
    1 point
  3. d***, that's too easy...I should make him buy a case of beer for the "effort"....no effort that is! haha ok it censored a fairly clean word...so I will say Dang in its place
    1 point
  4. So glad this was very helpful. I try to be a detailed as I can especially with my videos being so fast Your friend, have him send you their save files located here Android/data/com.ea.game.simcitymobile_row/files Backup your files. Delete your files folder and paste his. If his save is synced online, all you have to do is hack his save, sync online and done. They login to their game it'll be hacked.
    1 point
  5. Find the money amount in the upgrading a building. It goes Money Cash Keys NeoSim Keys Each 4 bytes apart. Don't do NeoSim this way without that bank, you will break the Tutorial for the bank. Don't bother with cash either, just use achievements.
    1 point
  6. Make sure you choose correct pid in the list on GG. SimCity has 2 active PIDs in list. Both give some results, only 1 is correct.
    1 point
×
×
  • 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.