Jump to content

Recommended Posts

Posted

Game Guardian for no recoil, jumping in the air, etc.
Is there a way to find them from the beginning?
I edit the values one by one and when a change occurs, I narrow the search by halving the number of searches.
It is a little difficult because of frequent crashes.
Is there any way to search a little faster?

Posted
  On 4/8/2023 at 2:56 PM, Player4 said:

Game Guardian for no recoil, jumping in the air, etc.
Is there a way to find them from the beginning?
I edit the values one by one and when a change occurs, I narrow the search by halving the number of searches.
It is a little difficult because of frequent crashes.
Is there any way to search a little faster?

Expand  

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?

Posted
  On 4/8/2023 at 5:48 PM, nok1a said:

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?

Expand  

I'm not sure how to do that search.

I would be very grateful if you could tell me how to search for it.

The game is called KNIVES OUT.

Posted
  On 4/8/2023 at 11:09 PM, Player4 said:

I'm not sure how to do that search.

I would be very grateful if you could tell me how to search for it.

The game is called KNIVES OUT.

Expand  

But you know how to find the values in the game no?

Posted
  On 4/9/2023 at 1:07 PM, Player4 said:

I do not know of any easy way.
I edit and look for them one by one.

Expand  

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.

Posted
  On 4/9/2023 at 8:09 PM, nok1a said:

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.

Expand  

Hmmm...I think I understand a little...
I'll try a few!

Posted
  On 4/9/2023 at 8:09 PM, nok1a said:

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.

Expand  

Sorry, I still don't understand.
I just have one question.
I was given the number 0.75 as an example.
I'm not sure if you mean the original value or...
Is there a way to search for such a value from scratch?
Is that search method the one you are currently teaching me?

Posted
  On 4/8/2023 at 2:56 PM, Player4 said:

I edit the values one by one and when a change occurs, I narrow the search by halving the number of searches.

Expand  

What are we talking about? Jumping in the air?

  On 4/10/2023 at 12:46 AM, Player4 said:

Is that search method the one you are currently teaching me?

Expand  

Yes

Posted (edited)
  On 4/10/2023 at 1:40 AM, nok1a said:

What are we talking about? Jumping in the air?

Expand  

Besides aerial jumps, no recoil, judgment expansion, etc.
I would like to know how to easily find the various values.

  On 4/10/2023 at 1:40 AM, nok1a said:

Yes

Expand  

I tried it and couldn't figure it out...
I did a vague search in the lobby, went to the match and changed
and tried to find it...
I'm sure this is something different...?

Edited by Player4
Posted
  On 4/10/2023 at 2:02 AM, Player4 said:

Besides aerial jumps, no recoil, judgment expansion, etc.
I would like to know how to easily find the various values.

I tried it and couldn't figure it out...
I did a vague search in the lobby, went to the match and changed
and tried to find it...
I'm sure this is something different...?

Expand  

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?

 

 

Posted
  On 4/11/2023 at 2:21 AM, nok1a said:

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.

Expand  

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.

 

Posted
  On 4/11/2023 at 2:21 AM, nok1a said:

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?

 

 

Expand  

The game will detect it.
But that detection can also be numerically extended in time.

This did not work well in Battle Royale.

I would like to know how to insert a pointer or offset to the executable file.

The way to search for No Recoiln in KNIVES OUT is to search for 1.0, rewrite it and if it doesn't become no recoiln, revert it and delete it.
and repeat the search.

  On 4/11/2023 at 2:41 AM, nok1a said:

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.

 

Expand  

So it was...
Thanks for the valuable information.
As for the executable file, I have scripted it using a lua file.
But when I log in again, the values around it change.
I would like to know how to create scripts for pointers and offsets.

Posted
  On 4/11/2023 at 7:23 AM, Player4 said:

The game will detect it.
But that detection can also be numerically extended in time.

Expand  

How do i extend it so that i can give you an example script?

  On 4/11/2023 at 7:23 AM, Player4 said:

The way to search for No Recoiln in KNIVES OUT is to search for 1.0, rewrite it and if it doesn't become no recoiln, revert it and delete it.

and repeat the search.

Expand  

By the time i done that i probably get a ban. You have a group search i can try?

  On 4/11/2023 at 8:38 AM, nok1a said:

 

Expand  

 

  On 4/11/2023 at 7:23 AM, Player4 said:

I would like to know how to create scripts for pointers and offsets.

Expand  

If you share how to extend ban i can make script and provide no recoil as example. It may work.

Posted (edited)
  On 4/11/2023 at 8:38 AM, nok1a said:

How do i extend it so that i can give you an example script?

Expand  

Can't you attach a script or something?

  On 4/11/2023 at 8:38 AM, nok1a said:

By the time i done that i probably get a ban. You have a group search i can try?

Expand  

Try Test Script.lua

  On 4/11/2023 at 8:38 AM, nok1a said:

If you share how to extend ban i can make script and provide no recoil as example. It may work.

Expand  

Sorry...
AntiBAN is subject to device differences, so we will provide one, but I don't know if it will work.

Test Script.luaFetching info...

 

Edited by Player4

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.