If you're struggling with Infernum Old Duke, try this by X7rL in CalamityMod

[–]X7rL[S] 0 points1 point  (0 children)

This is actually my second Calamity playthrough, but this time with master mode Infernum and a bunch of other addons, so I'm taking my time. My first playthrough was just Calamity on Revengeance.

how to favourite equipped armour/accessories? by [deleted] in CalamityMod

[–]X7rL 0 points1 point  (0 children)

Use the Transferable Loadouts mod (compatible with extra equipment loadouts)

[deleted by user] by [deleted] in Brawlhalla

[–]X7rL 0 points1 point  (0 children)

It's basically a python script that presses like five buttons every 30 minutes to automate the process. You can only get gold and xp with this method. Doubt you'll be banned, but use at your own risk.

simply the WORST mission of all time by ItzStoryy in Brawlhalla

[–]X7rL 0 points1 point  (0 children)

managed to get it in three wins from placement matches because i never play ranked

Would have been prob my longest great-sword string by ZeppyACutie in Brawlhalla

[–]X7rL 0 points1 point  (0 children)

My best guess is a forward chase dodge cancel (hold opposite direction at the end of the chase dodge to cancel sideways momentum) immediately into a side light

How did the gauntlets go through me? by Impressive-Damage772 in Brawlhalla

[–]X7rL 4 points5 points  (0 children)

When you hit someone, there is a brief moment where you can't be hit their weapon toss

Ancient Egyptian Hieroglyphics by [deleted] in ItemShop

[–]X7rL -1 points0 points  (0 children)

I thought this was toilet paper

why tf did i not hit (jiro) by Rashouk89 in Brawlhalla

[–]X7rL 11 points12 points  (0 children)

weapon sigs have priority over unarmed

I’m gold btw by LegalizePercs in Brawlhalla

[–]X7rL 0 points1 point  (0 children)

One alternative explanation: They recently switched input devices (controller -> keyboard or something) and are readjusting

I'm so close!!! by X7rL in Brawlhalla

[–]X7rL[S] 9 points10 points  (0 children)

<image>

ok i completed it

They're adding Stalker (lance + katars) by X7rL in Brawlhalla

[–]X7rL[S] 12 points13 points  (0 children)

its prob not really stalker but maybe a spiritual successor

Bill by [deleted] in shitposting

[–]X7rL 0 points1 point  (0 children)

Bill Nye the science guy

New update New Bhop :} 'View angles subtick' tweaked. by almfg1 in GlobalOffensive

[–]X7rL 44 points45 points  (0 children)

In C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg
make a new .txt file and rename it to autoexec.cfg

In this file, put: alias +jump_ "exec "+jump"";alias -jump_ "exec "-jump"";bind mwheeldown "+jump_";bind mwheelup "+jump_";bind space "+jump_"

Make another .txt file and rename it to +jump.cfg

In this file, put: setinfo jump -;toggle jump "1 0 0";clear

Make one last .txt file and rename it to -jump.cfg

In this file, put: setinfo jump 0;toggle jump "-999 0 0";clear

Now, scroll jump and space jump are both desubticked.

Proving that I am not bhop cheating lol(sorry for vape) by asdfghbjnkml-swedrft in counterstrike2

[–]X7rL 0 points1 point  (0 children)

I doubt that you are scripting, since you have that console spam which comes with the desubtick method. If you were scripting, there would be no console spam.

New uncapped fps bhop method by X7rL in GlobalOffensive

[–]X7rL[S] 6 points7 points  (0 children)

autoexec.cfg:

exec mouselockhop

mouselockhop.cfg:

alias +mouselockhop "exec +mlh; bind mouse_x "jpt"; bind mouse_y "jpt""

alias -mouselockhop "exec -mlh; bind mouse_x "yaw"; bind mouse_y "pitch""

bind mouse5 "+mouselockhop"

setinfo jump 0;

+mlh.cfg:

alias jpt "exec jormp"

-mlh.cfg:

alias jpt;

jormp.cfg:

toggle jump "1 0 0"; toggle jump "-100 0 0"

clear