Page 3 of 11 FirstFirst 12345 ... LastLast
Results 31 to 45 of 158
  1. #31
    Nisuxen's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    164
    Reputation
    10
    Thanks
    95
    Quote Originally Posted by FainTMako View Post
    This may be a dumb question but can you make it autoaim at all quests by default? The only reason I was asking is because the /tq script had me thinking that maybe we could just aim at the event? It could be a dumb question that has been covered before and if so then excuse me. Also is there a way to convert this into a auto aim script for the weapon? I would like to move away from modselector as i feel like reamrelay is the future of control. Atleast for now.
    Very possible. I don't even use auto ability aim so you're on your own to implement it.

    I'm really replying because of your last few statements. Anything realm relay can do, you can do in the client via a mod. There are many things you can do in the client that is impossible with a proxy. Such as fullscreen. The proxy just makes certain things a lot easier (for me) to do.

  2. #32
    rocker1988's Avatar
    Join Date
    Sep 2006
    Gender
    male
    Posts
    301
    Reputation
    10
    Thanks
    62
    My Mood
    Doubtful
    Quote Originally Posted by FainTMako View Post
    Dude your posting such simple fixes. Your just trying to post things.
    Pay attention, the /tq script doesnt need you to plugin a var enemies list yet it can take you to whatever quest you have active.
    Dude,

    What in the hell is your problem?

    I was telling him to add enemy's to the var enemy list for the auto ability script, u knucklehead......not the /tq script
    Last edited by rocker1988; 12-30-2013 at 06:18 AM.

  3. #33
    excitedguy's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    197
    Reputation
    28
    Thanks
    2,717
    Ok, surprised no one has really has asked this yet, but can someone provide a list of enemy ID's so we can add them to the script ourselves?

  4. #34
    infern000's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    294
    Reputation
    10
    Thanks
    74
    no need to ask, do it yourself:
    extract from your client swf the xmls as bin files using swfbinexport https://files.thecybershadow.net/RABC...CDAsm_v1.14.7z
    search your enemy name in the files (on windows i use SearchMyFiles, google for it)
    convert the 0x_____ id of the enemy from hexadecimal to decimal
    add the decimal it to the list.

  5. #35
    excitedguy's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    197
    Reputation
    28
    Thanks
    2,717
    Quote Originally Posted by infern000 View Post
    no need to ask, do it yourself:
    extract from your client swf the xmls as bin files using swfbinexport
    search your enemy name in the files (on windows i use SearchMyFiles, google for it)
    convert the 0x_____ id of the enemy from hexadecimal to decimal
    add the decimal it to the list.
    Thanks for that information, I will do that.

  6. #36
    c2k8s's Avatar
    Join Date
    Feb 2008
    Gender
    female
    Posts
    620
    Reputation
    26
    Thanks
    265
    idk if its outdated, but the ability auto-aim doesn't work.

    I NOW have my old skype account back after it was hacked - chris2k7sears
    My Vouches!
    Quote Originally Posted by pattyswerve View Post
    +1 VOUCH. Fast and friendly service. Looking forward to future deals
    Quote Originally Posted by Aceofspades12345 View Post
    c2k8s was fast and quick. Definite Vouch! 10/10 would trade again!
    Quote Originally Posted by Novus7 View Post
    c2k8s isn't fake. We did a good deal together. I vouch for him.
    Quote Originally Posted by SuperSean
    +1 vouch ! went first and got items right after . Thanks !
    Quote Originally Posted by kian1991
    Vouche! This guy is rly nice he went first all right Thanks man
    Quote Originally Posted by pattyswerve
    +1 Vouch Friendly guy! I went first and he kept his bargain. Looking forward to future deal!

    More on my profile page and more trades with people that don't vouch .

  7. #37
    moot06's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    163
    Reputation
    10
    Thanks
    281
    My Mood
    Innocent
    Quote Originally Posted by c2k8s View Post
    idk if its outdated, but the ability auto-aim doesn't work.
    Works perfectly for me, except the fact it can't really do perfect spellbombs since 19.0

    Could you explain it further? What did you want to kill with it? If the avatar, and you used the code from somewhere above us, that isn't correct, because they thought the Forgotten King was the avatar, and used his Id.

  8. #38
    c2k8s's Avatar
    Join Date
    Feb 2008
    Gender
    female
    Posts
    620
    Reputation
    26
    Thanks
    265
    Quote Originally Posted by moot06 View Post
    Works perfectly for me, except the fact it can't really do perfect spellbombs since 19.0

    Could you explain it further? What did you want to kill with it? If the avatar, and you used the code from somewhere above us, that isn't correct, because they thought the Forgotten King was the avatar, and used his Id.
    I tried with knight and wizzy, neither worked, tried on normal gods, and a few dungeon bosses. looked in the code and couldn't see anything wrong with it and couldn't see any sort of key I am suppose to hit, unless pressing space shoots the spellbomb to the enemy and not my mouse?

    I NOW have my old skype account back after it was hacked - chris2k7sears
    My Vouches!
    Quote Originally Posted by pattyswerve View Post
    +1 VOUCH. Fast and friendly service. Looking forward to future deals
    Quote Originally Posted by Aceofspades12345 View Post
    c2k8s was fast and quick. Definite Vouch! 10/10 would trade again!
    Quote Originally Posted by Novus7 View Post
    c2k8s isn't fake. We did a good deal together. I vouch for him.
    Quote Originally Posted by SuperSean
    +1 vouch ! went first and got items right after . Thanks !
    Quote Originally Posted by kian1991
    Vouche! This guy is rly nice he went first all right Thanks man
    Quote Originally Posted by pattyswerve
    +1 Vouch Friendly guy! I went first and he kept his bargain. Looking forward to future deal!

    More on my profile page and more trades with people that don't vouch .

  9. #39
    moot06's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    163
    Reputation
    10
    Thanks
    281
    My Mood
    Innocent
    >unless pressing space shoots the spellbomb to the enemy and not my mouse?

    That's the way it works.

    When the relay gets a useitem packet from your client, aka you use special ability, it will trace the coordinates of the closest enemy from your list if there is one of them close enough, and send the packet with thoose coordinates to the server. So it's not like the aimbot in clients.
    Last edited by moot06; 01-02-2014 at 06:51 PM.

  10. The Following User Says Thank You to moot06 For This Useful Post:

    c2k8s (01-02-2014)

  11. #40
    c2k8s's Avatar
    Join Date
    Feb 2008
    Gender
    female
    Posts
    620
    Reputation
    26
    Thanks
    265
    Quote Originally Posted by moot06 View Post
    >unless pressing space shoots the spellbomb to the enemy and not my mouse?

    That's the way it works.

    When the relay gets a useitem packet from your client, aka you use special ability, it will trace the coordinates of the closest enemy from your list if there is one of them close enough, and send the packet with thoose coordinates to the server. So it's not like the aimbot in clients.
    I see, I did think it was that, and found it strange how my spellbombs were off by quite a bit.. lol.
    thanks

    I NOW have my old skype account back after it was hacked - chris2k7sears
    My Vouches!
    Quote Originally Posted by pattyswerve View Post
    +1 VOUCH. Fast and friendly service. Looking forward to future deals
    Quote Originally Posted by Aceofspades12345 View Post
    c2k8s was fast and quick. Definite Vouch! 10/10 would trade again!
    Quote Originally Posted by Novus7 View Post
    c2k8s isn't fake. We did a good deal together. I vouch for him.
    Quote Originally Posted by SuperSean
    +1 vouch ! went first and got items right after . Thanks !
    Quote Originally Posted by kian1991
    Vouche! This guy is rly nice he went first all right Thanks man
    Quote Originally Posted by pattyswerve
    +1 Vouch Friendly guy! I went first and he kept his bargain. Looking forward to future deal!

    More on my profile page and more trades with people that don't vouch .

  12. #41
    Mohzin's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    132
    Reputation
    10
    Thanks
    21
    My Mood
    Lurking
    Needs an update... We all love you nisuxen <3
    VOUCHES

    Quote Originally Posted by donthurt View Post
    Vouch for Mohsin, Have had the great opportunity to trade with him. couldnt of gone any smoother, was easy to contact, Skyped with me until the whole deal was done. I bought 17 life potions and 2 pyras off him for a $10 UGC, Nice guy, great trade, and good offers.
    Quote Originally Posted by 1xt View Post
    Vouch for Mohzin. Bought the accounts, he's direct and honest. Thank you.
    Quote Originally Posted by Vijen View Post
    Vouch for Mohzin! +1

  13. #42
    BlackRayquaza's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    574
    Reputation
    10
    Thanks
    186
    My Mood
    In Love
    Cant seem to find the avatar anywhere :\
    YEP cock

  14. #43
    Nisuxen's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    164
    Reputation
    10
    Thanks
    95
    Quote Originally Posted by Mohzin View Post
    Needs an update... We all love you nisuxen <3
    What needs to be updated?


    Quote Originally Posted by BlackRayquaza View Post
    Cant seem to find the avatar anywhere :\
    0x734d. They actually call it the "shtrs Defense System" for some stupid reason.

  15. The Following User Says Thank You to Nisuxen For This Useful Post:

    BlackRayquaza (01-10-2014)

  16. #44
    BlackRayquaza's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    574
    Reputation
    10
    Thanks
    186
    My Mood
    In Love
    Thanks for helping me

    EDIT: Doesn't seem to work poisons/spells or just doesn't work.

    Code:
    var enemies = { 
                    "5952"  : "Oryx the Mad God 1",
                    "2354"  : "Oryx the Mad God 2",
                    "3425"  : "Hermit God",
                    "3412"  : "Grand Sphinx",
                    "3417"  : "Cube God",
                    "3414"  : "Skull Shrine",
                    "3422"  : "Pentaract",
                    "3639"  : "Ghost Ship",
                    "24184" : "Rock Dragon",
                    "3408"  : "Lord of the Lost Lands",
                    "3334"  : "Limon the Sprite God",
                    "3472"  : "Septavius the Ghost God",
                    "5894"  : "Thessal the Mermaid Goddess",
                    "2357"  : "Mysterious Crystal",
                    "2369"  : "Crystal Prisoner",
                    "1618"  : "Sprite God",
                    "1620"  : "Medusa",
                    "1621"  : "Ent God",
                    "1622"  : "Beholder",
                    "1623"  : "Flying Brain",
                    "1624"  : "Slime God",
                    "1625"  : "Ghost God",
                    "1752"  : "Leviathan",
                    "2309"  : "Rock Bot",
                    "2330"  : "Djinn",
                    "734d"  : "Avatar",
                  };;
    ^ This would be right?
    Last edited by BlackRayquaza; 01-10-2014 at 04:53 PM.
    YEP cock

  17. #45
    Nisuxen's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    164
    Reputation
    10
    Thanks
    95
    Quote Originally Posted by BlackRayquaza View Post
    ^ This would be right?
    No I gave you the hex value. You need it to be a decimal value for the script.

