z Gunfire Reborn

Upload your cheat tables here (No requests)
ShadowFlame
Noobzor
Noobzor
Posts: 5
Joined: Sun Jun 07, 2020 5:55 pm
Reputation: 0

Gunfire Reborn

Post by ShadowFlame »

[QUOTE="Cake-san, post: 138761, member: 1634"]

[IMG]https://imgur.com/PAaaaOD.png[/IMG]

Don't know if this will work for anyone...

Feels free to merge..

Enjoy ?

[/QUOTE]

After editing the cash value some enemies on the map just freeze and don't move, you may still progress further into the game though. I've also encountered an issue when I've edited both Souls and Cash at the same time, which caused my character to gain a huge boost of movement speed. Found another problem when editing Cash value, you lose the ability to fire your weapons. Editing gold indeed does some weird things to the game.

[SPOILER]

There is suppose to be a portal there to proceed, guess not lol[IMG]https://i.imgur.com/jGWFgMR.jpg[/IMG]

[/SPOILER]

Top notch table anyway?

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1
Last edited by ShadowFlame on Mon Jun 08, 2020 2:42 pm, edited 2 times in total.

Jach_mantis
What is cheating?
What is cheating?
Posts: 1
Joined: Wed Apr 29, 2020 10:42 pm
Reputation: 0

Gunfire Reborn

Post by Jach_mantis »

[QUOTE="Cake-san, post: 138764, member: 1634"]

copy hp to your gold & soul...

do not edit the value for "No description" part because that's just for show...

[IMG]https://imgur.com/mkxZ37E.png[/IMG]

[/QUOTE]

is their a specific place to do this?

I've attempted it several times at the beginning of the first dungeon and it crashes my game every time.

Do I need to enable mono?

Do I need to make it through the first dungeon and save at the well and then like the last posts?

Do I need to die and spend some and then try?



Thanks first time poster long time lurker.

bobsuc123
What is cheating?
What is cheating?
Posts: 1
Joined: Mon Jun 08, 2020 3:50 pm
Reputation: 0

Gunfire Reborn

Post by bobsuc123 »

[QUOTE="Jach_mantis, post: 138773, member: 40424"]

is their a specific place to do this?

I've attempted it several times at the beginning of the first dungeon and it crashes my game every time.

Do I need to enable mono?

Do I need to make it through the first dungeon and save at the well and then like the last posts?

Do I need to die and spend some and then try?



Thanks first time poster long time lurker.

[/QUOTE]

Just created this account to post this.

1. Activate the script before the boss fight, preferably in the lobby.

2. Kill the boss.

3. When the souls are spraying everywhere, quickily (without picking up anything) change the souls to hp

4. Go into the portal and save at the well.

5. Relaunch the game, and kill yourself at the next stage

User avatar
NumberXer0
Expert Cheater
Expert Cheater
Posts: 1028
Joined: Sun Mar 12, 2017 2:17 pm
Reputation: 92

Gunfire Reborn

Post by NumberXer0 »

Quoting Wombleinc from the request thread:



If you use mono dissect and find the auto aim boolean you can set that to true with

GameAssembly.dll+87CD84 - 80 3D 514F3003 01 - cmp byte ptr [GameAssembly.dll+3B81CDC],00

Change the double 0 to a 1. You now have an aim botish....



Could that be turned into a table option?

Zanzer
RCE Fanatics
RCE Fanatics
Posts: 1093
Joined: Fri Mar 03, 2017 10:48 pm
Reputation: 3520

Gunfire Reborn

Post by Zanzer »

Any clue what Mono class that code was in? I found an aim assist, but it doesn't seem too useful.

User avatar
notpikachu
Table Makers
Table Makers
Posts: 311
Joined: Wed Apr 01, 2020 10:32 am
Reputation: 331

Gunfire Reborn

Post by notpikachu »

[QUOTE="Zanzer, post: 138815, member: 523"]

Any clue what Mono class that code was in? I found an aim assist, but it doesn't seem too useful.

[/QUOTE]



I don't exactly know how many "auto-aim" in this game, but the one that I found didn't seem that helpful. The mono class is "PCControllerAutoShoot_Logic". It does auto aim when you bring the crosshair somewhere near the enemy. It also bug out by targeting above the enemies that is small in size like the bug. I probably missing something here but I finished the game and I don't think I'm playing anytime soon without additional content.



Here's the script if anyone interested to continue or configuring the numbers.

- m_AimatFlag - Auto Aim Flag - 1 to enable

- speed - How fast crosshair move to target

- m_bPress - ???

- useAutoShoot - ???



[SPOILER="Tested on Build.5114571 - Copy Paste onto CE"]

[CODE]







1689

"AutoAim"





