| View previous topic :: View next topic |
| Author |
Message |
MaDa Newbie cheater
Reputation: 0
Joined: 09 Nov 2015 Posts: 15
|
Posted: Mon Nov 09, 2015 10:10 am Post subject: VB.NET Trainer |
|
|
any one know how to make VB.NET Trainer for flash browser-based games
|
|
| Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Mon Nov 09, 2015 11:12 am Post subject: |
|
|
| By using the same C#.NET functions with VB syntax. Search can be found at the top of the forum.
|
|
| Back to top |
|
 |
n0psl3d How do I cheat?
Reputation: 0
Joined: 30 Sep 2015 Posts: 6 Location: Twin Cities, MN
|
Posted: Mon Nov 09, 2015 4:13 pm Post subject: |
|
|
| Zanzer wrote: | | By using the same C#.NET functions with VB syntax. Search can be found at the top of the forum. |
^^ This precisely.
.NET is a framework supported by many languages. Back when I made Flash Trainers I mostly used VB6 or C#, there are built in shockwave player components that you can use with Visual Studio and do your variable editing and whatnot from that flash object with built in functions. Depending on the game at least...
If I recall you can do most of what you would need, such as editing values in flash variables (by name even which you can find via a SWF decompiler) or loading layers (which allows you to execute arbitrary actionscript code).
Fiddle around, google stuff, and make sure you LEARN the language before you dive into randomly futzing with stuff.
|
|
| Back to top |
|
 |
MaDa Newbie cheater
Reputation: 0
Joined: 09 Nov 2015 Posts: 15
|
Posted: Mon Nov 09, 2015 5:46 pm Post subject: |
|
|
| n0psl3d wrote: | | Zanzer wrote: | | By using the same C#.NET functions with VB syntax. Search can be found at the top of the forum. |
^^ This precisely.
.NET is a framework supported by many languages. Back when I made Flash Trainers I mostly used VB6 or C#, there are built in shockwave player components that you can use with Visual Studio and do your variable editing and whatnot from that flash object with built in functions. Depending on the game at least...
If I recall you can do most of what you would need, such as editing values in flash variables (by name even which you can find via a SWF decompiler) or loading layers (which allows you to execute arbitrary actionscript code).
Fiddle around, google stuff, and make sure you LEARN the language before you dive into randomly futzing with stuff. |
i know how get codes from SWF and make trainer by CE (lua script) i search alot about make trainer by VB or C++ or C# but not find any thing i was hope some help how to build one or give project then i edit it
|
|
| Back to top |
|
 |
hollow87 Cheater
Reputation: 0
Joined: 07 Feb 2015 Posts: 28
|
Posted: Mon Nov 09, 2015 9:44 pm Post subject: |
|
|
Making a trainer in VB.net or C# is not all that different than other languages. Just need to know the language your using. When approaching it from a managed language like .Net it is needed to know and understand the win32 api as you can not make the trainer fully managed. There is a good website out there for p/invoke signatures. (use google)
There are tons of questions and answers about trainers in C++, C# etc on the forum as well.
|
|
| Back to top |
|
 |
MaDa Newbie cheater
Reputation: 0
Joined: 09 Nov 2015 Posts: 15
|
Posted: Tue Nov 10, 2015 4:16 am Post subject: |
|
|
| hollow87 wrote: | Making a trainer in VB.net or C# is not all that different than other languages. Just need to know the language your using. When approaching it from a managed language like .Net it is needed to know and understand the win32 api as you can not make the trainer fully managed. There is a good website out there for p/invoke signatures. (use google)
There are tons of questions and answers about trainers in C++, C# etc on the forum as well. |
i search alot all i find make trainer for offline games by download swf file run it in VB project
what i need is to make trainer for online falsh games like facebook games
|
|
| Back to top |
|
 |
Daijobu Master Cheater
Reputation: 13
Joined: 05 Feb 2013 Posts: 301 Location: the Netherlands
|
Posted: Tue Nov 10, 2015 5:03 am Post subject: |
|
|
| MaDa wrote: | | what i need is to make trainer for online falsh games like facebook games |
inb4ban
_________________
|
|
| Back to top |
|
 |
MaDa Newbie cheater
Reputation: 0
Joined: 09 Nov 2015 Posts: 15
|
Posted: Tue Nov 10, 2015 5:31 am Post subject: |
|
|
| Daijobu wrote: | | MaDa wrote: | | what i need is to make trainer for online falsh games like facebook games |
inb4ban  |
|
|
| Back to top |
|
 |
n0psl3d How do I cheat?
Reputation: 0
Joined: 30 Sep 2015 Posts: 6 Location: Twin Cities, MN
|
Posted: Mon Nov 16, 2015 4:07 pm Post subject: |
|
|
| MaDa wrote: | | hollow87 wrote: | Making a trainer in VB.net or C# is not all that different than other languages. Just need to know the language your using. When approaching it from a managed language like .Net it is needed to know and understand the win32 api as you can not make the trainer fully managed. There is a good website out there for p/invoke signatures. (use google)
There are tons of questions and answers about trainers in C++, C# etc on the forum as well. |
i search alot all i find make trainer for offline games by download swf file run it in VB project
what i need is to make trainer for online falsh games like facebook games |
May I ask why you feel you need to do this?
|
|
| Back to top |
|
 |
MaDa Newbie cheater
Reputation: 0
Joined: 09 Nov 2015 Posts: 15
|
Posted: Mon Nov 16, 2015 5:33 pm Post subject: |
|
|
| n0psl3d wrote: | | MaDa wrote: | | hollow87 wrote: | Making a trainer in VB.net or C# is not all that different than other languages. Just need to know the language your using. When approaching it from a managed language like .Net it is needed to know and understand the win32 api as you can not make the trainer fully managed. There is a good website out there for p/invoke signatures. (use google)
There are tons of questions and answers about trainers in C++, C# etc on the forum as well. |
i search alot all i find make trainer for offline games by download swf file run it in VB project
what i need is to make trainer for online falsh games like facebook games |
May I ask why you feel you need to do this? |
just want make it what wrong on that
|
|
| Back to top |
|
 |
|