
Gerard 3300
Newbie
Nov 18, 2005, 5:48 AM
Post #1 of 3
(2596 views)
Shortcut
|
How To Make A Castle Cheater ... Flash game Cheater
|
Can't Post
|
|
Castle is a game on Xgenstudios.com here is a VB Tut to how to make a Cheater for the game.... Tut Is Beginning First Make a ShockwaveFlash and name it "Flash" .... < find it under components...... In the ShockwaveFlash Propoties you have to put this address http://www.xgenstudios.com/castle/castlex.swf into Movie Now make 5 Buttons ... Name button 1 ... "Loadgame" Name Button 2 ... "Wizards" Name button 3 ... "Archers" Name Button 4 ... "Craftsmen" Name button 5 ... "SpendablePoints" Now Make 4 TextBoxes Name Textbox 1 ... "Text1" < this is where u change how many wizards u have Name Textbox 2 ... "Text2" < this is where u change how many archers u have Name Textbox 3 ... "Text3" < this is where u change how many craftsmen u have Name Textbox 4 ... "Text4" < this is where u change how many spendable u have Now Put This Code into that Button Named Wizards Private Sub Wizards_Click() Call Flash.SetVariable("wizards", Text1.Text) End Sub Now Put This Code into that Button Named archers Private Sub archers_Click() Call Flash.SetVariable("archers", Text2.Text) End Sub Now Put This Code into that Button Named Craftsmen Private Sub Craftsmen_Click() Call Flash.SetVariable("craftsmen", Text3.Text) End Sub Now Put This Code into that Button Named Wizards Private Sub SpendablePoints_Click() Call Flash.SetVariable("spendable", Text4.Text) End Sub And now finaly put this code into the Loadgame Button Private Sub Loadgame_Click() Flash.play End Sub And now You Have A Trainer/Cheater for the Online game Castle If You Want To Se how the finished Program looks like download it here http://www4.webbyen.dk/hentfil.asp?hentfil=188253 Please Sticky hehe
(This post was edited by Gerard 3300 on Nov 18, 2005, 5:50 AM)
|