For Build 3202:
| Desciption | Offset | Original | Patched |
|---|
| // Unfollow everyone on twitter.com, by Jamie Mason (https://twitter.com/fold_left) | |
| // https://gist.github.com/JamieMason/7580315 | |
| // | |
| // 1. Go to https://twitter.com/YOUR_USER_NAME/following | |
| // 2. Open the Developer Console. (COMMAND+ALT+I on Mac) | |
| // 3. Paste this into the Developer Console and run it | |
| // | |
| // Last Updated: 09 April 2020 | |
| (() => { | |
| const $followButtons = '[data-testid$="-unfollow"]'; |
| #!/usr/bin/env python | |
| # Run with no args for usage instructions | |
| # | |
| # Notes: | |
| # - will probably insert duplicate records if you load the same file twice | |
| # - assumes that the number of fields in the header row is the same | |
| # as the number of columns in the rest of the file and in the database | |
| # - assumes the column order is the same in the file and in the database | |
| # |
| I use the first | |
| —– BEGIN LICENSE —– | |
| Michael Barnes | |
| Single User License | |
| EA7E-821385 | |
| 8A353C41 872A0D5C DF9B2950 AFF6F667 | |
| C458EA6D 8EA3C286 98D1D650 131A97AB | |
| AA919AEC EF20E143 B361B1E7 4C8B7F04 |
| local bytecodes = {} | |
| local BC, run_function = {} | |
| local VARG_CONST = {} | |
| local lujlu_mt_funcs | |
| local lujlu_cache = setmetatable({}, {__mode = "k"}) | |
| local lujlu_identifier_mt = { | |
| __tostring = function(self) | |
| return tostring(lujlu_cache[self].data) | |
| end, |
| /* | |
| A simple way to bypass the A3 DLCs ingame | |
| for Arma 3 | |
| Created and written by 0verHeaT | |
| https://github.com/0verHeaT | |
| */ | |
| [] spawn | |
| { | |
| act_plyr_dlc_0 = -1; |