752 Commits

Author SHA1 Message Date
nullifiedcat
d736a3d99c added min size for emoji esp with auto-scaling 2017-07-05 16:54:26 +03:00
nullifiedcat
86d2ec9d8e update readme? 2017-07-05 14:52:34 +03:00
julianacat
7f7deb3c9b hmmm 2017-07-05 05:56:51 -05:00
nullifiedcat
317efa3b97 fixed emoji esp relying on box esp, tried to fix box/bone esp not
working with name/class/etc disabled, but it still doesn't work
2017-07-05 13:27:32 +03:00
julianacat
afe09d5a6a Added crossbow and rescue proj pred 2017-07-04 18:08:27 -05:00
julianacat
82c240ab32 Merge pull request #6 from nullifiedcat/master
update fork
2017-07-04 17:26:43 -05:00
nullifiedcat
0edfa592a8 esp emoji scaling 2017-07-05 00:25:03 +03:00
nullifiedcat
6aa72146c2 emoji esp 2017-07-05 00:18:10 +03:00
julianacat
c18ce3163a Merge branch 'master' of https://github.com/julianacat/nekohook 2017-07-04 16:03:54 -05:00
julianacat
d6286faaa1 Fixed pistols with only can shoot 2017-07-04 16:03:36 -05:00
nullifiedcat
e475f85097 Merge branch 'master' of https://github.com/nullifiedcat/cathook 2017-07-04 23:57:14 +03:00
nullifiedcat
52bddedb83 fidget spinner 2017-07-04 23:56:46 +03:00
nullifiedcat
e6c7e35b79 Merge pull request #173 from SylveonBottle/patch-8
Update README.md
2017-07-04 21:50:58 +03:00
SylveonBottle
9e081aeeb4 Update README.md
I thought github did this automatically, but it doesn't. Hopefully adding two spaces to the end of lines will force github to make a newline like reddit.

Also fixed youtube link.

To be honest, I'm not entirely sure if I like this change. It adds redundant spaces, and kinda looks weird.
Up to you to merge this or not - I recommend thinking about it and comparing the two before you decide.
2017-07-04 13:48:13 -05:00
nullifiedcat
f96a59dbe9 Merge pull request #172 from SylveonBottle/patch-5
Spellcheck & better explanations.
2017-07-04 21:41:41 +03:00
SylveonBottle
328d2d6c15 Spellcheck & better explanations.
Added multiple periods, spellchecks, removed redundancies, made some topics more clear, spellcheck, etc etc.
2017-07-04 13:39:56 -05:00
julianacat
30ebd5bc43 Merge pull request #171 from SylveonBottle/patch-4
bash: update-menu: No such file or directory
2017-07-04 13:16:01 -05:00
SylveonBottle
e169fa02b0 bash: update-menu: No such file or directory
```Building cathook
make[1]: Leaving directory '/home/depre/cathook'
bash: update-menu: No such file or directory```

update-menu was renamed to update-data recently.
2017-07-04 13:14:16 -05:00
julianacat
efb76d6b65 Merge pull request #170 from SylveonBottle/patch-3
Removed redundancies & user interaction.
2017-07-04 12:47:58 -05:00
SylveonBottle
75b677581a Removed redundancies & user interaction.
The current installation script requires 3 user interactions:

1. Password for sudo
2. base-devel "select packages"
3. gcc in conflict with gcc-mutilibs.

Fix for 1 could be to use yaourt instead. 
Fix for 2 would be to manually install the packages inside the group - but which ones are quired for cathook compilation?
Fix for 3 is to use --noconfirm.


On second thought, would base-devel even be required? It's basically the first thing ever installed on arch machines. And the conflic with gcc and gcc-multilibs is because base-devel installs gcc.
Removing base-devel would fix 2.

After testing the script, using --noconfirm to fix 3 auto-no's. But, using "yes | " before the script auto-yes's. 


tl;dr Removed base-devel from installation, since it's more than likely already installed. Auto-confirm for gcc-multilib in case in conflict with gcc. 

