-
Posts
934 -
Joined
-
Last visited
-
Days Won
40
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Platonic
-
- 10 comments
-
- Dtw
- Dude Theft Wars
- (and 15 more)
-
Oke this is usefull, i was not aware of such thing. Thank you. I will move on Can you maby also have a look at my other post? Kind of need help with encryption method. modify and incrypt/decrypt user cookie (#3uvgrlum)
-
Forgot to reply, thought i did. Nothing happens. i tried your way or convert to assemble and edit and convert back to hex. nothing happens. I'm very sure that i'm doing right. [added 1 minute later] Yes. Don't understand either. Some things change other things don't. for example i had a other post were i modify encrypted username and the modification works. I'm sure my function is correct. Even if the change would not be correct something must happen.
-
Yes.
-
Hi, I need Help. As we all know GG is changing in drastic way, its not simply searching values anymore...More possibilities and easier access to modify a game Thank you for that since gameguardian came from a long way. however the right knowledge for it is needed. I want to level up the play field and start making my scripts for the games with the use of Hex editing, but i have this lack of knowledge and dunno very well were to start. Do i need to learn bits and bytes all the way to know what a opcode is or ARMx68... ? In this case i need to know how many bites i need to select or at least i need to know how to calculate it. As always people don't want to teach and rather ceep the knowledge for themself. That's why i come here to the forum asking for help or a proper explanation! In this case i have a dump file from the libil2cpp.so and found the following address: [CompilerGeneratedAttribute] // RVA: 0xA36F04 Offset: 0xA36F04 VA: 0xA36F04 // RVA: 0xE24404 Offset: 0xE24404 VA: 0xE24404 public double get_headHitboxScale() { } [CompilerGeneratedAttribute] // RVA: 0xA36F14 Offset: 0xA36F14 VA: 0xA36F14 // RVA: 0xE24410 Offset: 0xE24410 VA: 0xE24410 private void set_headHitboxScale(double value) { } Now when i search the offset in the hex editor it will bring me to the starting point. But how many bytes would i need to select? (screenshot_20210317_164826.png) And how do i need to calculate this? If i think this through logically the bytes must be between the one that i copied above [E24404] and the nearest offset that has been showed in the dump file [E24410] So by that logic i should have a hex of 12 bytes:1E 0B D0 ED 30 0B 51 EC 1E FF 2F E1 (screenshot_20210317_181729.png) I assume that selecting the right amount of bytes is crucial in order to edit correctly, in GG i receive my results (screenshot_20210317_182258.png) and i always edit it with one of the Hex values that i found online: However none is working...i assume because i really select wrong amount of bytes. If you can help me that would be great Regards
-
No, its not mandatory to see the results. I need the results to be edited. In the video it search for the value, some of the searched values get edited, but then it search 0.3 but it does not edit them. So i'm not sure...and its not only 0.3. its like skipping 2 functions: show results and edit them.
-
-
What is this? Is it offline? Looks funny.
-
Oldest script actually, first one i made really did a strong number on the game because there were no scripts yet...wallshooters everywere and underground hackers with zoom scope and stuff.. GameInsight did a sue on this website or something so they had to delete my file to avoid any further risk on the site. was a pain in the a** because it had already 15k downloads in a fuew weeks, but its to late for them. There game is out of control and i guess they deserve it. All they do is deleting videos from the YT and make spam videos about how to do gold hack...they don't patch much.
-
Yeah, i did not read it well. Thought that the guy was asking to prove if it was stolen. I now you did not steal them. Either way you can't be really in control of that people steal and sell them. usually those that steal play the game so they are in those communities. Have a nice day.
-
Nice!
-
You for sure did copy from his script, the writing of the script is a bit different but the values are the same..could aswell have worked together. But if you take someone else his values be sure to change the result amount to or atleas edit different..its just to similar... LUCKYDAY999 gg.setRanges(gg.REGION_JAVA_HEAP | gg.REGION_C_HEAP | gg.REGION_C_ALLOC | gg.REGION_C_DATA | gg.REGION_C_BSS | gg.REGION_PPSSPP) gg.searchNumber('-5', gg.TYPE_FLOAT) gg.getResults(6666666666) print('Replaced: ', gg.editAll('49.94', gg.TYPE_FLOAT)) -- edited value for super eyes gg.toast("âš”ï¸�SuperEyes ONâš”ï¸�") goto sdone gg.setRanges(gg.REGION_CODE_APP) gg.searchNumber("-0.1", gg.TYPE_FLOAT) gg.getResults(99999999) print('Replaced: ', gg.editAll("10.8", gg.TYPE_FLOAT)) gg.toast("âš”ï¸�WALLHACK ONâš”ï¸�") goto sdone gg.setRanges(gg.REGION_JAVA_HEAP | gg.REGION_C_HEAP | gg.REGION_C_ALLOC | gg.REGION_C_DATA | gg.REGION_C_BSS | gg.REGION_PPSSPP) gg.searchNumber('0.7', gg.TYPE_FLOAT) gg.getResults(6666666666) print('Replaced: ', gg.editAll('1.33', gg.TYPE_FLOAT)) gg.toast("âš”ï¸BIG PLAYERS ONâš”ï¸") goto sdone Koshak_p gg.setRanges(gg.REGION_JAVA_HEAP | gg.REGION_C_HEAP | gg.REGION_C_ALLOC | gg.REGION_C_DATA | gg.REGION_C_BSS | gg.REGION_PPSSPP) gg.searchNumber('-5', gg.TYPE_FLOAT) gg.getResults(6666666666) print('Replaced: ', gg.editAll('49.94', gg.TYPE_FLOAT)) gg.toast('Super eyes on') goto done gg.setRanges(gg.REGION_ANONYMOUS) gg.setRanges(16384) gg.searchNumber("-0.1", 16) gg.getResults(99999999) gg.editAll("10.8", 16) goto done gg.setRanges(gg.REGION_JAVA_HEAP | gg.REGION_C_HEAP | gg.REGION_C_ALLOC | gg.REGION_C_DATA | gg.REGION_C_BSS | gg.REGION_PPSSPP) gg.searchNumber('0.7', gg.TYPE_FLOAT) gg.getResults(6666666666) print('Replaced: ', gg.editAll('1.33', gg.TYPE_FLOAT)) gg.toast('GIANT!!!') goto done There were some other stuff copied but i see that you putted a lot of effort in to the script...at the end you also added new features...maby @Enyby could confirm if this passes or does this need to be deleted? BTW @LUCKYDAY999 this will happen a lot if you don't encrypt it...either need to get used to it or find values that no one else simply find or you work together with the guy. Regards WkW
-
Hi, been buisy a lot. will see what I can do.
-
- 3 comments
-
- Hack slither.io
- Silther.io script
-
(and 1 more)
Tagged with:
-
- 3 comments
-
- Hack slither.io
- Silther.io script
-
(and 1 more)
Tagged with:
-
finding the color is not that hard actually, but at the day I still have not found the chamz hack, cant see people through walls only at sercent spots but in a bad way. will probably take some time, the gun hacks are really nice, can shoot like 10 bullets at the same time in to 1 clip, jaja they had a anticheat on that but seems to be easy to by pass it. you really should take a look in to the guns ya can learn a lot from it how games develop some type of calculation to prevent you to override it.(way of saying)
-
Hi Reconh, How are you doing today? I just took a quick look at the game and tried some cheats, guns cheats and other hacks are without a issue possible. It seems very possible to cheat, I'm pretty sure that there are already android cheats for it done with GG since the game don't look to hard to cheat for now, perhaps because it is still kind of new: https://www.youtube.com/watch?v=bmY2yA1ADbQ
-
Hi How are you doing today? I dunno the game but try the following values: value: 1.0e-7 type: float region: Ca, A, Xa value: 0.0001 value: 0.001 value: 0.01 type: float, double region: Ca, A, Xa value: 9.9999997e-10 type: float region: Cb
-
Hi, yes im aware of it, working on solving the issue in next update
- 64 replies
-
- nanatsu no taizai
- seven deadly sins
- (and 5 more)
-
thanks but how you mean precise by 3 tear of heroes, and is there a valid function for those flags? or it simply for see the characters at max power?
-
haha, no worry I did it my self. I believe it was a way to unlock all heroes but the game is not designed in a way to unlock all heroes, they no were show wich hero is unlocked and wich one not. It also makes all since why this game is hard to cheat, most those values you see in the game can not be found even encrypted, the real value does not change, when you search for the values that the game shows you wont find nothing or indeed only change visual..very good of the game, I also release that if I use the same hack on higher level it suddenly does not work..its like every lv has different patches for different things. and a lot of things are not showed in the game to calculate the other values or stats from characters. hmm very interesting, I gues I gone have to narrowdown the values that I already found and slowly level up to miss not anything of the game, so i'm just saying this is not gone be done in 1,2,3
-
-
I see, well I will need to play the game a bit langer because there are many things in the game I do not understand, I hope you can explain it for me. in video 1 I show you how to do multiple combos at once but were can I see how much time it takes? does the game shows any status, and also I realeased that characters can be locked or something, were does that stand. so much stuff in the game and I aint used to playing this kind of games. so I would appreciate if I get some info, like for examble with the pvp was very handful info. the most annoying part about this game is that a proper group search is barely possible because the game ceep changing majure values..like to different addresses in stead of the same range..vey annoying thing that I never encounterd before. , I mean not like this, anyway. please give me some more info about the game, all can help. oh yeah, and is there a place were I can se every character of the game?
-
video 1: https://youtu.be/meiVpAZRbxo maby try that link
-
I understand your a new by and been following your post so I do appreciate you cheating that game, and I look in your script and I see you have a total different code then mine so I totally respect you and see and appreciate your work, I met a lot of copy pastes so i'm happy to see this, see this script: https://gameguardian.net/forum/files/file/904-slitherio-hack/ how comes you searched in A :double?