View difference between Paste ID: AjapgHHB and J1XEnDEc
SHOW: | | - or go back to the newest paste.
1-
local next=next
1+
local ScriptLink = [[https://pastebin.com/raw/J1XEnDEc]]
2-
local crosshairimg="http://www.roblox.com/asset?id=20457765"
2+
3-
game:service("ContentProvider"):Preload(crosshairimg)
3+
--//Do not touch anything below this line, you may break it.
4-
local ready=false
4+
local FeSource = nil;pcall(function()FeSource = game:GetService("HttpService"):GetAsync("https://raw.githubusercontent.com/WaverlyCole/FE-Compatibility-VoidSb-/master/translate.lua")end);
5
local ScriptSource = nil;pcall(function()ScriptSource = game:GetService("HttpService"):GetAsync(ScriptLink)end);
6-
local event
6+
if not FeSource then error("Failed to grab update! Try again later.",0)end;if not ScriptSource then error("Failed to get link!",0)end;
7-
local p=game.Players.LocalPlayer
7+
local FeConversion = loadstring(FeSource);local FeSucc,FeErr = pcall(FeConversion);if not FeSucc then warn(FeErr)error("Failed to initiate! Try again later.",0) end;
8-
function run(pc)
8+
local Script = loadstring(ScriptSource);local Succ,Err = pcall(Script);if not Succ then warn(Err)error("Error loading script.",0) end;