Jump to content

Count_Nosferatu

Contributor
  • Posts

    128
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Count_Nosferatu

  1. Hi admin's! I can't download new added file, from this links: https://gameguardian.net/forum/files/file/3367-slayer-legends/ https://gameguardian.net/forum/files/file/3467-smash-party/ https://gameguardian.net/forum/files/file/3481-package-check-and-info-display-script/ https://gameguardian.net/forum/files/file/3480-menu-onoff-template/ https://gameguardian.net/forum/files/file/2901-simcity-real-server-script-2023/ and some others. Error on screenshot. Clear cookies, VPN - nothing helps. Browser - last FireFox.
  2. The subtraction operation is fast. Run this script and see how long it takes to run. Usually it takes a lot of time to search, you need to search HEX numbers, or use chainer How to use chainer local time = {} local addressA = 0xA7B26F2C local addressB = 0xA7B2A774 time[1] = os.clock() local offsetAB = addressB - addressA time[2] = os.clock()-time[1] local t = string.format("%.3f",time[2]) gg.alert('OffsetAB is : ' ..string.format("0x%2X",offsetAB) ..'\nRuntime: ' ..t ..' seconds')
  3. View File RR3 v12.0.1 Reset bonus price (VP) Reset bonus price (VP) in all rounds, both architectures And open all expired rounds. This script uses pointer chains, so it may not work with another game version. Tested on NOX 7.1.2 (32bit) and tablet with Android 10 (x64) and VirtualXposed. reset-vp.mp4 Submitter Count_Nosferatu Submitted 04/29/2023 Category LUA scripts  
  4. Version 1.0.6

    1,839 downloads

    Reset bonus price (VP) in all rounds, both architectures And open all expired rounds. This script uses pointer chains, so it may not work with another game version. Tested on NOX 7.1.2 (32bit) and tablet with Android 10 (x64) and VirtualXposed. reset-vp.mp4
  5. if you need to do, for example, 8 10 8 10, I have a small hint. Use this script to make 8 9 8 9, and then GG find Dword 8;9;8;9::16 and replace 9 with 10 in the results Script workig fine, on my x32 emulator. Thanks Mario!
×
×
  • 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.