Jump to content

How To Hack Some Online Games with Charles Proxy


22 posts in this topic

Recommended Posts

Updated (edited)

Requirements:

  • PC/MAC with Charles Proxy installed
  • Brain (most important)
You can find tutorial how to set up charles proxy and connect your device to it here in Tutorial section, just search "Charles". I hope you dont need tutorial how to use search default_biggrin.png

 

Ok, now seriosly: be ready that 95% of what you wanna hack you cant hack, there are many reasons: strong protection, hashes, checks, your low lvl knowledge, etc. So dont give up, search and you will find

 

Now lets start learning that "easy" hacking style

Lesson 1: Traffic Monitoring

First step is to find what we can hack, it look like that

9e95gps.jpg

 

1 - Main structure where we can see url's

2 - Content (request, response) is the place where we search things to hack and copy them to create rewrite rules

* "unknown" means that traffic is protected (SSL/TSL), press right mouse button on url and select "SSL Proxying", if its symmetric SSL you will see content in next packet, if assymetric you need to hack server and get private key (good luck default_lol.png ) if you enabled SSL and still cant see what inside packet i recommend you to turn off SSL to that url coz it can block packets.

 

I will not explain how to find what you need, its individually to every game you wanna hack, so look everywhere (request, response, headers, even url's can contain useful stuff)

 

When you find anything useful you neet to try hack it and we go to lesson 2

 

Lesson 2: Creating rewrite rule

Go to "Tools -> Rewrite" and you will see that (but empty)

C8TcUtM.jpg

It contains 3 main blocks

1 - Here you add Set's and see names of your sets

2 - Here is url's list, it's different to every set

3 - Here is rewrite rules

 

Now how to add rewrite rule step by step

  • Press add button in block 1 to add your first set
  • Now wery important part, all rewrite rules in that set will be applied only to packets with specific url adress and i recommend you dont ignore that, coz if you will leave block 2 empty rules will be applien to all packets that goes thru charles and it can cause a probles. Take url from block 1 lesson 1, you can add it like i did (room.tankdomination.com) or more specify like room.tankdomination.com/battle/ (just example)
  • Rewrite rules block, here we add rules and that is most important part, so we move to lesson 3

Lesson 3: Rewrite Rule

How it look like

A1LnoVl.jpg

 

1 - Here we select location of information that we want to change (it depends on where you find useful stuff to hack, so select carefully (you can see what type to select in block 2 from lesson 1)

2 - Here is match value, where you enter what you wanna to be rewritten

3 - Here is replace value, what you will got after replace (replace first/all - depends on what you hacking, for example if you hacking HP and your and enemies HP in one packet "Replace all" will cause everyones HP to be modified)

 

Now more info about replace hacking:

Important: when you take something to replace from request/responce always turn to "Text" type of view (block 2 from lesson 1 lower part)

 

For example you wanna hack resourses and found something like that in request/response

gold=100,wood=20,rock=15
if you just put that values to rewrite match field only that values will be replaced and if your amount of gold will be 101 nothing will be replaced. So to replace values that always changed you need enable "Regex" in 2 block and input in match field
gold=.?[0-9]{1,},wood=.?[0-9]{1,},rock=.?[0-9]{1,}
What that mean: .? mean that replacing value unknown, [0-9] mean that it contains only numbers and {1,} mean that it contains any amount of symbols

Next you just input in replace block something like that

gold=999999,wood=999999,rock=999999
And values will be replaced.

 

______________________________

 

Another example, you playing RPG and find out that you can edit equipment and got something like that

Player(Armor=NoobArmor,Weapon=StickOfPainInAss,HPpotions=5,MPpotions=5)
Like in previous example, better to use regex coz if any of item/amoun will be changed charles will not apply rewrite. So you input in match field that
Player(Armor=.?[a-zA-Z]{1,},Weapon=.?[a-zA-Z]{1,},HPpotions=.?[0-9]{1,},MPpotions=.?[0-9]{1,})
So [a-z] and [A-Z] means that value contains upper and lowercase symbols from a to z

Now you replace it to something like that

Player(Armor=GodOfDefence,Weapon=SwordOfWorldDomination,HPpotions=500,MPpotions=500)
Yeah, now you are cool default_cool.png

 

______________________________

 

Ok, now example, where some values need to be leaved as they are, like

PlayerHP=100,PlayerMP=100,sessionID=12443652,PlayerGold=500,PlayerExp=1000
Here we need to leave sessionID as it is, it happens sometimes that appear values that need to be leaved as they are for any reasons, so in match field we will input that
PlayerHP=.?[0-9]{1,},PlayerMP=.?[0-9]{1,},(sessionID=.?[0-9]{1,}),PlayerGold=.?[0-9]{1,},PlayerExp=.?[0-9]{1,}
you see that i taken sessionID in ( ) - used to create group, and i added .?[0-9]{1,} coz value can be any.

Now we input in replace that

PlayerHP=1000,PlayerMP=1000,$1,PlayerGold=500000,PlayerExp=100000
$1 means that here will be reference group 1 at it is. You can create many groups and put them in typing $1 $2 etc, count from left to right in match field

 

______________________________

 

Now i will show you part of my Tank Domination hack

Here is match value

<tank><stts>(<f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}>)<f_.?[0-9.-]{1,}>(<f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}>)<f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}>(<f_.?[0-9.-]{1,}><f0_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}>)<f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}>(<f0_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}>)<f_.?[0-9.-]{1,}>(<f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f0_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}>)<f_.?[0-9.-]{1,}>(<f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}>)<f_.?[0-9.-]{1,}>(<f_.?[0-9.-]{1,}>)<f_.?[0-9.-]{1,}>
and rewrite
<tank><stts>$1<f_1100>$2<f_30><f_550><f_450><f_150>$3<f_0.11><f_0.12><f_0.99>$4<f_1.99>$5<f_80>$6<f_0.20>$7<f_0.99>
Why so many groups? Coz sometimes in request/response functions can be without any ID's or names, just <f_1><f_2> etc. that goes one by one. They contains everything, reload time, aim time, power, speed etc but also contain stuff that dont need to be changed. I cant just take <f_*> as match coz it will cause all values to change. What i did... i start match field with <tank> coz all tank info are stored afrer that, than i grouped values that dont need to be changed with ( ), and put in rewrite only what i need to hack with groups between rewritten values.

 

 

And few tips:

  • Be careful, remember that when you replace something you can miss one symbol and packet will be returned with error by server/game
  • When your match value contains ( { [ symbols you cant use regex, so try to take part without them, for example of you wanna replace something like that "[gold=100][wood=100] just create two rewrite rules for each resourse
  • You can input anything inside [ ], for example of your match look like HP=150,5 you input in match field "HP=.?[0-9,] just add any symbol you need.
  • Dont give up default_wink.png

Credits:ISky

Updated by Infamous-Ash
  • Like 5
  • Informative 1
Posted
  On 12/27/2016 at 6:13 PM, Infamous-Ash said:

Its easier than ida (y)

 

I used it for Kill Shot :)

But when Proxy is Off, youre set back in Game

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Our picks

    • Viking Island: Defense game v0.21 [+2 Cheats]
      Modded/Hacked App: Viking Island: Defense game By GLOBAL ADVERTISING NETWORK LTD EOOD
      Bundle ID: viking.island.conquest.command
      App Store Link: https://apps.apple.com/us/app/viking-island-defense-game/id6740436892?uo=4



      🤩 Hack Features

      - Never Die
      - Add Currency
       
      • 2 replies
    • Viking Island: Defense game v0.21 [+2 Jailed Cheats]
      Modded/Hacked App: Viking Island: Defense game By GLOBAL ADVERTISING NETWORK LTD EOOD
      Bundle ID: viking.island.conquest.command
      App Store Link: https://apps.apple.com/us/app/viking-island-defense-game/id6740436892?uo=4



      🤩 Hack Features

      - Never Die
      - Add Currency 
      • 0 replies
    • King of Crabs - Invasion v1.0.0 +2 Jailed Cheats [ Unlimited Everything ]
      Modded/Hacked App: King of Crabs - Invasion By Robot Squid Limited
      Bundle ID: com.robotsquid.kingofcrabs.invasion
      App Store Link: https://apps.apple.com/us/app/king-of-crabs-invasion/id6476405143?uo=4

       


      🤩 Hack Features

      - Unlimited Everything -> Earn some.
      - Free In-App Purchases
      • 0 replies
    • King of Crabs - Invasion v1.0.0 +3 Cheats [ Unlimited Everything ]
      Modded/Hacked App: King of Crabs - Invasion By Robot Squid Limited
      Bundle ID: com.robotsquid.kingofcrabs.invasion
      App Store Link: https://apps.apple.com/us/app/king-of-crabs-invasion/id6476405143?uo=4

       
       

      🤩 Hack Features

      - Unlimited Everything -> Earn some.
      - Free In-App Purchases

      VIP
      - Auto Win -> Enable pre-game then disable in-game to trigger.
        • Winner
        • Like
      • 1 reply
    • Plants vs. Zombies v3.9.0 Jailed Cheats +5
      Modded/Hacked App: Plants vs. Zombies™ By EA Swiss Sarl
      Bundle ID: com.ea.pvzfree.bv
      iTunes Store Link: https://apps.apple.com/us/app/plants-vs-zombies/id893677096?uo=4


      Hack Features

      - Infinite Sun
      - Infinite Fertilizer, BugSpray, and Chocolate
      - Infinite Coins
      - Infinite Plants Life
      - No Cooldown

      Author: https://iosgods.com/profile/37846-asianqueen/

      Complete tutorial before using any hacked features or you will stuck forever



      iOS Hack Download IPA Link https://iosgods.com/topic/191088-plants-vs-zombies%E2%84%A2-v381-jailed-cheats-5/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 20 replies
    • Dragons: Rise of Berk v1.96.7 +5 Cheats
      Modded/Hacked App: Dragons: Rise of Berk By Jam City, Inc.
      Bundle ID: com.ludia.dragons
      iTunes Store Link: https://apps.apple.com/us/app/dragons-rise-of-berk/id667461862?uo=4


      Hack Features:
      - Free Shopping (shows original cost but able to purchase regardless)
      - Free Skipping
      - Free Odin's Market Shopping
      - Odin's Market Packs Never Reduce
      - Currency Hack [Spend to Gain - reverts to zero on next launch]
      - Enable Rider's Club


      Non-Jailbroken & No Jailbreak required hack(s):  https://iosgods.com/topic/79228-dragons-rise-of-berk-v1794-4-cheats-for-jailed-idevices/


      iOS Hack Download Link: https://iosgods.com/topic/139612-dragons-rise-of-berk-v1794-6-cheats/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 676 replies
    • Fishdom v8.9.4 Jailed Cheats +3
      Modded/Hacked App: Fishdom By PLR Worldwide Sales Limited
      Bundle ID: com.playrix.fishdom-freeplay
      iTunes Store Link: https://apps.apple.com/us/app/fishdom/id664575829?uo=4


      Hack Features:
      - Infinite Moves
      - Infinite Boosters
      - Infinite Lives

      NOTE: Play until you reached level 31 on non-hacked version before using this hack - Make sure you connected with GameCenter and Facebook to save your progress


      iOS Hack Download Link: https://iosgods.com/topic/116586-arm64-fishdom-v683-jailed-cheats-3/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 748 replies
    • [ JP / Global/ KR] Puzzle & Dragons Cheats v22.3.0 +3
      Modded/Hacked App: Puzzle & Dragons (English) by GungHo Online Entertainment, INC.
      Bundle ID: jp.gungho.padEN
      iTunes Store Link: https://apps.apple.com/us/app/puzzle-dragons-english/id563474464?uo=4&at=1010lce4


      Hack Features:
      - God Mode
      - OHK
      - Frozen Enemies


      iOS Hack Download Link: https://iosgods.com/topic/133984-puzzle-dragons-jp-english-cheats-all-versions-3/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 451 replies
    • Guild of Heroes: Fantasy RPG v1.179.2 - [ x Player Damage & More ]
      Modded/Hacked App: Guild of Heroes: Fantasy RPG By BIT.GAMES PBL
      Bundle ID: com.goplaytoday.guildofheroes
      iTunes Store Link: https://itunes.apple.com/us/app/guild-of-heroes-fantasy-rpg/id979474617?mt=8&uo=4&at=1010lce4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iFile / Filza / iFunBox / iTools or any other file managers for iOS.
      - Cydia Substrate (from Cydia).
      - PreferenceLoader (from Cydia).


      Hack Features:
      - x Player Damage - x1 - 10
      - x Player Defense - x1 - 10
      - Enemies Auto Die
      - Premium Activate
      - Freeze Resources
      - Freeze Potions

      All features are unlinked and only for player, you!
      Note:
      Not Responsible For Any Bans


      This hack is an In-Game Mod Menu (iGMM). In order to activate the Mod Menu, tap on the iOSGods button found inside the app. This hack works on the latest x64 or ARM64 iDevices: iPhone 5s, 6, 6 Plus, 6s, 6s Plus, 7, 7 Plus, 8, 8 Plus, X, Xr, Xs, Xs Max, SE, iPod Touch 6G, iPad Air, Air 2, Pro & iPad Mini 2, 3, 4 and later.
      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/79822-guild-of-heroes-fantasy-rpg-v1679-5k-gold-sell-value-more/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,695 replies
    • Cats & Soup Cheats v2.69.0 +2
      Modded/Hacked App: Cats & Soup By HIDEA Co.,Ltd
      Bundle ID: com.hidea.cat
      iTunes Store Link: https://apps.apple.com/us/app/cats-soup/id1581431235?uo=4

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - Infinite Currencies
      - Unlocked All Specials and No Ads

       

      Non-Jailbroken Hack: https://iosgods.com/topic/157486-cats-soup-v2630-jailed-cheats-2/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/157484-cats-soup-cheats-v2640-2/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 300 replies
    • Disney Magic Kingdoms Cheats v10.4.1 +1
      Modded/Hacked App: Disney Magic Kingdoms By Gameloft
      Bundle ID: com.gameloft.disneykingdom
      iTunes Store Link: https://apps.apple.com/us/app/disney-magic-kingdoms/id731592936?uo=4

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - Free Store ( not Free iAP )

       

      Non-Jailbroken Hack: https://iosgods.com/topic/184748-disney-magic-kingdoms-v1012-jailed-cheats-1/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/147877-disney-magic-kingdoms-cheats-v1020-1/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 385 replies
    • Dice Dreams Cheats v1.91.1 +2
      Modded/Hacked App: Dice Dreams™ By SuperPlay LTD
      Bundle ID: com.superplaystudios.dicedreams
      iTunes Store Link: https://apps.apple.com/us/app/dice-dreams/id1484468651?uo=4


      Hack Features:
      - Custom Rolls
      - Unlimited Coins - afford regardless of if you have enough


      iOS Hack Download Link: https://iosgods.com/topic/138011-dice-dreams%E2%84%A2-v1692-2-cheats/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 629 replies
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines