[SOLVED] Bomber Crew
[SOLVED] Bomber Crew
Requesting resource cheat for this game.
Steam: [Link]
Also avaible on torrent sites.
Tried to narrow the coin/research points but upon changing it, it broke the game and now refuses to boot up, simply stops working at main menu. (guess the save file got corrupted)
Steam: [Link]
Also avaible on torrent sites.
Tried to narrow the coin/research points but upon changing it, it broke the game and now refuses to boot up, simply stops working at main menu. (guess the save file got corrupted)
Re: Bomber Crew
Hi
Nothing really sexy but here's Inf Funds cheat
You will have to spend some money before you can activate the script. Maybe I'll add some other cheats, idk.
Update 1
Update 2
Nothing really sexy but here's Inf Funds cheat
Code: Select all
{
Game : BomberCrew.exe
Version:
Date : 2017-10-20
Author : fantomas
}
[ENABLE]
aobscan(aobFunds,41 89 86 A8 00 00 00 41 0F)
alloc(newmem,$1000,1AA00DF6)
label(code)
label(return)
newmem:
code:
mov eax,#999999
mov [r14+000000A8],eax
jmp return
aobFunds:
jmp newmem
nop
nop
return:
registersymbol(aobFunds)
[DISABLE]
aobFunds:
db 41 89 86 A8 00 00 00
unregistersymbol(aobFunds)
dealloc(newmem)
{
// ORIGINAL CODE - INJECTION POINT: 1AA00DF6
1AA00DD6: 41 55 - push r13
1AA00DD8: 41 56 - push r14
1AA00DDA: 41 57 - push r15
1AA00DDC: 48 83 EC 18 - sub rsp,18
1AA00DE0: 4C 8B F1 - mov r14,rcx
1AA00DE3: 4C 8B FA - mov r15,rdx
1AA00DE6: 49 8B F8 - mov rdi,r8
1AA00DE9: 49 8B F1 - mov rsi,r9
1AA00DEC: 49 63 86 A8 00 00 00 - movsxd rax,dword ptr [r14+000000A8]
1AA00DF3: 41 03 C7 - add eax,r15d
// ---------- INJECTING HERE ----------
1AA00DF6: 41 89 86 A8 00 00 00 - mov [r14+000000A8],eax
// ---------- DONE INJECTING ----------
1AA00DFD: 41 0F B6 86 E0 00 00 00 - movzx eax,byte ptr [r14+000000E0]
1AA00E05: 85 C0 - test eax,eax
1AA00E07: 0F 84 7B 00 00 00 - je 1AA00E88
1AA00E0D: 45 85 FF - test r15d,r15d
1AA00E10: 7E 39 - jle 1AA00E4B
1AA00E12: F2 41 0F 2A C7 - cvtsi2sd xmm0,r15d
1AA00E17: 48 83 EC 08 - sub rsp,08
1AA00E1B: B9 01 00 00 00 - mov ecx,00000001
1AA00E20: BA 40 6B B6 10 - mov edx,10B66B40
1AA00E25: 4C 8B CF - mov r9,rdi
}
Update 1
- Added Inf XP
Code: Select all
{
Game : BomberCrew.exe
Version:
Date : 2017-10-20
Author : fantomas
}
[ENABLE]
aobscan(aobXP,41 89 47 38 49 8B 4F 18)
alloc(newmem,$1000,21F6550B)
label(code)
label(return)
newmem:
code:
mov eax,#999999
mov [r15+38],eax
mov rcx,[r15+18]
jmp return
aobXP:
jmp newmem
nop
nop
nop
return:
registersymbol(aobXP)
[DISABLE]
aobXP:
db 41 89 47 38 49 8B 4F 18
unregistersymbol(aobXP)
dealloc(newmem)
{
// ORIGINAL CODE - INJECTION POINT: 21F6550B
21F654EF: 0B 55 48 - or edx,[rbp+48]
21F654F2: 8B EC - mov ebp,esp
21F654F4: 57 - push rdi
21F654F5: 41 57 - push r15
21F654F7: 48 83 EC 10 - sub rsp,10
21F654FB: 4C 8B F9 - mov r15,rcx
21F654FE: 48 8B FA - mov rdi,rdx
21F65501: 4C 89 45 E8 - mov [rbp-18],r8
21F65505: 49 63 47 38 - movsxd rax,dword ptr [r15+38]
21F65509: 03 C7 - add eax,edi
// ---------- INJECTING HERE ----------
21F6550B: 41 89 47 38 - mov [r15+38],eax
21F6550F: 49 8B 4F 18 - mov rcx,[r15+18]
// ---------- DONE INJECTING ----------
21F65513: 41 BA 30 3F 07 0E - mov r10d,0E073F30
21F65519: 48 83 EC 20 - sub rsp,20
21F6551D: 49 BB 00 C0 E9 04 00 00 00 00 - mov r11,0000000004E9C000
21F65527: 41 FF D3 - call r11
21F6552A: 48 83 C4 20 - add rsp,20
21F6552E: 48 8B C8 - mov rcx,rax
21F65531: 83 39 00 - cmp dword ptr [rcx],00
21F65534: 41 BA D0 3C 88 12 - mov r10d,12883CD0
21F6553A: 48 83 EC 20 - sub rsp,20
21F6553E: 49 BB 10 E0 9C 0D 00 00 00 00 - mov r11,000000000D9CE010
}
Update 2
- Added Inf Intel
Code: Select all
{
Game : BomberCrew.exe
Version:
Date : 2017-10-20
Author : fantomas
}
[ENABLE]
aobscan(aobIntel,41 89 86 AC 00 00 00)
alloc(newmem,$1000,21FF4AB6)
label(code)
label(return)
newmem:
code:
mov eax,#999999
mov [r14+000000AC],eax
jmp return
aobIntel:
jmp newmem
nop
nop
return:
registersymbol(aobIntel)
[DISABLE]
aobIntel:
db 41 89 86 AC 00 00 00
unregistersymbol(aobIntel)
dealloc(newmem)
{
// ORIGINAL CODE - INJECTION POINT: 21FF4AB6
21FF4A96: 41 55 - push r13
21FF4A98: 41 56 - push r14
21FF4A9A: 41 57 - push r15
21FF4A9C: 48 83 EC 18 - sub rsp,18
21FF4AA0: 4C 8B F1 - mov r14,rcx
21FF4AA3: 4C 8B FA - mov r15,rdx
21FF4AA6: 49 8B F8 - mov rdi,r8
21FF4AA9: 49 8B F1 - mov rsi,r9
21FF4AAC: 49 63 86 AC 00 00 00 - movsxd rax,dword ptr [r14+000000AC]
21FF4AB3: 41 03 C7 - add eax,r15d
// ---------- INJECTING HERE ----------
21FF4AB6: 41 89 86 AC 00 00 00 - mov [r14+000000AC],eax
// ---------- DONE INJECTING ----------
21FF4ABD: 41 0F B6 86 E0 00 00 00 - movzx eax,byte ptr [r14+000000E0]
21FF4AC5: 85 C0 - test eax,eax
21FF4AC7: 0F 84 BB 00 00 00 - je 21FF4B88
21FF4ACD: 48 8B CE - mov rcx,rsi
21FF4AD0: 48 83 EC 20 - sub rsp,20
21FF4AD4: 49 BB 10 2B DE 04 00 00 00 00 - mov r11,0000000004DE2B10
21FF4ADE: 41 FF D3 - call r11
21FF4AE1: 48 83 C4 20 - add rsp,20
21FF4AE5: 85 C0 - test eax,eax
21FF4AE7: 0F 85 9B 00 00 00 - jne 21FF4B88
}
Last edited by fantomas on Sat Oct 21, 2017 8:20 am, edited 2 times in total.
-
- Noobzor
- Posts: 7
- Joined: Fri Oct 20, 2017 7:15 pm
- Reputation: 0
Re: Bomber Crew
Hey
Wanted to know is there anyone who can help out with
-Intel
-Health
-Damage
Would appreciate the help
Wanted to know is there anyone who can help out with
-Intel
-Health
-Damage
Would appreciate the help
Re: Bomber Crew
Thank you! seems like even if i added 3k funds i broke the game with it.
-
- Noobzor
- Posts: 7
- Joined: Fri Oct 20, 2017 7:15 pm
- Reputation: 0
Re: Bomber Crew
Awsome! ty so much!
- frozenheal
- Novice Cheater
- Posts: 23
- Joined: Sat Oct 14, 2017 12:15 am
- Reputation: 12
Re: Bomber Crew
Has anyone ever tried infinity gas or undamaged plane health? or that is too complicated?
-
- What is cheating?
- Posts: 1
- Joined: Mon Oct 23, 2017 7:05 am
- Reputation: 0
Re: Bomber Crew
Hey, Im new to Cheat Engine, I can't activate the cheats but im trying to check in the little square for "Infinite Funds"
-
- What is cheating?
- Posts: 1
- Joined: Mon Oct 23, 2017 4:33 pm
- Reputation: 0
Re: Bomber Crew
What does the INF exp do? I see that it adds 999999EXP but the crew still only only goes up by a tiny bit after each mission.How do I use it?
Re: Bomber Crew
Cheat table here - viewtopic.php?t=5194
Re: Bomber Crew
or this one: viewtopic.php?f=4&t=5231
Re: [SOLVED] Bomber Crew
THIS IS AWESOME!!!!! im so happy a trainer was made for this game ive been trying to play and im finding this a difficult game! I hope this trainer will make it a bit easier! Thanks again! You made my day!
Who is online
Users browsing this forum: Gumba21, maimai20001