Risk of Rain 2 (Steam) - Cheat Table

Upload your cheat tables here (No requests)
caijianguo9
Novice Cheater
Novice Cheater
Posts: 15
Joined: Tue Oct 09, 2018 8:04 am
Reputation: 2

Re: Risk of Rain 2 (Steam) - Cheat Table

Post by caijianguo9 »

Chiados wrote:
Thu Jun 27, 2019 10:51 pm
Pongozila wrote:
Thu Jun 27, 2019 10:46 pm
So my code injection still works fine... not as simple to use as the other... but should sufice for now... borrowed the item names from the other table

only new item added is the Topaz brooch
I went ahead and compiled that into the table, thanks!
tks, it's very useful.

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

cloudcry
Novice Cheater
Novice Cheater
Posts: 15
Joined: Fri Jun 28, 2019 1:27 am
Reputation: 0

Re: Risk of Rain 2 (Steam) - Cheat Table

Post by cloudcry »

Chiados wrote:
Fri Jun 28, 2019 3:10 am
cloudcry wrote:
Fri Jun 28, 2019 1:28 am
Trying to use Pongozilla's item script crashes my computer :(
You using the correct game version? Are you using at least Cheat Engine 6.8.3 x64? Are you using it in single player or co-op?
I'm on the most recent game version! I'm using cheat engine 6.8.3, 64 bit, crashes in single player and multiplayer as the host.

User avatar
Chiados
Fearless Furry
Fearless Furry
Posts: 321
Joined: Tue Apr 25, 2017 6:56 am
Reputation: 245

Re: Risk of Rain 2 (Steam) - Cheat Table

Post by Chiados »

cloudcry wrote:
Fri Jun 28, 2019 11:01 pm
Chiados wrote:
Fri Jun 28, 2019 3:10 am
cloudcry wrote:
Fri Jun 28, 2019 1:28 am
Trying to use Pongozilla's item script crashes my computer :(
You using the correct game version? Are you using at least Cheat Engine 6.8.3 x64? Are you using it in single player or co-op?
I'm on the most recent game version! I'm using cheat engine 6.8.3, 64 bit, crashes in single player and multiplayer as the host.
Hm, not sure then. You would probably have to ask the creator of that script. I haven't personally used it but it seems to work for Pongzila and a few others who have commented about it.

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

Re: Risk of Rain 2 (Steam) - Cheat Table

Post by kyoski »

doesn't seem to work for me, just shows a bunch of question marks still when i follow the instructions and activate it, but it has some weird side effect while open where my attacks all basically have the behemoth effect.

also enabling/disabling it causes attacks like commando right click to hit the same target multiple times, same with merc shift charge.
enemies are also able to multi hit with abilities that should only single hit
I don't know why this happens, things like merc actually gets locked in shift charge animation, and his m1 swings hit multiple times instead of once.

User avatar
Chiados
Fearless Furry
Fearless Furry
Posts: 321
Joined: Tue Apr 25, 2017 6:56 am
Reputation: 245

Re: Risk of Rain 2 (Steam) - Cheat Table

Post by Chiados »

kyoski wrote:
Sat Jun 29, 2019 12:07 am
doesn't seem to work for me, just shows a bunch of question marks still when i follow the instructions and activate it, but it has some weird side effect while open where my attacks all basically have the behemoth effect.

also enabling/disabling it causes attacks like commando right click to hit the same target multiple times, same with merc shift charge.
enemies are also able to multi hit with abilities that should only single hit
I don't know why this happens, things like merc actually gets locked in shift charge animation, and his m1 swings hit multiple times instead of once.
Is that the only script you have activated or are other scripts activated too? If so, which ones?

Edit: I decided to try it and it seems to not work on my end either. Not experiencing anything like you are though.

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

Re: Risk of Rain 2 (Steam) - Cheat Table

Post by kyoski »

Chiados wrote:
Sat Jun 29, 2019 1:41 am
Is that the only script you have activated or are other scripts activated too? If so, which ones?

Edit: I decided to try it and it seems to not work on my end either. Not experiencing anything like you are though.
it is indeed the only one i have activated.

[Link]
pic1: random 60% damage (behemoth effect?) occurring on any attack while it's activated.
pic2: everything still showing up as "??" after following directions.
pic3/4: infinite damage loop on some attacks after disabling it, this includes enemy attacks, merc stuck in dash animation from it as well.

