[TUTORIAL][XRUMER] Accelerate MOD writing

ScrapeboxWorker

Regular Member
Joined
Jul 23, 2012
Messages
498
Reaction score
285
Step 1: Download and install
http://www.sublimetext.com/


Step 2: Download and paste into:
X:\Users\Administrator\AppData\Roaming\Sublime Text 2\Packages\User\
http://www.mediafire.com/?54v15fu7g82db47


Step 3: Restart Sublime​



Step 4: View -> Syntax -> Open all with current extension as... PERL
(now you will see xmessages and in a prety nice way (you can also combine with other syntax, there are better for sure)


Step 5: Write in your xurl.txt file:


al[HIT TAB] - add normal link rule
alf[HIT TAB] - add link rule with false
ali[HIT TAB] - add link rule with ignore
fal[HIT TAB] - add just false rule


Just hit TAB again to switch into next rule.
Sublime show you also rules used in file, so when you input URL_ sublime will show you recommendations, now you can start power gaming :cool:


Password for .rar file
weedgotmecrazy


(if you dont understand watch these resources)




P.S You can also create your own snippets
P.S2 Click OPEN FOLDER with your logic files/debug and you dont have to worry about multiple texteditor windows. Hit CTR + P to switch between files/
 
Thanks for sharing mate. Bookmarked it for later.
 
Not a big deal guys, thats a 5-10 minutes setup and you will speed up the process x10 :target:
 
Code:
al[TAB]


AddLinkRule([1
,'something
',
],URL_TO);


addlinkrule.png

addlinkrulefalse.png

addlinkruleignore.png
 
Back
Top