Request anything from me. Anything. menu

User Tag List

Page 2 of 5 FirstFirst 12345 LastLast
Results 16 to 30 of 73
  1. #16
    Haitamo's Avatar Banned
    Reputation
    130
    Join Date
    Feb 2008
    Posts
    328
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    he posted the thread and replied to nothin ....
    anyway my question: easiest+safest av leechin bot=?

    Request anything from me. Anything.
  2. #17
    Desta_Bawz's Avatar Member
    Reputation
    11
    Join Date
    May 2008
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'd still be more inclined towards the "sexual favors" part :>

  3. #18
    Darknights's Avatar Active Member
    Reputation
    30
    Join Date
    Mar 2007
    Posts
    310
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The reason I've replied to nothing is because I'm in england = I r sleeping

    I posted it at 3 o clock in the mornign and realised the stupidity of doing that XD

    But I'll start trying to answer some of the questions.

    And no you can't have my noodz, theyre for me and only me.

    Originally Posted by Haitamo View Post
    he posted the thread and replied to nothin ....
    anyway my question: easiest+safest av leechin bot=?
    To be honest I'm gonna say you're best getting an Autoit script that just moves you around every now and then, the risk you're running is that you get seen by other players and either reported AFK or actually properly reported.
    I'm sure it's possible to set up a glider that joins you to an AV then positions you somewhere no one will look and just nudges you every so often.
    Though I don't use glider, I don't trust it as my mate used the 2 minute trial and it got him perma banned straight away XD
    Oh also I have 64 bit vista = asswipe = can't use glider.

    Here's an example of an Autoit script you could use, obviously you have to get into the BG first, but then you just turn this on and you can go AFK

    If you press F9 it will minimize WoW
    if you press F10 it will make wow show up on your task bar and Maximize it.

    ; ----------------------------------------------------------------------------
    ;
    ; AutoIt Version: 3.2.0
    ; Author: The-Chad <[email protected]>
    ; Website: OnlineGameHacker <www.OnlineGameHacker.com>
    ; Script Function: Anti Afk
    ;
    ; ----------------------------------------------------------------------------


    HotKeySet("{F9}", "hide")
    HotKeySet("{F10}", "show")
    AutoItSetOption("WinTitleMatchMode", 4)
    While 1
    Sleep(1000)
    WEnd

    Func hide()
    Global $Show = 0
    Global $handle = WinGetHandle("classname=GxWindowClassD3d")
    WinSetState($handle, "", @SW_MINIMIZE)
    WinSetState($handle, "", @SW_HIDE)
    If @error Then
    MsgBox(0, "error", "couldnt find WoW")
    Else
    While 1
    $unique = Random(1, 4, 1)
    If $unique = 1 Then
    ControlSend($handle, "", "", "{UP DOWN}")
    Sleep(100 + Random(1, 50, 1))
    ControlSend($handle, "", "", "{UP UP}")
    ControlSend($handle, "", "", "{DOWN DOWN}")
    Sleep(100 + Random(1, 50, 1))
    ControlSend($handle, "", "", "{DOWN UP}")
    Sleep(200000 + Random(5000, 15000, 1))
    ElseIf $unique = 2 Then
    ControlSend($handle, "", "", "{RIGHT DOWN}")
    Sleep(100 + Random(1, 50, 1))
    ControlSend($handle, "", "", "{RIGHT UP}")
    ControlSend($handle, "", "", "{LEFT DOWN}")
    Sleep(100 + Random(1, 50, 1))
    ControlSend($handle, "", "", "{LEFT UP}")
    Sleep(200000 + Random(5000, 15000, 1))
    ElseIf $unique = 3 Then
    ControlSend($handle, "", "", "{DOWN DOWN}")
    Sleep(100 + Random(1, 50, 1))
    ControlSend($handle, "", "", "{DOWN UP}")
    ControlSend($handle, "", "", "{UP DOWN}")
    Sleep(100 + Random(1, 50, 1))
    ControlSend($handle, "", "", "{UP UP}")
    Sleep(200000 + Random(5000, 15000, 1))
    ElseIf $unique = 4 Then
    ControlSend($handle, "", "", "{LEFT DOWN}")
    Sleep(100 + Random(1, 50, 1))
    ControlSend($handle, "", "", "{LEFT UP}")
    ControlSend($handle, "", "", "{RIGHT DOWN}")
    Sleep(100 + Random(1, 50, 1))
    ControlSend($handle, "", "", "{RIGHT UP}")
    Sleep(200000 + Random(5000, 15000, 1))
    EndIf
    If $Show > 0 Then ExitLoop
    WEnd
    EndIf
    EndFunc ;==>hide

    Func show()
    Global $Show = 1
    WinSetState("World of Warcraft", "", @SW_SHOW)
    WinSetState("World of Warcraft", "", @SW_MAXIMIZE)
    WinActivate($handle, "")
    EndFunc ;==>show

    Originally Posted by deadfate View Post
    When you set up a phishing site like this http://www.mmowned.com/forums/wow-sc...t-phisher.html

    And you get a person to sign up, where do you find their account info?
    When you set up the website you should have specified where the information goes, give me the link to your website and i'll have a look. Or whatever.

    Originally Posted by [F]ear View Post
    Originally Posted by Errage View Post
    "Request anything from me. Anything"

    ....


    Sexual favors.
    Yay! Gief!


    No not yet mate
    I'll resort to them once I run out of normal questions to answer okay?

    Originally Posted by ddrfreak View Post
    Could I grab your msn, if you have? I want to learn how gliders work and how to create - use them.

    Epic thread btw ^.^
    I ain't putting out my MSN because I don't like having randomers on it when a few months later I'm wondering who they are.
    I don't use glider personally but PM me and I might be able to lend a hand

    Originally Posted by gramkind View Post
    Can you come to my house and get my glider to work? I r not smrt and can get it working on default but all these extra things to get pvp going ughhh.

    Sorry mate I don't do home visits. What's the problem?
    Last edited by Errage; 08-01-2008 at 12:30 AM. Reason: There's a multi-quote button, I'd recommend using it, multi-posts aren't allowed.
    Ah, your ears are fine. It's what's between 'em that scares me.

  4. #19
    Skalla's Avatar Active Member
    Reputation
    59
    Join Date
    Jul 2006
    Posts
    638
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    could you give me a link to latest brian kopps and joanas guide lol to lazyto search

  5. #20
    Darknights's Avatar Active Member
    Reputation
    30
    Join Date
    Mar 2007
    Posts
    310
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Brian Kopp's 1-70 Alliance Leveling Guide for World of Warcraft

    Joana's 1-70 Horde Leveling Guide for World of Warcraft

    You must be seeeeeeeeeeeeeeeeriously lazy, it probably takes longer asking me to do it for you than it does to type it in google ^^ XD
    Ah, your ears are fine. It's what's between 'em that scares me.

  6. #21
    MontgomeryBurns's Avatar Member
    Reputation
    14
    Join Date
    Mar 2008
    Posts
    157
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im a newbie scammer, i find it hard to scam people , what is the best tip/guide to help me and improve my scamming ? thanks !

  7. #22
    Darknights's Avatar Active Member
    Reputation
    30
    Join Date
    Mar 2007
    Posts
    310
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What kind of scamming do you mean? gold, accounts, both?
    Ah, your ears are fine. It's what's between 'em that scares me.

  8. #23
    MontgomeryBurns's Avatar Member
    Reputation
    14
    Join Date
    Mar 2008
    Posts
    157
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    gold and accounts or both together!

  9. #24
    Darknights's Avatar Active Member
    Reputation
    30
    Join Date
    Mar 2007
    Posts
    310
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    haha okay

    On the gold side of things there are billions of different ways to do it
    Honestly my favourite is CoD scamming, there are so many different ways to do it
    You can try to impersonate factions like the Argent Dawn
    you can change the title of the mail so it says 20 items instead of just the 1 you are sending them.
    you can slightly rearrange the numbers in the price and hope they don't notice

    Some scamming that i've tried that apparently also works is using the AH
    What you do is you buy a rare item in the AH, there needs to only be one of it in the AH at the time
    You put it back on for a much higher price
    then you log to an alt and spam WTB that item in trade chat at a price higher than you put it in the AH for
    Hopefully some stupid sod will try to scam you and buy your high priced one from the AH and try to sell it to you at your higher price
    Once you see your item dissapear off the AH list either say you have to go to an alt and get money. Or just log. and never come back =]

    You should make a random char to do that with and not one of your alts because that means whenever you log to your alt you will have people hounding you about the item they want to give to you

    However this doesnt seem to work on my realm because whenever i say WTB *item* 700g people just whisp me telling me its on the AH for 500g and i go orly? i didnt realise

    Well in the way of accounts I would suggest an account Phisher, you can find guides all over the place: Here's one

    http://www.mmowned.com/forums/wow-sc...t-phisher.html
    Ah, your ears are fine. It's what's between 'em that scares me.

  10. #25
    Opirity1's Avatar Banned
    Reputation
    158
    Join Date
    Apr 2007
    Posts
    1,222
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    "Request anything from me. Anything."





    I want your money

  11. #26
    Darknights's Avatar Active Member
    Reputation
    30
    Join Date
    Mar 2007
    Posts
    310
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol what sexual favours would you like m'dear?

    Originally Posted by Opirity View Post
    "Request anything from me. Anything."





    I want your money
    I have no money. I spent the 2k i had leveling smithing from 350 to 375... damn expensive
    Last edited by Darknights; 08-09-2008 at 08:09 PM.
    Ah, your ears are fine. It's what's between 'em that scares me.

  12. #27
    BrantX's Avatar Contributor
    Reputation
    205
    Join Date
    Jul 2007
    Posts
    899
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by [F]ear View Post
    Yay! Gief!
    You like men to give you sexual favorz?



  13. #28
    h4t3's Avatar Member
    Reputation
    6
    Join Date
    Jan 2007
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    buttseks? plx

  14. #29
    Tauroxx's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sure, I've got one. Joana's was orignally written in .pdf but someone actually made it to an in-game addon thx to MetaMap, which is the mod that also iDemise use to their guides.

    Also, Zygor has made his in-game addon and made markings, implented within Cartographer.



    Oh, well.. My question; How could I be able to this on my own, making an .pdf guide into an in-game?


    Ps. If I had anything to contribute for the site, I would really do it. I guess I can donate instead (:

  15. #30
    c0ddingt0n's Avatar Banned
    Reputation
    117
    Join Date
    Feb 2008
    Posts
    641
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by h4t3 View Post
    buttseks? plx
    lol.....Woww

Page 2 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. [Request] Anything > Tree of Life
    By theblkbltmstr in forum World of Warcraft Model Editing
    Replies: 0
    Last Post: 10-24-2011, 08:32 PM
  2. [REQUEST] Anything really
    By thikr in forum Community Chat
    Replies: 1
    Last Post: 07-01-2009, 12:24 AM
  3. [Service] Request Anything Thread
    By Ground Zero in forum Community Chat
    Replies: 14
    Last Post: 01-13-2009, 05:52 PM
  4. [Request] Anything!
    By Vannakix in forum Art & Graphic Design
    Replies: 4
    Last Post: 11-06-2008, 11:59 PM
All times are GMT -5. The time now is 07:31 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