TODO: Install base-devel anyway, maybe we can use the same method for gcc-mutlilib auto-confirm to select all in base-devel? Will require more testing. "echo 1-25 ^10 | sudo pacman -S base-devel gdb gdb-common glew1.10 lib32-glew1.10 --noconfirm"
2017-07-04 12:37:48 -05:00
nullifiedcat
06b561f2be pasted /tmp/dumps block from fuzion 2017-07-04 20:33:52 +03:00
nullifiedcat
747612a387 update-nobuild script 2017-07-04 20:29:19 +03:00
nullifiedcat
49f0dda2af Merge branch 'master' of https://github.com/nullifiedcat/cathook/ 2017-07-04 20:21:03 +03:00
nullifiedcat
356fbb26af added symbol stripping in build script, fixed ifndef/ifdef 2017-07-04 20:20:54 +03:00
nullifiedcat
66d2d70341 added symbol stripping in build script, fixed ifndef/ifdef 2017-07-04 20:20:09 +03:00
nullifiedcat
5349ef68ed Merge branch 'master' of https://github.com/nullifiedcat/cathook/ 2017-07-04 20:16:59 +03:00
nullifiedcat
eced743734 added build-tf2, build-debug-tf2 scripts, changed attach script and
makefile
2017-07-04 20:16:44 +03:00
nullifiedcat
c531c389b2 Merge pull request #169 from SylveonBottle/patch-2
Remove redundant installation + fix accidental update
2017-07-04 20:12:08 +03:00
SylveonBottle
909c8589fc uh, whoops 2017-07-04 12:02:39 -05:00
SylveonBottle
dd2be0ebac Remove redundant installation + fix accidental update
Before: gcc6 is installed, then script updates to gcc7.

Now: other dependencies are installed first, then gcc6 downgrade. In no way should the script install gcc7 now.
2017-07-04 11:55:05 -05:00
nullifiedcat
d85484370f Merge pull request #168 from SylveonBottle/patch-1
Added gcc6 installation script for Arch.
2017-07-04 19:50:02 +03:00
SylveonBottle
605fb95ad7 Spellcheck for "dependencies." 2017-07-04 11:48:31 -05:00
SylveonBottle
54e1114a02 Uh, removed redundancies. This looks good. 2017-07-04 11:45:16 -05:00
SylveonBottle
4508e50e63 I'm not entire sure what you asked for. Is this what you wanted? 2017-07-04 11:42:35 -05:00
SylveonBottle
3972d6a5c1 Uh, might need to update and *then* downgrade to gcc6 2017-07-04 10:45:19 -05:00
SylveonBottle
87f7062355 Added gcc6 installation script for Arch.
With this added, users won't need to "find gcc6 on your own".
2017-07-04 10:43:09 -05:00
julianacat
a37b20ad5e Merge pull request #167 from julianacat/master
Pushed CanShoot improvements
2017-07-02 02:52:28 -05:00
julianacat
46d1122180 Merge branch 'master' into master 2017-07-02 02:50:50 -05:00
julianacat
79870f6c5c more fixes 2017-07-02 02:46:05 -05:00
julianacat
afc32b6a1f stuff 2017-07-02 02:27:08 -05:00
nullifiedcat
2948d762ef fix target highlight 2017-07-02 10:17:19 +03:00
julianacat
8ced275749 Fix potential crash 2017-07-02 02:05:40 -05:00
julianacat
04fed82e76 Fixed canshoot func location 2017-07-02 02:00:16 -05:00
julianacat
144f202e1a Updated menu 2017-07-01 16:17:03 -05:00
julianacat
691e478268 Comprimised with wip should aim system 2017-07-01 16:13:59 -05:00
nullifiedcat
e8c099dadf UCCCCCP 2017-07-01 23:12:52 +03:00
julianacat
f7bc599fab Merge pull request #5 from nullifiedcat/master
update fork
2017-07-01 11:53:58 -05:00
nullifiedcat
a8976e487b updated UTFCCP, added commands. 2017-07-01 19:32:47 +03:00
nullifiedcat
ad6c1c3f05 cat_chat_crypto 1 2017-07-01 18:24:48 +03:00
julianacat
4b61c8ac1a Merge pull request #162 from julianacat/master
Updated menu
2017-07-01 09:37:00 -05:00