Results 1 to 15 of 20

Threaded View

  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

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