Free Games Forum
Free Games Games Forums Music Forums TV Forums

  Free Games Forum Home FORUM
HOME
Search Posts SEARCH
POSTS
Who's Online WHO'S
ONLINE
Log in LOG
IN
Rules & FAQ RULES / FAQ
REPORT SPAM

Free Games Forum: Game Technology: Visual Basic / VB:
How To Make A Castle Cheater ... Flash game Cheater

 

 


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 Tongue

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)



darkdemon
Enthusiast


Nov 18, 2005, 8:52 AM

Post #2 of 3 (2588 views)
Shortcut
Re: [Gerard 3300] How To Make A Castle Cheater ... Flash game Cheater [In reply to] Can't Post

Good job,but one thing why dosn't the load button work?

And could you teach me tutorials on making a cheating program on easy to hack GAMES?


U r reading a signature.
Free game hacks!


Ray230
Newbie

Feb 17, 2007, 1:16 AM

Post #3 of 3 (723 views)
Shortcut
Re: [darkdemon] How To Make A Castle Cheater ... Flash game Cheater [In reply to] Can't Post

how do you know the variables?


(This post was edited by Ray230 on Feb 18, 2007, 9:49 AM)

 
 
 


Search for (options) Web Design by Web Ideas - Page loaded in: 0.11 s on (CGI/1.1)