Page 3 of 7 FirstFirst 12345 ... LastLast
Results 31 to 45 of 97
  1. #31
    c2k8s's Avatar
    Join Date
    Feb 2008
    Gender
    female
    Posts
    620
    Reputation
    26
    Thanks
    265
    Quote Originally Posted by the0fox View Post
    yeah it happened to me too i think that code is broken too
    It isn't, don't add the code, replace pushbyte 1 with pushbyte 8

    I NOW have my old skype account back after it was hacked - chris2k7sears
    My Vouches!
    Quote Originally Posted by pattyswerve View Post
    +1 VOUCH. Fast and friendly service. Looking forward to future deals
    Quote Originally Posted by Aceofspades12345 View Post
    c2k8s was fast and quick. Definite Vouch! 10/10 would trade again!
    Quote Originally Posted by Novus7 View Post
    c2k8s isn't fake. We did a good deal together. I vouch for him.
    Quote Originally Posted by SuperSean
    +1 vouch ! went first and got items right after . Thanks !
    Quote Originally Posted by kian1991
    Vouche! This guy is rly nice he went first all right Thanks man
    Quote Originally Posted by pattyswerve
    +1 Vouch Friendly guy! I went first and he kept his bargain. Looking forward to future deal!

    More on my profile page and more trades with people that don't vouch .

  2. #32
    the0fox's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by c2k8s View Post
    It isn't, don't add the code, replace pushbyte 1 with pushbyte 8
    tried that too dosnt work :/

  3. #33
    c2k8s's Avatar
    Join Date
    Feb 2008
    Gender
    female
    Posts
    620
    Reputation
    26
    Thanks
    265
    Quote Originally Posted by the0fox View Post
    tried that too dosnt work :/
    Then its something else, it worked fine for me.

    I NOW have my old skype account back after it was hacked - chris2k7sears
    My Vouches!
    Quote Originally Posted by pattyswerve View Post
    +1 VOUCH. Fast and friendly service. Looking forward to future deals
    Quote Originally Posted by Aceofspades12345 View Post
    c2k8s was fast and quick. Definite Vouch! 10/10 would trade again!
    Quote Originally Posted by Novus7 View Post
    c2k8s isn't fake. We did a good deal together. I vouch for him.
    Quote Originally Posted by SuperSean
    +1 vouch ! went first and got items right after . Thanks !
    Quote Originally Posted by kian1991
    Vouche! This guy is rly nice he went first all right Thanks man
    Quote Originally Posted by pattyswerve
    +1 Vouch Friendly guy! I went first and he kept his bargain. Looking forward to future deal!

    More on my profile page and more trades with people that don't vouch .

  4. #34
    notsooriginal's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    did anyone got the autoaim to work?

    and did anyone tried the sprite world speed hack? it doesnt work for me, the others work fine tho.

    and btw, thanks for the great work!
    It's the first time im trying to make my own client and it would be impossible without all of your hard work!
    Last edited by notsooriginal; 10-11-2013 at 09:03 AM.

  5. #35
    moot06's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    163
    Reputation
    10
    Thanks
    281
    My Mood
    Innocent
    Quote Originally Posted by c2k8s View Post
    mines also does this with Hardware Acc on:

    Is it suppose to do this/broken?
    Hello Nuggernaut you should hide yourself better.

  6. #36
    gorgor's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Toxic Sewer
    Posts
    583
    Reputation
    15
    Thanks
    161
    thx my favorit cenobit

  7. #37
    Zasx's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    Northern Italy
    Posts
    1,379
    Reputation
    10
    Thanks
    442
    My Mood
    Yeehaw
    Quote Originally Posted by BlackRayquaza View Post
    RABCDasm doesnt seem to work

    My deutsche is shit, but I assume you are missing "abcexport.exe" and/or "abcexport.d". Also, remember to add .swf at the end of your client name.
    "First get me some porn accounts"
    . . . . . . . . . . . . . . .-Trapped

  8. #38
    Cyeclops's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Australia
    Posts
    595
    Reputation
    49
    Thanks
    440
    My Mood
    Devilish
    Quote Originally Posted by notsooriginal View Post
    did anyone got the autoaim to work?

    and did anyone tried the sprite world speed hack? it doesnt work for me, the others work fine tho.

    and btw, thanks for the great work!
    It's the first time im trying to make my own client and it would be impossible without all of your hard work!
    Sprite works, did you notice the note at the end??

    *SPRITE WORLD*

    Tiles
    ~/rabcasm/client-1/com/company/assembleegameclient/objects/Player.class.asasm

    Line: 4619

    Code:
          ;----------------------
          ;Sprite world Tile hack 
          ;---------------------- 
          getlex              QName(PackageNamespace("com.company.assembleegameclient.parameters"), "Parameters")
          getproperty         QName(PackageNamespace("", "#0"), "data_")
          iffalse             END12
    
          pop       
          pushfalse
          END12:
          ;----------------------
    Speed Hack

    Line: 5064
    New line:

    Code:
          ;-----------------------------  
          ; Sprite World Speed Hack
          ;-----------------------------
          getlex QName(PackageNamespace(""), "map_")
          getproperty QName(PackageNamespace(""), "name_")
          pushstring "Sprite World"
          ifne NORMAL
                
          getlocal0
          pushdouble 1.6
          setproperty           QName(ProtectedNamespace("_-Ui"), "_-1Wy")
    
          NORMAL:
          ;-----------------------------
    No Slow
    ~/rabcasm/client-1/com/company/assembleegameclient/objects/GameObject.class.asasm

    Search: "_-0yN"

    Line: 1659

    Place code after the "pushscope"

    Code:
          ;----------------------------  
          ; Sprite World NoSlow
          ;----------------------------
          getlocal0
          getproperty     QName(PackageNamespace("", "#0"), "map_")
          getproperty     QName(PackageNamespace("", "#0"), "name_")
          pushstring      "Sprite World"
          ifne            SKIP_swNs
    
          pushfalse
          returnvalue
    
          SKIP_swNs:
          ;----------------------------


    Please note: Some lines may very depending on what codes have been added previous, an example would be Sprite world hack here and its lines assume you have already done the Autonexus codes (both Sprite and Autonexus codes reside in Player.class)... if not, the line numbers I provided wont match, and you will need to find the correct line(s).

    Sounds to me that the codes have been placed in the wrong spot.

  9. #39
    JustAnoobROTMG's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    1,916
    Reputation
    185
    Thanks
    18,230
    Quote Originally Posted by moot06 View Post
    Hello Nuggernaut you should hide yourself better.
    I loled so hard
    Due to a recent DMCA takedown attempt we had to remove Faintmako brain. Please do not paid attention to what he say or do.


  10. #40
    Cryogen235's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Location
    Beachzone
    Posts
    414
    Reputation
    98
    Thanks
    10,508
    Lava Walls

    /client-1/com/company/assembleegameclient/objects/Player.class.asasm
    Line: 3194
    method is _-1K8
    Right under setlocal3
    Code:
          ;-------------------------
          ; NOWALK ON LAVA
          ;-------------------------
          getlocal3
          getproperty        QName(PackageNamespace(""), "props_")        
          getproperty        QName(PackageNamespace(""), "id_")      
          pushstring          "Lava"  
          callproperty          QName(Namespace("https://adobe.com/AS3/2006/builtin"), "search"), 1
          pushint             -1
          ifeq                SKIPNOWALK    
         
          getlocal3    
          getproperty        QName(PackageNamespace(""), "obj_")
          pushnull
          ifne                SKIPNOWALK        
          
          pushfalse         
          returnvalue     
          
          ; trace obj, only for debug
          ;findpropstrict      QName(PackageNamespace(""), "trace")
          ;getlocal3
          ;getproperty        QName(PackageNamespace(""), "obj_")
          ;callpropvoid        QName(PackageNamespace(""), "trace"), 1                
    	  
          SKIPNOWALK:
    Last edited by Cryogen235; 10-13-2013 at 04:23 PM.

  11. The Following User Says Thank You to Cryogen235 For This Useful Post:

    Cyeclops (10-17-2013)

  12. #41
    sacredmike's Avatar
    Join Date
    Jul 2013
    Gender
    male
    Location
    Uranus ;)
    Posts
    685
    Reputation
    15
    Thanks
    3,255
    My Mood
    Devilish
    Quote Originally Posted by Cryogen235 View Post
    Lava Walls

    /client-1/com/company/assembleegameclient/objects/Player.class.asasm
    Line: 3194
    method is _-1K8
    Right under setlocal3
    Code:
          ;-------------------------
          ; NOWALK ON LAVA
          ;-------------------------
          getlocal3
          getproperty        QName(PackageNamespace(""), "props_")        
          getproperty        QName(PackageNamespace(""), "id_")      
          pushstring          "Lava"  
          callproperty          QName(Namespace("https://adobe.com/AS3/2006/builtin"), "search"), 1
          pushint             -1
          ifeq                SKIPNOWALK    
         
          getlocal3    
          getproperty        QName(PackageNamespace(""), "obj_")
          pushnull
          ifne                SKIPNOWALK        
          
          pushfalse         
          returnvalue     
          
          ; trace obj, only for debug
          ;findpropstrict      QName(PackageNamespace(""), "trace")
          ;getlocal3
          ;getproperty        QName(PackageNamespace(""), "obj_")
          ;callpropvoid        QName(PackageNamespace(""), "trace"), 1                
    	  
          SKIPNOWALK:
    Why thank you
    i'm actually just a horny boy

  13. #42
    Jopper's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    1
    My Mood
    Brooding
    Would love to try it, but I can not find a version of rabdcasm for mac to decompile it with (blah blah mac n00bl3t gTF0 wutevar). Is there any way to decompile and inset the code, and recompile with a mac? I could not find anything searching through the forum. Thanks in advance.
    Last edited by Jopper; 10-13-2013 at 05:56 PM. Reason: I suck at typing

  14. #43
    Cryogen235's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Location
    Beachzone
    Posts
    414
    Reputation
    98
    Thanks
    10,508
    Quote Originally Posted by Jopper View Post
    Would love to try it, but I can not find a version of rabdcasm for mac to decompile it with (blah blah mac n00bl3t gTF0 wutevar). Is there any way to decompile and inset the code, and recompile with a mac? I could not find anything searching through the forum. Thanks in advance.
    Look here
    That thread links to the mac version and how to use it.

  15. #44
    shivira's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    1
    My Mood
    Sad
    @Cryogen235 @Cyeclops
    Any of you guys have non-particles for this version?

  16. #45
    aliampolizzi's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    1
    My Mood
    Bored
    Thanks for the codes, No problems using them, but I am trying to make my own client with more features...it is going to be hard because no one ( for very good reasons of keeping it private) wants to help with certain parts. :/

Page 3 of 7 FirstFirst 12345 ... LastLast

Similar Threads

  1. 16.0 Hacks source -Started-
    By Cyeclops in forum Realm of the Mad God Tutorials & Source Code
    Replies: 48
    Last Post: 08-31-2013, 09:30 PM
  2. Need a patched (any) hack source.
    By Richo in forum Combat Arms Help
    Replies: 7
    Last Post: 09-27-2009, 04:19 AM
  3. Counter-Strike: Source - Hack Source?
    By Skrip in forum C++/C Programming
    Replies: 1
    Last Post: 09-07-2009, 02:06 AM
  4. Simple BF2 hack source with some interesting stuff.
    By Tyrano in forum C++/C Programming
    Replies: 2
    Last Post: 04-29-2009, 07:33 AM
  5. [VB.NET 08] Diamondo25's WarRock Hack source
    By diamondo25 in forum Visual Basic Programming
    Replies: 8
    Last Post: 04-24-2008, 09:21 AM