Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


GENTLEMEN,

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Random spam
View previous topic :: View next topic  
Author Message
Zohan
Gayest Man Alive
Reputation: 1

Joined: 13 Jun 2008
Posts: 183

PostPosted: Fri Dec 25, 2009 3:13 am    Post subject: GENTLEMEN, Reply with quote

HOW TO USE TAMPERDATA/FIREBUG TO HACK THIS SHIT?

http://thepokemonleague.com/
Back to top
View user's profile Send private message
Fap2Admin
Master Cheater
Reputation: -1

Joined: 10 Feb 2008
Posts: 483
Location: Somewhere down the Road

PostPosted: Fri Dec 25, 2009 4:24 am    Post subject: Reply with quote

You stick the firebug up ya ass.
_________________

Best AR-TITS on CEF
Back to top
View user's profile Send private message
Zohan
Gayest Man Alive
Reputation: 1

Joined: 13 Jun 2008
Posts: 183

PostPosted: Fri Dec 25, 2009 4:25 am    Post subject: Reply with quote

Freak X wrote:
You stick the firebug up ya ass.


Get the fuck out.
Back to top
View user's profile Send private message
Fap2Admin
Master Cheater
Reputation: -1

Joined: 10 Feb 2008
Posts: 483
Location: Somewhere down the Road

PostPosted: Fri Dec 25, 2009 4:26 am    Post subject: Reply with quote

No, thanks.
_________________

Best AR-TITS on CEF
Back to top
View user's profile Send private message
gogodr
I post too much
Reputation: 125

Joined: 19 Dec 2006
Posts: 2041

PostPosted: Fri Dec 25, 2009 4:42 am    Post subject: Reply with quote

just registered and found out a method

k use tamper data and check your pokemons, then tamper to get yoru pokemon id

after you do that, copy that url and go to that addres, you should have now an XML file , there you can see the XML design

example:
Code:

<result>
<type>MON</type>

<monster>
<ID>1271675</ID>
<monsterID>273</monsterID>
<name> Seedot</name>
<lvl>3</lvl>
<special>0</special>
<gender>M</gender>
<caughtwildlvl>3</caughtwildlvl>
<username>Gogodr</username>
<img>/app/images/monsterbig/dpmfa273.png</img>
<IV_HP>18</IV_HP>
<IV_ATK>11</IV_ATK>
<IV_DEF>6</IV_DEF>
<IV_SPD>14</IV_SPD>
<IV_SPATK>20</IV_SPATK>
<IV_SPDEF>10</IV_SPDEF>
<EV_HP>0</EV_HP>
<EV_ATK>0</EV_ATK>
<EV_DEF>0</EV_DEF>
<EV_SPD>0</EV_SPD>
<EV_SPATK>0</EV_SPATK>
<EV_SPDEF>0</EV_SPDEF>

<attacks>

<attack>
<Attack1ID>21</Attack1ID>
<Name> Bide</Name>
</attack>

<attack>
<Attack2ID>121</Attack2ID>
<Name> Harden</Name>
</attack>

<attack>
<Attack3ID>21</Attack3ID>
<Name> Bide</Name>
</attack>

<attack>
<Attack4ID>21</Attack4ID>
<Name> Bide</Name>
</attack>
</attacks>

<availattacks>

<attack>
<SKILLID>21</SKILLID>
<Name> Bide</Name>
</attack>

<attack>
<SKILLID>121</SKILLID>
<Name> Harden</Name>
</attack>
</availattacks>
<Position>7</Position>
<evolvable>N</evolvable>
</monster>
<box>0</box>
</result>


________

I dont really remember the code you need to use but now that you have the names of the containers it shouldn't be hard to replace them
Back to top
View user's profile Send private message MSN Messenger
Fap2Admin
Master Cheater
Reputation: -1

Joined: 10 Feb 2008
Posts: 483
Location: Somewhere down the Road

PostPosted: Fri Dec 25, 2009 4:58 am    Post subject: Reply with quote

Then?
_________________

Best AR-TITS on CEF
Back to top
View user's profile Send private message
Zohan
Gayest Man Alive
Reputation: 1

Joined: 13 Jun 2008
Posts: 183

PostPosted: Fri Dec 25, 2009 5:04 am    Post subject: Reply with quote

This retard is not funny wrote:
just registered and found out a method

k use tamper data and check your pokemons, then tamper to get yoru pokemon id

after you do that, copy that url and go to that addres, you should have now an XML file , there you can see the XML design

example:
Code:

<result>
<type>MON</type>

<monster>
<ID>1271675</ID>
<monsterID>273</monsterID>
<name> Seedot</name>
<lvl>3</lvl>
<special>0</special>
<gender>M</gender>
<caughtwildlvl>3</caughtwildlvl>
<username>Gogodr</username>
<img>/app/images/monsterbig/dpmfa273.png</img>
<IV_HP>18</IV_HP>
<IV_ATK>11</IV_ATK>
<IV_DEF>6</IV_DEF>
<IV_SPD>14</IV_SPD>
<IV_SPATK>20</IV_SPATK>
<IV_SPDEF>10</IV_SPDEF>
<EV_HP>0</EV_HP>
<EV_ATK>0</EV_ATK>
<EV_DEF>0</EV_DEF>
<EV_SPD>0</EV_SPD>
<EV_SPATK>0</EV_SPATK>
<EV_SPDEF>0</EV_SPDEF>

<attacks>

<attack>
<Attack1ID>21</Attack1ID>
<Name> Bide</Name>
</attack>

<attack>
<Attack2ID>121</Attack2ID>
<Name> Harden</Name>
</attack>

<attack>
<Attack3ID>21</Attack3ID>
<Name> Bide</Name>
</attack>

<attack>
<Attack4ID>21</Attack4ID>
<Name> Bide</Name>
</attack>
</attacks>

<availattacks>

<attack>
<SKILLID>21</SKILLID>
<Name> Bide</Name>
</attack>

<attack>
<SKILLID>121</SKILLID>
<Name> Harden</Name>
</attack>
</availattacks>
<Position>7</Position>
<evolvable>N</evolvable>
</monster>
<box>0</box>
</result>


________

I dont really remember the code you need to use but now that you have the names of the containers it shouldn't be hard to replace them


I don't really know what to do next, and what the hell is XHTML/XMLS...
Back to top
View user's profile Send private message
Fap2Admin
Master Cheater
Reputation: -1

Joined: 10 Feb 2008
Posts: 483
Location: Somewhere down the Road

PostPosted: Fri Dec 25, 2009 5:06 am    Post subject: Reply with quote

Yep, same with me. Now what the hell's the next procedure?
_________________

Best AR-TITS on CEF
Back to top
View user's profile Send private message
zyndr0m
I post too much
Reputation: 4

Joined: 23 Oct 2007
Posts: 4357
Location: Japan!

PostPosted: Fri Dec 25, 2009 5:17 am    Post subject: Reply with quote

/Up in your ass
Back to top
View user's profile Send private message
Zohan
Gayest Man Alive
Reputation: 1

Joined: 13 Jun 2008
Posts: 183

PostPosted: Fri Dec 25, 2009 5:19 am    Post subject: Reply with quote

zyndr0m wrote:
/Up in your ass


This is not the right time for that comment my friend. I must get Gogodr to reveal the rest of his secret master plan.
Back to top
View user's profile Send private message
gogodr
I post too much
Reputation: 125

Joined: 19 Dec 2006
Posts: 2041

PostPosted: Fri Dec 25, 2009 7:06 am    Post subject: Reply with quote

;3 you cant do much, looks like it is very protected.
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Random spam All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites