Thread: Basic 17.4

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 39
  1. #16
    Twont's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    89
    Reputation
    10
    Thanks
    1,484
    My Mood
    Asleep
    Quote Originally Posted by Cyeclops View Post
    If someone could please let me know if full screen is working for them. Dont forget to turn Hardware Acceleration off...
    Yes it works when its off, just tested it when its on and its broken

  2. The Following User Says Thank You to Twont For This Useful Post:

    Cyeclops (11-07-2013)

  3. #17
    garr1432's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    I don't understand how to make the swf file run

  4. #18
    vladimiremilianenko's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Fixed my issue, I had tried to use realmeye earlier today, to no avail, and needed to go back to my host files and remove a line that I added. Thank you anyway.

  5. #19
    pogh10's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0
    Auto nexus and auto aim are preferred by many, I am just the one who comes out to say it... You don't want us asking because you can't do it I suppose?

  6. #20
    Cyeclops's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Australia
    Posts
    595
    Reputation
    49
    Thanks
    440
    My Mood
    Devilish
    Quote Originally Posted by pogh10 View Post
    Auto nexus and auto aim are preferred by many, I am just the one who comes out to say it... You don't want us asking because you can't do it I suppose?
    lol yes that must be it.....

  7. #21
    deintersix's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Load error, retrying Help me plz ?

  8. #22
    Jennings169's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    37
    Reputation
    10
    Thanks
    2
    Thanks a lot mate, I had the thought last night that I was going to have to take a little vacation from ROTMG due to the fact that they are most likely going to update again soon meaning you did not want to waste time updating then doing it again.


    - Also full screen does not seem to be the same as it was in your last client? These black blocks follow you around, last time they did not. I mean it's still better then what it would be like without it.
    Last edited by Jennings169; 11-07-2013 at 06:12 AM.

  9. #23
    silentWizz02's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Valhöll
    Posts
    584
    Reputation
    47
    Thanks
    94
    My Mood
    Cynical
    Yay fs!

  10. #24
    Twont's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    89
    Reputation
    10
    Thanks
    1,484
    My Mood
    Asleep
    Quote Originally Posted by pogh10 View Post
    Auto nexus and auto aim are preferred by many, I am just the one who comes out to say it... You don't want us asking because you can't do it I suppose?
    It already has auto nexus at around 25%

    Read the first post!

  11. #25
    kifesh's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    I cannot download it. it gives me error on the file.

  12. #26
    congresses's Avatar
    Join Date
    Nov 2013
    Gender
    female
    Posts
    12
    Reputation
    10
    Thanks
    1
    add autoaim

  13. #27
    80085FTW's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    The full screen works fine for me

  14. #28
    Zong14's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by Jennings169 View Post
    Thanks a lot mate, I had the thought last night that I was going to have to take a little vacation from ROTMG due to the fact that they are most likely going to update again soon meaning you did not want to waste time updating then doing it again.


    - Also full screen does not seem to be the same as it was in your last client? These black blocks follow you around, last time they did not. I mean it's still better then what it would be like without it.

    Seems that

    <!-- Increase view distance (part 2) -->
    <code file2mod="com/company/assembleegameclient/map/_-0o5.class.asasm"
    line="1116">
    fsv2_3.txt
    </code>
    wasn't edited correctly. Decompile and look.


    --- Just as I thought. -Fm.class.asasm doesn't contain the edit for

    Code:
    pop
    pushbyte 16
    It does however contain
    Code:
    pushbyte 8
    but no pop

    Not sure why it's done like this, but if you can fix that it'll most likely fix it. Testing theory now.

    Edit: yes that fixed it. just fm.class has to be fixed to fix this problem. goto line 1131 and replace
    Code:
          callproperty        QName(PackageNamespace("", "#0"), "sqrt"), 1
          pushbyte            8
          jump                L394
    with

    Code:
          callproperty        QName(PackageNamespace("", "#0"), "sqrt"), 1
          pushbyte            1
          pop
          pushbyte 16	  
          jump                L394
    Last edited by Zong14; 11-07-2013 at 11:38 AM.

  15. #29
    Cyeclops's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Australia
    Posts
    595
    Reputation
    49
    Thanks
    440
    My Mood
    Devilish
    Quote Originally Posted by Zong14 View Post
    Seems that



    wasn't edited correctly. Decompile and look.


    --- Just as I thought. -Fm.class.asasm doesn't contain the edit for

    Code:
    pop
    pushbyte 16
    It does however contain
    Code:
    pushbyte 8
    but no pop

    Not sure why it's done like this, but if you can fix that it'll most likely fix it. Testing theory now.
    For HD Accel -On, I don't have it on so don't need it, and Cryo has done mod selector now. Basic 17.4, which is exactly what it is... Basic.

    Pushbyte 8 is enough to increase the view for 'my' needs, I don't need a massive view, and the more tiles in view = more lag in my experience, which is why I keep mods to a minimum. If you are able to modify it yourself then by all means, do it.
    Last edited by Cyeclops; 11-07-2013 at 11:45 AM.

  16. #30
    Zong14's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    1
    It's not approved though. Why do you like it like that, you don't use FSv2?

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Basic Animation
    By Chronologix in forum Tutorials
    Replies: 29
    Last Post: 09-15-2008, 09:05 AM
  2. Basic Signature
    By Chronologix in forum Tutorials
    Replies: 68
    Last Post: 09-25-2007, 12:33 AM
  3. Basic Codecaves with FEAR as an example.
    By Zededarian in forum Game Hacking Tutorials
    Replies: 0
    Last Post: 09-23-2006, 08:32 PM
  4. [Help] Atom API with Visual Basic 6.0 or .NET
    By Bull3t in forum Visual Basic Programming
    Replies: 5
    Last Post: 07-23-2006, 09:21 AM
  5. Packets & Visual Basic
    By BadBob in forum Hack Requests
    Replies: 5
    Last Post: 07-20-2006, 09:28 PM