User avatar
Pongozila
Table Makers
Table Makers
Posts: 184
Joined: Wed Mar 29, 2017 11:49 pm
Reputation: 210

Re: Risk of Rain 2 (Steam) - Cheat Table

Post by Pongozila »

GUYS, I'M SO FREAKING SORRY!
I've posted a test version of the code... SO VERRY SORRY!

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>419</ID>
      <Description>"Item List (Hit something in-game -&gt; Activate the code -&gt; Hit again in-game -&gt; select what you want how much you want!"</Description>
      <LastState Activated="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : Risk of Rain 2.exe
  Version: 
  Date   : 2019-04-03
  Author : Marcelo

  This script does blah blah blah
}

[ENABLE]

aobscan(tesla,4C 63 28 49 8B C5 85 C0 0F 8E 12) // should be unique
alloc(newmem,$1000,1E98065CC73)
globalalloc(_tsl,4)

label(code)
label(return)

newmem:
mov [_tsl],rax
jmp code
code:
  movsxd  r13,dword ptr [rax]
  mov rax,r13
  jmp return

tesla:
  jmp newmem
  nop
return:
registersymbol(tesla)

[DISABLE]

tesla:
  db 4C 63 28 49 8B C5

unregistersymbol(tesla)
dealloc(newmem)

