Interest07, it is possible to fly straight up with actionstructs.
MemFunctions.MemWriteInt(pr_processHandle, moveAction + 0x2C, 0); // Set moveType
set movetype to 1.
Can you help me with such problem? Some skills needs chi to cast and i didnt find any addresses in client memory for them. Surely, i can hardcore them in my programm for every skill but i think it's stupid. So do you know how to get chi requirements for skill from the client memory? Or can you tell any other way to solve this problem?
I never managed to get that working, it would only very briefly move up when I tried that before.
Hmm no haven't seen the chi data lying around, though it's prolly available in elements.data or something.
since there are already a lot of threads in this section, I'll just ask a quick question here if you all won't mind coz it might be related to tampering with packets.
about the recent questioning for several Love of Up and Down being auctioned at once and at half the normal price, do you guys think they're duped items or just a clever con or hacking outside the ingame exploits ?
They where generated by replacing IDs in Browser JSON code on the DQ point reward site.
PWE's devs where so retarded we didnt even bother to check this out because we plainly did not expect them to be this retarded - implementing a powerful function that could send you any item ID you passed to it into clientside JSON is so much stupidity in one place I cannot even emphasise it enough
They where generated by replacing IDs in Browser JSON code on the DQ point reward site.
PWE's devs where so retarded we didnt even bother to check this out because we plainly did not expect them to be this retarded - implementing a powerful function that could send you any item ID you passed to it into clientside JSON is so much stupidity in one place I cannot even emphasise it enough
Cheers
**** I wish I'd known about that lol. I assume they've fixed it now?
I wonder if any action has been taken against those who abused it? lol
(too lazy to check forums)
some ppl are banned.
but...make items with this way, sell them fast, drop the coins on the ground and get them with ur main...how will they catch u.
more interesting is there policy, stop selling 11/12 orbs, tell then all users lies about the reasons.
dont take the jb and dq reward page off.
as i see some minutes ago, dq reward pages has item id inside the javascript, on the fb page it "seams" a crypted item id...since its long.
but after this disaster...i would say its unfixed right now and would take some time to fix.
pw stuff is arogant and selfish ppl, the coder of the script must be a monkey.
in this days of hacking...coding such a bullshit is unbelivable.
for what are scripts like php, so dont understand why the monkey put this function readable in javascript.
even if they fix it with a cryption...it would not take long to find out how.
they have to change the wole process of getting those items.
but what should i see...they think this way:
pw chief: oh we need more cash = users, to rip of with stupid packs.
pw second chief:from were we get those cash *erm* users ?
pw secretary: i heard of a page called facebook, u can make cool dates there and much users worldwide are to find.
pw chief: great, we need to advert there...so ppl know about our cashcow *erm* cool free2play game
pw coder: i start coding a script to advert and reward the users for facebook, give me 5min. to code
pw chief: no, code it in 2 min. and then get me a fresh coffee
to be continued...
To be honest, if they haven't already fixed it, they could fix the issue in less than 5 minutes. There are only a very small handful of "valid" rewards that should be available via the DQ rewards / facecock page. It would be a simple case of checking that the item ID from the deserialised JSON packet matches one of the pre-defined items.
Of course there would be some code to populate the array, which would probably be buried in some admin control panel, but you get the idea.
What they should probably be more concerned about is how much more of the website was coded by the monkey that made this page. I bet there are holes everywhere.
Meh, the only problem was that they didn't do server side checking. There was nothing wrong with their javascript, as it did exactly what it was intended to do. They were just stupid enough to blindly trust the client side messages.
Encrypting anything isn't worth the hassle as it simply should not be necessary. It's like those sites that 'protect' against SQL injection by having their javascript check for fishy usernames, it only gives you a false sense of security. Any real protection should be done server side, javascript is only there to make it easy for the user to get his wishes to you, not to verify the legitimacy of those wishes.
Indeed. And I should have pointed out that I was referring to server side checking... I kinda forgot that vital point xD.
lmao
Shows what assuming someone is competent does for you, I've even played around with that JS ages ago but never thought to try this. I was too focused on automating my daily jones blessing and DQ reward fetchup to think of abusing their system
interest07 , do you have the function for putting items with prices in catshop ? it's very painful dragging up items, backspacing default prices then typing prices manually if the surrounding sellers keep lowering their prices for the same stuffs like every few minutes.
pw dev should left the price field empty instead of putting a default price so we won't have to backspace them all everytime and can just use ctrl-v for same items.
***...i wish i could sendpacket something to make those annoying kittyshop disconnected
Does who know packets for: using Teleport Stone; crafting item; refine item with Dragon stone; buying item at Cash Shop; send item by mail.
Thanks in advance..
Don't have those packets available right at this moment, and at the moment i'm having a little hiatus from snooping around pwi, so not gonna dig around for em either
Send item is not sent by the packet function we use - its a different one, namely the same one which also handles chat messages.
Cash shop requires Item ID of the item and the current id of item from gshop.data - much work here.
Never checked refine - No, you cannot "hack" anything here.
Crafting is handled by our packet send function if I remember correctly, never bothered with writing down opcode though cause I did not care about this.
Help with sending packets in autoit 08/16/2010 - AutoIt - 1 Replies ive been lookin around different sites for ways to send packets to the game server. the only examples i see is to create a server and a client which i dont need, i think. well to the point now, can someone lead me in a direction or tell me how to send packets to a game? also if i send packets then that means i dont need the game to be active, correct? Because in autoit when u use keys u need to have the game active, and control send does not work. ty
Sending Packets !!! 09/07/2008 - Kal Online - 14 Replies now i know how to sniff / analyse packets ... but what then ? :)
how can i send packets ?? to pimp or mix weapon for example
i just need the way to send , and then i can depend on myself :D
Sending Packets (need advice) 03/20/2008 - Conquer Online 2 - 7 Replies OK well im finaly trying to stop leaching off of everybodys work its been great n all download n play :D But im tired of being a begger n the past couple months ive been learning as much as i can about macros memery add blah blah you know ...
After playing around with ce and ahk the past couple months i stumbled across wpe pro, theres not alot of tuturals and its hard to find good help.
Well heres what ive been doing so far, open my CO then i attach it to my sniffer.
I change my...
Scamming by sending packets??? 04/15/2006 - Conquer Online 2 - 1 Replies Well my friend and i came up with the idea to send packets to the server to show a certain item in the trade window. We want to use this as a type of scam. I didnt see this in any other threads and was wondering if anyone knew if this is possible and if they could point use in the right direction. My friend was pretty good with packets in CO 1.0 but we arent really sure to go about doing it. If anyone one could please lend a helping hand?
P.S.- Before I get flamed for this because i know i...
Sending packets 10/12/2005 - Conquer Online 2 - 10 Replies I've a question. Is it possible to send 1 packet multiple times at the exact same time?