Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › BattleOn Games Hacks, Cheats & Trainers › Adventure Quest Worlds (AQW) Hacks / Cheats / Trainers › Adventure Quest Worlds (AQW) Tutorials, Source Code & Coding › Packet Sniffing

Packet Sniffing

Posts 16–30 of 32 · Page 2 of 3
Oliboli8769
Oliboli8769
Quote Originally Posted by JamesRo View Post
@Oliboli8769 So, what do you think? I've known WPE Pro for a long time (even used it) and all the discussions on the net suggest these virus warnings are all false positives. So...?
I'm in the same position. I used to use it quite a bit too, but I did find that some people were saying that the file was harmful on the net also.
I'm going to say that as long as the file was taken directly from the official website then it's safe to approve, fair enough?
#16 · 12y ago
chibizs
chibizs
Quote Originally Posted by Oliboli8769 View Post
I'm in the same position. I used to use it quite a bit too, but I did find that some people were saying that the file was harmful on the net also.
I'm going to say that as long as the file was taken directly from the official website then it's safe to approve, fair enough?
If I may offer my input.... Even though I am not a minion due to posts xD I would suggest to approve it. WPE i have used and I have never had a problem with it as long as it was downloaded directly. I think due to its nature just like hellquest it has a bunch of false positives.
#17 · 12y ago
Oliboli8769
Oliboli8769
File approved.
Please be wary + use at your own risk. If you come across any real issues - report them back to me or James.
#18 · 12y ago
TO
ToxLP
Quote Originally Posted by AqworldThunder View Post
A packet sniffer captures all of the packets of data that pass through a given network. It's very easy to sniff out packets and use them, and they've been in use since the very first trainers for AQWorlds. From loading shops to loading pets, each has a string of data that you can use over and over again.

The first thing you'll need to do is download a packet sniffing program. WPE Pro is the one I prefer to use and I included in the attachments below.


The next thing that you'll need to do is login to AQWorlds and attach WPE Pro to the window you have open. I used the latest version of Le Bot in the tutorial but it works fine in web browsers.


Now you'll click the play button in WPE Pro, that means it's sniffing for packets. You need to do something in AQWorlds for it to find packets. I opened the shop in Yulgar for example.


Click the red stop button on WPE Pro and check to see what packets you've sniffed out.


The very first packet that says loadShop is the packet for the shop in Yulgar. I can now send that packet in a trainer and open that shop anywhere in the game.


@Oliboli8769
@JamesRo

Or you can use a PACKET LOGGER
#19 · 12y ago
awesomeer
Darakath
You can take my word that there is NO virus in there, unless I never noticed it in these last 3 years.
Quote Originally Posted by ToxLP View Post
Or you can use a PACKET LOGGER
Whats the difference?
#20 · edited 12y ago · 12y ago
Hero
[MPGH]Hero
Quote Originally Posted by JamesRo View Post
@Oliboli8769 So, what do you think? I've known WPE Pro for a long time (even used it) and all the discussions on the net suggest these virus warnings are all false positives. So...?
Quote Originally Posted by Oliboli8769 View Post
I'm in the same position. I used to use it quite a bit too, but I did find that some people were saying that the file was harmful on the net also.
I'm going to say that as long as the file was taken directly from the official website then it's safe to approve, fair enough?
Teamwork at its finest. XD
#21 · 12y ago
Allerrio
Allerrio
Hello, actually i have question about wpe,
i try gold hack in some MMO lately, i do snifting, record all data traffic, sort em, and whenever i hit send data filtered, the game got dc itself, is it some gameguard on server side?
meanwhile i looking for another possibilities, and find a discussion about decrypting security on server console, so whatever i send back to server,server will analyze it with some logic (like char action before edited packet was send back) but i thought this one is more possible to prevent any sabotage on packet traffic

unless, i do sending a new packet without filtering, just some random hex (00 00 00 00 00 00 01) and i did it (well not really) the game did NOT dc, but in wpe report, the data i send was error..

then i realized something, maybe i should find exact address before editing and send it back,
but my main problem is, i kinda unfamiliar with math and hexadecimal things :|
can u help me to analyzed the adress?
next time i'll attach the image

sorry for my english
#22 · 12y ago
chibizs
chibizs
Quote Originally Posted by Allerrio View Post
Hello, actually i have question about wpe,
i try gold hack in some MMO lately, i do snifting, record all data traffic, sort em, and whenever i hit send data filtered, the game got dc itself, is it some gameguard on server side?
meanwhile i looking for another possibilities, and find a discussion about decrypting security on server console, so whatever i send back to server,server will analyze it with some logic (like char action before edited packet was send back) but i thought this one is more possible to prevent any sabotage on packet traffic

unless, i do sending a new packet without filtering, just some random hex (00 00 00 00 00 00 01) and i did it (well not really) the game did NOT dc, but in wpe report, the data i send was error..

then i realized something, maybe i should find exact address before editing and send it back,
but my main problem is, i kinda unfamiliar with math and hexadecimal things :|
can u help me to analyzed the adress?
next time i'll attach the image

sorry for my english
Well first if you sent a packet that should have worked but it did not that means they do indeed have security for these kinds of things. Any self respecting MMO will eliminate the ability to do such things sooner or later. Really if the gold is a variable on the DB and you can not change it with packets then do not even try man. I mean hell going in and trying to breach their security is hardcore just for some gold Your time would be better wasted trying to find a bot or some way to bot the game or something besides packets to actually increase your gold in the game. Though I do not know why this was posted in the AQW section as this is apparently not related to AQW. While I do feel for you, you should probably try to find the right section about the game as someone else might have more knowledge about the game and can share it with you but for now since we do not even know what the game is we can not begin to answer your questions with certainty.
#23 · 12y ago
Allerrio
Allerrio
Quote Originally Posted by chibizs View Post
Well first if you sent a packet that should have worked but it did not that means they do indeed have security for these kinds of things. Any self respecting MMO will eliminate the ability to do such things sooner or later. Really if the gold is a variable on the DB and you can not change it with packets then do not even try man. I mean hell going in and trying to breach their security is hardcore just for some gold Your time would be better wasted trying to find a bot or some way to bot the game or something besides packets to actually increase your gold in the game. Though I do not know why this was posted in the AQW section as this is apparently not related to AQW. While I do feel for you, you should probably try to find the right section about the game as someone else might have more knowledge about the game and can share it with you but for now since we do not even know what the game is we can not begin to answer your questions with certainty.

Hello, sorry for my late reply,
i still can't find any single clue to find exact adress of gold, i watch various tutorial on youtube how to make filter, but, to get gold address really make me busted everytime i try to hack it,
and i think, i can't find a right section about game itself in here, since that game is wasn't popular like WoW or other MMo,
but if u can really help me, i gladly tell u, but i think is more wise if i tell u in PM instead yell here (for some unknow reason).
thank you for reply
#24 · 12y ago
Allerrio
Allerrio
Oh, the game's name is called Tlbb 2 on viet/asian server, and Dragon Oath in us server..
sorry
#25 · 12y ago
chibizs
chibizs
Quote Originally Posted by Allerrio View Post
Oh, the game's name is called Tlbb 2 on viet/asian server, and Dragon Oath in us server..
sorry
They have probably patched it. I can no find anything recently about the game and the tutorials you watched were probably old. Anyhow post anything else here.
http://www.mpgh.net/forum/forumdisplay.php?f=247
#26 · 12y ago
Allerrio
Allerrio
well it didn't help, but thanks anyway,,, really thank you
#27 · 12y ago
Remetra
Remetra
@OB Do you know if there's a mac version of WPE Pro or Packet Logger where i can find these packets?
#28 · 12y ago
Oliboli8769
Oliboli8769
@Remetra
Hmm I'm not entirely sure. Whenever I needed to use a packet sniffer (quite rarely) I just used a windows emulator to run WPE Pro.
However, there definitely are options, just from a quick Google it looks like Wireshark and PacketPepper would be worth trying.
If worst comes to worst I suggest you do what I do and use wine/parallels/boot camp or whatever you want to run WPE
#29 · 12y ago
JamesRo
JamesRo
Wireshark works great on OSX
#30 · 12y ago
Posts 16–30 of 32 · Page 2 of 3

Post a Reply

Similar Threads

  • Packet sniffing getting patched?By superbig in RoboCraft Discussions & Help
    1Last post 11y ago
  • Disabling hackshield, Packet sniffingBy mariofan901 in Combat Arms Help
    0Last post 17y ago
  • Help with Packet SniffingBy armageton in Tribes Ascend Hacks
    4Last post 14y ago
  • Packet Sniffing for XPBy xeyerericx in Tribes Ascend Hacks
    2Last post 14y ago
  • Packet Sniffing in an attached applicationBy BernardoLima in Visual Basic Programming
    0Last post 13y ago

Tags for this Thread

#aqworlds#packet#packet sniffing#packets#sniffing