[Help] Finding direct links in Kongregate
Please help.
Finding direct links in Kongregate Posted on: 08/30/2015 11:03pm
Quote Post

I've found that with some games I'm able to pull the direct address out of the JS source, but with others -- flash games for example -- I have not been able to find a reliable way to ascertain the source address.

The source address is convenient in that it removes all of the obfuscating wrappers and puts the game into the immediate scope of the browser for hacking.  Better still, it allows you to play the game in a larger field and eliminates the unnecessary crap that Kongregate likes to put around the game frame.

Could someone please show me a reliable methodology for pulling this information?

Thanks.

RE: Finding direct links in Kongregate Posted on: 08/30/2015 11:50pm
Quote Post
kill first,die last

you can use charles/fiddler to easily get the source link of games






~zombies eat brains, so don't worry most of u will be fine~

RE: Finding direct links in Kongregate Posted on: 08/31/2015 1:03am
Quote Post
The Laziest Man on KongHack

you can also use adblock plus and pretend youre gonna "block" the game, but just grab the link instead.

but if its some shitty game that has a pre-loader swf, charles or fiddler is the way to go




RE: Finding direct links in Kongregate Posted on: 08/31/2015 2:02am
Quote Post
TIM the Enchanter
Level: 1
ADR Info

You could always check the sources tab in the Chrome debugger.  Just hit F12 or CTRL+SHIFT+J, click sources.





Everything's coming up KongHack!

"When you know nothing matters, the universe is yours" ~Rick Sanchez

RE: Finding direct links in Kongregate Posted on: 09/01/2015 5:22pm
Quote Post

Hm the link is usually right in the source code of the games page.
 

 new GameIframe({"iframe_url":"http://ninjakiwifiles.com/Games/gameswfs/sas4_kong/sas4.html"

Looking for "iframe_url" should give you the link.




khwar.com
RE: Finding direct links in Kongregate Posted on: 09/10/2015 12:57am
Quote Post

Thanks,

Fiddler did the trick.