Jump to content

Crystal_Mods100x

Ascended
  • Posts

    300
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Crystal_Mods100x

  1. Basically any game u choose but watch out! da anticheats do be sneaking around ill be around to help u in case u need anything! altho im not that experinced i can share my knowledge with you. sorry my grammar is bad i speak english its just i cant spell correctly start off smooth by cracking offline games and slowly progress upward ^^ then you should be starting to write scripts now which are easy!
  2. Alright so the value i actually got was 1C i did not pay attention correctly and thats how i got the offset wrong but like u said that offset 1C will always be in hex i need to put 0x infront of 1C to get 0x1C to indicate that its a hex what the problem was we didnt add one it was me not paying attention to the mistake i made therefore me not getting it but now i get it. i will revert to hex Thanks Everyone and monkey san mostly. probably might have broken your fingers from all that typing we both said 0xC without me throwing what else was there 0x1C for pixel force 2 is bullet speed while 0x18 is bullet range which makes the bullets fly farther Thanks everyone problem was what i really got was 1C and i said 0xC instead of 0x1C and that resulted in this 1C to dec is 28 but its still not working so imma just use dec
  3. Another problem. i only used one value which was dword i did not used the word value to get the glide speed. thats why its probably diffrent because im not using word im just using only one value thats probably why i got 0x70 one more thing is the word that logs shotgun ammo is exactly the same as my dword value for the shotgun and yes 0x70 works for the glide speed. and some how the region changed from .bss to anonymous
  4. DUDE. those are his exact values you could at least give credit because lucky day found all the values and coded the script. you know how long it took him? Not cool dude. you could have learned instead of stealing values, stealing code and stealing values and code isnt the way to go >=( neither you gave credit.
  5. i got the 46 because i convert 70 to hex
  6. i do not get it )= the last offset was caculated as 68 so 0x68 so if i get a number its 0xC right? idk what im doing wrong
  7. Question? what do i do if i get a letter as my offset? like C. im modding a game called pixel force and i caculated 2 numbers one being the original value (ammo) other being the bullet speed or range (6.0F) or (20 something F) after i caculated the 2 it just gave me C
  8. Nice man! try other data editing apps like MT manager, Apk editor, and file explorers that use root. or something to give you access to the game code im glad now u have a root u can use game guardian more better , the searches are fast. the scripts run smoothly and nothing is to worry about! cheers!
  9. ouch man. sorry about that. soul knights quiet anti cheat is starting to get annoying. (if i were a dev i would call them out for cheating seriously! not crash the app XD!) and i ran out of options, breaking security does not seem to work, and the app is not working as well. but i hope X8 Sandbox has given u an awesome xpericnce and made cracking other game easy! but for my last chance to trying to mod soul knight apk try lucky patcher in X8 sandbox (lucky patcher with root WORKS BEST) that should let u get all the items for free and basically get any item for free, not sure if it disables protection but this is the last option Modding an app that crashes continuesly with a known memory editor like game guardian is certian that they have some protection like anti malware software i dont think its anti cheat (gg is not malware tho)
  10. LOL! i hope X8 Sandbox works for you. unless you have to install a older version of the app How about making an apk of soul knight and breaking its security? maybe find an already modded version of the app / mod menu or something that changes the data. before i use game guardian on an app i use app cloner to give any apk viewer (MT Manager) access with the file code without root maybe that will loosen up the protection or decompilation
  11. Hey! try vphone gaga apk or X8 Sandbox, both are built in self root virtual spaces and both of them should work. And likely it is some protection because if the game is not running without game guardian then the devs were smart enough https://x8sb.com/ Try that and it should run correctly! self root + exposed firmware (virtual exposed firmware) Tell me what u think after! i wonder why the devs would make their game crash if detecting game guardian. that does not make any sense at all "silent anticheat" also it has game guardian built in for some reason but i think u can still add the latest version
  12. idk what did i do but it works with 0x70 what ever number i get is my answer to my script
  13. WHAT. i got 70 when i caculated the 2? what just happened ;-; i really caculated 70 there is no way lemme try that then =)) wait. did u convert it to hex?
  14. True. but the value can set back to normal at some times say for instance ("getting in a car") or ("dying then values reset") then we can make an on an off button for it! if its on its 1 else 0 and freezing can prevent the value to change from random value sets like when u get in a car it changes. or dying sets it to some random
  15. Crystal_Mods100x

    Offset help

    Hi everyone im requesting help here because i was making a script for a game and i could not get it to work it requires 20 shotgun ammo then it needs to be refined to 16 then i caculated the 2 numbers to offset and i got 70 (0x46), i entered the number but it does not work (it works when player glides toward the direction they are pointing toward + fast fire rate) here is the source code i did not code this all credits go towards > @AKRAMRAZA for coding the script base Thank you but here is the problem i keep getting the wrong results and it does not work -Source code function test() gg.clearResults() gg.searchNumber("20", gg.TYPE_DWORD) gg.alert('10 seconds to change ammo to 17') gg.sleep(10000) --10 seconds gg.refineNumber("16", gg.TYPE_DWORD) p = gg.getResults(1) local q = {} q[1] = {} q[1].address = p[1].address + 0x46 --address to the offset(ex: -4) to the refined result q[1].flags = gg.TYPE_FLOAT --datatype which i want to edit the value q[1].value = 1 --value i want to edit the glide value to gg.setValues(q) gg.alert('Done') gg.clearResults() end function stop() os.exit() end main = gg.choice({'Glide speed','Exit'}) if main==1 then test() end if main==2 then stop() end But what am i doing wrong? i also dont know how many results only one result comes in for the shotgun ammo is that?
  16. It does work. it has all the values required for each hack. also if it doesnt work you need to be a host and you have to set the values yourself in a game, things like local speed, kill vision and more require host. some other things are in game
  17. Every color has a value like if you search up how to find values and put it in a script you should see one persons YT channel talking about it. we can use thoes values but sadly my computer is restricted and the last unblock site was restricted )=, ill have to look at it some time soon
  18. Sure! also u can find the impostor by using fuzzy but idk the color value for the player every player has a color value if you can get that then i can search that with the impostor number
  19. Well done. funny how pixel guns anti cheat is crazy but can still be cracked with game guardian what sense does that make? Awesome script dude! it would be awesome to add fire rate =)) or more features
  20. Hey monkey san. i found something when cacualating your offset maybe you can add an on / off button for it it makes you glide in one direction your pointing towards and it also gives your crazy fire rate! i searched the gun ammo in DWORD and i caculated the 2 values to offset and it gave me 70 see if you can edit the float number to 1 and it should work
  21. Thank You. i will be updating soon or later like nerfing speed and adding more features
×
×
  • 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.