[Request]Ooblets
[Request]Ooblets
Game Name: Ooblets
Game Engine:Unity
Game Version:Dont know (sorry)
Options Required:Infinite items,money and energy
Other Info:Just want to say thanks to whoever accept this job!
Game Engine:Unity
Game Version:Dont know (sorry)
Options Required:Infinite items,money and energy
Other Info:Just want to say thanks to whoever accept this job!
-
- Expert Cheater
- Posts: 151
- Joined: Thu Aug 10, 2017 1:05 am
- Reputation: 17
Re: [Request]Ooblets
seconding, awesome game, time freeze would also be great
quick update: energy and stamina are both float, wishes and gummies both are 4 bytes. pretty easy stuff to find.
quick update: energy and stamina are both float, wishes and gummies both are 4 bytes. pretty easy stuff to find.
Re: [Request]Ooblets
Not much...
Update 1
-Add playerInventory, so you can change player's item directly
-Fix add item script from crashing and its dropdown item list should have all item,probably
-Add weather pointer and its dropdownlist to ease changing the value...
Update 2
- Fixed broken script & pointers
- Added playerOoblets pointer
Update 1
-Add playerInventory, so you can change player's item directly
-Fix add item script from crashing and its dropdown item list should have all item,probably
-Add weather pointer and its dropdownlist to ease changing the value...
Update 2
- Fixed broken script & pointers
- Added playerOoblets pointer
- Attachments
-
- ooblets___.CT
- Update 2
- (31.58 KiB) Downloaded 1515 times
Last edited by Cake-san on Sun Feb 07, 2021 4:09 pm, edited 3 times in total.
Re: [Request]Ooblets
paste these code into CE table section replacing current todayDayTag pointer(by deleting it)
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>13</ID>
<Description>"todayDayTag"</Description>
<DropDownList DescriptionOnly="1" DisplayValueAsItem="1">05 00 00 00 73 00 75 00 6E 00 6E 00 79 00 00 00:sunny
05 00 00 00 72 00 61 00 69 00 6E 00 79 00 00 00:rainy
06 00 00 00 73 00 74 00 6F 00 72 00 6D 00 79 00:stormy
06 00 00 00 67 00 6C 00 65 00 61 00 6D 00 79 00:gleamy
</DropDownList>
<LastState Value="06 00 00 00 67 00 6C 00 65 00 61 00 6D 00 79 00" RealAddress="267920DB0A0"/>
<ShowAsHex>1</ShowAsHex>
<VariableType>Array of byte</VariableType>
<ByteLength>16</ByteLength>
<Address>+GameManager.todayDayTag</Address>
<Offsets>
<Offset>10</Offset>
</Offsets>
</CheatEntry>
<CheatEntry>
<ID>82</ID>
<Description>"tomorrowDayTag"</Description>
<DropDownList DescriptionOnly="1" DisplayValueAsItem="1">05 00 00 00 73 00 75 00 6E 00 6E 00 79 00 00 00:sunny
05 00 00 00 72 00 61 00 69 00 6E 00 79 00 00 00:rainy
06 00 00 00 73 00 74 00 6F 00 72 00 6D 00 79 00:stormy
06 00 00 00 67 00 6C 00 65 00 61 00 6D 00 79 00:gleamy
</DropDownList>
<LastState Value="06 00 00 00 73 00 74 00 6F 00 72 00 6D 00 79 00" RealAddress="267920DB070"/>
<ShowAsHex>1</ShowAsHex>
<VariableType>Array of byte</VariableType>
<ByteLength>16</ByteLength>
<Address>+GameManager.tomorrowDayTag</Address>
<Offsets>
<Offset>10</Offset>
</Offsets>
</CheatEntry>
</CheatEntries>
</CheatTable>
Or just change the todayDayTag value into gleamy & its string length(todayDayTag-4) to 6
-
- What is cheating?
- Posts: 1
- Joined: Tue Jul 21, 2020 4:54 am
- Reputation: 0
Re: [Request]Ooblets
I tried this and it didn't work, It had no values.Cake-san wrote: ↑Sun Jul 19, 2020 1:58 ampaste these code into CE table section replacing current todayDayTag pointer(by deleting it)And you should be able to change to whatever weather you want...Code: Select all
<?xml version="1.0" encoding="utf-8"?> <CheatTable> <CheatEntries> <CheatEntry> <ID>13</ID> <Description>"todayDayTag"</Description> <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">05 00 00 00 73 00 75 00 6E 00 6E 00 79 00 00 00:sunny 05 00 00 00 72 00 61 00 69 00 6E 00 79 00 00 00:rainy 06 00 00 00 73 00 74 00 6F 00 72 00 6D 00 79 00:stormy 06 00 00 00 67 00 6C 00 65 00 61 00 6D 00 79 00:gleamy </DropDownList> <LastState Value="06 00 00 00 67 00 6C 00 65 00 61 00 6D 00 79 00" RealAddress="267920DB0A0"/> <ShowAsHex>1</ShowAsHex> <VariableType>Array of byte</VariableType> <ByteLength>16</ByteLength> <Address>+GameManager.todayDayTag</Address> <Offsets> <Offset>10</Offset> </Offsets> </CheatEntry> <CheatEntry> <ID>82</ID> <Description>"tomorrowDayTag"</Description> <DropDownList DescriptionOnly="1" DisplayValueAsItem="1">05 00 00 00 73 00 75 00 6E 00 6E 00 79 00 00 00:sunny 05 00 00 00 72 00 61 00 69 00 6E 00 79 00 00 00:rainy 06 00 00 00 73 00 74 00 6F 00 72 00 6D 00 79 00:stormy 06 00 00 00 67 00 6C 00 65 00 61 00 6D 00 79 00:gleamy </DropDownList> <LastState Value="06 00 00 00 73 00 74 00 6F 00 72 00 6D 00 79 00" RealAddress="267920DB070"/> <ShowAsHex>1</ShowAsHex> <VariableType>Array of byte</VariableType> <ByteLength>16</ByteLength> <Address>+GameManager.tomorrowDayTag</Address> <Offsets> <Offset>10</Offset> </Offsets> </CheatEntry> </CheatEntries> </CheatTable>
Or just change the todayDayTag value into gleamy & its string length(todayDayTag-4) to 6
Re: [Request]Ooblets
Fixed... redownload the table thenCrystalanthology wrote: ↑Tue Jul 21, 2020 5:01 amI tried this and it didn't work, It had no values.
Re: [Request]Ooblets
I'm new to Cheatengine, When running it it pastes: "Failure injecting the MonoDatacollector dll"
Re: [Request]Ooblets
How to use this cheat table? [Link]
Double-click the .CT file in order to open it.
Click the PC icon in Cheat Engine in order to select the game process.
Keep the list.
Activate the trainer options by checking boxes or setting values from 0 to 1 If problem still persist, try to run the game without epic laucher eg: creating a shortcut and adding the -EpicPortal command line argument
Re: [Request]Ooblets
I love this cheat table and just wanted to say thanks for posting it again.
-
- Noobzor
- Posts: 10
- Joined: Mon Dec 16, 2019 4:09 am
- Reputation: 0
Re: [Request]Ooblets
Excuse me but would it be possible to change the chance of gleamy ooblets or change the chance of a certain ooblet?
I just want a way to cheat in new ooblets
I just want a way to cheat in new ooblets
-
- Noobzor
- Posts: 10
- Joined: Mon Dec 16, 2019 4:09 am
- Reputation: 0
Re: [Request]Ooblets
0.3.57_e_da is the latest version as of August 1.
-
- What is cheating?
- Posts: 1
- Joined: Fri Aug 21, 2020 7:14 pm
- Reputation: 0
how do i use this
im confused i want to use this to aqquire items but i dont know how to
Re: [Request]Ooblets
I would love if this cheat table got updated. Certain features aren't working anymore, such as adding items.
Re: [Request]Ooblets
Would also love to see an update if possible please.
Who is online
Users browsing this forum: Bing [Bot], Google Adsense [Bot], Junxionghua