Page 3 of 11 FirstFirst 12345 ... LastLast

Similar Threads

  1. [Outdated] Gogo's Updated 13.1 Client! Only Fullscreen Client out! Auto-Aim! Anti-Debuffs!
    By 2006gogo in forum Realm of the Mad God Hacks & Cheats
    Replies: 196
    Last Post: 07-02-2013, 05:14 PM
  2. [Release] Gogo's Updated 13.2 Client! Only Fullscreen Client out! Auto-Aim! Anti-Debuffs!
    By 2006gogo in forum Realm of the Mad God Hacks & Cheats
    Replies: 126
    Last Post: 05-20-2013, 02:31 PM
  3. [Release] Gogo's Updated 13.0 Client! Only Fullscreen Client out! Auto-Aim! Anti-Debuffs!
    By 2006gogo in forum Realm of the Mad God Hacks & Cheats
    Replies: 47
    Last Post: 04-22-2013, 02:15 PM
  4. [Release] Gogo's Updated 12.4.0 Client! Only Fullscreen Client out! Auto-Aim! Anti-Debuffs!
    By 2006gogo in forum Realm of the Mad God Hacks & Cheats
    Replies: 54
    Last Post: 04-16-2013, 06:08 PM
  5. Update on auto level hack
    By dwivvc in forum CrossFire Hacks & Cheats
    Replies: 49
    Last Post: 07-27-2009, 01:58 PM