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

User Tag List

Page 16 of 21 FirstFirst ... 121314151617181920 ... LastLast
Results 226 to 240 of 311
  1. #226
    gundir's Avatar Member
    Reputation
    12
    Join Date
    May 2009
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i'll check tomorow to fix Panic speed, just need to change Player's Life Offset
    And need to Add the Low Gravity hack by netvortex =)

    S4lly's FREE war teleporter+speedhack+nofalldmg, flat style
  2. #227
    tino4ka's Avatar Member
    Reputation
    4
    Join Date
    Mar 2009
    Posts
    92
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    rockman, does m1-m4 r1-r4 has hot keys and is it working now?

  3. #228
    gundir's Avatar Member
    Reputation
    12
    Join Date
    May 2009
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Teleportation does not work on 1.3 atm, we could read Player position but not patch it.

  4. #229
    tino4ka's Avatar Member
    Reputation
    4
    Join Date
    Mar 2009
    Posts
    92
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gundir View Post
    Teleportation does not work on 1.3 atm, we could read Player position but not patch it.
    Ok, thanks for info!
    Last edited by tino4ka; 06-23-2009 at 06:36 PM.

  5. #230
    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 can't get LOShack to work... code is same as yours, gundir..
    Code:
    0x5350bc
    Code:
    if (loshack_on == false)
                {
                    //turn it on
                    byte[] NOPS1 = { 0x90, 0xE9 };
                    this.Player.PatchMemory(loshack_1+0x09, NOPS1);
                    this.b_loshack.BackColor = Color.FromArgb(0, 0xff, 0);
                    loshack_on = true;
                }
                else
                {
                    //turn it off
                    byte[] YES1 = { 0x0F, 0x84 };
                    this.Player.PatchMemory(loshack_1+0x09, YES1);
                    this.b_loshack.BackColor = Color.FromName("Window");
                    loshack_on = false;
                }
    Also nofalldmg crashes client.

  6. #231
    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)
    LOS is still buggy. It seems to turn off and wont come back on, not 100% sure though, sorry.
    Also Teleport is possible, I use Warmate as well and the porting works in that app.

  7. #232
    PharmerPhale's Avatar Member
    Reputation
    54
    Join Date
    Mar 2009
    Posts
    415
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xanupox View Post
    Also Teleport is possible, I use Warmate as well and the porting works in that app.
    Thanks for this, Hans and I were wondering if anyone else had done it yet.
    +Rep (edit: must spread first.)

  8. #233
    gundir's Avatar Member
    Reputation
    12
    Join Date
    May 2009
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by rockman319 View Post
    I can't get LOShack to work... code is same as yours, gundir..
    Code:
    0x5350bc
    Code:
    if (loshack_on == false)
                {
                    //turn it on
                    byte[] NOPS1 = { 0x90, 0xE9 };
                    this.Player.PatchMemory(loshack_1+0x09, NOPS1);
                    this.b_loshack.BackColor = Color.FromArgb(0, 0xff, 0);
                    loshack_on = true;
                }
                else
                {
                    //turn it off
                    byte[] YES1 = { 0x0F, 0x84 };
                    this.Player.PatchMemory(loshack_1+0x09, YES1);
                    this.b_loshack.BackColor = Color.FromName("Window");
                    loshack_on = false;
                }
    Also nofalldmg crashes client.
    still in 1.3.0.468 ?, I only test on EU version and no crash or whatever else
    my exe, if you want to test.
    Filebeam - Free Fast File Hosting
    I can send you src when I back home

  9. #234
    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)
    Tried your exe, same thing. Wallhack works, LOS does not, nofalldmg crashes.
    I'm on US latest patch (don't know the exact number, how do you find out?)
    Probably US has different stuff?

  10. #235
    gundir's Avatar Member
    Reputation
    12
    Join Date
    May 2009
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    properties of war.exe you could see version number. on EU v1.3.0.468
    could you upload US war.Exe ?

    EDIT: anyone else use my own version on EU and can confirm that works (or not) ?
    EDIT2: EU server be updated today, war.exe evrsion change to v1.3.0.469...
    S4lly's warper isn't up to date, that's your answer Rockman, US and EU server are now at same version.

    I'll try to update offset later
    Last edited by gundir; 06-24-2009 at 04:18 AM.

  11. #236
    HansW's Avatar Active Member
    Reputation
    45
    Join Date
    Jan 2008
    Posts
    310
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    collision hack should still work.
    the los hack function address changed:
    LosCheckHack = 0x5350c0

  12. #237
    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)
    Thanks HansW.
    I have updated first post.
    Can't test because server is down (trial server).

  13. #238
    KoolShen's Avatar Member
    Reputation
    2
    Join Date
    May 2009
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tested. Los(0x5350c0)/Collision/Speed work. NoFall crash.

  14. #239
    netvortex's Avatar Member
    Reputation
    6
    Join Date
    Jan 2009
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by HansW View Post
    collision hack should still work.
    the los hack function address changed:
    LosCheckHack = 0x5350c0
    Confirmed. The changes are minimal, in our content there were just a few bytesignatures broken... Again thanks for supplying that info!

  15. #240
    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 KoolShen View Post
    Tested. Los(0x5350c0)/Collision/Speed work. NoFall crash.
    Thanks for testing.
    Gundir, how does your nofalldmg not crash? :P

Page 16 of 21 FirstFirst ... 121314151617181920 ... 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 02:06 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