Need help with 100 mln Damage Script for Sniper Fury v3.9.0l
Posted: Mon Oct 15, 2018 8:43 pm
Hello Guys.
I need help with understanding this script below:
ENABLE
Bytes:
Opcodes:
DISABLE
Bytes:
Opcodes:
When you enable this script, this script will change the Damage of All Weapons to 100.000.000.000 DAMAGE! It is very High Number and it is very easy to detect! So I want to make a possibility to write any number of the Damage that you want to avoid getting detected so easy but I really don't understand this script because I can't see any values in HEX or 4-bytes which will show me that it will write 100 mln Damage to all Weapons. So how are this script is working ???
Before activating 100 MLN DAMAGE script:

After activating 100 MLN DAMAGE script:

I am waiting for your answers,
Thank you.
I need help with understanding this script below:
ENABLE
Bytes:
Code: Select all
db 3D 00 00 C8 43 77 0A 89 45 F4 F3 0F 10 45 F4 EB 24 C7 45 F4 20 BC BE 4C F3 0F 10 45 F4 EB 16
Code: Select all
FutureWar_W8.Windows.exe+674A47 - 3D 00 00 C8 43 - cmp eax,43C80000 { 400.00 }
FutureWar_W8.Windows.exe+674A4C - 77 0A - ja FutureWar_W8.Windows.exe+674A58
FutureWar_W8.Windows.exe+674A4E - 89 45 F4 - mov [ebp-0C],eax
FutureWar_W8.Windows.exe+674A51 - F3 0F 10 45 F4 - movss xmm0,[ebp-0C]
FutureWar_W8.Windows.exe+674A56 - EB 24 - jmp FutureWar_W8.Windows.exe+674A7C
FutureWar_W8.Windows.exe+674A58 - C7 45 F4 20 BC BE 4C - mov [ebp-0C],4CBEBC20 { 1287568416 }
FutureWar_W8.Windows.exe+674A5F - F3 0F 10 45 F4 - movss xmm0,[ebp-0C]
FutureWar_W8.Windows.exe+674A64 - EB 16 - jmp FutureWar_W8.Windows.exe+674A7C
Bytes:
Code: Select all
db F3 0F 10 01 89 45 F4 8B 41 08 8B 49 04 F3 0F 11 45 F8 33 45 F8 F3 0F 10 45 F4 D3 C8 89 45 F8
Code: Select all
FutureWar_W8.Windows.exe+674A47 - F3 0F 10 01 - movss xmm0,[ecx]
FutureWar_W8.Windows.exe+674A4B - 89 45 F4 - mov [ebp-0C],eax
FutureWar_W8.Windows.exe+674A4E - 8B 41 08 - mov eax,[ecx+08]
FutureWar_W8.Windows.exe+674A51 - 8B 49 04 - mov ecx,[ecx+04]
FutureWar_W8.Windows.exe+674A54 - F3 0F 11 45 F8 - movss [ebp-08],xmm0
FutureWar_W8.Windows.exe+674A59 - 33 45 F8 - xor eax,[ebp-08]
FutureWar_W8.Windows.exe+674A5C - F3 0F 10 45 F4 - movss xmm0,[ebp-0C]
FutureWar_W8.Windows.exe+674A61 - D3 C8 - ror eax,cl
FutureWar_W8.Windows.exe+674A63 - 89 45 F8 - mov [ebp-08],eax
Before activating 100 MLN DAMAGE script:

After activating 100 MLN DAMAGE script:

I am waiting for your answers,
Thank you.