Author Message
STN
PostPosted: Mon Jul 24, 2017 11:15 am    Post subject:

^spambot detected Exclamation
hedge expert advisor
PostPosted: Sun Jul 23, 2017 8:42 am    Post subject: hedge expert advisor

I do consider all the ideas you have introduced in your post. They are really convincing and can certainly work. Nonetheless, the posts are very brief for novices. Could you please lengthen them a bit from subsequent time? Thank you for the post.
how to trade renko bars
PostPosted: Sun Jun 25, 2017 11:17 pm    Post subject: how to trade renko bars

Hello, Neat post. There's a problem together with your site in web explorer, may check this. IE nonetheless is the marketplace leader and a good part of other folks will pass over your excellent writing due to this problem.
predprey.inactive
PostPosted: Thu Sep 03, 2015 5:11 pm    Post subject: One Piece Pirate Warriors 3 (2015-08-30)

Account not activated yet, so posting here in reply to a cheat request.
bilout wrote:
could you add always full thunder gauge for eneru plz?


Moria's Shadow Gauge Set to Massive
Code:
[ENABLE]
label(return)
registersymbol(moriaStats)

//oppw3.exe+E5745 - 0F BF 83 FA 09 00 00 -  movsx eax,word ptr [ebx+000009FA]
aobscan(moriaStats, 0F BF 83 FA 09 00 00)
alloc(newmem,$1000)

newmem:
  mov [ebx+000009FA], #100
  movsx eax,word ptr [ebx+000009FA]
  jmp return

moriaStats:
  jmp newmem
  nop
  nop
return:

[DISABLE]

moriaStats:
db 0F BF 83 FA 09 00 00
//movsx eax,word ptr [ebx+000009FA]

unregistersymbol(moriaStats)
dealloc(newmem)


Eneru's Lightning Gauge Set to Massive
Code:
[ENABLE]
label(return)
registersymbol(eneruStats)

//oppw3.exe+E5566 - 0FBF AE FA090000 - movsx ebp,word ptr [esi+000009FA]
aobscanmodule(eneruStats,oppw3.exe,0F BF AE FA 09 00 00)
alloc(newmem,$1000)

newmem:
  mov [esi+000009FA], #100
  movsx ebp,word ptr [esi+000009FA]
  jmp return

eneruStats:
  jmp newmem
  nop
  nop
return:

[DISABLE]

eneruStats:
db 0F BF AE FA 09 00 00
//movsx ebp,word ptr [esi+000009FA]

unregistersymbol(eneruStats)
dealloc(newmem)


1 Hit Max KO Count
Code:
[ENABLE]
registersymbol(koCount)
label(return)
label(compare)

//oppw3.exe+285DE3 - 03 C1 - add eax,ecx
//oppw3.exe+285DE5 - 3D A0860100 - cmp eax,000186A0
aobscan(koCount,03 C1 3D A0 86 01 00)
alloc(newmem,$1000)

newmem:
  cmp [esi],00080003
  jne compare
  mov eax,000186A0
compare:
  cmp eax,000186A0
  jmp return

koCount:
  jmp newmem
  nop
  nop
return:

[DISABLE]

koCount:
db 03 C1 3D A0 86 01 00
//oppw3.exe+285DE3 - 03 C1 - add eax,ecx
//oppw3.exe+285DE5 - 3D A0860100 - cmp eax,000186A0

unregistersymbol(koCount)
dealloc(newmem)
[/code][/quote]

Powered by phpBB © 2001, 2005 phpBB Group