[Release] AMulti, a live servers multihack menu

Shout-Out

User Tag List

Page 14 of 99 FirstFirst ... 10111213141516171864 ... LastLast
Results 196 to 210 of 1482
  1. #196
    Naxxar26's Avatar Banned
    Reputation
    1
    Join Date
    Sep 2009
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nopt when you release Amulti addon please? its amazing addon

    [Release] AMulti, a live servers multihack
  2. #197
    Norus's Avatar Elite User CoreCoins Purchaser
    Reputation
    347
    Join Date
    Aug 2007
    Posts
    115
    Thanks G/R
    10/4
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Naxxar26 View Post
    nopt when you release Amulti addon please? its amazing addon
    Now ^^

    rev4 13/03/2010
    -Added : GetCorpsePosition()
    -New feature : WaterWalk (/console waterwalk <on/off>)
    -Fixed : d/cs after teleporting while dead
    -Fixed : d/cs after zone change (while flying)
    -Added : Prototype addon
    AMulti rev4 (3.3.2) 07/03/2010

  3. #198
    Barrt73Rus's Avatar Banned
    Reputation
    171
    Join Date
    May 2009
    Posts
    1,272
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nopt View Post
    tnx work great. i killed baron in stratholme 194 times, but horse mount not drop

  4. #199
    Guablabla's Avatar Private
    Reputation
    1
    Join Date
    Jan 2010
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DrakeFish View Post
    Actualy, when you run the ExE, it injects the DLL instantly. That's why I'm saying that.
    so does it actually detect the dll file by name? cause if thats the case u could just use a different injector and just change the name of the dll /shrug

  5. #200
    darkblood14's Avatar Member
    Reputation
    9
    Join Date
    Aug 2007
    Posts
    128
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I might be totally wrong but warden won't look for inject.dll and just flag you, it has other ways to detect. (same principle but looking in memory for some offsets that i guess the bot/program/etc access or modifies, again i might be wrong as i'm not a pro in domain)

  6. #201
    DrakeFish's Avatar Lazy Leecher

    Reputation
    634
    Join Date
    Nov 2008
    Posts
    569
    Thanks G/R
    0/14
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Guablabla View Post
    so does it actually detect the dll file by name? cause if thats the case u could just use a different injector and just change the name of the dll /shrug
    I suppose it doesn't detect it yet if nobody talked about it, but I won't use it cause of the high chances it got to be detected.

  7. #202
    Faulen's Avatar Contributor
    Reputation
    193
    Join Date
    Mar 2008
    Posts
    257
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Nopt.. How did you get all of the Map Bookmarks?

    Or import it from somewhere else?

  8. #203
    Norus's Avatar Elite User CoreCoins Purchaser
    Reputation
    347
    Join Date
    Aug 2007
    Posts
    115
    Thanks G/R
    10/4
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bjparee View Post
    Hey Nopt.. How did you get all of the Map Bookmarks?

    Or import it from somewhere else?
    Minimap button -> Right clic -> Create Note
    You can also import
    /mapnote k<WM Ironforge> x<0.328521> y<0.474156> t<Vieux Forgefer> i1<Forgefer> i2<-4819.41;-973.33;464.71> cr<Nopt> i<0> tf<0> i1f<0> i2f<0>
    and export : right clic -> send note

  9. #204
    Faulen's Avatar Contributor
    Reputation
    193
    Join Date
    Mar 2008
    Posts
    257
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nopt View Post
    Minimap button -> Right clic -> Create Note
    You can also import
    and export : right clic -> send note
    Thanks a bunch

    Works great by the way. +Rep
    Last edited by Faulen; 03-13-2010 at 03:13 PM.

  10. #205
    Dist719's Avatar Active Member
    Reputation
    30
    Join Date
    Dec 2007
    Posts
    70
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Been using for awhile now. Really great addon, DLing ver4 now. Keep it up Nopt.

  11. #206
    Deminish's Avatar Member
    Reputation
    2
    Join Date
    Apr 2006
    Posts
    204
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nopt View Post
    Minimap button -> Right clic -> Create Note
    You can also import
    and export : right clic -> send note
    thanks so much for the hack


    but is it possible to go behind the target when using rather then on the target

    /run Teleport(GetUnitPosition("target"))


    thank u so much =)

  12. #207
    Norus's Avatar Elite User CoreCoins Purchaser
    Reputation
    347
    Join Date
    Aug 2007
    Posts
    115
    Thanks G/R
    10/4
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Deminish View Post
    thanks so much for the hack


    but is it possible to go behind the target when using rather then on the target

    /run Teleport(GetUnitPosition("target"))


    thank u so much =)
    x,y,z,r = GetUnitPosition("target");
    x = x - d * math.cos(r);
    y = y - d * math.sin(r);
    Teleport(x,y,z);
    Where d is the desired distance from the target =)

  13. #208
    synthblade's Avatar Contributor
    Reputation
    149
    Join Date
    Sep 2006
    Posts
    377
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When I try to create a note on my minimap i just get a print message in purple text saying !!!!!:WM Elwynn
    AI is no match for Natural Stupidity.

  14. #209
    crazyelfjj's Avatar Member
    Reputation
    23
    Join Date
    Nov 2007
    Posts
    221
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is a really neat tool....

    What you should do next is making it undetectable...Making it last longer

    oh yes, might I add +3 rep?
    One step at a time...

  15. #210
    Rivus's Avatar Contributor
    Reputation
    99
    Join Date
    May 2007
    Posts
    171
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This thing is AWESOME O_O

    Yet, it lacks security :P I hope you progress in that area :P

Similar Threads

  1. [Release] UltraXYZ (Teleporting on live server)
    By Sel3n in forum World of Warcraft Bots and Programs
    Replies: 30
    Last Post: 09-22-2009, 12:48 AM
  2. Martin Thunder -live server
    By kelat in forum World of Warcraft General
    Replies: 22
    Last Post: 03-20-2007, 05:36 PM
  3. Bugged TBC Item Live server
    By fletcherkid in forum World of Warcraft General
    Replies: 15
    Last Post: 01-24-2007, 09:11 PM
  4. GM island live servers 1.12
    By frigget in forum World of Warcraft Model Editing
    Replies: 14
    Last Post: 11-24-2006, 09:55 AM
  5. live Server GM question!
    By Snor11 in forum Community Chat
    Replies: 0
    Last Post: 09-09-2006, 11:52 PM
All times are GMT -5. The time now is 03:24 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search