Auto Assembler Script

{ Game : Gunfire Reborn

Version:

Date : 2020-06-09

Author : NotPikachu



This script does blah blah blah

}



[ENABLE]



aobscanmodule(autoaim,GameAssembly.dll,33 C9 E8 ?? ?? ?? ?? 48 85 C0 74 4B 33 D2 48 8B C8) // should be unique

alloc(newmem,$1000,autoaim)

alloc(_aim,8)

registersymbol(_aim)

label(code)

label(return)



newmem:

mov [_aim],rcx

code:

mov rbx,rcx

jne autoaim-24

jmp return



autoaim-3b:

jmp newmem

return:

registersymbol(autoaim)



[DISABLE]



autoaim-3b:

db 48 8B D9 75 12



unregistersymbol(autoaim)

dealloc(newmem)

unregistersymbol(_aim)

dealloc(_aim)



{

// ORIGINAL CODE - INJECTION POINT: "GameAssembly.dll"+4E415D



"GameAssembly.dll"+4E4149: CC - int 3

"GameAssembly.dll"+4E414A: CC - int 3

"GameAssembly.dll"+4E414B: CC - int 3

"GameAssembly.dll"+4E414C: CC - int 3

"GameAssembly.dll"+4E414D: CC - int 3

"GameAssembly.dll"+4E414E: CC - int 3

"GameAssembly.dll"+4E414F: CC - int 3

"GameAssembly.dll"+4E4150: 40 53 - push rbx

"GameAssembly.dll"+4E4152: 48 83 EC 30 - sub rsp,30

"GameAssembly.dll"+4E4156: 80 3D CE D9 69 03 00 - cmp byte ptr [GameAssembly.dll+3B81B2B],00

// ---------- INJECTING HERE ----------

"GameAssembly.dll"+4E415D: 48 8B D9 - mov rbx,rcx

"GameAssembly.dll"+4E4160: 75 12 - jne GameAssembly.dll+4E4174

// ---------- DONE INJECTING ----------

"GameAssembly.dll"+4E4162: 8B 0D 10 36 E4 02 - mov ecx,[GameAssembly.dll+3327778]

"GameAssembly.dll"+4E4168: E8 23 75 DD FF - call GameAssembly.dll+2BB690

"GameAssembly.dll"+4E416D: C6 05 B7 D9 69 03 01 - mov byte ptr [GameAssembly.dll+3B81B2B],01

"GameAssembly.dll"+4E4174: 80 7B 2C 00 - cmp byte ptr [rbx+2C],00

"GameAssembly.dll"+4E4178: 74 6F - je GameAssembly.dll+4E41E9

"GameAssembly.dll"+4E417A: 48 8B 0D 9F 57 77 03 - mov rcx,[GameAssembly.dll+3C59920]

"GameAssembly.dll"+4E4181: F6 81 27 01 00 00 02 - test byte ptr [rcx+00000127],02

"GameAssembly.dll"+4E4188: 74 0E - je GameAssembly.dll+4E4198

"GameAssembly.dll"+4E418A: 83 B9 D8 00 00 00 00 - cmp dword ptr [rcx+000000D8],00

"GameAssembly.dll"+4E4191: 75 05 - jne GameAssembly.dll+4E4198

}







1690

"m_CachedPtr"

4 Bytes

_aim




10







1691

"m_PressEvetID"

4 Bytes

_aim




18







1692

"useAutoShoot"

Byte

_aim




1C







1693

"m_bPress"

Byte

_aim




1D







1694

"m_AimatID"

4 Bytes

_aim




20







1695

"m_Event"

4 Bytes

_aim




24







1696

"m_AutoAimatEventID"

4 Bytes

_aim




28







1697

"m_AimatFlag"

Byte

_aim




2C







1698

"speed"

Float

_aim




30













[/CODE]

[/SPOILER]

Arhelay
Cheater
Cheater
Posts: 37
Joined: Fri Sep 22, 2017 9:40 pm
Reputation: 3

Gunfire Reborn

Post by Arhelay »

To streamline souls hacking process you need to pick talent "Dimension pouch".

Then instead of going to well every time thru boss you can hack souls at start of every adventure.



Step 1: Have some souls left via Dimension Pouch

Step 2: Start new game

Step 3: Search for your souls number

Step 4: Dont even need to close your game, change all python.dll adresses to desired number.

Step 5: Go in portal and die.

Step 6: Profit [MEDIA=imgur]a/nkg3Tq4[/MEDIA]
Last edited by Arhelay on Thu Jan 01, 1970 12:00 am, edited 1 time in total.

cheatycheater
Novice Cheater
Novice Cheater
Posts: 15
Joined: Thu Jun 04, 2020 5:21 am
Reputation: 3

