Results 1 to 4 of 4
  1. #1
    fuzzayboy's Avatar
    Join Date
    May 2009
    Gender
    female
    Posts
    26
    Reputation
    43
    Thanks
    302

    [Info Dump] 19.5.1 Autonexus

    Source line changed from 5057 to 4999

    charHp changed to: _-1Fz
    charMaxHp changed to: _-Wi

    Code:
    ; _-names
    #set charHp "_-1Fz"
    #set charMaxHp "_-Wi"
    #set funcEscape "escape"
    
    ; code
    	pop
    	getlocal0
    	getlex              QName(PackageNamespace(""), "map_")
    	getproperty         QName(PackageNamespace(""), "player_")
    	ifne				END
    	
    	getlex              QName(PackageNamespace(""), "map_")
    	getproperty         QName(PackageNamespace(""), "name_")
    	pushstring			"Nexus"
    	ifeq				END
    	
    	getlex              QName(PackageNamespace(""), "map_")
    	getproperty         QName(PackageNamespace(""), "name_")
    	pushstring			"Arena"
    	ifeq				END
    	
    	getlex				QName(PackageNamespace(""), $"charHp")
    	getlex				QName(PackageNamespace(""), $"charMaxHp")
    	convert_d
    	divide
    	pushdouble 			.3
    	ifgt				END
    	getlex              QName(PackageNamespace(""), "map_")
    	getproperty         QName(PackageNamespace(""), "gs_")
    	getproperty         QName(PackageNamespace(""), "gsc_")
    	callpropvoid        QName(PackageNamespace(""), $"funcEscape"), 0
    END:
    	pushtrue
    I hope I saved some time for someone. I wasn't sure where to post this, so point me in the right direction if this wasn't the right place.

  2. The Following 3 Users Say Thank You to fuzzayboy For This Useful Post:

    Goodfeet (03-24-2014),Lysglimt (03-20-2014),SAubry (03-21-2014)

  3. #2
    Lysglimt's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    54
    I tried a few decompilers, but they all section up the information in folders. What decompiler can show me the whole Source code line for line?

    This probably sounds yber noobish, but I am trying to learn :P

    Thx.

  4. #3
    fuzzayboy's Avatar
    Join Date
    May 2009
    Gender
    female
    Posts
    26
    Reputation
    43
    Thanks
    302
    The source code IS all sectioned up. It's normal for it to be shown that way. I answered on the other thread on how I did it. There's a few pictures of the editor I use. ( Sublime Text 3 )

    http :// puu . sh/7DvsR.png (without spaces) You can just drag a folder in it (or both, like I did there) and select what folder to search in. It'll search EVERY file in those folders. That's pretty much like having the whole source code in 1 file, except it's better.


    The decompiler you use depends on what you're doing with the information. For ROTMG and the tools this community has, RABCDasm is definitely a keeper, and in general too.

  5. The Following User Says Thank You to fuzzayboy For This Useful Post:

    Lysglimt (03-20-2014)

  6. #4
    yhyhmanutd's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    how do you make it work?
    Last edited by yhyhmanutd; 03-21-2014 at 06:37 AM.

Similar Threads

  1. Dump!
    By Flawless in forum Spammers Corner
    Replies: 22
    Last Post: 05-21-2017, 02:45 PM
  2. MPGH-FoM Info.
    By RebornAce in forum General
    Replies: 70
    Last Post: 05-16-2006, 05:03 PM
  3. Server Info
    By Dave84311 in forum Puzzle Pirates Hacks & Cheats
    Replies: 13
    Last Post: 02-09-2006, 03:52 PM
  4. warrock wpe packet info
    By kvmn8 in forum WarRock - International Hacks
    Replies: 0
    Last Post: 01-04-2006, 08:36 PM
  5. WarRock WPE Info...
    By RebornAce in forum WarRock - International Hacks
    Replies: 7
    Last Post: 12-31-2005, 09:55 AM