| View previous topic :: View next topic |
| Author |
Message |
deriandera How do I cheat?
Reputation: 0
Joined: 30 Oct 2016 Posts: 2
|
Posted: Sun Oct 30, 2016 1:44 pm Post subject: No idea where to start |
|
|
so basically someone given the script in some hacking website and this is what they shared
| Code: |
{ 88 1F 77 02 00 B0 00
}
[ENABLE]
aobscanmodule(AUTOFIRE,Paladins.exe,80 BF 70 02 00 00 07) // should be unique
alloc(newmem,$1000)
label(code)
label(return)
newmem:
code:
cmp byte ptr [edi+00000270],06
jmp return
AUTOFIRE:
jmp code
nop
nop
return:
registersymbol(INJECT)
[DISABLE]
AUTOFIRE:
db 80 BF 70 02 00 00 07
unregistersymbol(AUTOFIRE)
dealloc(newmem)
{
// ORIGINAL CODE - INJECTION POINT: "Paladins.exe"+DFEF2C
"Paladins.exe"+DFEF0D: 74 7D - je Paladins.exe+DFEF8C
"Paladins.exe"+DFEF0F: 8B 06 - mov eax,[esi]
"Paladins.exe"+DFEF11: 57 - push edi
"Paladins.exe"+DFEF12: 6A 01 - push 01
"Paladins.exe"+DFEF14: FF 90 7C 05 00 00 - call dword ptr [eax+0000057C]
"Paladins.exe"+DFEF1A: 8B F8 - mov edi,eax
"Paladins.exe"+DFEF1C: 85 FF - test edi,edi
"Paladins.exe"+DFEF1E: 74 6B - je Paladins.exe+DFEF8B
"Paladins.exe"+DFEF20: F7 87 7C 02 00 00 00 40 00 00 - test [edi+0000027C],4000
"Paladins.exe"+DFEF2A: 74 5F - je Paladins.exe+DFEF8B
// ---------- INJECTING HERE ----------
"Paladins.exe"+DFEF2C: 80 BF 70 02 00 00 07 - cmp byte ptr [edi+00000270],07
// ---------- DONE INJECTING ----------
"Paladins.exe"+DFEF33: 75 56 - jne Paladins.exe+DFEF8B
"Paladins.exe"+DFEF35: 8B 06 - mov eax,[esi]
"Paladins.exe"+DFEF37: 6A 10 - push 10
"Paladins.exe"+DFEF39: 8B CE - mov ecx,esi
"Paladins.exe"+DFEF3B: FF 90 7C 05 00 00 - call dword ptr [eax+0000057C]
"Paladins.exe"+DFEF41: 85 C0 - test eax,eax
"Paladins.exe"+DFEF43: 74 46 - je Paladins.exe+DFEF8B
"Paladins.exe"+DFEF45: 8B 10 - mov edx,[eax]
"Paladins.exe"+DFEF47: 8B C8 - mov ecx,eax
"Paladins.exe"+DFEF49: FF 92 F8 03 00 00 - call dword ptr [edx+000003F8]
} |
the only explanation is that is CE script but i dont know how to make it into .CT, anybody care to explain how to "compile" the code above?
|
|
| Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Sun Oct 30, 2016 1:50 pm Post subject: |
|
|
Memory View > Tools > Auto Assemble
Copy + Paste
File > Assign to current cheat table
|
|
| Back to top |
|
 |
deriandera How do I cheat?
Reputation: 0
Joined: 30 Oct 2016 Posts: 2
|
Posted: Sun Oct 30, 2016 2:43 pm Post subject: |
|
|
| Zanzer wrote: | Memory View > Tools > Auto Assemble
Copy + Paste
File > Assign to current cheat table |
this problems was showed when i try to assign, any idea sir?
"INJECT was supposed to be added to the symbollist, but it isn't declared"
|
|
| Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 222
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
Posted: Sun Oct 30, 2016 3:14 pm Post subject: |
|
|
find line with registersymbol(INJECT)
and change it to registersymbol(AUTOFIRE)
_________________
|
|
| Back to top |
|
 |
Alainx277 How do I cheat?
Reputation: 0
Joined: 27 Sep 2016 Posts: 2 Location: Switzerland
|
Posted: Thu Nov 03, 2016 12:48 pm Post subject: |
|
|
| This thread should be deleted, Paladins is an online game. We do not support online cheating here.
|
|
| Back to top |
|
 |
|