Page 1 of 2 12 LastLast
Results 1 to 15 of 20
  1. #1
    pixelzerg's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    UK
    Posts
    188
    Reputation
    10
    Thanks
    1,113

    Wink ROTMG AHK SCAM TOOL

    This is a simple AHK scam tool.
    NOTE THIS IS NOT THE SAME ONE THAT REGIONER MADE!
    I am aware that Regioner has already made a program like this.
    I made this one in the intention of sharing the source code.
    Source Code is CC-BY. Feel free to distribute and whatnot - just remember to give credit to me

    Why?
    *WARNING RANT*

    I am strongly for new people to begin coding - not because I don't like SKids (actually, yeah, in retrospect - I suppose it is a little bit) but rather because I want them to join the amazing coding community and experience one of the things I hold dearest to my heart. I don't really see why someone would obfuscate their code. (Obfuscation is when the source code is encrypted, if you will).

    I suppose if you made a really huge program and didn't really want to give away your hard earned source code, then it would be justifiable to hid your source code. But I don't really think any harm could come from sharing some 20 lines of code.

    If you are new to coding AHK I recommend you use this code as a template, as well as using the actual AHK API resources online.
    If you are new to coding all together, I recommend you start off small by learning VBS or Batch then progressing on to minor APIs such as the Khan Academy API which can be found online.

    I'm releasing the source code here because personally, I find the best way to learn an API is by using some source code in the API and building upon it or creating derivative works from it. To illustrate - I HTML (one of the first ever languages I learnt) by looking at the source code of various websites (not to mention, I was but 6-7 years of age when I learnt it.)

    *Rant's over*

    Source Code
    Anyway: Here's the source code for the auto scam tool:
    Code:
    9::
    WinActivate, Adobe Flash Player
    ;slelect item
    mousemove, 770, 400
    click
    ;trade
    sleep, 100
    mousemove, 750, 620
    Click
    ;descelect item
    sleep, 700
    click 770, 400
    ;trade
    click 750, 620
    return
    BTW I added some comments so you can understand the script better ^

    How to use
    Use a client with no trade accept delay such (most ORape clients)
    Place your item in slot 8
    Engage in a trade with somebody.
    Press 9 - boom!
    "If the victim does not fall for it - get used to it - it'll be a while before you score"- quote ROTMGTroller - the infamous rotmg scammer

    What exactly does the code do?
    Here's a brief explanation of the code:
    It will activate your standalone flashplayer
    It will select slot 8
    It will then accept the trade
    (waits for 0.7 seconds before continuing...)
    It will then deselect your item and immediately accept the trade again

    How does it work?
    Your victim will see that you have accepted the trade with the item selected
    and will proceed to hit trade. BUT in that split second that he is moving his mouse,
    the item will get deselected and thus BOOM SCAM!
    The delay, like I said is 0.7 seconds.
    Human reaction speed is 0.2 seconds + 0.5 seconds to actually select trade.
    Though you could accidentally actually do the trade - it's very unlikely.
    If you are paranoid - you can edit the script and change the delay from 700 ms to something lower

    Downloads
    I have already used too much of my revision time to procrastinate and make
    this post (it's exam-week here in Britan). Perhaps I'll actually compile and attach the script later when I have time.
    But for now, you'll just have to compile the script yourself from the source code, sorry :(
    Last edited by krazyshank; 05-20-2015 at 10:57 AM. Reason: Formatting

  2. #2
    Deity's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    680
    Reputation
    10
    Thanks
    56
    My Mood
    Angelic
    Thanks brother! I appreciate it!

  3. #3
    krazyshank's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    RealmStock
    Posts
    2,589
    Reputation
    467
    Thanks
    16,673
    My Mood
    Angelic
    Nice thread
    I'm moving it to the source code section

    Accepting PayPal - Bitcoin - Giftcards - Items:

    Find it here: MPGH Sales Thread

  4. #4
    pixelzerg's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    UK
    Posts
    188
    Reputation
    10
    Thanks
    1,113
    thanks - I didn't know there was a source code section :/

  5. #5
    059's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    California
    Posts
    3,311
    Reputation
    700
    Thanks
    92,777
    You can do mouse clicking in just one command like this if you want it to be like maybe half a millisecond faster:
    MouseClick, left, 640, 355, 1, 0
    My Vouches
    Having an issue with RotMG? Check for the solution here.


    Need Realm items? Come to RealmStock!

    Accepting PayPal - Bitcoin - Giftcards
    Selling ST Sets, Class Top Sets, Life Pots, and much more!


    Find it here: MPGH Sales Thread

  6. #6
    krazyshank's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    RealmStock
    Posts
    2,589
    Reputation
    467
    Thanks
    16,673
    My Mood
    Angelic
    No credit is due in this case, OP clearly stated that this is not Regioner's script.

    Accepting PayPal - Bitcoin - Giftcards - Items:

    Find it here: MPGH Sales Thread

  7. #7
    PartyN4tor's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    Wait so how can I use it lol XD

  8. #8
    skilzz139's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    373
    Reputation
    10
    Thanks
    64
    Scam 128 def in about 3 and a half hours . Started from an attack . I love your ideea about the human delay .

  9. #9
    Deity's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    680
    Reputation
    10
    Thanks
    56
    My Mood
    Angelic
    @skilzz139 Nice! Love it, going to go scam some people to; how did you scam people without a client?

  10. #10
    BubyJoe's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Wait how do i sue it/ where do i put it

  11. #11
    Stonephone's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Austin , Tx
    Posts
    20
    Reputation
    10
    Thanks
    0
    sooooo How does someone out of the loop use this?

  12. #12
    IPlayTheGames's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    105
    Reputation
    10
    Thanks
    15
    My Mood
    Dead
    I've a request, if some one could post this already to go that would be neat.
    I have no clue how to make this into something that would work D:

  13. #13
    Zasx's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    Northern Italy
    Posts
    1,379
    Reputation
    10
    Thanks
    442
    My Mood
    Yeehaw
    Quote Originally Posted by BubyJoe View Post
    Wait how do i sue it/ where do i put it
    Quote Originally Posted by Stonephone View Post
    sooooo How does someone out of the loop use this?
    Quote Originally Posted by IPlayTheGames View Post
    I've a request, if some one could post this already to go that would be neat.
    I have no clue how to make this into something that would work D:
    Download AutoHotKey, paste the code above in a notepad, save the file as whateverthefuckyouwant.ahk , open it, read the instruction written by OP, use it.
    "First get me some porn accounts"
    . . . . . . . . . . . . . . .-Trapped

  14. #14
    RAWRHAckers's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    So i open the file for it to say ,and i quote "Script lines most recently executed (oldest first). Press [F5] to refresh. The seconds elapsed between a line and the one after it is in parentheses to the right (if not 0). The bottommost line's elapsed time is the number of seconds since it executed.

    ---- C:\Users\Hai\Desktop\whateverthefuckyouwant.ahk
    001: Return (1.64)

    Press [F5] to refresh."

  15. #15
    Ass3's Avatar
    Join Date
    Jun 2015
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    My Mood
    Asleep
    it dosent dislect instead it shoot 1 shoot and moves my mouse

Page 1 of 2 12 LastLast

Similar Threads

  1. [Outdated] ROTMG Scam Tool v1.1
    By Regioner in forum Realm of the Mad God Hacks & Cheats
    Replies: 76
    Last Post: 06-25-2015, 09:44 AM
  2. Scam tool without accepting?
    By furbo in forum Realm of the Mad God Help & Requests
    Replies: 5
    Last Post: 05-20-2015, 12:40 PM
  3. RotMG AHK Scripts
    By dg123 in forum Realm of the Mad God Tutorials & Source Code
    Replies: 32
    Last Post: 10-26-2014, 04:41 AM
  4. [Help Request] Rotmg AHK script help
    By narotox in forum Realm of the Mad God Help & Requests
    Replies: 1
    Last Post: 03-29-2014, 04:38 PM