Oh wow, didn't take the time to look around.
This place is worse than the Mexican border with immigrant whores.
Back to the topic-
I haven't looked at it further, but after a nights sleep, I...
Type: Posts; User: Nova
Oh wow, didn't take the time to look around.
This place is worse than the Mexican border with immigrant whores.
Back to the topic-
I haven't looked at it further, but after a nights sleep, I...
So I decided to boot up Visual Studio tonight and look at some old stuff, and then remembered thsis cool thing Wizkid did, getting the GunZ socket from MClientSocket::Connect. So I thought I'd take a...
What if you hooked the IAT address of FindWindowA() to make it do something completely different upon execution ?
Because MMatchDBMgr is one of the classes (if not the only one) that works directly with the database, and it lacks basic integrity checks (like strip strings of ' ).
Thanks Master, I just looked at the MMatchDBMgr class and it's gonna be annoying to deal with, I'll go look for the function that deals with SELECT query's, I'll write the function in ASM. Shouldn't...
Hey doods.
Does anybody know what function it is to retrieve a value from the database ?
I've had a look through the MDatabase class and there doesn't seem to be any function that could return a...
Oh cool, some interesting functions included, thanks :). Might as well examine this if I'm going to start opening VS when school starts.
Oh, by the way, did you code this ? It looks Wizkid-alike....
Uuuh, most of what you said looks like it's been translated in google translator.
Hold on, your anti-cheat is an executable, and this executable is going to change the window title and...
There are three strings it copy's to the clipboard, "I love MAIET", "I hate hacker" and "Find me". And I believe it's more complex than that.
Good start anywho.
I'll need the sliced HTML version of the design, I'll probably end up killing myself if I try slice it, lol.
And Maik, yeah - if you're up to help no problem.
Thanks in advance
I'm up for the PHP part :).
Regards.
I know who the faggot is. He speaks to me allot on MSN, and I can tell you for a fact he has around 120€ on his paypal.
That's exactly what I'm saying. And I've never looked at the Veldi source, I just know it checks at what rate packets are getting sent.
Hehe, added.
Though I'll be off to bed in a bit.
That's more or less of what I've did, well done guessing.
I'll add more checks later.
[/QUOTE]
That could be easily bypassed in ASM, but yeah. It would brush off most "inject & play" hackers. ...
That's always been the best idea for an antihack, though what if the players are too dumb to type in !hacker ? - Sorry, I go strange in evenings :3
And having a constant check on all of the current...
Yeap, that's what I'm talking about :].
What's the other check, if I may ask ? I don't see how you can do a check in the function, I believe the call a DLL makes to SetHP or whatnot is about as...
Mind sharing it ? Cause I don't think there is.
"DLL call thing" - euh, do you know what you're talking about ?
@Quotation - like ?
This wouldn't be just done in the runnable, you'd need to send your own packet to the server containing the UserID of the hacker, then you'd need to write a server-sided handle for the packet - so...
void __thiscall ZCharacter__SetAP(ZCharacter *this, int nAP)
{
this->m_Status.nAP = nAP;
if ( nAP < 0 )
this->m_Status.nAP = 0;
}
That pretty much sum's up all of MAIET's coding power...
Hey, we can all hate MAIET as much as we want, but they did some hella C back in the days. If MAIET have learned from their errors, GunZ II would look much better, and hopefully they'll get a way of...
Great work, atlast a design with 4 base colors, and not something with orange, white, red, blue, and whatnot. Slice that up and you'll get cookies.
Yeah, just needs a prod to get it to work. (I don't think there's any way of getting up in the client (via command or whatnot.)
Let's hope they've learned how to properly encrypt files & packets this time.
Dunno if anybody remembers the '/119' command there was back in LegacyGamers, anyway, I found the packet it sends to the server and managed to get it working.
Picture :...
Or just do a MCommand::DataRet (I think it's called, if I remember correctly) detour and check packet size/checksum or whatever. I released a base, just with the detour and an example of reading the...
http://forum.ragezone.com/f245/gunz-window-mode-563333/
It was too good to be true, right ? (Even though the link is dead)
You forgot "FIND_ME".
Hi,
Here's a way to code an antihack in a runnable :
1. Do a codecave at functions like ZPostMeleeShot(), SetHP, SetAP, and so forth. So the code would look like :
(ORIGINAL FUNCTION OFFSET) NOP...
The template itself is fantastic. However, I believe it would look better with darker colors. Blue and orange is a bad mix, I think.
Other than that great work, Stef.
How did you patch it ? Check the packet size and/or parameters ?
echo "Cannot connect the Server";
die();
Could be this :
die("Cannot connect the Server");
Just pointing out. Other than that, nice release.
You made the project as a console. >.<
Nice to see you again.
No, you don't need an SQL attack prevention script - there are no forms for the query.
Hey, are you Welsh Steven, the guy I talked to some time ago ?
If so; hey - long time no speak man.
That's from Emisand's Admin/GM panel. You might as well download the whole panel.
If you want to use that as a stand alone function you'll need the HTML part.
Open characters.php and search for...
The real n0x is an antihack, however I believe it need's the client .DLL's.
The version you're setting up there I think is just a proxy.
I still haven't seen proof that Touchwise can code o_O.
People like you are fantastic.
"Euro GunZ Coder | Hacker " - We both know that's bullshit.
Cause they really look a lot like a programming language.
Nice. I'll have a look at this.
I believe somebody released Kore source, open the "Packet.h" file and that will give you the packet encryption/decryption and everything else you need to know.
I believe he left the GunZ world.
Have you replaced the ntwdblib.dll ?
Thought it might give some people a prod forward.
Parameter types : (Credits to Dexgod.)
GunZ packet protocol : (Credits to Dexgod and Wowus, I found it in his anticheat, lol.)
Packet...
It would be sweet if somebody got this up and running.
Nuce release.
[/COLOR][/B]
People who think hacking makes them cool.
I know, moving a variable into a variable is stupid but that script is part of another script where I used $ip more than once.
I did think that was familiar, lol.
Like a firewall is going to prevent a .DLL injection.
Edit,
Oops, I didn't see Guy's reply.