Leaderboard
Popular Content
Showing content with the highest reputation on 06/10/2022 in Posts
-
i had to say its cool. how do you get the offset consider that its in Xa region? did you play the game and went straight to Xa region to search for it in the first time? btw @Kronfeld this item hack still work somehow maybe not like it used to be before(dont remember how it turn out last time) you can change item level to ridiculous number of level and its rarity to Mythic. but only rarity of the item will be saved after restart.2 points
-
View File Gardenscapes - Unlimited COINS/MOVES GARDENSCAPES LUA SCRIPT - HACK COINS AND MOVES > Tested on game version : 6.1.2 (Google Play Store) > How to use this script (fast demo) : https://youtu.be/Eria9li0nqM The code written in this file is open source, licenced under the Unlicense. Submitter FloatKey Submitted 04/18/2022 Category LUA scripts1 point
-
found high view..it can be useful. Screenrecorder-2022-06-11-04-45-23-482.mp41 point
-
yup @zam535582 had good points in there. sometime people just want to do the stuff by themself..they reach a roadblock and seek for help. hence that the reason why question was asked..for solutions. to break that roadblock. if everytime question was asked but only to reply with a script..then there is no points and reasons that said question need to be asked in the first place. people will/can go just like "hey,i cant find anything..just give me a script will ya." imaging ten of thousand if not more people were thinking the same in that kind of way.. this forum will be just a place for upload/download scripts only and like zam55582 said GG will be nothing but only a tool for running scripts. if that ever happen..maybe moderator can just remove all other sections in forum and replace it with a new one title "Request Game Script" only. or just keep LUA scripts section and remove the others.1 point
-
1 point
-
1 point
-
1 point
-
i think you miss a merchant/trader/someone old the first time.."Take a look" indicate that kind of person. btw..that number on the dice can be hack too. it always start with 10..search it..you roll it and refine the new number then freeze to 20. in every next battle you roll once and you will get critical hit to enemy(number on dice will say otherwise) but it work. for Gold when Buying or Selling.. each items have some kind of IDs(static value) above and below the price. you can try to check it out.1 point
-
https://forum.sbenny.com/threads/asphalt-9-legends-v1-5-4a-unlimited-nitro-speed-hack-no-race-opponents-and-more-updated.46351/1 point
-
Ida + asphalt 9 = waste of time... Game is entirely subx. This is why I know everything created in A9 lib is copy paste from me. So you need to understand debugging and how to find and edit. Then Enyby added opcodes to gg. Eliminating me having to convert many lines to arm. Gg does it for me. Debug, get offset, goto offset, find and make edit.1 point
-
Maybe... Last night was bored. Debug armv7 of the game.... So, working on a release for it1 point
-
You actually modding the lib? If so, you actually know how to debug? Or just searching hex from original version?1 point
-
It's the same hex as last version... just funny it's taken others this long to find what didn't change. Keep an eye out at Sbenny tomorrow or 2 days from now..... ;)1 point
-
1 point
-
@Enyby Amazing.... Arm64 opcodes now added Will gg eventually accept opcodes and convert to hex? Ex: rather than enter 0100A0E3r I can do Mov r0, #1 and GG will change to hex? doesn't have to be a method of editing. Could be like the xor calculator, but instead a built in arm->hex converter? Best Android app ever made. Keep up the amazing work.1 point
-
Permanently unlock? Or just equip? Never had luck unlocking them. Only equip them.1 point
-
What would people wanted scripted? Feel currency everyone should have by now.1 point
-
Please, if it "doesn't work". Increase search range and provide feedback what's not working.1 point
-
1 point
-
It's not about profit. It's about respect. This group does donate when I need to debug, but does so at their own will. But they all know, if it leaks, I stop providing them with the private mod. It's no benefit of everyone is hacking. But if you are with 5 others also cheating, unlikely you compete against eachother and worry about losing. No new users allowed into the group. And it's very small group.1 point
-
You are soft banned. So you earn 0 rep and won't have anyone in MP. I no longer release for public use, it's private small group of people. I had to debug many features again. But everything still works, but also some features that have never been used or seen in public mod.1 point
-
Thanks for including. Proper credits. Sbenny was legally threatened by developer. So everything for this game was deleted. I can paste everything here if users want.1 point
-
1 point
-
1 point
-
I didn't say you can't. It's not well protected, so not worth my time. Many others should be able to easily modify EVERYTHING.1 point
-
1 point
-
Agreed. There video would be useful for that 1 game and that 1 version and not provide any benefit. It's the steps before that get you to that, that's where it's useful.1 point
-
I can. But finding the edits is where 99% of the users won't understand or impossible to do with current device. Enyby will never add debugging to gg, so it's a little extra work outside of gg to do too.1 point
-
@Enyby I can't thank you enough.... Arm opcodes in memory.... ELITE! I owe you a drink Look forward to this part of gg expanding. (Ability to edit ARM and GG switch it to hex if valid).1 point
-
Typically, yes.... Even though you can download game in playstore now.... Can't even play. Extremely deceitful of developer.1 point
-
1 point
-
Sounds like device issue. Game on my device doesn't appear to have any protection. This when you try to attach gg to process? When you search? Or when you edit?1 point
-
1 point
-
1 point
-
1 point
-
What do you mean "bypass"? Like do a lib edit so you don't need to search the value again? Try gdb debugging if phone supports it.1 point
-
I know 0 programming... Pointer is just this Take a value and it's Hex value = address location that it's pointing to. When you get to that address it can contain more useful data. Sometimes pointers are in groups. So player data, maybe hp atk def is each a pointer, but each pointer is one after another. Focus on a"easy" value, then work with pointers branching from that to find related data.1 point
-
This is where the "pointers" filter for results can be useful. Sometimes you can't freeze the pointer, for the game clears data at location it's pointing to by default on value change or something. But, you can follow pointer and edit data then when it goes to relocate, it carries the edited value with it. Recently came across an online fps shooter that does this for ammo.1 point
-
I'm talking about the second he makes edit, game crashes. Edit: Lol. Maybe game didn't crash I just saw the # next to pid. So figured that was the issue.1 point
-
How is this a gg bug? Game has process already attached by something.1 point
-
Different phone. Maybe try another kernel. I can tell you it is possible. In your video, next to the game process you see a '#'. That means something is already attached to the game. So when you use gg, you interrupt what's attached, which is how the game protects itself. Now look at my video. I did same searches and edit. But my game doesn't have # next to it.1 point
-
That not a bug. Ptrace. EXACTLY as @Enyby already stated. Another game, similar protections. It's not just write protection on xa range. You can most likely find a random string and make an edit without any crash. Certain strings/functions might have some kind of integrity check1 point
-
Sorry. Distracted with other games. Working on this one: https://play.google.com/store/apps/details?id=com.dle.afterpulse1 point
-
1 point
-
Doesn't sounds like protection as much as it is a problem on your end with non root gg or parallel.1 point
-
Radare2 + hex editor if you want to work with lib files. If you want to debug and edit lib files gdb or lldb or radare2 + gg + hex to arm/arm to hex + hex editor. Don't need pc and can still accomplish more than those with a pc.1 point
-
That's an interesting method... I like keeping my icons, this would be a good method it seems. Maybe if users choose "small list", you lose certain features like the individual delete buttons. I rarely to never use them. I typically check off a few and use the delete icon at the top instead.1 point
-
The "hide icons" only gains 1 line... Can you consider the same feature you have for browsing memory? "Small list items". Maybe offer this instead of hide icons?1 point
-
1 point
-
You can try running game on a much older device. Or a custom kernel possibly. Enyby has done lots to prevent ptrace detection. But there is still a few developers that gg can't bypass it.1 point