Booty Calls [+31]

Upload your cheat tables here (No requests)
CraigDaSnake
What is cheating?
What is cheating?
Posts: 2
Joined: Tue Mar 16, 2021 4:54 am
Reputation: 0

Free Sexpose Glitches/GameBreak

Post by CraigDaSnake »

Just wanted to give y'all a heads up. The free sexpose code that was added to the table caused a ton of errors and glitches to happen on my game. It's unplayable now and so I even tried to use the cheat on another fresh new account and got the same end result. Idk if there's something I did wrong on my part, but be careful and I'd advise testing the code on an account you don't care about.

Edit: I just tested it out a third time, and realized the glitches started when I used the unlock all girls cheat. An icon for the robot chick just appears in the middle of your screen and stays there until you finish a date, then all the girls become stacked ontop of each other on locations and the game is broken.

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

User avatar
r0b33
Table Makers
Table Makers
Posts: 504
Joined: Sun Jan 20, 2019 5:25 pm
Reputation: 290

Re: Free Sexpose Glitches/GameBreak

Post by r0b33 »

CraigDaSnake wrote:
Tue Jun 28, 2022 12:36 am
Just wanted to give y'all a heads up. The free sexpose code that was added to the table caused a ton of errors and glitches to happen on my game. It's unplayable now and so I even tried to use the cheat on another fresh new account and got the same end result. Idk if there's something I did wrong on my part, but be careful and I'd advise testing the code on an account you don't care about.

Edit: I just tested it out a third time, and realized the glitches started when I used the unlock all girls cheat. An icon for the robot chick just appears in the middle of your screen and stays there until you finish a date, then all the girls become stacked ontop of each other on locations and the game is broken.
Just wanted to give you a heads up.
  • in the very first post we pointed out that we do not take any responsibility for ban from the game, for the ruining of the gameplay
  • I have personally explained a few times that the phenomenon you describe is caused by new characters that already exist in the game data but have not yet been activated (I am currently talking about 3 or more upcoming characters.). [All girls cheat]
  • true, I haven't repeated it a hundred times, but I've suggested too a few times that you should use multiple accounts, too. On one you test the functionality/consequences of an option, on the other you use it (or not) live.
Have a nice day!

notsofast
Noobzor
Noobzor
Posts: 12
Joined: Tue Mar 21, 2017 9:44 am
Reputation: 1

Re: Booty Calls [+31]

Post by notsofast »

GreenHouse wrote:
Mon Jun 27, 2022 6:36 am
notsofast wrote:
Sun Jun 26, 2022 7:02 am
I made free custom sex pose cheat, it seems to work for me if anyone wanna give it a whirl to see if it works for yall too
As a general advice, you shouldn't use Code Injection, and use aobscan instead. Use the Aobscan template, and change aobscan to aobscanregion. The format would be something like: aobscanregion(get_customSexPose,CustomizeSexPanel:Buy,CustomizeSexPanel:Buy+200,AOBHERE).
Using Code Injection will always inject it on the same location, and any update that changes the function will break the script and crash the game. But aobscanregion will look inside the area you specify, so even if there's a change in the function and it moves around, it will still place it in the correct place.

i'll try that. I'm new to CE stuff and still figuring out mono. Will update soon

edit: Hopefully this will work better

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>2887</ID>
      <Description>"Free Custom Sex Pose"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscanregion(CustomSexPose,CustomizeSexPanel:Buy+8e,CustomizeSexPanel:Buy+9e,48 63 4F 30 48 89 4D C0) // should be unique
alloc(newmem,$1000,CustomSexPose)

label(code)
label(return)

newmem:

code:
  mov [rdi+30],0
  movsxd  rcx,dword ptr [rdi+30]
  mov [rbp-40],rcx
  jmp return

CustomSexPose:
  jmp newmem
  nop 3
return:
registersymbol(CustomSexPose)

[DISABLE]

CustomSexPose:
  db 48 63 4F 30 48 89 4D C0

unregistersymbol(CustomSexPose)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: CustomizeSexPanel:Buy+92

