| View previous topic :: View next topic |
| Author |
Message |
dknightshao1 Newbie cheater
Reputation: 0
Joined: 23 Sep 2012 Posts: 11
|
Posted: Sun Sep 23, 2012 11:56 am Post subject: |
|
|
| after todays update the ct isn't working no more.
|
|
| Back to top |
|
 |
ZadkielSan Cheater
Reputation: 0
Joined: 09 Sep 2012 Posts: 39
|
Posted: Sun Sep 23, 2012 12:49 pm Post subject: |
|
|
yeah and i dont know hot to fix it... i'm a noob in cheat engine
|
|
| Back to top |
|
 |
KRH6852 How do I cheat?
Reputation: 0
Joined: 25 Aug 2012 Posts: 4
|
Posted: Sun Sep 23, 2012 2:38 pm Post subject: |
|
|
| Until its updated, gold is pretty easy, its 4byte, just search for exact value of your gold amount, buy and sell something cheap searching the new value each time. I had 3 addresses, with a 4th that would stick with the maximum for the session. Changing the value of any of the 3 modified the current gold and update the other 3. Can also lock it like normal.
|
|
| Back to top |
|
 |
Cielos Expert Cheater
Reputation: 17
Joined: 10 Jan 2008 Posts: 227
|
|
| Back to top |
|
 |
Pitbull Newbie cheater
Reputation: 0
Joined: 18 Aug 2011 Posts: 14
|
Posted: Sun Sep 23, 2012 3:05 pm Post subject: |
|
|
Well they seem to be on update crazy streak... what is worse is now their version numbers are getting confusing as well.
Steam version = 1.11.5.3
Retail Runic Games / PerfectWorld = 1.11.2.3
|
|
| Back to top |
|
 |
ZadkielSan Cheater
Reputation: 0
Joined: 09 Sep 2012 Posts: 39
|
Posted: Sun Sep 23, 2012 5:16 pm Post subject: |
|
|
| Cielos wrote: | | ZadkielSan wrote: | yeah and i dont know hot to fix it... i'm a noob in cheat engine  |
not yet update my game, but I've updated the table with AOB scan, see if it works on your game.
all the options are the same + 3 new scripts, all of them are made by unknown_k, and 1 of them is modified to match my needs. |
man i wish i was this awesome with assembler and cheat engine
thx a lot
|
|
| Back to top |
|
 |
nasu88 How do I cheat?
Reputation: 0
Joined: 23 Sep 2012 Posts: 1
|
Posted: Sun Sep 23, 2012 6:45 pm Post subject: |
|
|
Thx for the table, but I have no idea how it works as I usually only search by number in games...After I have loaded the process into CE and load the .ct file, what am I supposed to do? Am trying to modify the EXP.
Any help is greatly appreciated, thx ^^
|
|
| Back to top |
|
 |
ZadkielSan Cheater
Reputation: 0
Joined: 09 Sep 2012 Posts: 39
|
Posted: Sun Sep 23, 2012 7:14 pm Post subject: |
|
|
Well i'll want to know if it's possible to "untag" a character ? You know you can use a console command to add items on your character, but when you do that he's flager has "cheater" online a little "!" appear after the sentence when you connect into a online game.
So i want to know if someone has a idea to edit this on char or simply edit the savegame with a hex editor.
There is a link for cheat console in torchlight 2
"www*gamefront*com/torchlight-2-dev-console-commands" (i cant put URL because i'm new so change the * into . , i'll wish this will not cause problems, feel free to edit if it's bad )
But remember if you use it, you will be flagged as cheater online, but it's only on the char you cheated on, and you cant use the shared chest, all items generated by this will enable the flag if you pick it .
ps : excuse me for my bad english it's not my birth language.
|
|
| Back to top |
|
 |
dknightshao1 Newbie cheater
Reputation: 0
Joined: 23 Sep 2012 Posts: 11
|
Posted: Sun Sep 23, 2012 9:58 pm Post subject: |
|
|
| please update the ct ty
|
|
| Back to top |
|
 |
ZadkielSan Cheater
Reputation: 0
Joined: 09 Sep 2012 Posts: 39
|
Posted: Sun Sep 23, 2012 10:27 pm Post subject: |
|
|
| dknightshao1 wrote: | | please update the ct ty |
it's updated bro, i've used it and it works like a charm
|
|
| Back to top |
|
 |
dknightshao1 Newbie cheater
Reputation: 0
Joined: 23 Sep 2012 Posts: 11
|
Posted: Sun Sep 23, 2012 10:42 pm Post subject: |
|
|
| oh sorry works like a charm THANX!!
|
|
| Back to top |
|
 |
Cielos Expert Cheater
Reputation: 17
Joined: 10 Jan 2008 Posts: 227
|
Posted: Mon Sep 24, 2012 8:54 am Post subject: |
|
|
for those who are using the scripts of my table, here's a fix to the aob scan of the script "Inf. Gold", as the existing one can't be activated on my updated game (1.11.2.3).
after enabling the table, press Enter while highlighting "Inf. Gold" (or double click the <script> at the same line), replace the third line with this:
| Code: | | aobscan(infgoldAOB1,01 BE 88 05 00 00 79 0A C7 86 88 05 00 00 00 00 00 00) |
and that's it.
///
now here's an address for attributes' bonus base, whenever there's a bonus applied to an character's attribute, it will multiply with this value.
default is 0.01 (display as 0.0099999998 in CE), set it to 0.02 to multiply the bonus by 2, 0.03 to multiply by 3, etc.
it will affect run speed, attack speed, attack damage... etc., as long as you have an equipment or active/passive skill that apply bonus to that attribute.
didn't test this throughoutly. not sure if enemies make use of this constant too, if so, you can always find a way to make script(s) to prevent this (or even isolate the access to only multiply attack speed only or attack damage only, etc.).
for v1.9.5.1 RELOADED
| Code: | <?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>77</ID>
<Description>"bonus base (default: 0.01) (1.9.5.1 RELOADED)"</Description>
<Color>80000008</Color>
<VariableType>Float</VariableType>
<Address>Torchlight2.exe+1c122c4</Address>
</CheatEntry>
</CheatEntries>
</CheatTable> |
for v1.11.2.3 THETA
| Code: | <?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>84</ID>
<Description>"bonus base (default: 0.01) (1.11.2.3 THETA)"</Description>
<Color>80000008</Color>
<VariableType>Float</VariableType>
<Address>Torchlight2.exe+1c10484</Address>
</CheatEntry>
</CheatEntries>
</CheatTable> |
///
| nasu88 wrote: | Thx for the table, but I have no idea how it works as I usually only search by number in games...After I have loaded the process into CE and load the .ct file, what am I supposed to do? Am trying to modify the EXP.
Any help is greatly appreciated, thx ^^ |
after hooking the process and loading the table, click on the little box in front of "Enable", locate the "Exp" under Pointers > [Hero] > [Stats], notice that it might be different than the on-screen value.
if you can't activate "Enable" script, that means the aob scan can't locate the asm in question. you'll have to stick to the old method to search the address you want every time, or wait for someone to find some proper pointers for your game version.
|
|
| Back to top |
|
 |
a1yet Newbie cheater
Reputation: 0
Joined: 08 Mar 2010 Posts: 18
|
Posted: Mon Sep 24, 2012 9:16 am Post subject: |
|
|
| Cielos wrote: | | all the options are the same + 3 new scripts, all of them are made by unknown_k, and 1 of them is modified to match my needs. |
thank you
|
|
| Back to top |
|
 |
ZadkielSan Cheater
Reputation: 0
Joined: 09 Sep 2012 Posts: 39
|
Posted: Mon Sep 24, 2012 9:08 pm Post subject: |
|
|
| Hi, i want to know if it's possible to improve the enchant script ? the "enchant window" is really annoying, how we can disable this ?
|
|
| Back to top |
|
 |
dknightshao1 Newbie cheater
Reputation: 0
Joined: 23 Sep 2012 Posts: 11
|
Posted: Mon Sep 24, 2012 10:19 pm Post subject: |
|
|
| im also wondering if its possible to dupe items with ce
|
|
| Back to top |
|
 |
|