S4lly's FREE war teleporter+speedhack+nofalldmg, flat style menu

User Tag List

Page 5 of 21 FirstFirst 123456789 ... LastLast
Results 61 to 75 of 311
  1. #61
    rockman319's Avatar Member
    Reputation
    20
    Join Date
    Mar 2009
    Posts
    354
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by s4lly View Post
    Eye of Tiger is a lame name.. should be .. Something else...
    I did spend 10 minutes thinking of a new name but Eye of Tiger (though I don't like it as well) is easy to say and it can be abbreviated ("EoT").

    Come up with a name .
    Tiger can't see through wall... so it should be something inhuman, like ghost, phantom, psychic, or out of this world/supernatural thing.

    Then it also allows players to strike through wall (or throw doombolts or shoot a gun)...

    Then what's the name?

    Edit: reminder, new version 0.4f
    http://filebeam.com/18556e321525e6f2c7207315af15cca6
    see page 1 for details (no sourcecode yet, but soon)

    S4lly's FREE war teleporter+speedhack+nofalldmg, flat style
  2. #62
    xanupox's Avatar Member
    Reputation
    12
    Join Date
    Mar 2009
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Eye of Tiger = Gonna Get U Sucka

  3. #63
    s4lly's Avatar Member
    Reputation
    31
    Join Date
    Nov 2008
    Posts
    164
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Eye Of Tiger = You Cant Hide

  4. #64
    xanupox's Avatar Member
    Reputation
    12
    Join Date
    Mar 2009
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wall-Smart

  5. #65
    YAGGY's Avatar Member
    Reputation
    5
    Join Date
    May 2008
    Posts
    89
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    X-Ray !!

    BTW great work on this hack guys, well done.

  6. #66
    rockman319's Avatar Member
    Reputation
    20
    Join Date
    Mar 2009
    Posts
    354
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol, need a fancier name... x-ray yes you can see through walls but you can't attack through wall with x-ray.

    Thanks to S4lly for the hacks (and HansW for the hints).

  7. #67
    Chapelpriest's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi there, awesome piece of work, but could someone list the hotkeys, for example I know num + and - increase/decrease speed, but there must be others?
    EDIT: Also, I don't need to be a nitpick but fly-mode appears to be broken, It doesn't go " up" as much as it used to, and kills you instantly after flying a certain amount of time.
    Last edited by Chapelpriest; 05-07-2009 at 11:11 AM.

  8. #68
    rockman319's Avatar Member
    Reputation
    20
    Join Date
    Mar 2009
    Posts
    354
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Chapelpriest.

    Thanks for the feedback.
    The only hotkeys are numpads 4 8 6 2 (west north east south)
    numpad 9 for up and numpad 3 for down

    I removed the others because they are being used in-game
    (f1 to target self for example).

    What hotkeys do you need? (also provide the key mappings)

    Flymode? Did you mean pressing UP (or numpad 9) to float up? It kills you? That's odd.

  9. #69
    xanupox's Avatar Member
    Reputation
    12
    Join Date
    Mar 2009
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I liked that Control F8 and F8 to port to the spot you marked. It allowed me to use fullscreen and still port if needed.

  10. #70
    s4lly's Avatar Member
    Reputation
    31
    Join Date
    Nov 2008
    Posts
    164
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well in vb6 i made an option to listen to hotkey settigns.. i might post it when i get "undriunked" had a bit to much toonight. It should be possible to copy or simulate the same settings in c#

  11. #71
    rockman319's Avatar Member
    Reputation
    20
    Join Date
    Mar 2009
    Posts
    354
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I see... well when I learn more about vc# on how to pop up another window to ask and write down (to file) some hotkeys, I will do so :P.

    Maybe meanwhile I'll have it read from an ini file... I could do this in autoit but not in vc# (yet). Should be simple as it already has code to read locations.txt...

  12. #72
    s4lly's Avatar Member
    Reputation
    31
    Join Date
    Nov 2008
    Posts
    164
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is how it is done in VB6

    Code:
    Private Sub Form_Load()
    main.x1 = GetSavedVar("x1")
    End Sub
    
    Private Sub Timer1_Timer()
    If GetAsyncKeyState(main.x1) Then Label1_Click
    End Sub
    
    Private Sub Timer2_Timer()
    WriteSavedVar "x1", x1.Text
    End Sub
    
    Private Sub x1_KeyDown(keycode As Integer, shift As Integer)
    x1.Text = keycode
    End Sub
    
    Public Function GetSavedVar(strKey As String)
    Dim nSize, ret As Long
    Dim strBuffer As String
    strBuffer = Space$(255)
    nSize = 255
    ret = GetPrivateProfileString("Hotkeys", strKey, "0", strBuffer, nSize, App.Path & "\keys.ini")
    GetSavedVar = strBuffer
    End Function
    
    Public Sub WriteSavedVar(strKey As String, strBuffer As String)
    Dim ret As Long
    ret = WritePrivateProfileString("Hotkeys", strKey, strBuffer, App.Path & "\keys.ini")
    End Sub
    
    Private Sub Label1_Click()
    THE CODE TO EXECUTE
    End Sub

  13. #73
    Chapelpriest's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry for the late reply, but yes when I press num9 it goes up for a bit but doesn't seem to go up fast/high enough, not like it used to in previous incarnations. And when I hold down num9 (to keep flying, can you still lock the float value?) it insta-kills me after a few seconds.

    Anyway its no biggie as its still an awesome app and I thank you for your work, the only hotkey that could be interesting is one that can copy your locations so you can save it to locations.txt.

  14. #74
    exec85's Avatar Member
    Reputation
    3
    Join Date
    Mar 2009
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @s4lly...

    absolutely great! you're the man!

    Please keep on working on it and kick hibernous ass xD

  15. #75
    becken's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you for the good work its indeed a nifty program, it really feels godlike to play around with the program ingame

    I was wondering, besides the obvious uses of reaching locations faster, leveling-wise, has anybody found anyway of profiting from the abilities this program offers?

    I mean, is there any zone, mobs, quests whatever ingame that can be exploited or any sort of powerleveling by enabling these megaspeeds and teleportation? So far i thought about tome unlocks regarding exploration and maybe some errand quests, so i was wondering if its possible to take advantage of it for making loads of XP and/or cash.

    Thanks

Page 5 of 21 FirstFirst 123456789 ... LastLast

Similar Threads

  1. [WAR] Tele/SpeedHack ~ Free
    By luciferc in forum MMO Exploits|Hacks
    Replies: 23
    Last Post: 04-03-2009, 09:08 PM
  2. MMOViper Free WAR Hunting Bot / Radar
    By mmoviper in forum MMO Exploits|Hacks
    Replies: 45
    Last Post: 01-12-2009, 05:18 AM
  3. [Hypothetical] Free WAR beta key?
    By Frost2 in forum Gaming Chat
    Replies: 4
    Last Post: 08-25-2008, 08:17 PM
  4. Experimental/Free Hearthstone Teleport
    By ClearFlare in forum World of Warcraft Exploits
    Replies: 20
    Last Post: 05-16-2008, 06:39 AM
All times are GMT -5. The time now is 03:15 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