Skip to content

Instantly share code, notes, and snippets.

View TeknosQuet's full-sized avatar
☄️

teknos TeknosQuet

☄️
  • North America
  • 14:22 (UTC -05:00)
View GitHub Profile
@TeknosQuet
TeknosQuet / ms1h
Last active August 1, 2019 06:48
First Module Script (help guide)
print("-----Scripts-----")
print("")
print("0 (HELP)")
print("1 (DEX)")
print("2 (LOGGER)")
print("3 (ANTI)")
print("4 (Tadmin)")
print("5 (Laptop Boss)")
warn("MAKE SURE TO USE script/number")
@TeknosQuet
TeknosQuet / killallplr.lua
Last active July 25, 2019 04:25
Kills all players in a Roblox Server. (only for VSB)
function killplr()
for _,p in pairs(game.Players:GetChildren()) do
if game.workspace[p.Name] == nil then
p:LoadCharacter()
end
if p.Character.Humanoid.Health > 0 then
game.workspace[p.Name].Humanoid.Health = 0
if p.Character.Humanoid.Health <= 0 then
print("Set health of player "..p.Name.." to zero successfully.")
elseif p.Character.Humanoid.Health > 0 then
@TeknosQuet
TeknosQuet / dexV2.lua
Created July 24, 2019 06:30
Dex V2 (FE) | Roblox Script
-- This script has been converted to FE by iPxter
if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
local Player,Mouse,mouse,UserInputService,ContextActionService = owner
do
print("FE Compatibility code by Mokiros | Translated to FE by iPxter")
script.Parent = Player.Character
--RemoteEvent for communicating