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 › Market Place › User Services › Looking For Some RP Hack

LightbulbLooking For Some RP Hack

Posts 1–15 of 17 · Page 1 of 2
LI
livshvjio
Looking For Some RP Hack
i am looking for some RP Hack as i like to play the game without hacks but still RP is the problem for running out of things and Nice guns the guys here are too skillled that they hacked this game now i am wondering that can anyone make RP Hack for it It will solve everyones problem

Please Think About It ands Try to make it successful
#1 · 13y ago
KO
Kopfkino
its server thing, i think u cant hack it without get a instant bann
#2 · 13y ago
Mywk
Mywk
@livshvjio Server-side, would be possible if someone find an exploit but would very probably result in a ban sooner or later.
#3 · 13y ago
MooCow55
MooCow55
Yea, I'm pretty sure that that's not going to happen. It would bee Incredibly awesome if it would, But no.. I wouldn't wait for something like that if I were you. :')
#4 · 13y ago
LI
livshvjio
Yeah I am Not Waiting Cow
#5 · 13y ago
QU
quelo
You can modify incoming packets. Play with the Wireshark program to start with. I tested and it works
#6 · edited 13y ago · 13y ago
BI
big_will
Quote Originally Posted by quelo View Post
You can modify incoming packets. Play with the Wireshark program to start with. I tested and it works
Well I was also thinking about package editing but I'm really noob on this stuff. You really managed to get extra RP or EXP?
#7 · 13y ago
QU
quelo
Yes, it's works, but it was really hard to do. In any case, for me. The data are transmitted on the Internet in packets. Each package includes the so-called IP header. It has information on the package, such as: version, header length, type of service, the total length, identification, flags, fragment offset, time of life, the protocol, the sender IP address, IP address of the recipient, the package options, supplementing the data. There are a lot of interfaces that allow for packet filtering, but I chose netfilter module. It has the ability to change any part of the package on the fly. In any way we can modify all sent, received and transmitted packets. You can also specify the package path, his life.
#8 · 13y ago
Mywk
Mywk
@quelo There is always a chance to find a good exploit using packet editing, even if most times it is just a matter of luck and it is something that turns to be boring after a while. Don't forget there is also a really bigger chance you get banned by messing with outgoing packets. I wish you good luck
#9 · 13y ago
kevo54
kevo54
are you going to do that (make an rp hack/zen hack?) @Mywk
#10 · edited 13y ago · 13y ago
BI
big_will
Quote Originally Posted by kevo54 View Post
are you going to do that (make an rp hack/zen hack?) @Mywk
I doubt about Zen hack (if you get caught hacking Zen you can risk more than a simple ban....). Rp hack will be difficult too IMHO, it will be probably detected and patched in few days. I'll try to play with packets myself this weekend and see what I can get from it.
@quelo have you tried using WPE Pro?
#11 · edited 13y ago · 13y ago
kevo54
kevo54
oh holly shit it work im now playing with the packets i had 100gp and i changed it to 10000 and it works thanks bro
i had to watch a few tutorial on youtube to understand it but i dont know how to code the hack
#12 · 13y ago
QU
quelo
@big_will @kevo54
Writing of modules modifier requires a lot of precautions packages. Bad change may cause harmful interference to the network, and in some cases the whole system unstable.


Quote Originally Posted by kevo54 View Post
oh holly shit it work im now playing with the packets i had 100gp and i changed it to 10000 and it works thanks bro
i had to watch a few tutorial on youtube to understand it but i dont know how to code the hack
Do not abuse this method, because packet editing may cause damage to their servers. You can be fined.

Therefore i'm not publish my application to modify the RP.
#13 · edited 13y ago · 13y ago
Mywk
Mywk
@quelo You are more than right.
But really, that would seriously harm their economy, it is a free game but would you guys think the developers of the game would deserve that in this crazy world crisis?
#14 · edited 13y ago · 13y ago
QU
quelo
@kevo54
dont know how to code the hack
Get involved with something like API Hooking, you can use Microsoft Detours, put hook on the functions that are used browser, modify the parameters and call the original function.
API hooking is not a simple issue. Download Detours and somewhere there should be a PDF with a description, but the general rule is:
First create their own versions of the library functions, that is, for WSASend () do MyWSASend (), but with the same arguments.
Second in MyWSASend (), we can modify the arguments, save the file, and generally do what we want with what occurred, and finally call the original function.
3rd Create a program injecting this library in the selected process.

Maybe this will help you:
http://www.codepr...MS-Detours


You can also use a proxy type of proxyshark. The project itself seems to be in its infancy, I do not know whether you will fit, but it's always something to go on an alternative to digging meanders MS documentation




The only truly secure system is one that is
powered off, cast in a block of concrete and
sealed in a lead-lined room with armed guards -
and even then I have my doubts.
- Eugene H. Spafford
#15 · edited 13y ago · 13y ago
Posts 1–15 of 17 · Page 1 of 2

Post a Reply

Similar Threads

  • Looking for some hacking buddies :)By Joi98 in WarZ Discussion
    5Last post 13y ago
  • Looking For Some Hacking HelpBy Waambulance in DayZ Discussion
    9Last post 13y ago
  • looking for some hack for bf 2 and war rockBy killemslow in WarRock - International Hacks
    7Last post 19y ago
  • Looking for some hacks... CAKRBy j0hnie3f4g in Combat Arms Hack Requests
    19Last post 15y ago
  • Looking for some Knight online hacksBy Liquid_Death in General Hacking
    2Last post 16y ago

Tags for this Thread

None