Jump to content

MC874

Contributor
  • Posts

    539
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by MC874

  1. MC874

    How to fix

    Hi @SlenderNonr, send us the script. I believe you're trying to enumerate table on a global variable named "dragostand". Roughly like this: dragostand = {1,2,3,4} If so, you can enumerate it like this: # Enumerate key & value for key, value in ipairs(dragostand) do ... # Enumerate key for key in pairs(dragostand) do ... We're not wizard. We need context or the source of the problem.
  2. Your welcome @chrislin2k. If you have any questions, just let me know
  3. Hi @chrislin2k, Currently Game Guardian haven't been updated for quite some time. There's 3 thing that you can do: - Use Virtual Machine: VPhoneGaGa, VMos Pro, x8SandBox, F1 VM - Change Game Guardian SDK version to 33 using: APK Editor - Force Install Game Guardian using ADB: adb install --bypass-low-target-sdk-block gameguardian.apk
  4. MC874

    Finding Class Pointer

    Hi @Thoheobaby, yes it is a pointer. To be precise, fields can have multiple location mapped out on memory if it's been reloaded multiple times by the game and/or there's the same fields exist on memory. To find the real one, just simply test each one of them. Just search "effectType". The "eMequipType" is a reference, where "effectType" value will be taken from "eMequipType" enum. As I said above, test each of them. If you mean it as to find "armor" properties, then you should find it again on dump.cs.
  5. Hi @kalibro, You doesn't always need offsets in modding. Well, you can generate your own offsets through pointer of address you want to change, but, you can also do pattern searching. Using Hex String, Group search, or even conventional modding with refining result. So yes it is possible.
  6. I can confirm this issue affects personal & others profile:
  7. Hi @everyone, If you stumbled upon this, you can join my community here:
    - Telegram Community: https://t.me/Guildy
    - Telegram Global Community: https://t.me/Gildz
    - Discord Community: https://discord.com/invite/j7ncyRe

    I'll see you there :3

  8. Hi @peanutspianocerulean, welcome into our forum! We're happy that there's still people interested into this kind of stuff. We're looking forward into your journey as Reversers! Have a great time staying :3
  9. This is bad since the script author need to update their script per today.
  10. Hi @Jamesfang51, I can confirm that, even the file that released yesterday (1 days ago) still fail: Bunker Ammo. So the subdomain is definitely Up and working.
  11. My apologies, the issue is something we can't resolve from client-side; there's something happen with the subdomain. Atleast the Game Guardian Status showing nothing unusual: Game Guardian Status. Also another subdomain returns 526 Invalid SSL: https://server.gameguardian.net/. Waiting for @Sysadmin, @Enyby, @Descobertas_Digitais
  12. For that I can confirm that the issue is also affect me.
  13. Hi @Jamesfang51, from my initial guess based on the Error logs (which is 502: Bad Gateway), it comes from the Cloudflare itself. Since "d.gameguardian.net" use Cloudflare CDN, it could be that your current Cloudflare CDN is rerouted; you can check for Cloudflare outages here: Cloudflare Status. From my end, I was able to hit the end-point through Colo: SIN (Singapore), you can access the site metadata here: Trace.
  14. This post cannot be displayed because it is in a forum which requires at least 1 post to view.
  15. Hi @GSwir2, Oppo User here (although I'm on Android 10 ColorOS 7). I assume that you're not Rooted because there's no available Root support for Oppo. You can use Virtual Machine: - VPhoneGaGa - F1 VM - x8Sandbox If you somehow have your phone Rooted; newer Android Version (13 - 11) has quite problematic for apps that access Rootspace, including Game Guardian. We haven't received any news about Game Guardian Updates. Bear in mind, you have a very little option to use Game Guardian on Oppo devices (other than using Virtual Machine).
  16. Hi @Jamesfang51, thank you for the bug reports! Could you attach some logs to clarify "scripts could not be downloaded inside Game Guardian", you can generate it by going to Game Guardian -> Fix It button -> Generate Logs. You can also provide some "Minimal Reproducable Step", so others can easily testify the issue.
  17. Hi @morgane001, could you attach the script here? So others can test it. The problem here is not really specific, you can try to attach some logs (GG > Fix It > Generate Logs). Based on the behaviour, it is likely that the offset / value has changed (differ from both inside script and game), that's why the script has no significant changes and even resulted in unwanted effect.
  18. This post cannot be displayed because it is in a forum which requires at least 1 post to view.
  19. This post cannot be displayed because it is in a forum which requires at least 1 post to view.
  20. Hi @1x1, what games you're trying to hack? If it's an online multiplayer, there's a chance that the coordinate value is overrided by server. Thus, you will be teleported back to your original position. X, Y, Z value is often in floats type or you can dump the game library if it's Unity based game (to make it more easier). I recommend to move this topic to Requests @Collen.
  21. Hi @DARK_DEMON_SCRIPTER, I don't understand; why you're asking for anti-ban for literally 2 games. Sounds like you're under-estimating the process of making anti-ban. It is time consuming process and also definitely hard. Both hiding cheats and making anti-ban is depends on the anti- cheat. I can't promise anything, but I will let you know if I found something interesting. Also, is it a coincidence for you two asking for anti-ban @HEROGAMEOfficial. I don't get it.
  22. MC874

    How to find Anti BAN?

    Hi @DARK_DEMON_SCRIPTER, AntiCheat is different from game to game. Please mention your games name and probably create a new topic.
  23. Hi @SamsungS7User, it looks like there's some issue happening on Samsung devices. Can you clarify some of this?: 1) What Android version you're on? 2) Please attach some logs & video about the problem. You can create logs by going inside Game Guardian > Fix It > Generate Logs. Game Guardian will restart itself and records it's activity, please do the same behaviour that causing the Game Guardian to crash. The logs will be generated inside Internal Storage, then send it here. It is still unclear to me as "crashes" can be caused by literally anything. For now you can run this command inside Termux : su setenforce 0
  24. Hi @STGX44, this is some rare occurences. The problem could comes from Kernel (Android), GG/Game & Security Patches. For now try this command on Termux: Termux su setenforce 0 Similar Thread: - Device can't use Game Guardian - Search causes reboot problem
  25. Hi @DARK_DEMON_SCRIPTER, can you tell me: what's the problem that forbids you from accessing the site? So here's some alternative: 1) You can use: Aurora Store. It is an alternative to Google Playstore with much ability such as: Multi-thread downloads, Able to download Older version of the game based on Version Codes, allows you to spoof Architecture (you can choose any architecture you want) 2) You can use: Raccoon. It is for PC though (Linux, MacOS, Windows). You can download any APK from Google Playstore through that (not 3rd-party server). So it is a good alternative. 3) If your Internet Provider forbids you from accessing the site, you can use Custom DNS: 1.1.1.1 (CloudFlare) or 94.140.14.140 (AdGuard). Or you can use VPN in general. Feel free to ask me, if you curious about VPN or Custom DNS. Please provide more context regarding your problem. If possible; attach some screenshot, so I can understand more about the problem.
×
×
  • 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.