Page 1 of 7 123 ... LastLast
Results 1 to 15 of 102
  1. #1
    Layarion's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    95
    Reputation
    10
    Thanks
    197

    Thumbs up AHK Duping Macro + Extra Features

    Update:it's F9 for the dupe on the file(ROTMGDuping.txt) and F8 on the file(ROTMGFullFeatured.txt), sorry about that mistake. I messed up making changes between the two

    This is not a hack, but it is related to ROTMG, is source code used from AHK, and ROTMG frowns upon it so i thought this is the right section to release it in. First time doing posting anything like this here so hopefully i get everything done right.

    Proof that it works


    Note: Only works on Windows Vista/7, MAYBE Xp/8.You need to install the latest version of AHK to use this, and if you don't have any clue what your doing, you shouldn't edit the script. You should know/learn something about AHK to get the best use out of it.

    Bare Bones:
    This does nothing more than 4 things
    1)Clicks once, after you hit F9
    2)Starts spamming the interact key (which for me was 0 so AHK is set to 0, can be changed easily)
    3)As soon as the screen turns black, and only when it turns black it stops spamming the interact key.
    4)Displays a tooltip explaining the loop has ended.

    Things you need to know about this:
    1)If you mouse over anything black while waiting for the screen to change after hitting F9, it ends the spamming. So keep your mouse still after hitting F9 over accept trade.
    2)Script will not stop spamming until either you hit F9 again, or you mouse over something with the color 0x000000 (which is the color black ingame/browser)
    3)If you bump F9 while doing something unrelated, such as outside the games window, 0 will be spammed everywhere it can be.
    4)The FullFeatured as some of these issues solved.
    5)If you don't want the spamming to end when the screen goes black, remove the following
     


     
    I've had successful dupes when i've
    1)disconected
    2)loaded into GuildHall
    3)Loaded back into Nexus
    4)Gotten error and timeout messages
    5)Had long pauses while waiting for the screen to go black after hitting trade

    so you really just can't get it wrong. However i have a higher rate on busy servers, but with the same script my friend can dupe on non-busy servers as well.


    FullFeatured:
    Does alot of things, mostly related to gameplay but with duping included.
    1)Auto-detects whether or not an Adobe Flash Player window, or Realm Of The mad God browser tab is the Active window. Meaning nothing in this script will activate unless the game window is active (however it does not Suspend AHK, however the behavior may be one and the same to you)
    2)the END key Auto-Spams two variations of predetermined text (changed by editing the script) every 1.5 seconds. great for selling/buying in USWest and getting noticed.
    To edit the 1.5 second timer, increase or decrease 1500.
    To edit the text, change the sample text
    To edit the key, change the key
     

    3)Turns keys F1-F4, F6-F7 into quick speech keys. Instantly sending a predetermined set of text to chat.
    4)Tab becomes an instant /teleport (playername) hotbutton. meaning 1 press and bam! your at a predetermined anchor. (see notes below to learn how to change your anchor on the fly)
    5)the HOME key instantly types /pause, meaning finding a spot just got easier.
    6)Extra buttons on your mouse are set to either drink health potions(ingame Drink Health key must match script's key which is set to H) or Nexus you(Middle mouse button excluded but can be added.)
    7)Right-Click uses your special ability and even works with the ninja class.
    8)Has the duping script included

    Things you should know about this:
    *Duping macro is F8 on this file(mistake on my part)
    1)You must know how to edit ahk scripts to change anything (not hard at all, the works done you just gotta fiddle)
    2)To set your Anchor, you must press Enter in-game, type the players name and press Shift+Tab and it should be set. (does nothing more than copy whats in the chat box, adds that to a variable, and then blanks the chatbox and hits enter for your convienience)
    3)Anchor is set to blank each time AHK is closed/reset/reloaded
    4)Anything with Realm of The Mad God in the title will be treated as if it was the games window so macro's will activate, however i added a filter to exclude anything with Hacks in title name, so this section will not activate the script. However i dunno about other sections of this site.

    How to use:
    A)Rename the file so the .txt is changed to .ahk, which then all you have to do is rightclick the file and open with AHK.

    B) or you can run AHK, right-click on it in the taskbar, click on edit script, and copy and paste the entire .txt into AHK's script replacing everything. Save, right click in the taskbar area on AHK, and reload script.

    I appreciate any thanks, and if you want to donate great! but i don't know how to make a button.

     
    Quote Originally Posted by gainb View Post
    Do we need two windows open or just one with this?
    you only use one ahk script, or the other. not both.
    I dupe using two rotmg windows, for trading but the F9 hotkey will function just the same if for some reason you only want to use one client/game window.

    Quote Originally Posted by rmhs1 View Post
    I cant seem to get mine to work, I open the duping one and click the hotkey but nothing happens.
    I made a mistake and got the keys switched between Duping.txt and FullFeatured.txt
    On Duping.txt the correct key is f9, on FullFeatured.txt the correct key is f8. You can change the key to f8 or f9 yourself by simply changing the number to the one you want, save file, and reload script.



    Quote Originally Posted by Egro View Post
    The script isn't getting me much luck at the moment :P ill keep trying. Seems to work or a bit then hit a wall
    24 hours ago it was getting me near 100%, but the last 12 hours i've only got 4 dupes :/ no clue why because nothing has changed. so my internet connection must be at play.

    my friend however, is having great success with this in the last 12 hours. so i don't know what gives

    4)
    i get an error similiar to



    I don't know why it's doing this, but to figure it out remove everything from the script so that it's blank. and paste the code below. If the code below doesn't work, then remove SendMode Input and try again. If that doesn't work you have no choice but to remove the entire right-click feature and live without it. If removing SendMode Input does work, you won't be happy because the quickspeech and teleporting feature will become very unreliable and youll have to make a choice of which you preffer. Either-way, send a post in this thread about how it went.


    SendMode Input

    RButton::
    getkeystate, state, RButton, P
    Send {Space Down}
    loop
    {
    sleep, 20
    GetKeyState, state, RButton, P
    if state = U
    break
    }
    Send {Space Up}
    return




     
    This is for the bare bones duping macro ROTMGDuping.ahk
    https://www.virustotal.com/en/file/7...is/1362788402/
    ROTMGDuping.ahk - Jotti's malware scan

    ROTMGDuping.txt
    Both scanners are telling me this file was already scanned, apparently they see .ahk and .txt as one as the same.
    <b>Downloadable Files</b> Downloadable Files
    Last edited by Layarion; 03-09-2013 at 05:23 PM.
    I r a noob

  2. The Following 189 Users Say Thank You to Layarion For This Useful Post:

    4zaza (03-09-2013),Ajv (03-12-2013),akathevirus (03-13-2013),alexanderz5 (03-10-2013),Anatomie (03-12-2013),ArregoX (03-11-2013),artufe (03-30-2013),Awesome! (03-16-2013),Axeall (03-09-2013),babolino (03-08-2013),belloguu (03-09-2013),blackcat080 (03-09-2013),bog624 (03-11-2013),bogdanks95 (03-12-2013),botbot456 (03-11-2013),ButtLicker (03-09-2013),cameronownz7 (03-10-2013),Chariatos (03-10-2013),Crazykungfu666 (03-09-2013),csepics (03-09-2013),cucuYeL (03-09-2013),curryhouse (03-09-2013),Cygnusx3o (03-09-2013),D ace (03-11-2013),d00edwin (03-13-2013),daggystyle (03-10-2013),DakDinji (03-09-2013),DarkSchoko (03-12-2013),Dead123456 (03-30-2013),Dinosaurier (03-11-2013),DivinityX (03-12-2013),Dixine (03-09-2013),dragonpwner125 (03-11-2013),Drillick (03-26-2013),DuperGuy01 (03-10-2013),Dylan256x (03-08-2013),Dziedzas (03-09-2013),East2west (03-09-2013),erocano (04-10-2014),esp8 (03-10-2013),Euthymios (03-10-2013),FetusFacee (03-12-2013),fierfactor07 (03-09-2013),fuckT (08-19-2015),fup235 (03-09-2013),FW23Rwa$ttwtG (01-30-2016),gainb (03-08-2013),girltoilet62 (03-11-2013),gixxorz (03-12-2013),golbute (03-10-2013),gravecow (03-10-2013),hamitmervan (03-10-2013),hbirdman (03-09-2013),Helzgoth (03-09-2013),HeroOfSinnoh (03-10-2013),herroimpanda (03-09-2013),Hillzc (03-12-2013),iacopocity (03-10-2013),Igor Tracz (06-07-2013),imgayirl (09-02-2015),Insoluted (03-09-2013),ItzSupreme (03-10-2013),iwantyourkandy (03-09-2013),jack_sub (03-12-2013),jacob33333 (03-10-2013),japiee (03-11-2013),jeffjohnson (01-14-2019),JEQZ (03-10-2013),jev (03-09-2013),judi12 (03-08-2013),kakis77 (03-09-2013),Kalvichan (03-10-2013),kaspermax66 (03-10-2013),Kiabo (03-09-2013),kiritovan (03-09-2013),krazyshank (03-09-2013),KubusSs332 (03-11-2013),kugo (03-10-2013),LatestLeech (05-22-2013),leosavir (03-10-2013),Lerosey (03-09-2013),lfbessa (03-10-2013),lndeep (03-08-2013),lrmwansa (03-12-2013),ltap2821 (03-09-2013),Luciano12 (03-12-2013),maat7043 (03-12-2013),Machiavelli1990 (03-09-2013),Madmod2 (03-08-2013),Maik8 (03-12-2013),malcz_ (08-11-2018),marcomarcassa (03-11-2013),MattressGames (03-12-2013),Maxxxel18 (03-11-2013),megaherx (05-02-2013),menojone123 (03-10-2013),MentalKid (03-11-2013),Milky Way (03-10-2013),MillSup (03-11-2013),mrninja201 (03-11-2013),MUDZYNSKA PALA (03-09-2013),mustafarm1 (03-11-2013),myaaa (03-09-2013),Nano232 (03-11-2013),Neuropathy (03-10-2013),nfullam (03-09-2013),nightackle (03-10-2013),noisux (03-09-2013),norbiik (03-10-2013),Owy17 (03-09-2013),Papapita (12-17-2015),Paradox_x (03-09-2013),PauloHHB (03-11-2013),Poizen (03-09-2013),Poogie (03-11-2013),poop loopz (03-12-2013),prabhatec (03-11-2013),Progamer11 (05-07-2020),rationis (03-09-2013),RAXCA (03-12-2013),RealmCross (03-10-2013),rghmodz (03-09-2013),rickylatias (03-12-2013),rmhs1 (03-09-2013),rotmgrotmgrotmg1 (03-10-2013),Rotmgwizzt (03-10-2013),Rukfa09 (01-20-2021),Sackzz (03-12-2013),Saxitus (03-11-2013),scit (03-12-2013),scorpio113 (03-09-2013),Seanbot222 (03-11-2013),sebber31 (06-14-2013),Sebkarp (03-09-2013),sergiogomez1 (03-09-2013),sexy0207 (03-10-2013),Sham_3_2_3 (03-08-2013),shivira (04-20-2013),shushus (03-12-2013),Siraxta (03-11-2013),skerf (03-10-2013),SkyCamre (03-08-2013),sl4sh3r (03-10-2013),Slayerf0rce (11-10-2015),snaipua (03-29-2013),sniper998 (03-09-2013),Spaceplayer1 (03-09-2013),spamman55 (03-11-2013),ss4naruto2 (03-11-2013),Suedadlol (03-11-2013),SwagNanners (03-09-2013),SwiftXvenom (01-02-2014),taylorb167 (03-09-2013),TeAchilles (05-14-2013),tedde123 (03-10-2013),Tenkai177 (03-10-2013),Th3Blood (03-09-2013),TheAlfak (01-03-2014),ThereIsNoLogic (03-09-2013),TheZero199 (03-09-2013),The_En|D (03-10-2013),tino56 (03-10-2013),Tjhamer21 (03-09-2013),Travoos (03-11-2013),trevor12121 (03-09-2013),Trip (04-16-2021),ttukendall (03-12-2013),UGCfour (03-11-2013),uniformality (03-10-2013),Unleashed123 (03-12-2013),ursula_nas (03-09-2013),Vampster (08-24-2015),VanquishRotmg (03-10-2013),venenosopt (03-09-2013),Voltrec (03-11-2013),waxgecko (03-09-2013),whoszed (03-11-2013),Wickins (03-10-2013),worldwidecoffee (03-10-2013),wyler0 (03-11-2013),xhighonknife (03-09-2013),yerron (04-02-2013),z00p (03-09-2013),ZeroZOMG (03-09-2013),Ziraldo (03-09-2013),zkogan (03-09-2013),ZkT (03-12-2013),Zmorekppl (08-19-2015),zxzzxz200 (03-09-2013)

  3. #2
    amazingxx's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    372
    Reputation
    10
    Thanks
    358
    Nice extras!

  4. #3
    gainb's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    202
    Reputation
    10
    Thanks
    519
    Do we need two windows open or just one with this?

  5. #4
    Layarion's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    95
    Reputation
    10
    Thanks
    197
    what do you mean two windows? two ROTMG windows? two AHK windows? i dont understand the question

    you only use one ahk script, or the other. not both.

    I dupe using two rotmg windows, for trading but the F8 hotkey will function just the same if for some reason you only want to use one client/game window.
    Last edited by Layarion; 03-08-2013 at 07:33 PM.
    I r a noob

  6. #5
    amazingxx's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    372
    Reputation
    10
    Thanks
    358
    Quote Originally Posted by gainb View Post
    Do we need two windows open or just one with this?
    Two RotMG windows but you only run the AHK script once, the script presses buttons and does commands for you.

  7. #6
    piekiller19's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    0
    Can you send me the download link because its not approved yet and i want to use it and can you send it in a pm or post it?

  8. #7
    jonreaper's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Cheerful
    Same send me a download link too plz

  9. #8
    captinawesome's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    61
    Reputation
    10
    Thanks
    464
    My Mood
    Stressed
    Quote Originally Posted by Layarion View Post
    This is not a hack, but it is related to ROTMG, is source code used from AHK, and ROTMG considers it sorta cheating so i thought this is the right section to release it in. First time doing posting anything like this here so hopefully i get everything done right.

    The Picture
     

    Hey i did it right now to the good stuff

    Note: You need to install the latest version of AHK to use this, and if you don't have any clue what your doing, you shouldn't edit the script. You should know/learn something about AHK to get the best use out of it.

    Bare Bones:
    This does nothing more than 4 things
    1)Clicks once, after you hit F8
    2)Starts spamming the interact key (which for me was 0 so AHK is set to 0, can be changed easily)
    3)As soon as the screen turns black, and only when it turns black it stops spamming the interact key.
    4)Displays a tooltip explaining the loop has ended.

    Things you need to know about this:
    1)If you mouse over anything black while waiting for the screen to change after hitting F8, it ends the spamming. So keep your mouse still after hitting F8 over accept trade.
    2)Script will not stop spamming until either you hit F8 again, or you mouse over something with the color 0x000000 (which is the color black ingame/browser)
    3)If you bump F8 while doing something unrelated, such as outside the games window, 0 will be spammed everywhere it can be.
    4)The FullFeatured as some of these issues solved.
    5)If you don't want the spamming to end when the screen goes black, remove the following
     


     
    I've had successful dupes when i've
    1)disconected
    2)loaded into GuildHall
    3)Loaded back into Nexus
    4)Gotten error and timeout messages
    5)Had long pauses while waiting for the screen to go black after hitting trade

    so you really just can't get it wrong. However i have a higher rate on busy servers, but with the same script my friend can dupe on non-busy servers as well.


    FullFeatured:
    Does alot of things, mostly related to gameplay but with duping included.
    1)Auto-detects whether or not an Adobe Flash Player window, or Realm Of The mad God browser tab is the Active window. Meaning nothing in this script will activate unless the game window is active (however it does not Suspend AHK, however the behavior may be one and the same to you)
    2)the END key Auto-Spams two variations of predetermined text (changed by editing the script) every 1.5 seconds. great for selling/buying in USWest and getting noticed.
    To edit the 1.5 second timer, increase or decrease 1500.
    To edit the text, change the sample text
    To edit the key, change the key
     

    3)Turns keys F1-F4, F6-F7 into quick speech keys. Instantly sending a predetermined set of text to chat.
    4)Tab becomes an instant /teleport (playername) hotbutton. meaning 1 press and bam! your at a predetermined anchor. (see notes below to learn how to change your anchor on the fly)
    5)the HOME key instantly types /pause, meaning finding a spot just got easier.
    6)Extra buttons on your mouse are set to either drink health potions(ingame Drink Health key must match script's key which is set to H) or Nexus you(Middle mouse button excluded but can be added.)
    7)Right-Click uses your special ability and even works with the ninja class.
    8)Has the duping script included

    Things you should know about this:
    1)You must know how to edit ahk scripts to change anything (not hard at all, the works done you just gotta fiddle)
    2)To set your Anchor, you must press Enter in-game, type the players name and press Shift+Tab and it should be set. (does nothing more than copy whats in the chat box, adds that to a variable, and then blanks the chatbox and hits enter for your convienience)
    3)Anchor is set to blank each time AHK is closed/reset/reloaded
    4)Anything with Realm of The Mad God in the title will be treated as if it was the games window so macro's will activate, however i added a filter to exclude anything with Hacks in title name, so this section will not activate the script. However i dunno about other sections of this site.

    How to use:
    it seems this site wont let me upload .ahk files so i had to convert to .txt
    All you gotta do is open AHK, edit the script, and copy and paste the entire .txt into AHK's script. You could also try changing the extension to .ahk, it might work. I don't know if i need to include a virus scan for .txt but i decided to add it anyway.

    I appreciate any thanks, and if you want to donate great! but i don't know how to make a button.

    Don't ask me to send you anything before approval

     
    1)Do we need two windows open or just one with this?

    you only use one ahk script, or the other. not both.
    I dupe using two rotmg windows, for trading but the F8 hotkey will function just the same if for some reason you only want to use one client/game window.



     
    This is for the bare bones duping macro ROTMGDuping.ahk
    https://www.virustotal.com/en/file/7...is/1362788402/
    ROTMGDuping.ahk - Jotti's malware scan

    ROTMGDuping.txt
    Both scanners are telling me this file was already scanned, apparently they see .ahk and .txt as one as the same. Not sure why this didn't happen with the FullFeatured.
    Yay now how to doo this on mac!

  10. #9
    noisux's Avatar
    Join Date
    Dec 2008
    Gender
    female
    Posts
    20
    Reputation
    10
    Thanks
    5
    My Mood
    Angelic
    its f9 not f8 btw ^^ and thx for this..hope it works for me

    ---------- Post added at 01:20 AM ---------- Previous post was at 01:16 AM ----------

    Quote Originally Posted by noisux View Post
    its f9 not f8 btw ^^ and thx for this..hope it works for me
    ok it worked...ur amazing +1 to OP
    Last edited by noisux; 03-09-2013 at 12:24 AM.

  11. #10
    nerro0000's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    57
    Reputation
    10
    Thanks
    16
    WOW. This works. Thanks!

  12. #11
    rmhs1's Avatar
    Join Date
    Apr 2012
    Gender
    female
    Posts
    2
    Reputation
    10
    Thanks
    0
    I cant seem to get mine to work, I open the duping one and click the hotkey but nothing happens.

  13. #12
    noisux's Avatar
    Join Date
    Dec 2008
    Gender
    female
    Posts
    20
    Reputation
    10
    Thanks
    5
    My Mood
    Angelic
    Check ur intereact button.. set to 0 and OP got it wrong...he set the hotkey as F9 not F8. 10/10 for OP....thank him when this works

  14. #13
    Layarion's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    95
    Reputation
    10
    Thanks
    197
    @rmhs1 i don't know if im allowed to update the attachments without pending approval again, ill ask about it. but for now, i updated the original post at the top, and in the Q&A section. it explains how to get it working if nothing happens when you press f8.

    Update:Turns out i would have to wait for approval again, and im not sure i really want to do that. I think it'll be less confusing now that the damage is done, to just explain that the key is different between the two files.

    ---------- Post added at 02:04 PM ---------- Previous post was at 12:21 PM ----------

    Is anyone getting any error messages when using right-click?

    Everyone please go to this post if you hit a wall
    Quote Originally Posted by Layarion View Post
    After only getting 6 hits in 16 hours, i swapped the items out and got 2 hits within 15 minutes
    While that's not fool proof, it's a hella good sign because i have been banging my head on the wall...the wall of failure!
    Last edited by Layarion; 03-09-2013 at 08:38 PM.
    I r a noob

  15. #14
    Egro's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    Oryx's Throne room
    Posts
    108
    Reputation
    10
    Thanks
    5
    The script isn't getting me much luck at the moment :P ill keep trying. Seems to work or a bit then hit a wall

  16. #15
    Layarion's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    95
    Reputation
    10
    Thanks
    197
    Quote Originally Posted by Egro View Post
    The script isn't getting me much luck at the moment :P ill keep trying. Seems to work or a bit then hit a wall
    24 hours ago it was getting me near 100%, but the last 12 hours i've only got 4 dupes :/ no clue why because nothing has changed. so my internet connection must be at play.

    my friend however, is having great success with this in the last 12 hours. so i don't know what gives
    I r a noob

Page 1 of 7 123 ... LastLast

Similar Threads

  1. [WTS] DayZ Spawning Service - Free & VIP Packages - Cheap - Extra Features
    By MrXifo in forum DayZ Selling / Trading / Buying
    Replies: 0
    Last Post: 01-26-2013, 05:48 PM
  2. DUPE with extra storage
    By ObSync in forum Realm of the Mad God Hacks & Cheats
    Replies: 4
    Last Post: 09-04-2012, 06:51 AM
  3. [Detected] flameswor10 Menu [2.8] Fixed most bugs. Extra Feature
    By flameswor10 in forum Combat Arms Hacks & Cheats
    Replies: 479
    Last Post: 04-17-2011, 07:59 PM
  4. Extra features.
    By freedompeace in forum Combat Arms Discussions
    Replies: 73
    Last Post: 10-26-2010, 05:22 PM
  5. [Release] Op7 Menu hack( 2 extra features )
    By boboben1 in forum Operation 7 Hacks
    Replies: 41
    Last Post: 09-29-2010, 03:32 AM