Gunfire Reborn

Post by cheatycheater »

[QUOTE="Arhelay, post: 138918, member: 8740"]

To streamline souls hacking process you need to pick talent "Dimension pouch".

Then instead of going to well every time thru boss you can hack souls at start of every adventure.



Step 1: Have some souls left via Dimension Pouch

Step 2: Start new game

Step 3: Search for your souls number

Step 4: Dont even need to close your game, change all python.dll adresses to desired number.

Step 5: Go in portal and die.

Step 6: Profit [MEDIA=imgur]a/nkg3Tq4[/MEDIA]

[/QUOTE]

So crazy how Dimension Pouch is not one of the earliest upgrades. I can definitely see someone who went heavy into the Battle tree locking themselves out of game progression if they can't afford it.

jake345
What is cheating?
What is cheating?
Posts: 2
Joined: Wed Jun 10, 2020 1:35 pm
Reputation: 0

Gunfire Reborn

Post by jake345 »

[QUOTE="Arhelay, post: 138918, member: 8740"]

To streamline souls hacking process you need to pick talent "Dimension pouch".

Then instead of going to well every time thru boss you can hack souls at start of every adventure.



Step 1: Have some souls left via Dimension Pouch

Step 2: Start new game

Step 3: Search for your souls number

Step 4: Dont even need to close your game, change all python.dll adresses to desired number.

Step 5: Go in portal and die.

Step 6: Profit [MEDIA=imgur]a/nkg3Tq4[/MEDIA]

[/QUOTE]

when i scan it doesnt show any python files

insane3203
Noobzor
Noobzor
Posts: 8
Joined: Fri Feb 28, 2020 3:14 am
Reputation: 1

Gunfire Reborn

Post by insane3203 »

[QUOTE="jake345, post: 139015, member: 42907"]

when i scan it doesnt show any python files

[/QUOTE]

You need to activate mono first before scanning

Zanzer
RCE Fanatics
RCE Fanatics
Posts: 1093
Joined: Fri Mar 03, 2017 10:48 pm
Reputation: 3520

Gunfire Reborn

Post by Zanzer »

Maybe I'm missing something.



Using Cake-san's table, it provides you with an entry to just change your souls.



I literally start up a match. Change my souls value in the table. Exit the match. Buy talents.



What's the issue here?

Veniox
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Jun 11, 2020 12:43 am
Reputation: 0

Gunfire Reborn

Post by Veniox »

[QUOTE="Zanzer, post: 139040, member: 523"]

Maybe I'm missing something.



Using Cake-san's table, it provides you with an entry to just change your souls.



I literally start up a match. Change my souls value in the table. Exit the match. Buy talents.



What's the issue here?

[/QUOTE]

For me, when I start an adventure and change the souls, it freezes a lot of aspects of the game, won't be able to shoot, can't go in portal, if I go in portal first enemies just disable, can't open chests. Nothing. Can't exit back to lobby either. After reading cake's instructions in a later post however it worked.
Last edited by Veniox on Thu Jun 11, 2020 1:11 am, edited 1 time in total.

jake345
What is cheating?
What is cheating?
Posts: 2
Joined: Wed Jun 10, 2020 1:35 pm
Reputation: 0

Gunfire Reborn

Post by jake345 »

now when i scan it only shows UnityPlayer and mllogic.dll and winm.dll

doesnt show python no matter how many times i scan with mono on

[QUOTE="insane3203, post: 139034, member: 37984"]

You need to activate mono first before scanning

[/QUOTE]

User avatar
kyoski
Expert Cheater
Expert Cheater
Posts: 90
Joined: Tue Jun 05, 2018 9:19 am
Reputation: 15

Gunfire Reborn

Post by kyoski »

would infinite shop refreshes be a possibility? if you could keep refreshing the shop you could eventually get an item you want early in a run

insane3203
Noobzor
Noobzor
Posts: 8
Joined: Fri Feb 28, 2020 3:14 am
Reputation: 1

Gunfire Reborn

Post by insane3203 »

[QUOTE="jake345, post: 139071, member: 42907"]

now when i scan it only shows UnityPlayer and mllogic.dll and winm.dll

doesnt show python no matter how many times i scan with mono on

[/QUOTE]

From my experience, that happens because of the value. Some value doesn't show any python.dll, some show multiple addresses, and some show only 1 address. Try getting a different value for soul and try again. The best value I found is 45 because it only shows 1 python.dll address.
Last edited by insane3203 on Thu Jan 01, 1970 12:00 am, edited 1 time in total.

Post Reply

Who is online

Users browsing this forum: Baidu [Spider], Bing [Bot], Day7, Dream808, Jogger06, killerkrok555, piepiemanman, Zanzer