{
// ORIGINAL CODE - INJECTION POINT: 1E98065CC73

1E98065CC49: 48 0F B6 C0                    -  movzx rax,al
1E98065CC4D: 85 C0                          -  test eax,eax
1E98065CC4F: 0F 85 3E 04 00 00              -  jne 1E98065D093
1E98065CC55: 41 83 3E 00                    -  cmp dword ptr [r14],00
1E98065CC59: 49 8B 46 30                    -  mov rax,[r14+30]
1E98065CC5D: B9 02 00 00 00                 -  mov ecx,00000002
1E98065CC62: 48 63 C9                       -  movsxd  rcx,ecx
1E98065CC65: 39 48 18                       -  cmp [rax+18],ecx
1E98065CC68: 0F 86 45 06 00 00              -  jbe 1E98065D2B3
1E98065CC6E: 48 8D 44 88 20                 -  lea rax,[rax+rcx*4+20]
// ---------- INJECTING HERE ----------
1E98065CC73: 4C 63 28                       -  movsxd  r13,dword ptr [rax]
1E98065CC76: 49 8B C5                       -  mov rax,r13
// ---------- DONE INJECTING  ----------
1E98065CC79: 85 C0                          -  test eax,eax
1E98065CC7B: 0F 8E 12 04 00 00              -  jng 1E98065D093
1E98065CC81: F3 0F 10 46 44                 -  movss xmm0,[rsi+44]
1E98065CC86: F3 0F 5A C0                    -  cvtss2sd xmm0,xmm0
1E98065CC8A: 66 0F 57 C9                    -  xorpd xmm1,xmm1
1E98065CC8E: 66 0F 2F C8                    -  comisd xmm1,xmm0
1E98065CC92: 7A 06                          -  jp 1E98065CC9A
1E98065CC94: 0F 84 F9 03 00 00              -  je 1E98065D093
1E98065CC9A: F3 0F 10 05 7E 06 00 00        -  movss xmm0,[1E98065D320]
1E98065CCA2: F3 0F 5A C0                    -  cvtss2sd xmm0,xmm0
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>497</ID>
          <Description>"Item stack"</Description>
          <Options moHideChildren="1"/>
          <LastState Value="" Activated="1" RealAddress="00000000"/>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>498</ID>
              <Description>"Syringe"</Description>
              <LastState Value="1" RealAddress="1F9A556F620"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>20-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>499</ID>
              <Description>"Bear"</Description>
              <LastState Value="7" RealAddress="1F9A556F624"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>24-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>500</ID>
              <Description>"Behemoth"</Description>
              <LastState Value="0" RealAddress="1F9A556F628"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>28-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>501</ID>
              <Description>"Missile"</Description>
              <LastState Value="2" RealAddress="1F9A556F62C"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>2C-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>502</ID>
              <Description>"ExplodeOnDeath"</Description>
              <LastState Value="0" RealAddress="1F9A556F630"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>30-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>503</ID>
              <Description>"Dagger"</Description>
              <LastState Value="1" RealAddress="1F9A556F634"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>34-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>504</ID>
              <Description>"Tooth"</Description>
              <LastState Value="0" RealAddress="1F9A556F638"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>38-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>505</ID>
              <Description>"CritGlasses"</Description>
              <LastState Value="0" RealAddress="1F9A556F63C"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>3C-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>506</ID>
              <Description>"Hoof"</Description>
              <LastState Value="2" RealAddress="1F9A556F640"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>40-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>507</ID>
              <Description>"Feather"</Description>
              <LastState Value="2" RealAddress="1F9A556F644"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>44-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>508</ID>
              <Description>"AACannon"</Description>
              <LastState Value="0" RealAddress="1F9A556F648"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>48-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>509</ID>
              <Description>"ChainLightning"</Description>
              <LastState Value="2" RealAddress="1F9A556F64C"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>4C-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>510</ID>
              <Description>"PlasmaCore"</Description>
              <LastState Value="0" RealAddress="1F9A556F650"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>50-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>511</ID>
              <Description>"Seed"</Description>
              <LastState Value="1" RealAddress="1F9A556F654"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>54-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>512</ID>
              <Description>"Icicle"</Description>
              <LastState Value="1" RealAddress="1F9A556F658"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>58-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>513</ID>
              <Description>"GhostOnKill"</Description>
              <LastState Value="0" RealAddress="1F9A556F65C"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>5C-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>514</ID>
              <Description>"Mushroom"</Description>
              <LastState Value="1" RealAddress="1F9A556F660"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>60-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>515</ID>
              <Description>"Crowbar"</Description>
              <LastState Value="1" RealAddress="1F9A556F664"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>64-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>516</ID>
              <Description>"LevelBonus"</Description>
              <LastState Value="0" RealAddress="1F9A556F668"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>68-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>517</ID>
              <Description>"AttackSpeedOnCrit"</Description>
              <LastState Value="2" RealAddress="1F9A556F66C"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>6C-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>518</ID>
              <Description>"BleedOnHit"</Description>
              <LastState Value="2" RealAddress="1F9A556F670"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>70-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>519</ID>
              <Description>"SprintOutOfCombat"</Description>
              <LastState Value="0" RealAddress="1F9A556F674"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>74-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>520</ID>
              <Description>"FallBoots"</Description>
              <LastState Value="0" RealAddress="1F9A556F678"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>78-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>521</ID>
              <Description>"CooldownOnCrit"</Description>
              <LastState Value="0" RealAddress="1F9A556F67C"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>7C-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>522</ID>
              <Description>"WardOnLevel"</Description>
              <LastState Value="1" RealAddress="1F9A556F680"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>80-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>523</ID>
              <Description>"Phasing"</Description>
              <LastState Value="0" RealAddress="1F9A556F684"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>84-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>524</ID>
              <Description>"HealOnCrit"</Description>
              <LastState Value="0" RealAddress="1F9A556F688"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>88-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>525</ID>
              <Description>"HealWhileSafe"</Description>
              <LastState Value="3" RealAddress="1F9A556F68C"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>8C-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>526</ID>
              <Description>"TempestOnKill"</Description>
              <LastState Value="0" RealAddress="1F9A556F690"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>90-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>527</ID>
              <Description>"PersonalShield"</Description>
              <LastState Value="0" RealAddress="1F9A556F694"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>94-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>528</ID>
              <Description>"EquipmentMagazine"</Description>
              <LastState Value="1" RealAddress="1F9A556F698"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>98-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>529</ID>
              <Description>"NovaOnHeal"</Description>
              <LastState Value="0" RealAddress="1F9A556F69C"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>9C-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>530</ID>
              <Description>"ShockNearby"</Description>
              <LastState Value="0" RealAddress="1F9A556F6A0"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>A0-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>531</ID>
              <Description>"Infusion"</Description>
              <LastState Value="2" RealAddress="1F9A556F6A4"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>A4-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>532</ID>
              <Description>"WarCryOnCombat"</Description>
              <LastState Value="0" RealAddress="1F9A556F6A8"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>A8-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>533</ID>
              <Description>"---Clover---"</Description>
              <LastState Value="999" RealAddress="1F9A556F6AC"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>AC-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>534</ID>
              <Description>"Medkit"</Description>
              <LastState Value="0" RealAddress="1F9A556F6B0"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>B0-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>535</ID>
              <Description>"Bandolier"</Description>
              <LastState Value="0" RealAddress="1F9A556F6B4"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>B4-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>536</ID>
              <Description>"BounceNearby"</Description>
              <LastState Value="0" RealAddress="1F9A556F6B8"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>B8-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>537</ID>
              <Description>"IgniteOnKill"</Description>
              <LastState Value="2" RealAddress="1F9A556F6BC"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>BC-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>538</ID>
              <Description>"PlantOnHit"</Description>
              <LastState Value="0" RealAddress="1F9A556F6C0"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>C0-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>539</ID>
              <Description>"StunChanceOnHit"</Description>
              <LastState Value="2" RealAddress="1F9A556F6C4"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>C4-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>540</ID>
              <Description>"Firework"</Description>
              <LastState Value="0" RealAddress="1F9A556F6C8"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>C8-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>541</ID>
              <Description>"LunarDagger"</Description>
              <LastState Value="0" RealAddress="1F9A556F6CC"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>CC-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>542</ID>
              <Description>"GoldOnHit"</Description>
              <LastState Value="0" RealAddress="1F9A556F6D0"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>D0-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>543</ID>
              <Description>"MageAttunement"</Description>
              <LastState Value="0" RealAddress="1F9A556F6D4"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>D4-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>544</ID>
              <Description>"WarCryOnMultiKill"</Description>
              <LastState Value="0" RealAddress="1F9A556F6D8"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>D8-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>545</ID>
              <Description>"BoostHp"</Description>
              <LastState Value="0" RealAddress="1F9A556F6DC"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>DC-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>546</ID>
              <Description>"BoostDamage"</Description>
              <LastState Value="0" RealAddress="1F9A556F6E0"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>E0-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>547</ID>
              <Description>"ShieldOnly"</Description>
              <LastState Value="0" RealAddress="1F9A556F6E4"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>E4-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>548</ID>
              <Description>"AlienHead"</Description>
              <LastState Value="0" RealAddress="1F9A556F6E8"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>E8-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>549</ID>
              <Description>"Talisman"</Description>
              <LastState Value="0" RealAddress="1F9A556F6EC"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>EC-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>550</ID>
              <Description>"Knurl"</Description>
              <LastState Value="0" RealAddress="1F9A556F6F0"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>F0-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>551</ID>
              <Description>"BeetleGland"</Description>
              <LastState Value="0" RealAddress="1F9A556F6F4"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>F4-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>552</ID>
              <Description>"BurnNearby"</Description>
              <LastState Value="0" RealAddress="1F9A556F6F8"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>F8-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>553</ID>
              <Description>"CritHeal"</Description>
              <LastState Value="0" RealAddress="1F9A556F6FC"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>FC-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>554</ID>
              <Description>"CrippleWardOnLevel"</Description>
              <LastState Value="0" RealAddress="1F9A556F700"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>100-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>555</ID>
              <Description>"SprintBonus"</Description>
              <LastState Value="1" RealAddress="1F9A556F704"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>104-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>556</ID>
              <Description>"SecondarySkillMagazine"</Description>
              <LastState Value="1" RealAddress="1F9A556F708"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>108-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>557</ID>
              <Description>"StickyBomb"</Description>
              <LastState Value="3" RealAddress="1F9A556F70C"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>10C-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>558</ID>
              <Description>"TreasureCache"</Description>
              <LastState Value="1" RealAddress="1F9A556F710"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>110-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>559</ID>
              <Description>"BossDamageBonus"</Description>
              <LastState Value="1" RealAddress="1F9A556F714"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>114-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>560</ID>
              <Description>"SprintArmor"</Description>
              <LastState Value="1" RealAddress="1F9A556F718"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>118-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>561</ID>
              <Description>"IceRing"</Description>
              <LastState Value="0" RealAddress="1F9A556F71C"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>11C-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>562</ID>
              <Description>"FireRing"</Description>
              <LastState Value="0" RealAddress="1F9A556F720"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>120-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>563</ID>
              <Description>"SlowOnHit"</Description>
              <LastState Value="0" RealAddress="1F9A556F724"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>124-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>564</ID>
              <Description>"ExtraLife"</Description>
              <LastState Value="0" RealAddress="1F9A556F728"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>128-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>565</ID>
              <Description>"ExtraLifeConsumed"</Description>
              <LastState Value="0" RealAddress="1F9A556F72C"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>12C-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>566</ID>
              <Description>"UtilitySkillMagazine"</Description>
              <LastState Value="0" RealAddress="1F9A556F730"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>130-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>567</ID>
              <Description>"HeadHunter"</Description>
              <LastState Value="0" RealAddress="1F9A556F734"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>134-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>568</ID>
              <Description>"KillEliteFrenzy"</Description>
              <LastState Value="0" RealAddress="1F9A556F738"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>138-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>569</ID>
              <Description>"RepeatHeal"</Description>
              <LastState Value="0" RealAddress="1F9A556F73C"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>13C-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>570</ID>
              <Description>"Ghost"</Description>
              <LastState Value="0" RealAddress="1F9A556F740"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>140-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>571</ID>
              <Description>"HealthDecay"</Description>
              <LastState Value="0" RealAddress="1F9A556F744"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>144-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>572</ID>
              <Description>"AutoCastEquipment"</Description>
              <LastState Value="0" RealAddress="1F9A556F748"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>148-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>573</ID>
              <Description>"IncreaseHealing"</Description>
              <LastState Value="0" RealAddress="1F9A556F74C"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>14C-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>574</ID>
              <Description>"JumpBoost"</Description>
              <LastState Value="1" RealAddress="1F9A556F750"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>150-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>575</ID>
              <Description>"DrizzlePlayerHelper"</Description>
              <LastState Value="0" RealAddress="1F9A556F754"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>154-28</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>576</ID>
              <Description>"Topaz Brooch"</Description>
              <LastState Value="2" RealAddress="1F9A556F770"/>
              <VariableType>4 Bytes</VariableType>
              <Address>_tsl</Address>
              <Offsets>
                <Offset>170-28</Offset>
              </Offsets>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
This is the correct version of it. just two dumb lines less corrects everything. Please let me know if THIS one works fine... sorry again... :roll: :mrgreen: :D

User avatar
Chiados
Fearless Furry
Fearless Furry
Posts: 321
Joined: Tue Apr 25, 2017 6:56 am
Reputation: 245

Re: Risk of Rain 2 (Steam) - Cheat Table

Post by Chiados »

Pongozila wrote:
Sat Jun 29, 2019 3:09 pm
GUYS, I'M SO FREAKING SORRY!
I've posted a test version of the code... SO VERRY SORRY!

This is the correct version of it. just two dumb lines less corrects everything. Please let me know if THIS one works fine... sorry again... :roll: :mrgreen: :D
P: No problem dude. Went ahead and added the new code to the table. It works as it should.
Attachments
Risk of Rain 2.CT
Fixed quality of life script one hit kill, should work for every class and every ability as intended now
(98.22 KiB) Downloaded 78 times
Last edited by Chiados on Tue Jul 02, 2019 9:45 am, edited 3 times in total.

Hadrix
Cheater
Cheater
Posts: 31
Joined: Mon May 08, 2017 5:39 pm
Reputation: 0

Re: Risk of Rain 2 (Steam) - Cheat Table

Post by Hadrix »

Chiados wrote:
Sat Jun 29, 2019 3:44 pm
Pongozila wrote:
Sat Jun 29, 2019 3:09 pm
GUYS, I'M SO FREAKING SORRY!
I've posted a test version of the code... SO VERRY SORRY!

This is the correct version of it. just two dumb lines less corrects everything. Please let me know if THIS one works fine... sorry again... :roll: :mrgreen: :D
P: No problem dude. Went ahead and added the new code to the table. It works as it should.
still broke

User avatar
Chiados
Fearless Furry
Fearless Furry
Posts: 321
Joined: Tue Apr 25, 2017 6:56 am
Reputation: 245

Re: Risk of Rain 2 (Steam) - Cheat Table

Post by Chiados »

Hadrix wrote:
Sat Jun 29, 2019 3:52 pm
Chiados wrote:
Sat Jun 29, 2019 3:44 pm
Pongozila wrote:
Sat Jun 29, 2019 3:09 pm
GUYS, I'M SO FREAKING SORRY!
I've posted a test version of the code... SO VERRY SORRY!

This is the correct version of it. just two dumb lines less corrects everything. Please let me know if THIS one works fine... sorry again... :roll: :mrgreen: :D
P: No problem dude. Went ahead and added the new code to the table. It works as it should.
still broke
Works fine for me. ( [Link] ) Make sure you are using 6.8.3 (or better) x64 version of cheat engine and the latest steam copy. Go in game, hit an enemy with an attack, enable the script and hit an enemy ingame again. Add what you want (I dont suggest adding 1 of everything, it does some wonky stuff) and voila, good to go.

cloudcry
Novice Cheater
Novice Cheater
Posts: 15
Joined: Fri Jun 28, 2019 1:27 am
Reputation: 0

Re: Risk of Rain 2 (Steam) - Cheat Table

Post by cloudcry »

Chiados wrote:
Sat Jun 29, 2019 4:05 pm
Hadrix wrote:
Sat Jun 29, 2019 3:52 pm
Chiados wrote:
Sat Jun 29, 2019 3:44 pm


P: No problem dude. Went ahead and added the new code to the table. It works as it should.
still broke
Works fine for me. ( [Link] ) Make sure you are using 6.8.3 (or better) x64 version of cheat engine and the latest steam copy. Go in game, hit an enemy with an attack, enable the script and hit an enemy ingame again. Add what you want (I dont suggest adding 1 of everything, it does some wonky stuff) and voila, good to go.

So here is a breakdown of what I'm attempting - (still experiencing crashes.)

1 ) Start Risk of Rain, open CE 6.8.3 x64 ; select Risk of Rain 2
2) Hit something in game.
3) Activate the code - (This is where I think problems might be happening. What am II meant to be activating? The box that says "[Pongozilla] - Item Script" ?
here's where my list diverges into different attempts -
4a1.) Hit something in game, Activate the "Item List" script under the "[Pongozilla] - Item Script" Header.
4a2) CE slows to a crawl, computer crashes.

---
4b1) Hit something in game, Activate the box labeled "Hit something in-game and then activate the code"
4b2) Crash.

---
4c1)Don't Activate Mono - Hit something in game.
4c2) Activate the "Item List" script under the "[Pongozilla] - Item Script" Header.
4a2) CE slows to a crawl, computer crashes.

User avatar
Chiados
Fearless Furry
Fearless Furry
Posts: 321
Joined: Tue Apr 25, 2017 6:56 am
Reputation: 245

Re: Risk of Rain 2 (Steam) - Cheat Table

Post by Chiados »

cloudcry wrote:
Sat Jun 29, 2019 6:51 pm
So here is a breakdown of what I'm attempting - (still experiencing crashes.)

1 ) Start Risk of Rain, open CE 6.8.3 x64 ; select Risk of Rain 2
2) Hit something in game.
3) Activate the code - (This is where I think problems might be happening. What am II meant to be activating? The box that says "[Pongozilla] - Item Script" ?
here's where my list diverges into different attempts -
4a1.) Hit something in game, Activate the "Item List" script under the "[Pongozilla] - Item Script" Header.
4a2) CE slows to a crawl, computer crashes.

---
4b1) Hit something in game, Activate the box labeled "Hit something in-game and then activate the code"
4b2) Crash.

