I hereby claim:
- I am hackerjef on github.
- I am nadie (https://keybase.io/nadie) on keybase.
- I have a public key ASCfUoyG3do2li7J9zukjxbr9wIs9USlHpqE1VFZWVlCKgo
To claim this, I am signing this object:
| 0rz.tw | |
| 1-url.net | |
| 126.am | |
| 1link.in | |
| 1tk.us | |
| 1un.fr | |
| 1url.com | |
| 1url.cz | |
| 1wb2.net | |
| 2.gp |
I hereby claim:
To claim this, I am signing this object:
| # -*- coding: utf-8 -*- | |
| # MIT License | |
| # Copyright(c)2019 Nadie#0063 | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| # of this software and associated documentation files(the "Software"), to deal | |
| # in the Software without restriction, including without limitation the rights | |
| # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
| ; #Warn ; Enable warnings to assist with detecting common errors. | |
| SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
| ; SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. | |
| insert:: | |
| process = Discord.exe | |
| Loop | |
| { | |
| prev := ErrorLevel |
| # -*- coding: utf-8 -*- | |
| # MIT License | |
| # Copyright(c)2020 Nadie#0063 | |
| # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| # of this software and associated documentation files(the "Software"), to deal | |
| # in the Software without restriction, including without limitation the rights | |
| # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| print("installing") | |
| local g_api_url = "https://api.github.com/gists/82284a0b00bb4a2d4ef54df3aa388de4" | |
| local g_file = "soulautomation.lua" | |
| local file = "startup.lua" | |
| local resp = http.get(g_api_url) | |
| if resp ~= nil then | |
| local sresp = resp.readAll() | |
| resp.close() | |
| local gdata = textutils.unserialiseJSON(sresp) |
servers+=( [235]="root" [421]="root" [123]="root" [124]="root" [321]="noroot" )| x_pos = 0 | |
| y_pos = 0 | |
| z_pos = 0 | |
| orientation = 0 | |
| function orient_to(target_orientation) | |
| delta_orientation = ((target_orientation % 4) - orientation) % 4 | |
| if delta_orientation == 3 then | |
| delta_orientation = -1 |