CustomizeSexPanel:Buy+6b: 48 89 45 D8                    - mov [rbp-28],rax
CustomizeSexPanel:Buy+6f: 48 8B CF                       - mov rcx,rdi
CustomizeSexPanel:Buy+72: 83 3F 00                       - cmp dword ptr [rdi],00
CustomizeSexPanel:Buy+75: 90                             - nop 
CustomizeSexPanel:Buy+76: 49 BB 8A 3A 5A EE 07 02 00 00  - mov r11,00000207EE5A3A8A
CustomizeSexPanel:Buy+80: 41 FF D3                       - call r11
CustomizeSexPanel:Buy+83: 48 8B C8                       - mov rcx,rax
CustomizeSexPanel:Buy+86: 48 8B 45 88                    - mov rax,[rbp-78]
CustomizeSexPanel:Buy+8a: 48 8B 49 10                    - mov rcx,[rcx+10]
CustomizeSexPanel:Buy+8e: 48 89 4D B8                    - mov [rbp-48],rcx
// ---------- INJECTING HERE ----------
CustomizeSexPanel:Buy+92: 48 63 4F 30                    - movsxd  rcx,dword ptr [rdi+30]
// ---------- DONE INJECTING  ----------
CustomizeSexPanel:Buy+96: 48 89 4D C0                    - mov [rbp-40],rcx
CustomizeSexPanel:Buy+9a: 48 89 45 90                    - mov [rbp-70],rax
CustomizeSexPanel:Buy+9e: 48 85 C0                       - test rax,rax
CustomizeSexPanel:Buy+a1: 0F 84 7C 01 00 00              - je CustomizeSexPanel:Buy+223
CustomizeSexPanel:Buy+a7: 48 B9 30 5A 29 C9 07 02 00 00  - mov rcx,00000207C9295A30
CustomizeSexPanel:Buy+b1: 48 8D 64 24 00                 - lea rsp,[rsp+00]
CustomizeSexPanel:Buy+b6: 49 BB 10 10 F3 D7 05 02 00 00  - mov r11,System.Object:__icall_wrapper_ves_icall_object_new_specific
CustomizeSexPanel:Buy+c0: 41 FF D3                       - call r11
CustomizeSexPanel:Buy+c3: 48 8B C8                       - mov rcx,rax
CustomizeSexPanel:Buy+c6: 48 8B 45 90                    - mov rax,[rbp-70]
}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

User avatar
r0b33
Table Makers
Table Makers
Posts: 504
Joined: Sun Jan 20, 2019 5:25 pm
Reputation: 290

Re: Booty Calls [+31]

Post by r0b33 »

BootyCalls CE Table
THIS VERSION WORKS ONLY WITH THE NUTAKU VERSION

BootyCalls_NE_1.2.119.528_CV1869



CHANGELOG
  • FIXED GetLocation Option
  • ADDED LOCATION ▶️ PARTY BOAT ▶️ Free Reroll / Skip
  • ADDED LOCATION ▶️ PARTY BOAT ▶️ Party Points
    • never use a number higher than the maximum points of the level!
File deleted - there is a newer version.
Last edited by r0b33 on Sat Feb 11, 2023 10:43 pm, edited 2 times in total.

tarnby
Cheater
Cheater
Posts: 29
Joined: Wed May 06, 2020 8:23 pm
Reputation: 1

Re: Booty Calls [+31]

Post by tarnby »

How do you find the item codes again in Nutaku? the item isn't in excel as of the moment.

