Jump to content

Anonymonk

Senior Member
  • Posts

    256
  • Joined

  • Last visited

Everything posted by Anonymonk

  1. but im a d.ck with string and this value is load at launch from the master.db .... i found one string in my life and because it was easy to find. in bleach i just find nothing... idk how they name their string but its hard...
  2. thats not an option, this value never change. i edit it when i open the game and it stay like that until i close it... thats very sad if there is no alternative way... but thank you for the help
  3. hi gods and goddess, im trying to find what to edit in IDA with lldb, but what i want to edit is a fixe value.... im doing bleach brave souls, i know how to find value to extend radius of an atk but that adress obviously dont change by itself... so how can i find it? if i make a watchpoint to that adress and edit the value with igg nothing happend... i tried with gdb too i also tried with something changing and "w s e -- 0x..." work fine any help would be appreciate
  4. hey guys, im playing with bleach brave souls atm. i succesfully edited my dash speed with some help but i would like to understand why x00320032 give the value 22. he told me that i will have 999 if i change it to x00390039 x00000039 somebody know about that? master database igg also i would like to know if there is a way around to make memory text search like they can do with gameguardian android like idk converting text to hex to decimal... i have tried but nothing thanks
  5. i use this to reset my game when i die so i dont loose anything or when i want to reroll different skill for my dogs. i doubt that you can fix a game which is not loading with that
  6. 2%? that would be nice but from all the crate i had to open it was more like under 0.1% 1 thousand $... cheap deal
  7. its in the pack, but i needed to open around 1500 of them to have two dropping in line... as for the skill... i did bought one magazine crate to unlock all my skill
  8. hey there, it should definitly be possible to edit pupy skills by modifying temp files located in "Documents" aforr2337050.sdat etc.. but seems encrypted. i gonna keep digging but if anyone have an idea or solution, please let me know
  9. @DiDA we really need some cleaning option. for exemple when use one crafting point it use 10 (or all if possible) when taking item from inbox it take them all when opening chest it open 100 and a way to duplicate single item would be awsome like wheel, c4 etc but seems impossible.... thanks
  10. hey guys, i have been breeding dogs all day, so i come with a script to delete your progress, and replace it with a older one, then launch the game. very usefull to keep your gear and weapon when you die.. btw it seem that leveling a dog from lvl3 to lvl4 is base on some count because i was preparing 5 white puppy and 3 black puppy from some lvl3 dogs and no matter how many time i reset my app, i was alway getting a single lvl4 on the second puppi.. no matter witch one.. Step 1 Open Filza and Navigate to the container data of LDOE app ; /var/mobile/Containers/Data/Application/665F3714-681D-4286-A0AC-65FD12F51CCD/ Remember every 665F3714-681D-4286-A0AC-65FD12F51CCD are unique random number, your number will be different. Create a folder named "backup" and copy/paste the folder "Documents" inside your new folder. Step 2 Now go to /bin/ and create a file, named for exemple "ldoe" without extention, open it with a txt editor and paste rm -r /var/mobile/Containers/Data/Application/665F3714-681D-4286-A0AC-65FD12F51CCD/Documents/ cp -r /var/mobile/Containers/Data/Application/665F3714-681D-4286-A0AC-65FD12F51CCD/backup/Documents /var/mobile/Containers/Data/Application/665F3714-681D-4286-A0AC-65FD12F51CCD/ Be sure that both path match with your directory and not mine ? save it and, in the file's property, set permissions to 777 Step 3 now lets go to : setting > activator, go in "Anywhere" section tap "Build" on the upper right and select "icon 3d touch" and select LDOE app. again in "Anywhere" section go down to springboard section and select "LDOE icon 3d touch" again tap "Build" on the upper right and select "Run command". there, as title, type for exemple "LDOE reset" and as command, type : "/bin/ldoe" go back and sweep down to the new "Run command" section where "LDOE reset" appear. assign it with your 3d touch, and go all the way down to the "User Applications" section to add a multiple assignment with "Last day on earth... > activate application" thats it, it should delete the old data paste the new one and launch the game. enjoy!
  11. hey there, just wanted to share a tip, cause if you want a rare item from a crate you might need to open thousands of them.... the procedure is to : tap open (from your item box list) tap open (from inside the box) and close the windows while it does display your reward you can create a very simple autotouch script for this purpose and you might even be abble to open 1 crate every 0.75 sec enjoy
  12. is it possible to update to latest version? it doesnt work for me on 1.8.x ios11.2
  13. Content partially updated, now include pixel reconition, if the game remain inactive for 7min30, the screen is turned off and the script shutted down, also, whenever the game get stuck on loading screen while changing area, the host script will unblock that situation by going to the springboard for 10sec Thanks to @marcohadley for explaining me how to use pixel reconition if anybody have some request just ask.
  14. im in a guild in rank A which will have an open slot soon, any VIP interested, PM me
  15. ok, seems to work fine now -- antistuck if getColor(600, 600) == 0 and getColor(86, 1735) == 16777215 then usleep(3000000); if getColor(600, 600) == 0 then repeat usleep(2900000); alert("Unstucking") usleep(6000000); tap(711, 1020); until getColor(600, 600) ~= 0 usleep(300000); end end
  16. ok i just learn how to make bloc, its not perfect because its delaying the whole script with every loading screen, but that will make my life easier ^^ if getColor(80, 1848) == 197379 and getColor(83, 1851) == 15395562 then usleep(5000000); if getColor(80, 1848) == 197379 and getColor(83, 1851) == 15395562 then alert("Unstucking") usleep(3300000); tap(711, 1020); usleep(10000); end end Edit : so i end to insert another bloc, like this, but now the springboard of my ipad air 2 is crashing from time to time.... if getColor(80, 1848) == 197379 and getColor(83, 1851) == 15395562 and getColor(535, 734) == 0 then usleep(1000000); if getColor(535, 734) == 0 then usleep(3000000); if getColor(535, 734) == 0 then alert("Unstucking") usleep(3300000); tap(711, 1020); usleep(10000); end end end
  17. hey guys, im really noob with .lua, until few days ago i was only using "record" option to make a script. So here is the code im working on, its for bleach brave souls In Bleach, sometime host and client get stuck while changing quest area, the host start loading, but the client didnt get it.... and it stay in that state untildeath occurs. i know if i put in the script an alert message, for 3sec, it does unstuck the situation.... after some digging i thought that i could do something like -- unstuck the loading screen of the death function Antistuck() if (getColor(700, 600) == 9748479) then usleep(10000000); return true; end return false; end while true do if (Antistuck()) and getColor(700, 700) == 7841022 then alert("Unstucking") usleep(3300000); tap(711, 1020); usleep(10000); end end but it doesnt work inside my main script, my script just run once.... i would need to write something like , i just have no idea how to process if "loading screen appear for more than 10sec" then alert"blablabla" usleep 3.3sec dismiss the alert... if anybody could help me that would be very nice... as i bearly understand what im doing... its not easy to fix Thanks!
  18. im rewritting everything atm with some pixel reconition, i think it would be easy to make a "if bleach app inactive, launch bleach and tap until it goes to coop or join the host" but i have a lot of thing to do before to make some extra stuff like that whats your device you're using @RiLu ?
  19. hey Guys, i just shared what i have been working on lately, check it out and tell me how it goes mainly design for vip user https://iosgods.com/topic/68852-bleach-brave-souls-auto-coop-story-autotouch/
  20. Thanks Dida, i was really not sure where to post that stuff ?
  21. Scripts are outdated, HUD did change since then, but can still give ideas to write your own. Modded/Hacked App: BLEACH Brave Souls By KLab Global Pte. Ltd. Bundle ID: com.klab.bleach iTunes Store Link: https://itunes.apple.com/us/app/bleach-brave-souls/id1003168863?mt=8&uo=4&at=1010lce4 Requirements: - A Stable Device !!! - (For now) an iPhone 6+/6s+/7+/8+ or an iPad air 2 / Pro 9.7 - AutoTouch (Purchased or Cracked) from Cydia - Vip Bleach Brave Souls Hack from Dida - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools or any other file managers for iOS. - Cydia Substrate (from Cydia). - PreferenceLoader (from Cydia). Scripts Features: All Hosting script contain a special attack about every 5 sec to collect potion/drop etc in those lvl170 coop updated version use pixel reconition : - Host Coop - share with Guild (play a sound) - Start when the last player entered is ready - finish/collect reward) - restart (Stop when no ticket)- Join Guild Coop (play a sound) - be ready after 0/10/20sec - Finish/Collect card - Wait for the next Guild Coop (Perfect When you have 2 account and 2 device in the same Guild)- Evolve the SoulTree, doesnt purchase skills (not fully working but still usefull) previous version ... blind script : - Start Coop - Make Public - Finish/Collect card - Restart (Stop When no Ticket) - Start Coop - Share in Guild - Start only when member are ready - Finish/Collect card - Restart (Stop When no Ticket) - Start Coop - Share in Guild - Start about 5sec after someone Join - Finish/Collect card - Restart (Purchase Ticket When No more) - Start Coop - Share in Guild - Start about 5sec after someone Join - Finish/Collect card - Restart (Stop When no Ticket) - Start Coop - Share in Guild - Start about10sec after someone Join - Finish/Collect card - Restart (Stop When no Ticket) - Join Guild Coop - Finish/Collect card - Wait for the next Guild Coop (Perfect When you have 2 account and 2 device in the same Guild) - AutoFusion 2 stars Accessories - Start the script when no accessory are selected (Filter 2star access - all accessorries should be lvl1 for it to work and you need some 2 stars hearts ) - AutoFusion 3 stars Accessories - Start the script when no accessory are selected (Filter 3star access - all accessorries should be lvl1 for it to work and you need some 2&3 stars hearts ) - Play the story line until the Goal or no more ticket - - - - (more to come) - Hack Download Link: [Hidden Content] Installation Instructions: STEP 1: Download the .Zip file from the link above. STEP 2: Launch AutoTouch, (fake the registration if cracked) and Set an Activator action for Main menu in the setting (i use volume down short hold). STEP 3: Using iFile or Filza, extract and copy/paste Scripts you would like to try, matching with your device to /var/mobile/Library/AutoTouch/Scripts/. STEP 4: Open Bleach Brave souls and start a Coop / Story in Auto, then execute the matching script with the setting 0 Times / 0 intervals. STEP 5: Verify that everything run smooth because depending on your device and internet connection, you might encounter some issue (but it should work fine). STEP 6: Enjoy the effortless farming Post below if you encounter issues with some script Extra Note and WARNING using blind autotouch script (first version) imply some risk, things really unexpected could happend. for exemple hosting a Coop, Klab could ask your app to update some files while ending a quest which would send the script off road, a disconnection while loading the quest would do same. if your app crash then autotouch might keep runing on your springboard open app and mess around. a skype banner or anything else could send you out of the app ( only using the "Join Guild Quest" script) While Fusing Accessorries, you could go wrong a little if you have a laggy connection therefore, you should filter the accessories use to strengthen and display only the 1star, then i dont think anything could go wrong Be aware that if you forget to activate the godmode and one hit kill while hosting a coop, the script gonna revive until you notice it (it happend 2 time to me) Scripts for the 5,5 inch screen and the 9.6/9.7 are not the same because im still working on it. i have an issue, from time to time, one of my device in coop get stuck loading in between coop quest area while the other one doesnt start loading, this is happening because of a special being used just before changing area, thats why there is a script in the iPhone folder named - AntiStuck - (though it seems to have some issue with it atm ^^) it supose to turn off the screen for 3.5sec every 5min and turn it back on using home buttong to unlock the screen ( previously set in activator), this short screen off time is just enought to end the bug while it doesnt affect anything if the game is running normal. beside that its definitly worth it!
  22. i got my first crash at my second battle on my ipad..... never happend when i was using 6.1.4
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines