Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Browsergames > Facebook
You last visited: Today at 21:32

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[SHARE] All my knowledges about Dragon City

Discussion on [SHARE] All my knowledges about Dragon City within the Facebook forum part of the Browsergames category.

Closed Thread
 
Old   #1
 
Superdrac's Avatar
 
elite*gold: 0
Join Date: Jun 2013
Posts: 463
Received Thanks: 2,420
Post [SHARE] All my knowledges about Dragon City

Hello everybody, as you know, i made some hack for dragon city, but i will stop now. And before, i will share all my knowledges with you.. It is not much but perhaps that it will help you.

It will be a long post.

The first thing that i found was the dragoncity test servers, the devs of the app used some test server and we found the urls.. Unfortunately they cut off access to the largest in the night...

(All urls will be reduced to avoid google indexations)

-http://bit.ly/13yjifg it was this one now, forbbiden access... (Use the google cache fast if you want to see it)

-http://bit.ly/1cslo7f another one, less big and cut this night too (use google cache to access it)

-http://bit.ly/15y4kZD and the last, also cut this night.

Yesterday, when the links were still active, i copy the list of all actuals commands that you can still use.

-http://bit.ly/11x3xrp For use them, you need to add "_" after each words: exemple for AssistNeighbor.php -> "assist_neighbor" will be the command.


I also copy yesterday, the list of all items id, there will be some new dragons: id 1181 to 1193 with loki dragon & thor dragons

Here is the link:


The items id's are very usefull in commands...


Now for try & launch commands, you need a script. Ballot made one very usefull. Just copy the data into a .php file. Install xampp, and put the php file in the htdocs folder of xampp, you will be able to access to the script through this url:

-http://bit.ly/1aZ50tf here is the script.

And the last thing that i want to share, is the .swf hack.
It is thanks to this that i found the Monstruous dragon egg hack, so do not overlook the power of this tool.
With this tool, you can extract .swf data. I speak about this tool:



On this page, all the steps for extract a .swf and To assemble the .asasm files back, and update the SWF file.

Here is the link of the last update of the .swf file of dragon city.

-http://bit.ly/18UbnAX

I don't know if this .swf is already integrated in the facebook hack.

That's it! It is here that i stop. Please i have only one request, if you found something, like me, make it FREE, and use this tools to avoid server overloading...


Thank to all for your support !


Edit: i forgot to say one thing: The commands need to be type like this in the script that i share:

{"commands":[{"args":[putyourargshere],"number":1,"cmd":"commandenamehere","time":137284 4166}]}


Added UID finding:




You can get the uid's here. Just replace "yourfbid" in the url by a fb id. If you curl this url, you will receive a lot of json data. For use them with php, you will need to make some things.

Exemple:

$data = curl_exec ($ch);
You launch the curl url. And receive the data of it in the var called $data

curl_close ($ch);
You close the curl connexion

$data=substr($data,65);
You need to delete the hash that is in the first. (65 character deleted on the string)

$data=json_decode($data,1);
After this, you can launch the json decode command. You will get an array that contain all the json data.

If you are on chrome and that you want to see how the json is written.

-Launch the url that i gave to u in your browser.

-Copy all data in a .txt file (except the first 65 character (the hash) ).

-Rename the file in data.json

-Install this on chromehttps://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc

-And drag and Drop the file in chrome, you will see how it's made.


If you want to use the json data that you receive in the $data var. You need to know how work the array in php.

I will give u an exemple. For sell a dragon you need his id, you can find this id in the json data.

First of all, you need to understand where you will search and with what you will search.

I choose to search with an dragon id (like 1000 for the terra dragon).

As you can see, the json file is divided in big part.

The first is PlayeInfo, the second is privateState and the third is map.
As you can see, what we want to search is in map:



Therefore, we search with a dragon id. As you can see, the dragon id is in "type" and the uid of the dragon (the uid is the id of the dragon in YOUR game
& in the socialpoint database, it is with it that you can sell a dragon) is on a higger level.


So for get the uid, make like this:

-$data contains the json data that you receive with the curl.

-['map']['dragons'] is the level where you search and $id contains the $id of the dragons
that you search (ex 1000 if you search terra)

-$k will contains the dragon uid if you have a terra dragon in your dragoncity

foreach($data['map']['dragons'] as $k => $v)
{
if(is_array($v) && $id==$v['type'])
{
return $k;
}
}

After this you can sell the dragon with command sell_dragon and with the $k var in the arg.


Good evening
Superdrac is offline  
Thanks
64 Users
Old 08/01/2013, 17:31   #2
 
elite*gold: 0
Join Date: May 2013
Posts: 85
Received Thanks: 12
can i get ur facebook ? sir
BoyIronHeart is offline  
Old 08/01/2013, 17:41   #3
 
elite*gold: 0
Join Date: May 2012
Posts: 140
Received Thanks: 40
Quote:
Originally Posted by Superdrac View Post
Hello everybody, as you know, i made some hack for dragon city, but i will stop now
may i say thank you for all the work you have done and it will be a shame you stop now
thanks for sharing your info
haveitdave is offline  
Thanks
5 Users
Old 08/01/2013, 18:02   #4
 
elite*gold: 0
Join Date: Jul 2013
Posts: 2
Received Thanks: 1
so then, i just can say big thanks to you...
after this, what will you do? (if i may to know)
aonity is offline  
Old 08/01/2013, 18:07   #5
 
stu2013's Avatar
 
elite*gold: 0
Join Date: Apr 2013
Posts: 134
Received Thanks: 48
thx supadrac for everything you did for everyone much appreciated
stu2013 is offline  
Thanks
1 User
Old 08/01/2013, 18:14   #6
 
elite*gold: 0
Join Date: Jul 2013
Posts: 44
Received Thanks: 13
umm,, any test server for monster legends sire?
bongkar is offline  
Old 08/01/2013, 18:18   #7
 
Superdrac's Avatar
 
elite*gold: 0
Join Date: Jun 2013
Posts: 463
Received Thanks: 2,420
Quote:
Originally Posted by bongkar View Post
umm,, any test server for monster legends sire?
Sorry but i don't work on monster legend
Superdrac is offline  
Thanks
2 Users
Old 08/01/2013, 18:36   #8
 
elite*gold: 0
Join Date: Jul 2010
Posts: 19
Received Thanks: 1
thanks superdrac.. can u made a hack for farmville 2 like farmbucks sir
jestgerald is offline  
Thanks
1 User
Old 08/01/2013, 18:52   #9
 
starswper's Avatar
 
elite*gold: 0
Join Date: May 2012
Posts: 361
Received Thanks: 104



Why show this.... is this normal ? Can someone make a tutorial :-? how to use the script
starswper is offline  
Old 08/01/2013, 18:53   #10
 
Chúi 191's Avatar
 
elite*gold: 0
Join Date: Jun 2013
Posts: 174
Received Thanks: 37
thks for share
Chúi 191 is offline  
Thanks
1 User
Old 08/01/2013, 19:02   #11
 
Superdrac's Avatar
 
elite*gold: 0
Join Date: Jun 2013
Posts: 463
Received Thanks: 2,420
Quote:
Originally Posted by starswper View Post



Why show this.... is this normal ? Can someone make a tutorial :-? how to use the script
There was an error in the script i just changed the link, try it now.
Superdrac is offline  
Thanks
1 User
Old 08/01/2013, 19:03   #12
 
elite*gold: 0
Join Date: Aug 2012
Posts: 54
Received Thanks: 3
Thank you very much for your help
Jkmkkm is offline  
Old 08/01/2013, 19:06   #13
 
starswper's Avatar
 
elite*gold: 0
Join Date: May 2012
Posts: 361
Received Thanks: 104
now i see was the last php ( in xampp don t sayed me the error )


edit: sad.. i don t know how to use it


edit2: it say


Failure

Array ( [result] => [error] => bad_packet - 100001008701566 [response] => )
1


And FBID/ userkey this are only part where I know what to use
starswper is offline  
Old 08/01/2013, 19:16   #14
 
Superdrac's Avatar
 
elite*gold: 0
Join Date: Jun 2013
Posts: 463
Received Thanks: 2,420
Quote:
Originally Posted by starswper View Post
now i see was the last php ( in xampp don t sayed me the error )


edit: sad.. i don t know how to use it

Put your id, and your userkey and type a command like this:

{"commands":[{"args":[1609182556,128,36,39,1,0,0],"number":1,"cmd":"buy","time":1372844166}]}

This command buy a deus vault for the exemple

Take the script of the new pastebin
Superdrac is offline  
Old 08/01/2013, 19:27   #15
 
elite*gold: 0
Join Date: Aug 2012
Posts: 19
Received Thanks: 19
how to get/build the "args" content ?
liquidliquor is offline  
Thanks
1 User
Closed Thread

Tags
dc knowledge


Similar Threads Similar Threads
[SHARE] Dragon City SWF hack
12/17/2016 - Dragon City - 121 Replies
Slacker Games DC - YouTube <<<< proof How to Use charles - YouTube Tutorial Charles Charles Fixid - YouTube <<<<< FIXED CHARLES SSL PROXY ( Default at charles for dragon city ) Open http://s22.postimg.org/6ibalup81/Untitled.jpg FEATURE
(REQUEST) PLEASEEEE SHARE SCRIPT DRAGON CITY WORK :'(
12/22/2013 - Facebook - 2 Replies
Please share to me :'( or to my fb: www.facebook.com/abdi.nsx :'( please :'( :(
[SHARE]Dragon City Links
08/02/2013 - Facebook - 19 Replies
Dragon City Links I DON'T OWN THIS Superdrac Shared Knowledge https://dl.dropboxusercontent.com/u/38026335/Tool %20Dragon/HackDC_V2.1.2%20-Fixed.rar password: phucvinh52
[SHARE] Dragon City
07/26/2013 - Facebook - 40 Replies
:handsdown::handsdown::handsdown: Feature 1. 100k Gold. Food and EXP 2. Paladin and Monsturous Egg 3. Gems Book Hack ^^ if u want share it please use bit.ly link and credits ^^ NEW LINK SORRY BAD SERVER
Any One Can Share Dragon City Script To Me ?
07/24/2013 - Facebook - 1 Replies
I Am MAT Hacker i want to dragon city script who can share me ?



All times are GMT +2. The time now is 21:32.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.