---
4c1)Don't Activate Mono - Hit something in game.
4c2) Activate the "Item List" script under the "[Pongozilla] - Item Script" Header.
4a2) CE slows to a crawl, computer crashes.
1. Start Ce 6.8.3 x64
2. Attach to Risk of Rain 2 process
3. Expand [Pongozila] - Item Script
4. Hit something ingame
5. Click the box next to [Enable]
6. Wait a bit (Depending on your pc it should take anywhere from 1-10 seconds to expand the box further to reveal Item Stack)
7. Expand Item Stack to reveal a bunch of names
8. Hit something ingame to populate those values
9. Double click whatever one you want under the value side and input a number.

By inputting this number in the selected value, it will give you that item even if it doesn't show up ingame. Also, make sure you get the new table just above. The older ones was a mistake on Pongozila's part as it was a test script. The new table above is corrected and working. You also do not need Mono for this script as its aob based. Mono is meant for all of the other scripts.

Lex Prailius
What is cheating?
What is cheating?
Posts: 3
Joined: Wed Jul 03, 2019 7:18 pm
Reputation: 0

Re: Risk of Rain 2 (Steam) - Cheat Table

Post by Lex Prailius »

I'm having trouble actually getting the other parts of the table to work, like your Teleporter Pointers and the Player Pointers, how come these don't work? By the way, I got Player Pointers to work only when I click this first before anything else, it's weird because if I don't try to check that box first and then go for anything else like the Item Script before that, the Player Pointers won't engage.

