emoney & chksum manually?

07/19/2009 04:12 becko713#16
Quote:
Originally Posted by alexbigfoot View Post
You cant add something in TQ Binary, that client will read it. You cant send the values through packets, because you cant. You can do virtual points, which only the server knows how to use them, when the client won't even know about them. Creating a new collumn, in MYSQL, doesnt mean the client will know about it.
that is my boy :handsdown:
08/09/2009 16:59 StarCelli1#17
None of these ways work =(
08/09/2009 19:11 tribalost#18
There actually is an action type in the binaries that executes queries and reads data from it (well the execute query that returns void and the execute query that actually returns a data are different types). But yeah, this is possible. Well what I only did was credit cps through a php page and go to a certain NPC to claim the cps. I never actually thought of adding the cps on load using the welcome msg.

[Only registered and activated users can see links. Click Here To Register...]
08/09/2009 20:35 forcer#19
this can maybe help you: [Only registered and activated users can see links. Click Here To Register...]
08/09/2009 20:53 Kiyono#20
Quote:
Originally Posted by forcer View Post
this can maybe help you: [Only registered and activated users can see links. Click Here To Register...]
I actually tried that before and it doesn't work xD
08/09/2009 21:14 forcer#21
I think it might work, however I need access to CO binaries & ollydbg. anyone willing to give me access to his development enviroment and we can then post a guide how to do it?
08/09/2009 21:21 tribalost#22
Although it would be great to have it, I don't totally agree with removing the summation checks as it might open your database to vulnerabilities with packet fabrication. But I'm not sure with that though.
08/09/2009 21:26 Kiyono#23
Quote:
Originally Posted by forcer View Post
I think it might work, however I need access to CO binaries & ollydbg. anyone willing to give me access to his development enviroment and we can then post a guide how to do it?
CO/EO the same thing and the same setup method...
Difference is that the EO TQ bins are not considered warez and are allowed while the CO TQ bins are considered warez and not allowed >_>

So you'd need to use PMs or MSN (or any other instant messenger) or search for it on google lol
08/09/2009 21:39 tanelipe#24
They're considered as warez, report the posts that contain the download links. (I finally got answer from Lowfyr :P)
08/09/2009 21:40 forcer#25
Quote:
Originally Posted by tribalost View Post
Although it would be great to have it, I don't totally agree with removing the summation checks as it might open your database to vulnerabilities with packet fabrication. But I'm not sure with that though.
If you would know things that I know about TQ server software security, this would be your minor concern.
For example - AccountServer is swiss cheese when it comes to security.

but back to the topic - I'm able to help only if you give me access to working machine via teamviewer or terminal services, I don't have much time to mess with setting up and testing it. I just might know how to find & edit correct byte in the binary to get it working.
08/09/2009 21:46 tribalost#26
bruno fixed the AccountServer a bit but never released it.
Just wanna point it out since 5018+ packet crypt is available to everyone.
08/09/2009 23:56 Kiyono#27
Quote:
Originally Posted by tanelipe View Post
They're considered as warez, report the posts that contain the download links. (I finally got answer from Lowfyr :P)
LOL, took them long enough to notice.
08/10/2009 09:52 tanelipe#28
They have actually known about it for some time now, just that noone has reported them so they could be deleted.
08/23/2009 20:24 StarCelli1#29
so still noone has any idea how to make
this possible?

Or maybe is there a done PHP Script which adds
the CPs (working way) to someones Character
with TQ Bins?
08/24/2009 06:52 Zimbolt#30
Quote:
Originally Posted by StarCelli1 View Post
so still noone has any idea how to make
this possible?

Or maybe is there a done PHP Script which adds
the CPs (working way) to someones Character
with TQ Bins?
Let me try to explain this, you would have to remove the checksum from the binary OR try to get the gist of this.

1. Script adds userdata/action to cq_bonus
2. Action gives predefined amount of cps.
3. Have the PRIZE NPC action (1023) load upon logging in.

And no, there is no script for this, your gonna have to make it yourself.