Page 2 of 7

Re: Outriders DEMO Table

Posted: Sun Mar 07, 2021 6:57 am
by Idlehands88
Cake-san wrote:
Sun Mar 07, 2021 6:50 am
Idlehands88 wrote:
Sun Mar 07, 2021 6:34 am
...
The Algorithm version ,lol ... :sleep:
Are you talking about the code you put in your reply?

EDIT: nvm, got it working now.

Re: Outriders DEMO Table

Posted: Sun Mar 07, 2021 7:20 am
by 860000023
Cake-san wrote:
Sun Mar 07, 2021 5:53 am
Captain America wrote:
Sun Mar 07, 2021 3:25 am
860000023 wrote:
Sat Mar 06, 2021 9:17 am
how we can use this info to dump ids on our end?
If you use my base table, you can easily enumerate the DataTable:

Image

Code: Select all

local dict=StaticFindObjectAlgo('/Game/Inventory/DataTables/Armors_DataTable.Armors_DataTable')+0x30
for i=0,readInteger(dict+8)-1 do
  local pointer=readPointer(dict)+i*0x18
  local fname=readQword(pointer)
  pointer=readPointer(readPointer(pointer+8)+8)+0x28
  local len=readInteger(pointer+8)
  pointer=readPointer(pointer)
  name=readString(pointer,len*2,true)
  print(string.format('%08X:%s',fname,name))
end
good job

Re: Outriders DEMO Table

Posted: Sun Mar 07, 2021 7:24 am
by 860000023
Captain America wrote:
Sun Mar 07, 2021 3:25 am
860000023 wrote:
Sat Mar 06, 2021 9:17 am
how we can use this info to dump ids on our end?
sorry man ,i can not use ce do this .i create my dll inject this game .to get dump names

Re: Outriders DEMO Table

Posted: Sun Mar 07, 2021 7:26 am
by Captain America
860000023 wrote:
Sun Mar 07, 2021 7:24 am
Captain America wrote:
Sun Mar 07, 2021 3:25 am
860000023 wrote:
Sat Mar 06, 2021 9:17 am
how we can use this info to dump ids on our end?
sorry man ,i can not use ce do this .i create my dll inject this game .to get dump names
It would be great if you can share that cheers.

Re: Outriders DEMO Table

Posted: Sun Mar 07, 2021 10:46 am
by chusski
Guys, its not working for me.

need to bypass EAC no? from launch the game from :
C:\Program Files (x86)\Steam\SteamApps\common\OUTRIDERS Demo\Madness\Binaries\Win64\OUTRIDERS-Win64-Shipping.exe

I am doing :
-launch game
-select charater, first slot.
-star histoty
-launch table, and inject to .exe of outriders
-and try to activate the trainer

but nothing happends

thx for help

Re: Outriders DEMO Table

Posted: Sun Mar 07, 2021 11:07 am
by chusski
chusski wrote:
Sun Mar 07, 2021 10:46 am
Guys, its not working for me.

need to bypass EAC no? from launch the game from :
C:\Program Files (x86)\Steam\SteamApps\common\OUTRIDERS Demo\Madness\Binaries\Win64\OUTRIDERS-Win64-Shipping.exe

I am doing :
-launch game
-select charater, first slot.
-star histoty
-launch table, and inject to .exe of outriders
-and try to activate the trainer

but nothing happends

thx for help
I finaly make ti work, but only can see character stats.
how work with armor or weaponds? i have selectect but can not see the stats

Re: Outriders DEMO Table

Posted: Sat Mar 13, 2021 9:32 am
by Send
Updated as of 3/12 -- In order to bypass EAC, change name of OUTRIDERS-Win64-Shipping to EAC_Outriders.exe and EAC_Outriders to OUTRIDERS-Win64-Shipping. Directly launching game from folder without name switch no longer works. Tables seem to work.

Re: Outriders DEMO Table

Posted: Sat Mar 13, 2021 12:10 pm
by Idlehands88
Updated the table to the newest version of the game.

Re: Outriders DEMO Table

Posted: Sat Mar 13, 2021 12:38 pm
by SunBeam
SendMe wrote:
Sat Mar 13, 2021 9:32 am
Updated as of 3/12 -- In order to bypass EAC, change name of OUTRIDERS-Win64-Shipping to EAC_Outriders.exe and EAC_Outriders to OUTRIDERS-Win64-Shipping. Directly launching game from folder without name switch no longer works. Tables seem to work.
See this instead: viewtopic.php?p=181985#p181985. Cheers!

Re: Outriders DEMO Table

Posted: Sat Mar 13, 2021 2:36 pm
by Jordo24
SunBeam wrote:
Sat Mar 13, 2021 12:38 pm
SendMe wrote:
Sat Mar 13, 2021 9:32 am
Updated as of 3/12 -- In order to bypass EAC, change name of OUTRIDERS-Win64-Shipping to EAC_Outriders.exe and EAC_Outriders to OUTRIDERS-Win64-Shipping. Directly launching game from folder without name switch no longer works. Tables seem to work.
See this instead: viewtopic.php?p=181985#p181985. Cheers!
which one of those methods work the best?
and do i need to still launch the game through the folder? and if i do what exe to choose?
thanks in advance!

Re: Outriders DEMO Table

Posted: Sat Mar 13, 2021 2:53 pm
by SunBeam
Replace the 2 DLLs and start normally from the Steam shortcut on your Desktop.

Re: Outriders DEMO Table

Posted: Sat Mar 13, 2021 4:32 pm
by Jordo24
SunBeam wrote:
Sat Mar 13, 2021 2:53 pm
Replace the 2 DLLs and start normally from the Steam shortcut on your Desktop.
I already changed the names, should I still replace the .dll files?

Re: Outriders DEMO Table

Posted: Sat Mar 13, 2021 4:36 pm
by NumberXer0
Jordo24 wrote:
Sat Mar 13, 2021 4:32 pm
SunBeam wrote:
Sat Mar 13, 2021 2:53 pm
Replace the 2 DLLs and start normally from the Steam shortcut on your Desktop.
I already changed the names, should I still replace the .dll files?
You don't need to do both. They're 2 different methods. Either change the names or use the dlls.

Re: Outriders DEMO Table

Posted: Sat Mar 13, 2021 4:39 pm
by Jordo24
NumberXer0 wrote:
Sat Mar 13, 2021 4:36 pm
Jordo24 wrote:
Sat Mar 13, 2021 4:32 pm
SunBeam wrote:
Sat Mar 13, 2021 2:53 pm
Replace the 2 DLLs and start normally from the Steam shortcut on your Desktop.
I already changed the names, should I still replace the .dll files?
You don't need to do both. They're 2 different methods. Either change the names or use the dlls.
Thanks for clearing that up!

Re: Outriders DEMO Table

Posted: Sun Mar 14, 2021 1:13 pm
by Jordo24
is there a way to increase the overall loot chance, like if I want to get a loot drop for every enemy i kill?
or a loot drop increase for when loot actually drops? (example: when i kill a elite enemy and i get 2 legendary drops)