But the Teleporter Pointers I'm not able to get working at all (neither Massive Damage, No Skill Cooldown, No Equipment Cooldown, and Instant Teleporter Charge, but I don't care too much for that as much as I do Teleporter options) so just curious as to what I can do to fix that. I do want Instant Teleporter Charge too actually now that I think about it, but I just assumed that was also in the Teleporter Pointers too.

User avatar
Chiados
Fearless Furry
Fearless Furry
Posts: 321
Joined: Tue Apr 25, 2017 6:56 am
Reputation: 245

Re: Risk of Rain 2 (Steam) - Cheat Table

Post by Chiados »

Lex Prailius wrote:
Wed Jul 03, 2019 7:27 pm
I'm having trouble actually getting the other parts of the table to work, like your Teleporter Pointers and the Player Pointers, how come these don't work? By the way, I got Player Pointers to work only when I click this first before anything else, it's weird because if I don't try to check that box first and then go for anything else like the Item Script before that, the Player Pointers won't engage.

But the Teleporter Pointers I'm not able to get working at all (neither Massive Damage, No Skill Cooldown, No Equipment Cooldown, and Instant Teleporter Charge, but I don't care too much for that as much as I do Teleporter options) so just curious as to what I can do to fix that. I do want Instant Teleporter Charge too actually now that I think about it, but I just assumed that was also in the Teleporter Pointers too.
You must enable Mono before you use those scripts. They will not work without it. When you expand '[Chiados] :: Scorched Acres Update', it will give the script to 'Enable Mono', once that is enabled, all other scripts within that category will function just fine. (Proof here: [Link])

[To avoid double posting]

Updated the table with a new script. Spawns every portal at the teleporter upon charge. Cleaned up the table a bit to make it easier to understand for those who arent familiar with CE. Added 'how to use' for pongozila's item script into [Table Information]. Upon loading the table it will now ask to auto attach to the risk of rain 2 process. Obviously the game must be running for it to attach properly.
Attachments
Risk of Rain 2.CT
(101.83 KiB) Downloaded 85 times

Lex Prailius
What is cheating?
What is cheating?
Posts: 3
Joined: Wed Jul 03, 2019 7:18 pm
Reputation: 0

Re: Risk of Rain 2 (Steam) - Cheat Table

Post by Lex Prailius »

Chiados wrote:
Wed Jul 03, 2019 7:50 pm

You must enable Mono before you use those scripts. They will not work without it. When you expand '[Chiados] :: Scorched Acres Update', it will give the script to 'Enable Mono', once that is enabled, all other scripts within that category will function just fine. (Proof here: [Link])

[To avoid double posting]

Updated the table with a new script. Spawns every portal at the teleporter upon charge. Cleaned up the table a bit to make it easier to understand for those who arent familiar with CE. Added 'how to use' for pongozila's item script into [Table Information]. Upon loading the table it will now ask to auto attach to the risk of rain 2 process. Obviously the game must be running for it to attach properly.
So I see your proof and I'm pretty sure it works on your end, but for some reason it still won't work on mine, the same exact things aren't being activated (I don't know anything about CE besides ticking boxes and finding values to change stuff, that means only the basic stuff) From what it sounds like, there's an option to go into scripts and access them without even needing to tick boxes?

I don't know anything about that, so the instructions you gave me were pretty much all I do anyway, just tick Enable Mono so I can actually see the options in the first place. I swear it has to be something I'm not doing right though, like maybe have the wrong version of Risk of Rain 2? Or maybe the mods I have placed in there? I don't know. (The other one you just added doesn't tick either, the one about every portal spawns at teleporter) so I don't know what it is that I'm doing wrong here.

Locked

Who is online

Users browsing this forum: ArchernarhZ, Day7, Empire, Fazuul, Google [Bot], Google Adsense [Bot], jenovalive, jonaaa, RomanHladik, SpencerEsquire, the3llsnist, WhiteRau, ZoDDeL