Loki - GodMode and XP and Points Tips - Reup
Posted: Wed Jul 12, 2017 4:22 pm
Made by Recifense
Hi guys,
Here is a table based on another adaptation of one of my TSearchB scripts. This time it is for Loki. It contains a script for God Mode.
Tip for changing XP:
The XP is encrypted by a XOR with BAADF00D (dec = 3131961357). So:
1) Get the hero´s XP and encript it using the win Calculator (value XOR 3131961357)
2) Scan for this value using CE
3) Kill any foe
4) Repeat stap 1
5) Next scan for this new value
6) Repeat steps 3, 4 and 5 until you find the address of the XP (2-4 address)
7) Just before leaving the map, change the XP to the one you want (remember to encript it)
Cool Freeze the values and now leave the map
9) Now you have the new XP. Just kill any foe to change level.
Tip for changing remaining attribute points:
The same as above, but the value is a word (2 bytes) and encription word is BAAD (decimal = 47789).
Cheers.
Hi guys,
Here is a table based on another adaptation of one of my TSearchB scripts. This time it is for Loki. It contains a script for God Mode.
Tip for changing XP:
The XP is encrypted by a XOR with BAADF00D (dec = 3131961357). So:
1) Get the hero´s XP and encript it using the win Calculator (value XOR 3131961357)
2) Scan for this value using CE
3) Kill any foe
4) Repeat stap 1
5) Next scan for this new value
6) Repeat steps 3, 4 and 5 until you find the address of the XP (2-4 address)
7) Just before leaving the map, change the XP to the one you want (remember to encript it)
Cool Freeze the values and now leave the map
9) Now you have the new XP. Just kill any foe to change level.
Tip for changing remaining attribute points:
The same as above, but the value is a word (2 bytes) and encription word is BAAD (decimal = 47789).
Cheers.