No Cooldown + Zoomhack without bypass?

09/09/2012 09:00 joxof#1
i hope we can use this without a bypass, but how to search no cooldown + zoomhack addresses without a bypass ? :confused:

maybe, we can use ollydbg to doing that :rolleyes:
09/09/2012 09:33 drax189#2
[Only registered and activated users can see links. Click Here To Register...]

no cooldown idk
09/09/2012 09:42 joxof#3
right now, i have 5 addresses of no cooldown & 2 addresses of zoom hack...
i will tested ASAP :D

Quote:
Originally Posted by drax189 View Post
[Only registered and activated users can see links. Click Here To Register...]

no cooldown idk
[Only registered and activated users can see links. Click Here To Register...]--> it's just for cabal bypassed /fixedmain.exe :(
09/09/2012 10:14 PierceTheGreat#4
Quote:
Originally Posted by joxof View Post
right now, i have 5 addresses of no cooldown & 2 addresses of zoom hack...
i will tested ASAP :D



[Only registered and activated users can see links. Click Here To Register...]--> it's just for cabal bypassed /fixedmain.exe :(
Make it in .dll file?
09/09/2012 10:16 joxof#5
unfortunately, Gameguard already blocked array of bytes & NOP function :(

Quote:
Originally Posted by PierceTheGreat View Post
Make it in .dll file?
yup, i make it in .dll file to hack unbypassed cabal/cabalmain.exe :bandit:
09/09/2012 11:30 кev#6
Quote:
Originally Posted by joxof View Post
unfortunately, Gameguard already blocked array of bytes & NOP function :(
Actually the reason why code section modifications (nops & overwriting) doesn't work is because GameGuard periodically scans code section and closes the game if it finds that anything in there has been touched. I've got a theory on how to bypass the integrity check but haven't had time to test it yet.

Another option is to absolutely destroy GameGuard and cripple it's functionality from ring0. :awesome:

BTW, one way to bypass cooldown is to edit the skills directly. Haven't looked into zooming much yet.
09/10/2012 01:44 joxof#7
[Only registered and activated users can see links. Click Here To Register...] --> is this tutorial for bypass the integrity check of GameGuard? :confused:
09/10/2012 01:47 bartbilf#8
Quote:
Originally Posted by кev View Post
Another option is to absolutely destroy GameGuard and cripple it's functionality from ring0. :awesome:

BTW, one way to bypass cooldown is to edit the skills directly. Haven't looked into zooming much yet.
The zooming can't be programmend into a .dll file, it will always close the game. And you know how to get rid of GG on kernel level? Wtf o.O

Quote:
Originally Posted by joxof View Post
unfortunately, Gameguard already blocked array of bytes & NOP function :(

yup, i make it in .dll file to hack unbypassed cabal/cabalmain.exe :bandit:
This is why you need a bypassed client, if you have a bypassed client of the current cabalmain, the addresses will be the same. So you can find your addresses on the bypassed client, then code that into a .dll file and inject it into the 'normal' client.
09/10/2012 09:34 кev#9
Quote:
Originally Posted by joxof View Post
[Only registered and activated users can see links. Click Here To Register...] --> is this tutorial for bypass the integrity check of GameGuard? :confused:
Haven't seen that one before and don't have time to read it through at the moment. But by quick look I got an impression that it's talking about jmp detours which are opcode modifications and as such are picked up by GG as much as any other opcode patches. I may be wrong though, I haven't jmp detoured anything in ages.


Quote:
Originally Posted by bartbilf View Post
The zooming can't be programmend into a .dll file, it will always close the game. And you know how to get rid of GG on kernel level? Wtf o.O
It will close the game only if you do it by patching opcodes. And even then only if it finds your modifications, which it won't if you (for example) redirect it's scans to a unmodified copy of the section. But naturally you need to be on ring0 to do that along with doing some other kernel level hooking of your own. I won't go in to details however because I have no interest nor time to start researching GG again.

So I'd rather evade it and it's detection routines from userland as much as possible. Going down to kernel level just to cheat in a game sounds.. stupid. Plus it's unfeasible to most people.

Besides, there's more challenge to it and proves what a piece of **** GG really is despite all of its rootkitish behavior. It's a pain in the ass for any gamer (legit or not) due to it's aggressiveness yet it accomplishes nothing in the end. :awesome: