Skip to content

Instantly share code, notes, and snippets.

View Azzurite's full-sized avatar
🐶
I like my doggo.

Timo T Azzurite

🐶
I like my doggo.
View GitHub Profile
"hero": {
"team2": {
"player0": {
"xpos": 4384,
"ypos": -7072,
"id": 112,
"name": "npc_dota_hero_winter_wyvern",
"level": 6,
"xp": 2408,
"alive": true,

Intro

Hello, in this video I will show you how to improve your aim in Apex by using Counter-Strike:Global Offensives custom maps. I will first explain why we'd want to do that, then show how to set up CS:GO for practicing, next, go over some general aiming concepts and then finish with an explanation of the actual aim practice drills. Look at the description to skip to specific parts of the video.

Rationale

The problem with training your aim in Apex is that you only got a shitty practice mode, with very large targets that are not moving very fast.

You can of course try to practice your aim in normal matches where you'd have real targets, but how much time is spent actually aiming in a normal match? Not very much, you first have to queue, choose your legend, drop, loot, and then run around. If you want to really train something, you want to be able to do it constantly and repeatedly.

{"version":3,"file":"\/C:\/dev\/code\/clojure\/tryfig\/target\/public\/cljs-out\/dev\/tryfig\/test_runner.js","sources":["test_runner.cljs"],"lineCount":102,"mappings":";AACA;;;;AAMA,AAAA,2BAAA,mCAAAA,9DAAMM;AAAN,AAAA,IAAAL,qBAAA;AAAA,AAAA,IAAAC,yBAAA,AAAA;AAAA,AAAA,IAAAC,uBAAA;;AAAA,AAAA,GAAA,CAAAA,uBAAAD;AAAA,AAAA,AAAAD,wBAAA,CAAA,UAAAE;;AAAA,cAAA,CAAAA,uBAAA;;;;AAAA;;;;AAAA,IAAAC,uBAAA,EAAA,CAAA,MAAA,AAAAH,4BAAA,AAAA,KAAAI,qBAAA,AAAAJ,yBAAA,KAAA,IAAA,OAAA;AAAA,AAAA,OAAAK,8DAAAF;;;AAAA,AAAA,AAAA,AAAAE,gEAAA,WAAeI;AAAf,AACE,AAAA,AAAAC;;AAAA,IAAAC,8BAAA,AAAA,2FAAA,AAAAC;AAAA,AAAA,oBAAA,AAAA,iFAAA,2GAAA,2GAAAD;AAAA;AAAA,AAAA,AAAAE,gCAAAC,iBAAA,mFAAAH,4BAAA,8EAAA;kBAAAI;AAAA,AAAA,OAAAC,gCAAAC,uCAAAF;;;;;AAAA,AAAAG,8BAAA,iBAAAC,UAAA,AAAAP;IAAAQ,cAAA,AAAAC,mCAAA,2CAAA,qDAAA,0DAAA,qDAAA,IAAA,uDAAA,IAAA,qDAAA,IAAA,oDAAA;AAAA,AAAA,OAAAC,2BAAA,AAAAA,2BAAA,mFAAA;;AAAA,AAAA,AAAAC,kCAAAJ;;AAAA,AAAAK,8BAAA,2CAAA,gDAAA,gFAAA,qDAAA;;AAAA,OAAAC,0BAAA,iBAAAC,oBAAA,AAAAC;AAAA,AAAA,OAAAL,2BAAA,mFAAA;;AAAA,AAAA,GAAA,CAAAI,qBAAA
assert( ( o-------------o
|L \
| L \
| L \
| o-------------o
| ! !
! ! !
o | !
L | !
L | !
www.chefkoch.de###wrapper > div:not(#page-wrapper)
www.chefkoch.de###breadcrumb ~ div
www.chefkoch.de###banner-top ~ div:not(#breadcrumb)
www.chefkoch.de##[id~=ads]
www.chefkoch.de##[id^=banner]
www.chefkoch.de###page > .content-wrapper:not(.clearfix)
using (System.IO.StreamWriter file = new System.IO.StreamWriter("c:\\test.txt")) {
for (uint i = 0; i < PrefabCollection<BuildingInfo>.LoadedCount(); i++) {
var bi = PrefabCollection<BuildingInfo>.GetLoaded(i);
if (bi.name == "Empty Park 12x8") {
continue;
}
var prefabAI = bi.GetAI();
if (prefabAI.GetType() == typeof(ParkAI)) {
var ai = (ParkAI) prefabAI;
file.Write(bi.GetLocalizedTitle());
using ICities;
using System.Collections.Generic;
namespace ParkRebalance {
public class ParkRebalanceMod : IUserMod, ILoadingExtension {
class BuildingEntertainmentValues {
private string name;
public string Name {
get{ return name; }
test Privacy Policy
This privacy policy has been compiled to better serve those who are concerned with how their 'Personally Identifiable Information' (PII) is being used online. PII, as described in US privacy law and information security, is information that can be used on its own or with other information to identify, contact, or locate a single person, or to identify an individual in context. Please read our privacy policy carefully to get a clear understanding of how we collect, use, protect or otherwise handle your Personally Identifiable Information in accordance with our website.
What personal information do we collect from the people that visit our blog, website or app?
We do not collect information from visitors of our site.
or other details to help you with your experience.
When do we collect information?
// ==UserScript==
// @name MockGoogleAnalytics
// @namespace azzu
// @include https://sidewaysdictionary.com/*
// @version 1
// @grant none
// ==/UserScript==
window.ga = function(){};
@Azzurite
Azzurite / AmazonSmile.user.js
Created January 26, 2017 14:12
Always use smile.amazon.de instead of www.amazon.de
// ==UserScript==
// @name amazon smile
// @namespace tt
// @include https://*.amazon.de*
// @version 1
// @grant none
// ==/UserScript==
if (location.hostname !== 'smile.amazon.de') {
location.hostname = 'smile.amazon.de';