-
Member
download link fail
-
Eh look on recent pages, not the first page since that's been discontinued.
-
Member
yeah they broke the remove black objects again ughhhhhhh
-
Was there a new patch? Checking
-
Post Thanks / Like - 1 Thanks
-
Member
yeah. the zoom its self works but the remove black objects broke again
-
Looks like something changed again with it, updated the pattern search but still broken
-
Member
Dangerous File Blocked
The file you attempted to download was determined to be dangerous. For your protection, MediaFire does not enable distribution of dangerous files.
Still have questions, or think we've made a mistake? Please contact support for further assistance. (is there a work around to be able to download this exe file?)
-
Member
Originally Posted by
agann28
Dangerous File Blocked
The file you attempted to download was determined to be dangerous. For your protection, MediaFire does not enable distribution of dangerous files.
Still have questions, or think we've made a mistake? Please contact support for further assistance. (is there a work around to be able to download this exe file?)
any link can i download this?
-
Well i guess they changed the place for it, been playing around with it and mostly got some odd render effects but nothing regarding black stuff removal yet.
I saved the exe before the patch so that still works until someone can find a workaround.
Anyway doing some progress atm, hope to post the new ct soon.
Last edited by ziggar; 11-22-2016 at 11:16 AM.
-
Post Thanks / Like - 1 Thanks
MynxOrbbSarge (1 members gave Thanks to ziggar for this useful post)
-
Here it is updated for the latest patch, it was simpler than i thought, somehow the right one didn't come up in the array search, all credit to zaafar / ntoskr and bcz.
ExpireBox | zafaarupdalatest.CT
Wish i hadn't wasted a bunch of time fiddling with the wrong address but well :P at least it works now and may have found something else in the way, will check it now.
-
Post Thanks / Like - 2 Thanks
-
Alright i just figured how to remove fog, let me see how to add it to a cheat table.
-
No fog current patch: ExpireBox | zafaarupdalatestwipnofogb.CT
Right now you need to set the value to 0 yourself and lock it, hopefully someone with more knowledge can make it automated in the remove black stuff script.
This is pretty hacky so still hoping ntoskrnl will release his solution.
Don't test on hc etc, haven't tested enough to see if it results in crashes or not.
Cheers
Edit: Updated link since i had something leftover from testing that would crash the game.
Last edited by ziggar; 11-22-2016 at 03:45 PM.
-
Post Thanks / Like - 5 Thanks
-
Originally Posted by
ziggar
No fog current patch:
ExpireBox | zafaarupdalatestwipnofogb.CT
Right now you need to set the value to 0 yourself and lock it, hopefully someone with more knowledge can make it automated in the remove black stuff script.
This is pretty hacky so still hoping ntoskrnl will release his solution.
Don't test on hc etc, haven't tested enough to see if it results in crashes or not.
Cheers
Edit: Updated link since i had something leftover from testing that would crash the game.
Good job, I tried to automate it ( no need to force it ).
[ENABLE]
aobscanmodule(Rend,pathofexile.exe,0F 11 44 24 14 0F 11 4C 24 24 0F 11 54 24 34 0F 11 5C 24 44 E8 B5 7A B2 FF)
aobscanmodule(_ziggar,pathofexile.exe,C6 85 70 02 00 00 01)
alloc(newmem,$1000)
label(code)
label(return)
newmem:
code:
movups [esp+14],xmm0
mov [esp+20], 3ECCCCCC
jmp return
_ziggar:
mov byte ptr [ebp+00000270],00
registersymbol(_ziggar)
Rend:
jmp code
return:
registersymbol(Rend)
[DISABLE]
Rend:
db 0F 11 44 24 14 0F 11 4C 24 24 0F 11 54 24 34 0F 11 5C 24 44 E8 B5 7A B2 FF
_ziggar:
db C6 85 70 02 00 00 01
unregistersymbol(_ziggar)
unregistersymbol(Rend)
dealloc(newmem)
dealloc(mine2)
unregistersymbol(mine2)
UPDATE: Now it's working fine.
Last edited by GameHelper; 11-22-2016 at 07:44 PM.
Reason: update code.
If I did not reply to you, it mean the question you are asking is stupid.
-
Post Thanks / Like - 5 Thanks
-
Thanks zaafar 
Just noticed that prison is pretty dark dunno why.
Last edited by ziggar; 11-22-2016 at 08:43 PM.
-
Post Thanks / Like - 1 Thanks
poetesttt (1 members gave Thanks to ziggar for this useful post)
-
Active Member
Originally Posted by
ziggar
No fog current patch
The age of fog is over )
Thank you and Zaafar )