-
Posts
660 -
Joined
-
Last visited
-
Days Won
15
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by nok1a
-
Where is the file located? And by just editing it and saving it the editing is applied to the game?
-
Is the file you edited? /data/data/games.burny.playdoku.block.puzzle/shared_prefs/games.burny.playdoku.block.puzzle.v2.playerprefs.xml
-
Its best to create a new topic in help where you explain your issue.
-
How do i extend it so that i can give you an example script? By the time i done that i probably get a ban. You have a group search i can try? If you share how to extend ban i can make script and provide no recoil as example. It may work.
-
My comment was intended for @ByTwiiixy
-
Not that i cheated much battle royal games before except for rules of survival few years ago in which almost all cheats where found only if you enter a match. Except for weather hacks in Ca which was found with unknown search and chams and wireframe which i got from Xa and Ca. So since knives out is also netease i guess it is a similar approach to only find the values in the game. And if you want cheats like no recoil or jump hack to remain without searching again each match you must edit the executable it self which is also way more convenient for such type of games/cheats. But no idea how it works.
-
How do you edit value's without the game detecting it? Also, with those battle royal kinda games the method i explained probably won't work. I have doubt that they load the same weapon data already in the lobby. Normally if i cheat these kinda games i use pointers and offsets to executables. Only annoying thing is that if the game updates you usually need to do update the offsets as well. How exactly did you search for no recoil in knives out?
-
The fact that the game no longer responds while it is in freezing mode is normal. Just press wait. But the fact that your features don't work is i guess the script issue. What is it you try to cheat?
-
What are we talking about? Jumping in the air? Yes
-
Well, if for example the value of no recoil ends up being 0.75 during the match. Instead of searching and editing it in the match you search and edit 0.75 directly from in the lobby.
-
But you know how to find the values in the game no?
-
Usually there is already some standard setting for those guns. Try to search and edit the recoil value directly from in the lobby. Which game is this btw?
-
It's for readability. In the game first offset contains no data(strings), i refer by it as sequence 0. Offset is 0 and size is 0 as well. Data only starts at the second offset. Which is actually sequence 1. From there at index 0 i want the sequence 0 which contains no data, then at index 1 i want sequence 1 which contains data. As you can see here, the empty string i not want at index 1. When at index 0 it will be more suitable for me when working with the game data. But i don't try to make it a habit. It's just this type of cases.
-
It doesn't start with 0 though. Which is rather the result i want to achieve. Must be chronological order.
-
How can i start the array with index 0?
-
- 11 comments
-
- opera omnia
- damage hack
-
(and 1 more)
Tagged with:
-
- 11 comments
-
- opera omnia
- damage hack
-
(and 1 more)
Tagged with:
-
- 11 comments
-
- opera omnia
- damage hack
-
(and 1 more)
Tagged with:
-
- 11 comments
-
- opera omnia
- damage hack
-
(and 1 more)
Tagged with:
-
- 11 comments
-
- opera omnia
- damage hack
-
(and 1 more)
Tagged with:
-
I believe these kind of games uses int32 whats name of game?
-
Farm Ville 2 Country Escape (#2jfsqp7p)
-
View File Farm Ville 2 Country Escape Loads the values in the saved list and edit them by choice. If game refreshes you must reactive the script. Don't put keys to high or game refreshed. Make sure that before you try to edit something its value is not zero. Otherwise the script won't find it. If you have one key, they script will find it. If you have zero keys the script will not find it. Until otherwise. Submitter nok1a Submitted 03/31/2023 Category LUA scripts
-
Version 1.0.0
1,915 downloads
Loads the values in the saved list and edit them by choice. If game refreshes you must reactive the script. Don't put keys to high or game refreshed. Make sure that before you try to edit something its value is not zero. Otherwise the script won't find it. If you have one key, they script will find it. If you have zero keys the script will not find it. Until otherwise.