Update: I did find the post for checking the item codes, but I haven't found the item.
both the dump with the script, using notepad++ on the assets files, or using asset studio, I haven't found it using those.
It's most definitely there, but I may be too stupid to find it, it's not under wireless nor butt plug I think.
(found some but it's not those.) I tried this: ITEM_COLLECTABLE_PVP_APPRECIATION_EVENT, got it but it's not the one for the quest.
Item in-game name: Wireless Butt Plug

asdfdragon1
Expert Cheater
Expert Cheater
Posts: 71
Joined: Sun Jul 04, 2021 6:45 pm
Reputation: 1

Re: Booty Calls [+31]

Post by asdfdragon1 »

The get location isn't activating it at least for me.

tarnby
Cheater
Cheater
Posts: 29
Joined: Wed May 06, 2020 8:23 pm
Reputation: 1

Re: Booty Calls [+31]

Post by tarnby »

asdfdragon1 wrote:
Wed Jun 29, 2022 11:00 pm
The get location isn't activating it at least for me.
have you gotten the newest version of the script?

asdfdragon1
Expert Cheater
Expert Cheater
Posts: 71
Joined: Sun Jul 04, 2021 6:45 pm
Reputation: 1

Re: Booty Calls [+31]

Post by asdfdragon1 »

tarnby wrote:
Thu Jun 30, 2022 11:04 am
asdfdragon1 wrote:
Wed Jun 29, 2022 11:00 pm
The get location isn't activating it at least for me.
have you gotten the newest version of the script?
Yes I did but when I clicked on the square to activate the cheat it didn't respond.

bruhihackkid
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Jul 07, 2022 5:02 am
Reputation: 0

Re: Booty Calls [+31]

Post by bruhihackkid »

How do i downloadd??

Reeboi2022
What is cheating?
What is cheating?
Posts: 2
Joined: Fri Jul 08, 2022 10:42 pm
Reputation: 0

Re: Booty Calls [+31]

Post by Reeboi2022 »

Could you have a category for the cheats that could get you potentially banned?

User avatar
r0b33
Table Makers
Table Makers
Posts: 504
Joined: Sun Jan 20, 2019 5:25 pm
Reputation: 290

Re: Booty Calls [+31]

Post by r0b33 »

Reeboi2022 wrote:
Fri Jul 08, 2022 10:43 pm
Could you have a category for the cheats that could get you potentially banned?
Image Chapter One:
You could potentially be banned for any cheating.

If you are going to cheat in the game, cheat in a way that doesn't detract from reasonable gameplay.
For example, if you can get 2 400 energy in 24 hours, you should not use 96 000 energy.

Happy day to you.

steelgreat9
Noobzor
Noobzor
Posts: 11
Joined: Sat May 29, 2021 5:03 pm
Reputation: 0

Re: Booty Calls [+31]

Post by steelgreat9 »

Is there any difference in the Steam version and Nutaku version beside asa akira? maybe difference benefit?
I want to try the nutaku version if there is any big difference in gameplay

User avatar
r0b33
Table Makers
Table Makers
Posts: 504
Joined: Sun Jan 20, 2019 5:25 pm
Reputation: 290

Re: Booty Calls [+31]

Post by r0b33 »

steelgreat9 wrote:
Sun Jul 10, 2022 8:26 pm
Is there any difference in the Steam version and Nutaku version beside asa akira? maybe difference benefit?
I want to try the nutaku version if there is any big difference in gameplay
There is no apparent difference that players can experience (except of course for Asa, which you already mentioned).
The Steam version is built on 64bit architecture, while the Nutaku version is 32bit, so it doesn't even work on the same table.
For the nutaku version it is easier to create multi accounts.
However, there are differences in the cheats available (which I won't list here).
Last edited by r0b33 on Mon Jul 11, 2022 3:44 am, edited 1 time in total.

steelgreat9
Noobzor
Noobzor
Posts: 11
Joined: Sat May 29, 2021 5:03 pm
Reputation: 0

Re: Booty Calls [+31]

Post by steelgreat9 »

r0b33 wrote:
Mon Jul 11, 2022 3:39 am
steelgreat9 wrote:
Sun Jul 10, 2022 8:26 pm
Is there any difference in the Steam version and Nutaku version beside asa akira? maybe difference benefit?
I want to try the nutaku version if there is any big difference in gameplay
There is no apparent difference that players can experience (except of course for Asa, which you already mentioned).
The Steam version is built on 64bit architecture, while the Nutaku version is 32bit, so it doesn't even work on the same table.
For the nutaku version it is easier to create multi accounts.
However, there are differences in the cheats available (which I won't list here).
Yes I look through the 2 cheat table and found some difference and if the two game basically the same just without asa akira, I think I'll stick to play the steam version for now. Thanks for the reply

steelgreat9
Noobzor
Noobzor
Posts: 11
Joined: Sat May 29, 2021 5:03 pm
Reputation: 0

Re: Booty Calls [+31]

Post by steelgreat9 »

notsofast wrote:
Tue Jun 28, 2022 4:01 am
GreenHouse wrote:
Mon Jun 27, 2022 6:36 am
notsofast wrote:
Sun Jun 26, 2022 7:02 am
I made free custom sex pose cheat, it seems to work for me if anyone wanna give it a whirl to see if it works for yall too
As a general advice, you shouldn't use Code Injection, and use aobscan instead. Use the Aobscan template, and change aobscan to aobscanregion. The format would be something like: aobscanregion(get_customSexPose,CustomizeSexPanel:Buy,CustomizeSexPanel:Buy+200,AOBHERE).
Using Code Injection will always inject it on the same location, and any update that changes the function will break the script and crash the game. But aobscanregion will look inside the area you specify, so even if there's a change in the function and it moves around, it will still place it in the correct place.

i'll try that. I'm new to CE stuff and still figuring out mono. Will update soon

edit: Hopefully this will work better

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>2887</ID>
      <Description>"Free Custom Sex Pose"</Description>
      <LastState/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>[ENABLE]

aobscanregion(CustomSexPose,CustomizeSexPanel:Buy+8e,CustomizeSexPanel:Buy+9e,48 63 4F 30 48 89 4D C0) // should be unique
alloc(newmem,$1000,CustomSexPose)

label(code)
label(return)

newmem:

code:
  mov [rdi+30],0
  movsxd  rcx,dword ptr [rdi+30]
  mov [rbp-40],rcx
  jmp return

CustomSexPose:
  jmp newmem
  nop 3
return:
registersymbol(CustomSexPose)

[DISABLE]

CustomSexPose:
  db 48 63 4F 30 48 89 4D C0

unregistersymbol(CustomSexPose)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: CustomizeSexPanel:Buy+92

CustomizeSexPanel:Buy+6b: 48 89 45 D8                    - mov [rbp-28],rax
CustomizeSexPanel:Buy+6f: 48 8B CF                       - mov rcx,rdi
CustomizeSexPanel:Buy+72: 83 3F 00                       - cmp dword ptr [rdi],00
CustomizeSexPanel:Buy+75: 90                             - nop 
CustomizeSexPanel:Buy+76: 49 BB 8A 3A 5A EE 07 02 00 00  - mov r11,00000207EE5A3A8A
CustomizeSexPanel:Buy+80: 41 FF D3                       - call r11
CustomizeSexPanel:Buy+83: 48 8B C8                       - mov rcx,rax
CustomizeSexPanel:Buy+86: 48 8B 45 88                    - mov rax,[rbp-78]
CustomizeSexPanel:Buy+8a: 48 8B 49 10                    - mov rcx,[rcx+10]
CustomizeSexPanel:Buy+8e: 48 89 4D B8                    - mov [rbp-48],rcx
// ---------- INJECTING HERE ----------
CustomizeSexPanel:Buy+92: 48 63 4F 30                    - movsxd  rcx,dword ptr [rdi+30]
// ---------- DONE INJECTING  ----------
CustomizeSexPanel:Buy+96: 48 89 4D C0                    - mov [rbp-40],rcx
CustomizeSexPanel:Buy+9a: 48 89 45 90                    - mov [rbp-70],rax
CustomizeSexPanel:Buy+9e: 48 85 C0                       - test rax,rax
CustomizeSexPanel:Buy+a1: 0F 84 7C 01 00 00              - je CustomizeSexPanel:Buy+223
CustomizeSexPanel:Buy+a7: 48 B9 30 5A 29 C9 07 02 00 00  - mov rcx,00000207C9295A30
CustomizeSexPanel:Buy+b1: 48 8D 64 24 00                 - lea rsp,[rsp+00]
CustomizeSexPanel:Buy+b6: 49 BB 10 10 F3 D7 05 02 00 00  - mov r11,System.Object:__icall_wrapper_ves_icall_object_new_specific
CustomizeSexPanel:Buy+c0: 41 FF D3                       - call r11
CustomizeSexPanel:Buy+c3: 48 8B C8                       - mov rcx,rax
CustomizeSexPanel:Buy+c6: 48 8B 45 90                    - mov rax,[rbp-70]
}
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
I tried this but nothing happened, did I do something wrong ?

Post Reply