Thread: Project_R v1.0

Page 3 of 5 FirstFirst 12345 LastLast
Results 31 to 45 of 63
  1. #31
    Soviet_Swagger's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    North Carolina
    Posts
    48
    Reputation
    10
    Thanks
    21
    My Mood
    Busy
    Quote Originally Posted by krazyshank View Post
    Code:
            private void Form_MouseDown(object sender, MouseEventArgs e)
            {
                LastClick = e.Location;
            }
    
            private void Form_MouseMove(object sender, MouseEventArgs e)
            {
                if (e.Button == MouseButtons.Left)
                {
                    this.Left += e.X - LastClick.X;
                    this.Top += e.Y - LastClick.Y;
                }
            }
    Thanks, I'll be adding it soon.
    Don't learn to hack, hack to learn.

  2. #32
    Soviet_Swagger's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    North Carolina
    Posts
    48
    Reputation
    10
    Thanks
    21
    My Mood
    Busy
    Quote Originally Posted by Botmaker View Post
    Dropping a bomb shell, From planet nutshell, On to you bunch of ducks, Take me to your leader, Sheep marketplace needs a talk, It's a good day to drop a bomb like that, They must choose their words very carefully when they explode a bombshell like that, They really dropped a brick when they found out about the illness.

    I don't understand.
    Don't learn to hack, hack to learn.

  3. #33
    NotKialand's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Location
    Washington State
    Posts
    52
    Reputation
    10
    Thanks
    7
    My Mood
    Inspired
    Quote Originally Posted by Botmaker View Post
    Dropping a bomb shell, From planet nutshell, On to you bunch of ducks, Take me to your leader, Sheep marketplace needs a talk, It's a good day to drop a bomb like that, They must choose their words very carefully when they explode a bombshell like that, They really dropped a brick when they found out about the illness.

    Botmaker, yu makz ma brin hurtz.

    Alien: I will drop a bomb shell on to you bunch of ducks. I am from planet nutshell, take me to your leader.
    Now talking to the leader: "They must choose their words very carefully when they explode a bombshell like that."
    Alien: "It's a good day to drop a bomb like that."
    Leader: "The sheeple in the marketplace need a speech, they really got frightened when they found out about the illness that the bomb shell causes."

    NAILED IT.
    Last edited by NotKialand; 11-26-2013 at 10:33 AM.
    DELETED ACCOUNT.

  4. #34
    jakerofl's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    286
    Reputation
    10
    Thanks
    149
    Ive been on these forums for a while now, this looks a bit fishy. Although he is a new member and could very well mean no harm. I advice you to stay away from this until a week or so passes by...Usually recreations (there have been like 10 programs about this so far) usually have keyloggers attached

  5. #35
    krazyshank's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    RealmStock
    Posts
    2,589
    Reputation
    467
    Thanks
    16,666
    My Mood
    Angelic
    @jakerofl I already checked it, its safe. Might not be the case for his future stuff though, so ill check all of them.

    Accepting PayPal - Bitcoin - Giftcards - Items:

    Find it here: MPGH Sales Thread

  6. The Following 3 Users Say Thank You to krazyshank For This Useful Post:

    IAmDM (11-27-2013),Soviet_Swagger (11-27-2013),Trollaux (11-30-2013)

  7. #36
    Soviet_Swagger's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    North Carolina
    Posts
    48
    Reputation
    10
    Thanks
    21
    My Mood
    Busy
    Quote Originally Posted by krazyshank View Post
    @jakerofl I already checked it, its safe. Might not be the case for his future stuff though, so ill check all of them.
    Thank you for clearing that up.
    Don't learn to hack, hack to learn.

  8. #37
    JustAnoobROTMG's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    1,916
    Reputation
    185
    Thanks
    18,230
    I can confirm, its legit.

    Simple work, but still usefull.
    Due to a recent DMCA takedown attempt we had to remove Faintmako brain. Please do not paid attention to what he say or do.


  9. The Following User Says Thank You to JustAnoobROTMG For This Useful Post:

    Soviet_Swagger (11-27-2013)

  10. #38
    silentWizz02's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Valhöll
    Posts
    584
    Reputation
    47
    Thanks
    94
    My Mood
    Cynical
    Change the teleport 'button' to right-click, it's more convenient since all mice have it but some don't have a 3rd button. Or better yet modify your program to allow users to freely designate 'buttons' to the program's functions, just like the simple ahk script I'm using.

  11. #39
    Soviet_Swagger's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    North Carolina
    Posts
    48
    Reputation
    10
    Thanks
    21
    My Mood
    Busy
    Quote Originally Posted by silentWizz02 View Post
    Change the teleport 'button' to right-click, it's more convenient since all mice have it but some don't have a 3rd button. Or better yet modify your program to allow users to freely designate 'buttons' to the program's functions, just like the simple ahk script I'm using.
    I'm currently working on that.
    Don't learn to hack, hack to learn.

  12. #40
    Khrom's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    3
    -Playing on Steam.
    For some reason, when I middle click, it keeps typing the /teleport playername over and over again. Makes you not able to move. Tends to happen when you're moving while pressing middle click, but also happens when I'm not moving.
    ples fix tis or fri itens.

  13. The Following User Says Thank You to Khrom For This Useful Post:

    Soviet_Swagger (11-29-2013)

  14. #41
    Soviet_Swagger's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    North Carolina
    Posts
    48
    Reputation
    10
    Thanks
    21
    My Mood
    Busy
    Quote Originally Posted by Khrom View Post
    -Playing on Steam.
    For some reason, when I middle click, it keeps typing the /teleport playername over and over again. Makes you not able to move. Tends to happen when you're moving while pressing middle click, but also happens when I'm not moving.
    ples fix tis or fri itens.
    That happened to me when spamming chat, but I fixed it. thanks.
    Don't learn to hack, hack to learn.

  15. #42
    Trollaux's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    2,074
    Reputation
    137
    Thanks
    792
    Make the hotkeys customizable
    d e a d b o y s
    Quote Originally Posted by Dave84311 View Post
    What do you call a troll with shitty jokes?
    Trollaux
    Quote Originally Posted by Kyeran View Post
    Foot job with lots of oil.
    Quote Originally Posted by Kyeran View Post
    If she's 12, I'm 12.

  16. The Following User Says Thank You to Trollaux For This Useful Post:

    Soviet_Swagger (11-29-2013)

  17. #43
    Soviet_Swagger's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    North Carolina
    Posts
    48
    Reputation
    10
    Thanks
    21
    My Mood
    Busy
    I have made the colors customization option, changed the font, changed the form around, changed the help. I am working on adding customizable hotkeys, faster realm - eye and a text file that stores all the info you typed into the program


    Anymore ideas are welcome
    Don't learn to hack, hack to learn.

  18. #44
    evilcat's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    4
    My Mood
    Paranoid
    Hmm tested this with 2 accounts and i notice that the chat box send the text 2 times or more when you just 1 click, also should be great if you can add a feature that add and remove a dot to the end so you don't need o wait until the server allow you to send the text again.

  19. #45
    Soviet_Swagger's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    North Carolina
    Posts
    48
    Reputation
    10
    Thanks
    21
    My Mood
    Busy
    Quote Originally Posted by evilcat View Post
    Hmm tested this with 2 accounts and i notice that the chat box send the text 2 times or more when you just 1 click, also should be great if you can add a feature that add and remove a dot to the end so you don't need o wait until the server allow you to send the text again.
    This is exactly what I was thinking, since the server makes you wait atleast 5 seconds before posting another message I will make it put dots and dashed and others after the text so it wont show up as same.

    eg: hi
    hi.
    hi..
    hi...
    hi....

    You get the point.
    As for the chat, teleport, other hot keys going faster and slower at times I THINK I have a solution, but I am not entirely sure... Probably something with timers.
    For the code I am using an old method for hotkeys, which is pretty slow and buggy at times. I may change that depending if it causes problems or not..
    Don't learn to hack, hack to learn.

Page 3 of 5 FirstFirst 12345 LastLast