I don't know if someone already update this hack in some thread.
but I can't find it. so, I decide to start new one.
1. run warframe.exe
2. run bypassed cheat engine
3. click "memory view"
4. press "ctrl+A" to open auto assembly window
5. copy and paste code below
6. click "file" > "assign to current cheat table"
7. enjoy
Code:
/*
- Energy script (Alpha). Activates when you use any ability if you have enough energy for it.
- BIG Thanks to MPGH members for constant help. You guys are the best.
- Multiplayer status - UNKNOWN. I Suggest not use it there.
- You need to adjust one value by yourself.
- IMPORTANT!!!!!! - Enable at mission start - disable at mission end. Script may be flawed so be careful.
- MPGH
- Original Made by Lepage. Based on nilath research and development.
- Remade by Nomercyboy, credits to lepage.
*/
[ENABLE]
AOBSCAN(AOB_GENERIC_FLOAT_FUNCTION_OPCODE,F3 0F 11 22 8B 02 C1 C0 03 33 C2 35 B1 0F 44 2F 89 44)
AOBSCAN(AOB_PLAYER_ENERGY_FUNC_RET,8B 83 B0 09 00 00 8B 08 8B 11 8B 82 58 03 00 00 FF D0)
alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)
label(GENERIC_FLOAT_FUNCTION_OPCODE)
registersymbol(GENERIC_FLOAT_FUNCTION_OPCODE)
newmem:
originalcode:
movss [edx],xmm4
pushfd
cmp [esp+8], AOB_PLAYER_ENERGY_FUNC_RET
jne exit
mov [edx], (float)100 //Change this value to your maximum energy.
exit:
popfd
mov eax,[edx]
jmp returnhere
AOB_GENERIC_FLOAT_FUNCTION_OPCODE:
GENERIC_FLOAT_FUNCTION_OPCODE:
jmp newmem
nop
returnhere:
[DISABLE]
GENERIC_FLOAT_FUNCTION_OPCODE:
movss [edx],xmm4
mov eax,[edx]
dealloc(newmem)
unregistersymbol(GENERIC_FLOAT_FUNCTION_OPCODE)
1. run warframe.exe
2. run bypassed cheat engine
3. click "memory view"
4. press "ctrl+A" to open auto assembly window
5. copy and paste code below
6. click "file" > "assign to current cheat table"
7. enjoy
you can also skip step 3, and 4 by pressing "ctrl-alt-a" directly on the main screen
Hell yeah thank you very much!!!
Is this patched?
may i ask any resource hack still available ?
is it still posible to hack resources?
*or mod?
how do i get bypassed cheat engine ??
Originally Posted by tabaca22
how do i get bypassed cheat engine ??
I found a bypassed CE here: http ://www .elite pvpers. com/forum/s4-league-hacks-bots-cheats-exploits/1872956-release-cheat-engine-bypass.html[/url]
I know it says it's for S4League but that's only a secondary bypasser or something like that
just put the undetectet ce .exe into your CE folder and start it
CE stays undetected but I can't assure that hacking will be undetected since the hacks won't work for me somehow
GL&HF