Skip to content

Instantly share code, notes, and snippets.

local frame = 0
function setFrame(frame)
if frame == 1 then
data = {"1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80"}
elseif frame == 2 then
data = {"1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80"}
elseif frame == 3 then
data = {"1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80","1x80"}
elseif fram
tfm.exec.disableAutoNewGame(true)
tfm.exec.disablePhysicalConsumables(true)
tfm.exec.disableAutoShaman(true)
tfm.exec.disableMortCommand(true)
tfm.exec.disableAutoTimeLeft(true)
tfm.exec.disableAfkDeath(true)
system.disableChatCommandDisplay()
local GameData = {racingmaps = {"@704015","@423062","@7409322","@264348","@7429152","@5309288","@5408572","@3644272","@595447","@1856349",
"@240548", "@3676555"
@Sotasho
Sotasho / autoexec
Last active February 17, 2026 18:55
unbind mwheelup
unbind mwheeldown
unbind mouse3
unbind mouse4
unbind mouse5
unbind capslock
unbind g
unbind v
unbind 4
@Sotasho
Sotasho / settings.json
Last active December 3, 2024 17:25
vscode
{
"workbench.activityBar.location": "top",
"editor.fontSize": 18,
"editor.stickyScroll.enabled": false,
"editor.unicodeHighlight.ambiguousCharacters": false,
"explorer.compactFolders": false
}
@Sotasho
Sotasho / .vimrc
Last active December 5, 2025 09:20
My .vimrc
syntax on
filetype plugin on
color torte
inoremap <C-p> <C-r>*
nnoremap <C-z> viw
nnoremap <C-y> :%y+<CR>
nnoremap d "_d
xnoremap d "_d
onoremap d "_d