dastuke
|
  |
| Joined: 22 Mar 2009 |
| Total Posts: 21238 |
|
|
| 19 Feb 2012 11:12 PM |
The only thing suspicious about it is this line of coding found towards the end.
SeeInnerExceptionohttp://www.roblox.com/Dominus-Empyreus-item?id=21070012 65000GiveBox1PictureBox1PictureBox2)
I couldn't paste anymore of it, but it's strange. It could definitely have been hidden somewhere within the code. {~ Just Made It 20% Cooler ~} |
|
|
| Report Abuse |
|
|
dastuke
|
  |
| Joined: 22 Mar 2009 |
| Total Posts: 21238 |
|
|
| 19 Feb 2012 11:15 PM |
Found this shortly after This program was made, designed, and produced by: Gaara51.%Copyright Windowc Thank you for using my new trade currency helper. Helpe rFirst off, you want to see what you want to trade. If you are trading robux, get the rate from the robux side, and paste it inside the robux rate text box.1Then press figure trade!When you have the max amount of robux, simply take that number and put it in the trade currency!oWhen it is finished, do the same for the tix side. Bye
{~ Just Made It 20% Cooler ~} |
|
|
| Report Abuse |
|
|
boa663
|
  |
| Joined: 18 May 2008 |
| Total Posts: 15965 |
|
| |
|
| |
|
dastuke
|
  |
| Joined: 22 Mar 2009 |
| Total Posts: 21238 |
|
|
| 19 Feb 2012 11:16 PM |
Security systems don't agree with it, but its in this thread. http://www.roblox.com/Forum/ShowPost.aspx?PostID=63156252
Don't download it unless you're willing to risk it.
{~ Just Made It 20% Cooler ~} |
|
|
| Report Abuse |
|
|
|
| 19 Feb 2012 11:16 PM |
:o You know, you're brilliant |
|
|
| Report Abuse |
|
|
gaara51
|
  |
| Joined: 20 Oct 2007 |
| Total Posts: 7395 |
|
|
| 19 Feb 2012 11:17 PM |
Wtf? That is not my helper... -.-
The last man on earth was in a room. Suddenly he heard a knock on the door |
|
|
| Report Abuse |
|
|
dastuke
|
  |
| Joined: 22 Mar 2009 |
| Total Posts: 21238 |
|
|
| 19 Feb 2012 11:18 PM |
@gaara
Well to be honest I doubt they had the time to put an entirely new script together in the short time frame that this occurred, and seeing as your name is also in other places, it's kind of odd.
{~ Just Made It 20% Cooler ~} |
|
|
| Report Abuse |
|
|
iValianT
|
  |
| Joined: 21 Aug 2010 |
| Total Posts: 58381 |
|
|
| 19 Feb 2012 11:19 PM |
| I think Gaara51 was framed |
|
|
| Report Abuse |
|
|
| |
|
dastuke
|
  |
| Joined: 22 Mar 2009 |
| Total Posts: 21238 |
|
|
| 19 Feb 2012 11:21 PM |
Found this at an early area in the coding.
PC: \Documents and Settings\ Gaara51\ My Documents\ Visual Studio 2008\ Projects\ Trade Currency Helper\ Trade Currency Helper\ obj\ Debug\ Trade Currency
Added spaces to try and post it.
{~ Just Made It 20% Cooler ~} |
|
|
| Report Abuse |
|
|
KingBoo
|
  |
| Joined: 16 Jul 2007 |
| Total Posts: 8495 |
|
|
| 19 Feb 2012 11:21 PM |
| that line of code on its own does nothing. |
|
|
| Report Abuse |
|
|
| |
|
KingBoo
|
  |
| Joined: 16 Jul 2007 |
| Total Posts: 8495 |
|
|
| 19 Feb 2012 11:23 PM |
@dasuke, and how does the location of the excecutable help us? |
|
|
| Report Abuse |
|
|
| |
|
BobCowMan
|
  |
| Joined: 14 May 2010 |
| Total Posts: 22634 |
|
|
| 19 Feb 2012 11:23 PM |
i dont even know what's going on
but it looks like another fail attempt at a master trade currency helper thing
~MOOOOlah 3:8~ |
|
|
| Report Abuse |
|
|
gaara51
|
  |
