Page 1 of 1

z Barotrauma

Posted: Tue Mar 14, 2023 6:21 pm
by Zanzer
Campaign Pointer
- Cash
- Reputation

Character Pointer
- Cash
- Health
- Oxygen
- Experience
- Talent Points
- Skills

Free Shopping
Max Item Condition
Free Fabricator Crafts
Unlock Fabricator Recipes
Increase Fabricator Speed

In order to activate scripts, you must first perform the corresponding action within the game.
For instance, to enable free shopping, you must first purchase something from a shop.

Also note, the game likes to optimize its code dynamically while you're playing.
So a script might work at the start of a game, but then switch over someplace else after awhile.

Re: z Barotrauma

Posted: Sat Mar 18, 2023 6:29 pm
by Gregon
I tested everything. Besides Character Pointers it all works, once managed to display only Oxygen. Weird, maybe I'm doing something wrong or something changed with hotfix.

Re: z Barotrauma

Posted: Tue Apr 11, 2023 5:17 pm
by Kokuto
I think the reputation and character reading scripts aren't functional. Can't seem to get the values or change them if I get them.

Re: z Barotrauma

Posted: Tue Apr 25, 2023 12:34 am
by spoopysmurf
Any chance of updating this?

Re: z Barotrauma

Posted: Sat Sep 09, 2023 12:47 am
by Sylvtreeya
Zanzer wrote:
Tue Mar 14, 2023 6:21 pm
Campaign Pointer
- Cash
- Reputation

Character Pointer
- Cash
- Health
- Oxygen
- Experience
- Talent Points
- Skills

Free Shopping
Max Item Condition
Free Fabricator Crafts
Unlock Fabricator Recipes
Increase Fabricator Speed

In order to activate scripts, you must first perform the corresponding action within the game.
For instance, to enable free shopping, you must first purchase something from a shop.

Also note, the game likes to optimize its code dynamically while you're playing.
So a script might work at the start of a game, but then switch over someplace else after awhile.
i tried all the option. the character pointer didn't work at all. can you please update the tables? it would be great if you can. :D

Re: z Barotrauma

Posted: Sat Dec 23, 2023 5:33 am
by Redixx76
Can u update this pls!! <3

Re: z Barotrauma

Posted: Tue Mar 19, 2024 11:48 am
by shahar
nothing works, when i press tab then enable the campaign pointer, it searches then its just a red X

anyone knows how to fix this?

Re: z Barotrauma

Posted: Mon Jun 10, 2024 5:00 am
by Kokuto
Requesting update to this table, much of it no longer works with the current version of the game

Re: z Barotrauma

Posted: Mon Apr 14, 2025 9:03 am
by tsur
below is an alternative way while waiting for the updated table:
- use in-game console (F3)
- enablecheats
- enter cheat codes for items, money, xp, skill, talent, teleport, rep, godmode, etc. [Link]
- use autohotkey to enter cheat codes, for example:

Code: Select all

; [Ctrl][F12] to enable god mode for characters named "1" to "16"
^F12::
	sleep 100
	Sendinput {F3 down}
	sleep 50
	sendinput {F3 up}
	sleep 50

	loop 16
	{
		; char 1 to 16
		SendInput godmode %A_Index%
		Sendinput {enter down}
		sleep 50
		sendinput {enter up}
		sleep 50
	}
	; sub godmode
	SendInput godmode_mainsub
	Sendinput {enter down}
	sleep 50
	sendinput {enter up}
	sleep 50
	
	; air quality?
	SendInput oxygen	
	Sendinput {enter down}
	sleep 50
	sendinput {enter up}
	sleep 50

	; lights
	;SendInput lighting on	
	;Sendinput {enter down}
	;sleep 50
	;sendinput {enter up}
	;sleep 50
	Sendinput {F3 down}
	sleep 50
	sendinput {F3 up}
	sleep 50

return



; [Ctrl][F11]
^F11::
	sleep 100
	Sendinput {F3 down}
	sleep 50
	sendinput {F3 up}
	sleep 50
	
	SendInput fixitems
	Sendinput {enter down}
	sleep 50
	sendinput {enter up}
	sleep 50
	Sendinput {F3 down}
	sleep 50
	sendinput {F3 up}
	sleep 50

return

; [Ctrl][F10] 
^F10::
	sleep 100
	Sendinput {F3 down}
	sleep 50
	sendinput {F3 up}
	sleep 50

	SendInput spawnitem handcannonround inventory 12
	Sendinput {enter down}
	sleep 50
	sendinput {enter up}
	sleep 50
	Sendinput {F3 down}
	sleep 50
	sendinput {F3 up}
	sleep 50

return

Re: z Barotrauma

Posted: Sat May 31, 2025 12:54 pm
by ninjabz
Requesting update as well please