Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/25/2023 in all areas

  1. Hi @DARK_DEMON_SCRIPTER, there's several way to find MainActivity. First, I wanted to talk about the Roblox itself. It looks like there's multiple component that's likely to be the MainActivity: 1) ActivitySplash: Using some tools, this component is marked as MainActivity. 2) ActivityProtocolLaunch: It is the activity that responsible to launch the Game 3) RobloxApplication: This was found inside the manifest.xml from <application> scope. Using the second Activity, I was able to launch the game like this: am start com.roblox.client/.ActivityProtocolLaunch Now, how there's 3 possible MainActivity? You can find MainActivity for every apps using various ways: 1) You can use: MyAndroidTools Pro (requires Root). Inside the App -> ≡ -> Activity -> Roblox -> House Icon. 2) You can also inspect it's Manifest.xml -> <Application -> android:name. 3) If the game can be launched from some Activity, there's a chance it is a MainActivity. It looks like: that's not the case with Roblox: 4) If you want it only to launch the Game, you can Launch the game without MainActivity at all. Here we can use MonkeyPatch: monkey -p com.roblox.client -c android.intent.category.LAUNCHER 1
    2 points
  2. I have the dump file of the game I want to hack and I found the offset but it is too short. Does anyone know how I can find the actual offset?
    1 point
  3. Its the same. Exept in your case its named ParamCount instead of BattleMesh..
    1 point
  4. Bypass nhn apguard root detected (#cl0sw369) Follow this
    1 point
  5. Well this is not offest this filled offest Go watch some YouTube videos and some other like that
    1 point
  6. instant ban, they have checks for ads
    1 point
  7. I mean here is a video on how it was done manually..finding a field that is.
    1 point
  8. for obtaining unobtainable items, i suggest not, cuz its basically red flag for devs. tho you can do the item swap on obtainable items. and also you should try to modify an output of crafting, for resources, some is on crafting table while some is on disassemble tab, both can be modified, dont think its dangerous to be modify. let's use an example for hard to get resources. Steel you can craft steel on crafting menu/table, the recipe will be 5 Iron 1 Aluminum 20 Lead 5 coal and output 1 steel you can search this 5;1;20;5:200 the 200 is group size, it might differs from each devices, but it seems it's works on most ppl. Search type will be Double you might found only 4 address, but for sake of example, i'll use what i find i got 100+, so now filter it by the biggest number from the search group, which is 20 (20 coal) and editAll with increment of 1 (when you open Edit all, there's a button called More or whatever in your language, open it and there's a new prompt with increment, put 1 on it) now refresh the recipe tab, reopen it. now you should see coal requirement changed. find the address and save it, after you save it, revert all and delete (so game doesnt crash) now you open the saved address tab (in gg), open the address and then click goto now in these tab(memory tab) you'll see bunch of address, ignore it for now, and focus to top left corner of GG you'll find a pause button and a word (No Filter or something in your language), click the no filter, in it put .0$ after that the memory tab will updated, now go back to saved list and click the address again, then click goto. now we back to memory tab that filter any address that ends with 0, if you done correctly the highlighted address will have value of 20 in double (if you have double in your memory view setting, top right click the letter thingy beside refresh button, it'll open a tab of which value will be shown, enable Double or E+. [my setting will be, h,S,D,F,E]) select the highlighted address, then difference up/down about 3-5 address till you find other value for other requirement. in my case it'll be 5.0E; <== This will be the Iron (up by 4 address from aluminum) random (ignore) random (ignore) random (ignore) 0.0E; (ignore) 1.0E; <== This will be the Aluminum (up by 3 address from Lead) random (ignore) random (ignore) 0.0E; (ignore) 20.0E; <== This will be the Lead (HIGHLIGHTED ADDRESS) random (ignore) random (ignore) 0.0E; (ignore) 5.0E; <== This will be the Coal (down by 3 address from Lead) random (ignore) random (ignore) 0.0E; (ignore) 1.0E; <== This will be the Steel Output (down by 3 address from Coal) select all of these address that we need (you'll get 5 address), and then you can change the requirement to be 1 (minimum is 1, if negative or 0 it doesnt craft) and you can change the output to like 20k or something. Note: the more the crafting recipe needs, the more addresses you needs, for example, a car with 10 crafting resources needed, you'll find 10 requirement and 1 output, resulting 11. lmk if you had more question
    1 point
  9. not really, tbh, you can just item swap to it, even to the item that doesnt exist anymore such as Cellar. Mostly just for showing off i guess. considering the free script i release already breaks most game's stuff making it absurdly easy, while old script ppl make usually change stuff that temporary, mine (released free script) simply just break the core game such as survivor base economy (Money Hacks [not caps]) battle hacks ( removes pet limits, weapon limit, AP refill, AP Limit, and starting AP) No mini location requirement/tool use [those locked door such] now i have unreleased version that's more optimized and add toggleable options. Tho some hacks still breaks but its ok I added - No Radiation [I shared how to achieve this on the forum] - Free Perks ( set perk points or Remove requirements ) [I shared how to get the costless perk] - Set Reputation requirements to 1 [I shared how to achieve this on the forum as excel file] - Always Jackpot (casino) [I shared how to achieve this on the forum] - Get Caps (2 options) [I shared how to achieve this on the forum] i might release this version 3 as free too i guess, cuz i dont feel to charge subscription on em. While it's not as perfect as badcase's it had some options that doesn't available. I might just setup a website with direct download link and you can just donate (optional, if you want) to get it. Keep in mind i create it with x64 so some other architecture such as x32 might not work and on emulator too. Till then, free script i made is the latest i release
    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.