| Joined: 20 Oct 2007 |
| Total Posts: 7395 |
|
|
| 19 Feb 2012 11:24 PM |
Here you want all the code? Here you go. Enjoy
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load WebBrowser2.Navigate("http://www.roblox.com/marketplace/tradecurrency.aspx") End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click FinalBox1.Text = Val(GiveBox1.Text) * Val(RateTextBox1.Text) FinalBox2.Text = Val(GiveBox2.Text) / Val(RateTextBox2.Text) End Sub
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click GiveBox1.Text = ("") FinalBox2.Text = ("") GiveBox2.Text = ("") FinalBox1.Text = ("") RateTextBox1.Text = ("") RateTextBox2.Text = ("") End Sub
Private Sub Button2_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click MessageBox.Show("This program was made, designed, and produced by: Gaara51.", "© Copyright Window") End Sub
Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click WebBrowser2.Refresh() End Sub
Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click MessageBox.Show("Thank you for using my new trade currency helper.", "Help") MessageBox.Show("First off, you want to see what you want to trade.", "Help") MessageBox.Show("If you are trading robux, get the rate from the robux side, and paste it inside the robux rate text box.", "Help") MessageBox.Show("Then press figure trade!", "Help") MessageBox.Show("When you have the max amount of robux, simply take that number and put it in the trade currency!", "Help") MessageBox.Show("When it is finished, do the same for the tix side. Bye!", "Help") End Sub End Class
The last man on earth was in a room. Suddenly he heard a knock on the door |
|
|
| Report Abuse |
|
|
dastuke
|
  |
| Joined: 22 Mar 2009 |
| Total Posts: 21238 |
|
|
| 19 Feb 2012 11:24 PM |
@king
trying to post as much as possible. Added spaces yet again :/
Currency HelperTrade Currency Helper. exe GProperty can only be set to Nothing9WinForms_ RecursiveFormCreate5WinForms _ SeeInnerExceptiono http://www.roblox.com/Dominus-Empyreus-item?id=21070012
{~ Just Made It 20% Cooler ~} |
|
|
| Report Abuse |
|
|
dastuke
|
  |
| Joined: 22 Mar 2009 |
| Total Posts: 21238 |
|
|
| 19 Feb 2012 11:25 PM |
@gaara
My only issue. Would the "scam team" actually think to frame you to the degree they did in a keylogger they made that they new would be detected by nearly every computer out there? Not to mention the fact that no one would dare click a link they'd made anyway. I just don't think they'd go as far to frame you as they did. But I'm not quiet sure.
{~ Just Made It 20% Cooler ~} |
|
|
| Report Abuse |
|
|
| |
|
KingBoo
|
  |
| Joined: 16 Jul 2007 |
| Total Posts: 8495 |
|
|
| 19 Feb 2012 11:26 PM |
| It would really help if I myself could see the coding. |
|
|
| Report Abuse |
|
|
gaara51
|
  |
| Joined: 20 Oct 2007 |
| Total Posts: 7395 |
|
|
| 19 Feb 2012 11:27 PM |
@Dastuke, many other people got the helper BEFORE ninja.. Zudexa had it before any one else.. He made around 2-3k profit from the trade currency already.. I gave it to 2 other people before i even mentioned it to zac. Zac is ninja. Now if 3 people already had it before ninja and nothing bad happened how come suddenly i give him it, a person apart of a scamming team gets it and frames me.
The last man on earth was in a room. Suddenly he heard a knock on the door |
|
|
| Report Abuse |
|
|
dastuke
|
  |
| Joined: 22 Mar 2009 |
| Total Posts: 21238 |
|
|
| 19 Feb 2012 11:27 PM |
@king
I'll send you the bottom part of the coding if you'd like, anyway I could send it? Roblox doesn't seem to agree with posting the code.
{~ Just Made It 20% Cooler ~} |
|
|
| Report Abuse |
|
|
KingBoo
|
  |
| Joined: 16 Jul 2007 |
| Total Posts: 8495 |
|
|
| 19 Feb 2012 11:28 PM |
@Das, I'd like the full coding.
Make it a model (script), disable the script, public domain, then PM me the model link. |
|
|
| Report Abuse |
|
|
gaara51
|
  |
| Joined: 20 Oct 2007 |
| Total Posts: 7395 |
|
|
| 19 Feb 2012 11:29 PM |
So would I dastuke. I find it hard to believe that you were able to decompile a .exe
The last man on earth was in a room. Suddenly he heard a knock on the door |
|
|
| Report Abuse |
|
|