Fixed: NomadMemory.au3 menu

User Tag List

Results 1 to 14 of 14
  1. #1
    Froogle's Avatar Legendary
    Reputation
    690
    Join Date
    Jan 2007
    Posts
    787
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Fixed: NomadMemory.au3

    Hey all! Seeing as people release their autoit scripts a lot and lately NomadMemory.au3 stopped working (because of the newer versions of autoit) I fixed the errors and made it work with the newer versions of autoit and have even tested it with one of my own hacks and Awwe's hack.

    RapidShare: 1-Click Webhosting



    Fixed: NomadMemory.au3
  2. #2
    Marlo's Avatar Banned
    Reputation
    84
    Join Date
    Jul 2006
    Posts
    2,453
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You legend i actually needed this today

    +18 rep

  3. #3
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Froogle View Post
    Hey all! Seeing as people release their autoit scripts a lot and lately NomadMemory.au3 stopped working (because of the newer versions of autoit) I fixed the errors and made it work with the newer versions of autoit and have even tested it with one of my own hacks and Awwe's hack.

    RapidShare: 1-Click Webhosting
    Code:
    while ("I" != Chazwazza.Name)
    {
         std::cout << "Lol @ Froogle" << std::endl;
    }
    Last edited by Cypher; 01-26-2008 at 10:39 PM.

  4. #4
    Froogle's Avatar Legendary
    Reputation
    690
    Join Date
    Jan 2007
    Posts
    787
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey! I'm just the lulz provider!


  5. #5
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Froogle View Post
    Hey! I'm just the lulz provider!
    while ("lulz" != "fail") || ("I" != Chazwazza.Name)
    {
    std::cout << "Lying is bad, mmkay?" << std::endl;
    }

  6. #6
    MillerLite's Avatar Member
    Reputation
    9
    Join Date
    Dec 2007
    Posts
    138
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    bool more = true;
    while(more)
    {
    if(1 + 1 = 2)
    {
    cout << "bullshit.";
    }
    else
    {
    more = false;
    }
    return 0;

  7. #7
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MillerLite View Post
    bool more = true;
    while(more)
    {
    if(1 + 1 = 2)
    {
    cout << "bullshit.";
    }
    else
    {
    more = false;
    }
    return 0;
    That code won't compile, because of the line " if(1 + 1 = 2)". The left-hand side of an assignment must be a variable, property or indexer.

    You may want to try this alternative, " if(1 + 1 == 2)".

  8. #8
    Sprackle's Avatar Contributor
    Reputation
    80
    Join Date
    Sep 2007
    Posts
    223
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if...if
    but...but..more...
    fail..
    semicolon...
    WAAAH WHY DOES MY BRAIN FAIL

    Edit: +repped you frooglers
    Last edited by Sprackle; 01-27-2008 at 07:21 AM.

  9. #9
    Ic3fuzion's Avatar Active Member
    Reputation
    17
    Join Date
    Nov 2007
    Posts
    241
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nerds.... :P

  10. #10
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ic3fuzion View Post
    Nerds.... :P
    Why thank you.

  11. #11
    Marlo's Avatar Banned
    Reputation
    84
    Join Date
    Jul 2006
    Posts
    2,453
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nerds is a 5 letter word...also a 5 figure paycheck ^_^

  12. #12
    Craziiblade's Avatar Member
    Reputation
    4
    Join Date
    Dec 2007
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well i'd sure hope it was a 5 figure paycheck, you ain't getting far on 4

  13. #13
    Apoc's Avatar Angry Penguin
    Reputation
    1388
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hai Chazzwazza

  14. #14
    xgruntx's Avatar Member
    Reputation
    -4
    Join Date
    Dec 2007
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ahahahahahahahaha

Similar Threads

  1. Awwe's Positioning hack for 2.3 working with NomadMemory.au3
    By Gyphon in forum World of Warcraft Bots and Programs
    Replies: 13
    Last Post: 12-11-2007, 06:31 PM
  2. FishBuddy (little fix)
    By ziao in forum World of Warcraft Bots and Programs
    Replies: 26
    Last Post: 09-29-2006, 11:23 AM
  3. Under or Above Ogrimarr...Fixed?
    By bezike in forum World of Warcraft General
    Replies: 4
    Last Post: 07-12-2006, 02:26 PM
  4. New Custom Model Swapping Fix (1.11 Working)
    By Matt in forum World of Warcraft Exploits
    Replies: 5
    Last Post: 06-23-2006, 06:05 PM
  5. World of Warcraft Bot WoWGlider 0.6.5 Cracked and Fixed
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 7
    Last Post: 04-02-2006, 10:10 PM
All times are GMT -5. The time now is 11:54 PM. 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