RealmPlayer - A custom flash player

Posts 1–15 of 25 · Page 1 of 2
RealmPlayer - A custom flash player
This is still in beta, I could use some suggestions and/or help
Not allowed to post links yet (:/), replace commas with dots and ; with : until admin fixes

FAQ:
So what is this?
This is a standalone flash projector made with visual basic 2008.

Why use this flash projector?
It has a spammer feature, that works for rotmg. I'm waiting for suggestions to add on this flash player to help anyone who plays realm of the mad god.

Is this a hack?
No, but it can open a hacked client.

 
Bugs
The Spammer lag is still not fixed


 
Soon
Be able to open URLs
A better spammer
Your suggestions


 
What's New?
A Price Guide! Just click on the new features tab, then on the price guide.
Opens a new window where you can find prices for in game items. (in life/def pots)
It has prices for all potions and tops, just remember prices change alot so yeah..


Image: http;//postimg,org/image/4crjtbeeb/

VirusTotal: https;//www,virustotal,com/el/file/9b2888c16046f36b79b521e4ce970a9c4e40b0482ee40ee12a be1b130a5ccb91/analysis/1440165101/
Jotti: https;//virusscan,jotti,org/en-US/filescanjob/d5rrhev6uv

STILL AT BETA, BE CAREFUL USING THE SPAMMER, MAKE SURE YOU ALWAYS CLICK THE STOP BUTTON BEFORE CLOSING IT, IT IS A BIT BUGGY
RealmPlayer_mpgh.net.rar32 KB · 873 downloads Clean
Thanks for the release bro!
What is a spammer feature good for?
Quote Originally Posted by thebelkiran View Post
What is a spammer feature good for?
spamming? idk advertising in usw or anywhere or just annoying people (can spam /tell)
Looks fine to me, report back any issues.

Approved.
Quote Originally Posted by Raple View Post
Looks fine to me, report back any issues.

Approved.
Seems to be working
Quote Originally Posted by Raple View Post
Looks fine to me, report back any issues.

Approved.
Says approved. Isnt even approved.
Quote Originally Posted by DavidSulina View Post


Says approved. Isnt even approved.
OP updated the file 2 hours after approval, requiring it to be checked again.
Quote Originally Posted by Zasx View Post
OP updated the file 2 hours after approval, requiring it to be checked again.
sorry for keeping it up to date jeez.. won't happen again
but dis is just ashockwaveflash
Quote Originally Posted by Transferred View Post
but dis is just ashockwaveflash
Bu..But It has 2 cool features... A price guide and a spammer.


(yes I know its just a shockwave flash. I never said it was a huge program that I put years in effort onto.)

Quote Originally Posted by Raple View Post
Looks fine to me, report back any issues.

Approved. * * ** *
Thanks alot, but I just updated it with new features, and I should keep updating it once in a while so "Attachments Pending Approval" yeah..
Quote Originally Posted by New View Post
This is still in beta, I could use some suggestions and/or help
Not allowed to post links yet (:/), replace commas with dots and ; with : until admin fixes

FAQ:
So what is this?
This is a standalone flash projector made with visual basic 2008.

Why use this flash projector?
It has a spammer feature, that works for rotmg. I'm waiting for suggestions to add on this flash player to help anyone who plays realm of the mad god.

Is this a hack?
No, but it can open a hacked client.

 
Bugs
The Spammer lag is still not fixed


 
Soon
Be able to open URLs
A better spammer
Your suggestions


 
What's New?
A Price Guide! Just click on the new features tab, then on the price guide.
Opens a new window where you can find prices for in game items. (in life/def pots)
It has prices for all potions and tops, just remember prices change alot so yeah..


Image: http;//postimg,org/image/4crjtbeeb/

VirusTotal: https;//www,virustotal,com/el/file/9b2888c16046f36b79b521e4ce970a9c4e40b0482ee40ee12a be1b130a5ccb91/analysis/1440165101/
Jotti: https;//virusscan,jotti,org/en-US/filescanjob/d5rrhev6uv

STILL AT BETA, BE CAREFUL USING THE SPAMMER, MAKE SURE YOU ALWAYS CLICK THE STOP BUTTON BEFORE CLOSING IT, IT IS A BIT BUGGY

Can I see the source code?
Quote Originally Posted by SoosUnknown View Post
Can I see the source code?
I don't know if that's what you mean, here you go.

Main Window:
Code:
Public Class Form1

    Private Sub FileToolStripMenuItem1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles FileToolStripMenuItem1.Click
        Try
            OpenFileDialog1.Title = "Open SWF File"
            OpenFileDialog1.FileName = ".swf"
            OpenFileDialog1.Filter = "Shockwave Flash Object|*.swf*"
            OpenFileDialog1.ShowDialog()
            AxShockwaveFlash1.Movie = OpenFileDialog1.FileName
        Catch ex As Exception
            'Do Nothing
        End Try
    End Sub

    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

    End Sub

    Private Sub SToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)


    End Sub

    Private Sub SpammerToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles SpammerToolStripMenuItem.Click
        Form2.Show()
    End Sub

    Private Sub PriceGuideToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PriceGuideToolStripMenuItem.Click
        Form3.Show()
    End Sub
End Class
Spammer:

Code:
Public Class Form2

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        Timer1.Enabled = True
    End Sub

    Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick

        SendKeys.Send("{Enter}")
        SendKeys.Send(TextBox1.Text)
        SendKeys.Send("{Enter}")

    End Sub

    Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
        Timer1.Enabled = False
    End Sub

    Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged

    End Sub

    Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
        TextBox1.Text = ""
    End Sub
End Class
Price guide has no code, just a window with some labels and tabs
thanks for releasing it man love you
Still not approved?
Posts 1–15 of 25 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?