A preserved archive of the Logical Gamers community forums, 2009-2025. The original threads and posts, served read-only. Registration, posting and private messages are gone for good.

[REQUEST?]Fishing No-Pull SWF Or Code

1.4k views · started by The Winner ·
#1
[REQUEST?]Fishing No-Pull SWF Or Code
Can someone post the line of coding for vb.net or the swf file?

I know the code goes something like this:

Call GetVariable.pullingdistance ("0", "0")


And also the code for loading an swf from a file please.
#2
Oh man. If you can't do something like this I'm wondering why you have a signature that insinuates "hacker" let alone VB.NET/C# programmer.

Anyway, you wouldn't be able to manipulate fishing through these means. You're going to actually have to modify the SWF of the game and take other measures necessary.

Edit: Just a hint this also belongs in the Gaiaonline section.
#3
Oh man. If you can't do something like this I'm wondering why you have a signature that insinuates "hacker" let alone VB.NET/C# programmer.

Anyway, you wouldn't be able to manipulate fishing through these means. You're going to actually have to modify the SWF of the game and take other measures necessary.

Edit: Just a hint this also belongs in the Gaiaonline section.


Really? I seem to remember being able to set data values in .NET through the SWF object quite easily.
#4
Artificial wrote:
Really? I seem to remember being able to set data values in .NET through the SWF object quite easily.

Yeah you can Arti, theres a one line code that lets you do it. I cant remember it though :/
#5
The Winner wrote:
Yeah you can Arti, theres a one line code that lets you do it. I cant remember it though :/


ShockWaveFlash.SetVariable("variable here", "value here")
ShockWaveFlash.GetVariable("variable here")
#7
MattSmith wrote:
Aristotle: We are what we repeatedly do.
Plato: Well then I guess I’m YOUR MOM
Plato: *high fives Socrates*


I just understood that after 3weeks. Nice one.