Advertisement
nebunet

bloxium real

Feb 18th, 2023
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 59.26 KB | None | 0 0
  1. -- Generated using RoadToGlory's Converter v1.1 (RoadToGlory#9879)
  2.  
  3. -- Instances:
  4.  
  5. local Converted = {
  6.     ["_Bloxium"] = Instance.new("ScreenGui");
  7.     ["_main"] = Instance.new("Frame");
  8.     ["_taskbar"] = Instance.new("Frame");
  9.     ["_buttons"] = Instance.new("LocalScript");
  10.     ["_UICorner"] = Instance.new("UICorner");
  11.     ["_localplayer"] = Instance.new("ImageButton");
  12.     ["_UICorner1"] = Instance.new("UICorner");
  13.     ["_title"] = Instance.new("TextLabel");
  14.     ["_UIGradient"] = Instance.new("UIGradient");
  15.     ["_localplayer1"] = Instance.new("Frame");
  16.     ["_dragify"] = Instance.new("LocalScript");
  17.     ["_topbar"] = Instance.new("Frame");
  18.     ["_closebutton"] = Instance.new("TextButton");
  19.     ["_close"] = Instance.new("LocalScript");
  20.     ["_title1"] = Instance.new("TextLabel");
  21.     ["_player_img"] = Instance.new("ImageLabel");
  22.     ["_UICorner2"] = Instance.new("UICorner");
  23.     ["_display"] = Instance.new("TextLabel");
  24.     ["_user"] = Instance.new("TextLabel");
  25.     ["_changer"] = Instance.new("LocalScript");
  26.     ["_properties"] = Instance.new("Frame");
  27.     ["_ws"] = Instance.new("TextLabel");
  28.     ["_ws_tb"] = Instance.new("TextBox");
  29.     ["_jp"] = Instance.new("TextLabel");
  30.     ["_jp_tb"] = Instance.new("TextBox");
  31.     ["_prop_updater"] = Instance.new("LocalScript");
  32.     ["_UICorner3"] = Instance.new("UICorner");
  33.     ["_otherstuff"] = Instance.new("Frame");
  34.     ["_Freecam"] = Instance.new("ImageButton");
  35.     ["_fc"] = Instance.new("LocalScript");
  36.     ["_UICorner4"] = Instance.new("UICorner");
  37.     ["_Refresh"] = Instance.new("ImageButton");
  38.     ["_rf"] = Instance.new("LocalScript");
  39.     ["_Invisibility"] = Instance.new("ImageButton");
  40.     ["_invis"] = Instance.new("LocalScript");
  41.     ["_Noclip"] = Instance.new("ImageButton");
  42.     ["_nc"] = Instance.new("LocalScript");
  43.     ["_hovered"] = Instance.new("TextLabel");
  44.     ["_hovertext"] = Instance.new("LocalScript");
  45.     ["_toggle"] = Instance.new("LocalScript");
  46.     ["_welcome"] = Instance.new("TextLabel");
  47.     ["_name"] = Instance.new("LocalScript");
  48.     ["_version"] = Instance.new("TextLabel");
  49.     ["_server"] = Instance.new("Frame");
  50.     ["_UICorner5"] = Instance.new("UICorner");
  51.     ["_topbar1"] = Instance.new("Frame");
  52.     ["_title2"] = Instance.new("TextLabel");
  53.     ["_dragify1"] = Instance.new("LocalScript");
  54.     ["_playerstext"] = Instance.new("TextLabel");
  55.     ["_players"] = Instance.new("TextLabel");
  56.     ["_uptimetext"] = Instance.new("TextLabel");
  57.     ["_uptime"] = Instance.new("TextLabel");
  58.     ["_statsupdater"] = Instance.new("LocalScript");
  59.     ["_rejoin"] = Instance.new("ImageButton");
  60.     ["_rejoinscript"] = Instance.new("LocalScript");
  61.     ["_serverhop"] = Instance.new("ImageButton");
  62.     ["_serverhopscript"] = Instance.new("LocalScript");
  63.     ["_pingtext"] = Instance.new("TextLabel");
  64.     ["_ping"] = Instance.new("TextLabel");
  65.     ["_time"] = Instance.new("Frame");
  66.     ["_UICorner6"] = Instance.new("UICorner");
  67.     ["_timetext"] = Instance.new("TextLabel");
  68.     ["_updater"] = Instance.new("LocalScript");
  69.     ["_timer"] = Instance.new("ImageButton");
  70.     ["_dragmod"] = Instance.new("ModuleScript");
  71. }
  72.  
  73. -- Properties:
  74.  
  75. Converted["_Bloxium"].IgnoreGuiInset = true
  76. Converted["_Bloxium"].ScreenInsets = Enum.ScreenInsets.DeviceSafeInsets
  77. Converted["_Bloxium"].ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  78. Converted["_Bloxium"].Name = "Bloxium"
  79. Converted["_Bloxium"].Parent = game:GetService("CoreGui")
  80.  
  81. Converted["_main"].AnchorPoint = Vector2.new(0.5, 0.5)
  82. Converted["_main"].BackgroundColor3 = Color3.fromRGB(1.0000000591389835, 1.0000000591389835, 13.000000175088644)
  83. Converted["_main"].BackgroundTransparency = 0.10000000149011612
  84. Converted["_main"].Position = UDim2.new(0.499514103, 0, 0.5, 0)
  85. Converted["_main"].Size = UDim2.new(1, 0, 1, 0)
  86. Converted["_main"].Name = "main"
  87. Converted["_main"].Parent = Converted["_Bloxium"]
  88.  
  89. Converted["_taskbar"].AnchorPoint = Vector2.new(0.5, 0.5)
  90. Converted["_taskbar"].BackgroundColor3 = Color3.fromRGB(1.0000000591389835, 1.0000000591389835, 13.000000175088644)
  91. Converted["_taskbar"].BackgroundTransparency = 0.5
  92. Converted["_taskbar"].BorderSizePixel = 0
  93. Converted["_taskbar"].Position = UDim2.new(0.49999994, 0, 0.96326524, 0)
  94. Converted["_taskbar"].Size = UDim2.new(0, 261, 0, 50)
  95. Converted["_taskbar"].Name = "taskbar"
  96. Converted["_taskbar"].Parent = Converted["_main"]
  97.  
  98. Converted["_UICorner"].Parent = Converted["_taskbar"]
  99.  
  100. Converted["_localplayer"].Image = "rbxassetid://3926307971"
  101. Converted["_localplayer"].ImageRectOffset = Vector2.new(884, 4)
  102. Converted["_localplayer"].ImageRectSize = Vector2.new(36, 36)
  103. Converted["_localplayer"].BackgroundTransparency = 1
  104. Converted["_localplayer"].LayoutOrder = 5
  105. Converted["_localplayer"].Position = UDim2.new(0.450662822, 0, 0.230999991, 0)
  106. Converted["_localplayer"].Size = UDim2.new(0, 25, 0, 25)
  107. Converted["_localplayer"].ZIndex = 2
  108. Converted["_localplayer"].Name = "localplayer"
  109. Converted["_localplayer"].Parent = Converted["_taskbar"]
  110.  
  111. Converted["_UICorner1"].CornerRadius = UDim.new(0, 3)
  112. Converted["_UICorner1"].Parent = Converted["_localplayer"]
  113.  
  114. Converted["_title"].Font = Enum.Font.SourceSansBold
  115. Converted["_title"].RichText = true
  116. Converted["_title"].Text = "bloxium."
  117. Converted["_title"].TextColor3 = Color3.fromRGB(65.0000037252903, 20.000000707805157, 116.00000068545341)
  118. Converted["_title"].TextSize = 80
  119. Converted["_title"].TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  120. Converted["_title"].AnchorPoint = Vector2.new(0.5, 0.5)
  121. Converted["_title"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  122. Converted["_title"].BackgroundTransparency = 1
  123. Converted["_title"].BorderSizePixel = 0
  124. Converted["_title"].Position = UDim2.new(0.500485897, 0, 0.5, 0)
  125. Converted["_title"].Size = UDim2.new(0, 200, 0, 50)
  126. Converted["_title"].Name = "title"
  127. Converted["_title"].Parent = Converted["_main"]
  128.  
  129. Converted["_UIGradient"].Color = ColorSequence.new{
  130.     ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 0, 115.00000074505806)),
  131.     ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 255))
  132. }
  133. Converted["_UIGradient"].Parent = Converted["_title"]
  134.  
  135. Converted["_localplayer1"].AnchorPoint = Vector2.new(0.5, 0.5)
  136. Converted["_localplayer1"].BackgroundColor3 = Color3.fromRGB(3.0000002961605787, 2.000000118277967, 12.000001184642315)
  137. Converted["_localplayer1"].BorderSizePixel = 0
  138. Converted["_localplayer1"].Position = UDim2.new(0.11175894, 0, 0.619387746, 0)
  139. Converted["_localplayer1"].Size = UDim2.new(0, 200, 0, 310)
  140. Converted["_localplayer1"].Name = "localplayer"
  141. Converted["_localplayer1"].Parent = Converted["_main"]
  142.  
  143. Converted["_topbar"].AnchorPoint = Vector2.new(0.5, 0.5)
  144. Converted["_topbar"].BackgroundColor3 = Color3.fromRGB(1.0000000591389835, 1.0000000591389835, 6.0000005923211575)
  145. Converted["_topbar"].BackgroundTransparency = 1
  146. Converted["_topbar"].BorderSizePixel = 0
  147. Converted["_topbar"].Position = UDim2.new(0.5, 0, 0.0387096778, 0)
  148. Converted["_topbar"].Size = UDim2.new(0, 200, 0, 25)
  149. Converted["_topbar"].Name = "topbar"
  150. Converted["_topbar"].Parent = Converted["_localplayer1"]
  151.  
  152. Converted["_closebutton"].Font = Enum.Font.SourceSansBold
  153. Converted["_closebutton"].Text = "X"
  154. Converted["_closebutton"].TextColor3 = Color3.fromRGB(255, 255, 255)
  155. Converted["_closebutton"].TextSize = 14
  156. Converted["_closebutton"].AnchorPoint = Vector2.new(0.5, 0.5)
  157. Converted["_closebutton"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  158. Converted["_closebutton"].BackgroundTransparency = 1
  159. Converted["_closebutton"].Position = UDim2.new(0.939999998, 0, 0.5, 0)
  160. Converted["_closebutton"].Size = UDim2.new(0, 24, 0, 25)
  161. Converted["_closebutton"].Name = "closebutton"
  162. Converted["_closebutton"].Parent = Converted["_topbar"]
  163.  
  164. Converted["_title1"].Font = Enum.Font.SourceSansBold
  165. Converted["_title1"].Text = "bloxium - localplayer"
  166. Converted["_title1"].TextColor3 = Color3.fromRGB(255, 255, 255)
  167. Converted["_title1"].TextSize = 14
  168. Converted["_title1"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  169. Converted["_title1"].BackgroundTransparency = 1
  170. Converted["_title1"].Size = UDim2.new(0, 200, 0, 25)
  171. Converted["_title1"].Name = "title"
  172. Converted["_title1"].Parent = Converted["_topbar"]
  173.  
  174. Converted["_player_img"].Image = "http://www.roblox.com/asset/?id=9581016780"
  175. Converted["_player_img"].AnchorPoint = Vector2.new(0.5, 0.5)
  176. Converted["_player_img"].BackgroundColor3 = Color3.fromRGB(3.0000002961605787, 3.0000002961605787, 20.000000707805157)
  177. Converted["_player_img"].Position = UDim2.new(0.5, 0, 0.248387113, 0)
  178. Converted["_player_img"].Size = UDim2.new(0, 60, 0, 60)
  179. Converted["_player_img"].Name = "player_img"
  180. Converted["_player_img"].Parent = Converted["_localplayer1"]
  181.  
  182. Converted["_UICorner2"].CornerRadius = UDim.new(0, 35)
  183. Converted["_UICorner2"].Parent = Converted["_player_img"]
  184.  
  185. Converted["_display"].Font = Enum.Font.SourceSansBold
  186. Converted["_display"].Text = "DisplayName"
  187. Converted["_display"].TextColor3 = Color3.fromRGB(255, 255, 255)
  188. Converted["_display"].TextSize = 20
  189. Converted["_display"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  190. Converted["_display"].BackgroundTransparency = 1
  191. Converted["_display"].BorderSizePixel = 0
  192. Converted["_display"].Position = UDim2.new(0, 0, 0.387096763, 0)
  193. Converted["_display"].Size = UDim2.new(0, 200, 0, 16)
  194. Converted["_display"].Name = "display"
  195. Converted["_display"].Parent = Converted["_localplayer1"]
  196.  
  197. Converted["_user"].Font = Enum.Font.SourceSans
  198. Converted["_user"].Text = "@username"
  199. Converted["_user"].TextColor3 = Color3.fromRGB(72.00000330805779, 72.00000330805779, 72.00000330805779)
  200. Converted["_user"].TextSize = 15
  201. Converted["_user"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  202. Converted["_user"].BackgroundTransparency = 1
  203. Converted["_user"].BorderSizePixel = 0
  204. Converted["_user"].Position = UDim2.new(0, 0, 0.438709676, 0)
  205. Converted["_user"].Size = UDim2.new(0, 200, 0, 16)
  206. Converted["_user"].Name = "user"
  207. Converted["_user"].Parent = Converted["_localplayer1"]
  208.  
  209. Converted["_properties"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  210. Converted["_properties"].BackgroundTransparency = 1
  211. Converted["_properties"].Position = UDim2.new(0, 0, 0.516129017, 0)
  212. Converted["_properties"].Size = UDim2.new(0, 200, 0, 93)
  213. Converted["_properties"].Name = "properties"
  214. Converted["_properties"].Parent = Converted["_localplayer1"]
  215.  
  216. Converted["_ws"].Font = Enum.Font.SourceSansBold
  217. Converted["_ws"].Text = "WalkSpeed"
  218. Converted["_ws"].TextColor3 = Color3.fromRGB(255, 255, 255)
  219. Converted["_ws"].TextSize = 15
  220. Converted["_ws"].AnchorPoint = Vector2.new(0.5, 0.5)
  221. Converted["_ws"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  222. Converted["_ws"].BackgroundTransparency = 1
  223. Converted["_ws"].BorderSizePixel = 0
  224. Converted["_ws"].Position = UDim2.new(0.22307694, 0, 0.172887713, 0)
  225. Converted["_ws"].Size = UDim2.new(0, 90, 0, 21)
  226. Converted["_ws"].Name = "ws"
  227. Converted["_ws"].Parent = Converted["_properties"]
  228.  
  229. Converted["_ws_tb"].Font = Enum.Font.SourceSans
  230. Converted["_ws_tb"].PlaceholderText = "Enter number..."
  231. Converted["_ws_tb"].Text = ""
  232. Converted["_ws_tb"].TextColor3 = Color3.fromRGB(255, 255, 255)
  233. Converted["_ws_tb"].TextSize = 10
  234. Converted["_ws_tb"].TextWrapped = true
  235. Converted["_ws_tb"].AnchorPoint = Vector2.new(0.5, 0.5)
  236. Converted["_ws_tb"].BackgroundColor3 = Color3.fromRGB(18.000000827014446, 18.000000827014446, 34.00000177323818)
  237. Converted["_ws_tb"].BorderSizePixel = 0
  238. Converted["_ws_tb"].Position = UDim2.new(0.723846197, 0, 0.157066017, 0)
  239. Converted["_ws_tb"].Size = UDim2.new(0, 97, 0, 20)
  240. Converted["_ws_tb"].Name = "ws_tb"
  241. Converted["_ws_tb"].Parent = Converted["_properties"]
  242.  
  243. Converted["_jp"].Font = Enum.Font.SourceSansBold
  244. Converted["_jp"].Text = "JumpPower"
  245. Converted["_jp"].TextColor3 = Color3.fromRGB(255, 255, 255)
  246. Converted["_jp"].TextSize = 15
  247. Converted["_jp"].AnchorPoint = Vector2.new(0.5, 0.5)
  248. Converted["_jp"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  249. Converted["_jp"].BackgroundTransparency = 1
  250. Converted["_jp"].BorderSizePixel = 0
  251. Converted["_jp"].Position = UDim2.new(0.22307694, 0, 0.476881593, 0)
  252. Converted["_jp"].Size = UDim2.new(0, 90, 0, 19)
  253. Converted["_jp"].Name = "jp"
  254. Converted["_jp"].Parent = Converted["_properties"]
  255.  
  256. Converted["_jp_tb"].Font = Enum.Font.SourceSans
  257. Converted["_jp_tb"].PlaceholderText = "Enter number..."
  258. Converted["_jp_tb"].Text = ""
  259. Converted["_jp_tb"].TextColor3 = Color3.fromRGB(255, 255, 255)
  260. Converted["_jp_tb"].TextSize = 10
  261. Converted["_jp_tb"].TextWrapped = true
  262. Converted["_jp_tb"].AnchorPoint = Vector2.new(0.5, 0.5)
  263. Converted["_jp_tb"].BackgroundColor3 = Color3.fromRGB(18.000000827014446, 18.000000827014446, 34.00000177323818)
  264. Converted["_jp_tb"].BorderSizePixel = 0
  265. Converted["_jp_tb"].Position = UDim2.new(0.723846197, 0, 0.468202859, 0)
  266. Converted["_jp_tb"].Size = UDim2.new(0, 97, 0, 20)
  267. Converted["_jp_tb"].Name = "jp_tb"
  268. Converted["_jp_tb"].Parent = Converted["_properties"]
  269.  
  270. Converted["_UICorner3"].Parent = Converted["_localplayer1"]
  271.  
  272. Converted["_otherstuff"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  273. Converted["_otherstuff"].BackgroundTransparency = 1
  274. Converted["_otherstuff"].Position = UDim2.new(0, 0, 0.689838648, 0)
  275. Converted["_otherstuff"].Size = UDim2.new(0, 200, 0, 96)
  276. Converted["_otherstuff"].Name = "otherstuff"
  277. Converted["_otherstuff"].Parent = Converted["_localplayer1"]
  278.  
  279. Converted["_Freecam"].Image = "rbxassetid://3926305904"
  280. Converted["_Freecam"].ImageRectOffset = Vector2.new(364, 884)
  281. Converted["_Freecam"].ImageRectSize = Vector2.new(36, 36)
  282. Converted["_Freecam"].BackgroundColor3 = Color3.fromRGB(8.000000473111868, 2.000000118277967, 16.000000946223736)
  283. Converted["_Freecam"].BackgroundTransparency = 1
  284. Converted["_Freecam"].BorderSizePixel = 0
  285. Converted["_Freecam"].LayoutOrder = 4
  286. Converted["_Freecam"].Position = UDim2.new(0.360000014, 0, 0.302083343, 0)
  287. Converted["_Freecam"].Size = UDim2.new(0, 25, 0, 25)
  288. Converted["_Freecam"].ZIndex = 2
  289. Converted["_Freecam"].Name = "Freecam"
  290. Converted["_Freecam"].Parent = Converted["_otherstuff"]
  291.  
  292. Converted["_UICorner4"].Parent = Converted["_Freecam"]
  293.  
  294. Converted["_Refresh"].Image = "rbxassetid://3926307971"
  295. Converted["_Refresh"].ImageRectOffset = Vector2.new(404, 84)
  296. Converted["_Refresh"].ImageRectSize = Vector2.new(36, 36)
  297. Converted["_Refresh"].BackgroundTransparency = 1
  298. Converted["_Refresh"].Position = UDim2.new(0.200000003, 0, 0.302083343, 0)
  299. Converted["_Refresh"].Size = UDim2.new(0, 25, 0, 25)
  300. Converted["_Refresh"].ZIndex = 2
  301. Converted["_Refresh"].Name = "Refresh"
  302. Converted["_Refresh"].Parent = Converted["_otherstuff"]
  303.  
  304. Converted["_Invisibility"].Image = "rbxassetid://3926307971"
  305. Converted["_Invisibility"].ImageRectOffset = Vector2.new(564, 44)
  306. Converted["_Invisibility"].ImageRectSize = Vector2.new(36, 36)
  307. Converted["_Invisibility"].BackgroundTransparency = 1
  308. Converted["_Invisibility"].LayoutOrder = 4
  309. Converted["_Invisibility"].Position = UDim2.new(0.517568111, 0, 0.297321439, 0)
  310. Converted["_Invisibility"].Size = UDim2.new(0, 25, 0, 25)
  311. Converted["_Invisibility"].ZIndex = 2
  312. Converted["_Invisibility"].Name = "Invisibility"
  313. Converted["_Invisibility"].Parent = Converted["_otherstuff"]
  314.  
  315. Converted["_Noclip"].Image = "rbxassetid://3926305904"
  316. Converted["_Noclip"].ImageRectOffset = Vector2.new(164, 44)
  317. Converted["_Noclip"].ImageRectSize = Vector2.new(36, 36)
  318. Converted["_Noclip"].BackgroundTransparency = 1
  319. Converted["_Noclip"].LayoutOrder = 10
  320. Converted["_Noclip"].Position = UDim2.new(0.675000012, 0, 0.302083343, 0)
  321. Converted["_Noclip"].Size = UDim2.new(0, 25, 0, 25)
  322. Converted["_Noclip"].ZIndex = 2
  323. Converted["_Noclip"].Name = "Noclip"
  324. Converted["_Noclip"].Parent = Converted["_otherstuff"]
  325.  
  326. Converted["_hovered"].Font = Enum.Font.SourceSansBold
  327. Converted["_hovered"].Text = ""
  328. Converted["_hovered"].TextColor3 = Color3.fromRGB(255, 255, 255)
  329. Converted["_hovered"].TextSize = 14
  330. Converted["_hovered"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  331. Converted["_hovered"].BackgroundTransparency = 1
  332. Converted["_hovered"].BorderSizePixel = 0
  333. Converted["_hovered"].Position = UDim2.new(-0.00999999978, 0, 0.70954299, 0)
  334. Converted["_hovered"].Size = UDim2.new(0, 200, 0, 16)
  335. Converted["_hovered"].Name = "hovered"
  336. Converted["_hovered"].Parent = Converted["_otherstuff"]
  337.  
  338. Converted["_welcome"].Font = Enum.Font.SourceSansBold
  339. Converted["_welcome"].Text = ""
  340. Converted["_welcome"].TextColor3 = Color3.fromRGB(255, 255, 255)
  341. Converted["_welcome"].TextSize = 14
  342. Converted["_welcome"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  343. Converted["_welcome"].BackgroundTransparency = 1
  344. Converted["_welcome"].BorderSizePixel = 0
  345. Converted["_welcome"].Position = UDim2.new(0.000485906348, 0, 0.581632674, 0)
  346. Converted["_welcome"].Size = UDim2.new(1, 0, 0.046938777, 0)
  347. Converted["_welcome"].Name = "welcome"
  348. Converted["_welcome"].Parent = Converted["_main"]
  349.  
  350. Converted["_version"].Font = Enum.Font.SourceSansItalic
  351. Converted["_version"].Text = "dev build"
  352. Converted["_version"].TextColor3 = Color3.fromRGB(255, 255, 255)
  353. Converted["_version"].TextSize = 14
  354. Converted["_version"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  355. Converted["_version"].BackgroundTransparency = 1
  356. Converted["_version"].Position = UDim2.new(0, 0, 0.9632653, 0)
  357. Converted["_version"].Size = UDim2.new(0, 52, 0, 18)
  358. Converted["_version"].Name = "version"
  359. Converted["_version"].Parent = Converted["_main"]
  360.  
  361. Converted["_server"].AnchorPoint = Vector2.new(0.5, 0.5)
  362. Converted["_server"].BackgroundColor3 = Color3.fromRGB(3.0000002961605787, 2.000000118277967, 12.000001184642315)
  363. Converted["_server"].BorderSizePixel = 0
  364. Converted["_server"].Position = UDim2.new(0.127793968, 0, 0.158163249, 0)
  365. Converted["_server"].Size = UDim2.new(0, 235, 0, 114)
  366. Converted["_server"].Name = "server"
  367. Converted["_server"].Parent = Converted["_main"]
  368.  
  369. Converted["_UICorner5"].Parent = Converted["_server"]
  370.  
  371. Converted["_topbar1"].AnchorPoint = Vector2.new(0.5, 0.5)
  372. Converted["_topbar1"].BackgroundColor3 = Color3.fromRGB(1.0000000591389835, 1.0000000591389835, 6.0000005923211575)
  373. Converted["_topbar1"].BackgroundTransparency = 1
  374. Converted["_topbar1"].BorderSizePixel = 0
  375. Converted["_topbar1"].Position = UDim2.new(0.5, 0, 0.0387096778, 0)
  376. Converted["_topbar1"].Size = UDim2.new(0, 200, 0, 25)
  377. Converted["_topbar1"].Name = "topbar"
  378. Converted["_topbar1"].Parent = Converted["_server"]
  379.  
  380. Converted["_title2"].Font = Enum.Font.SourceSansBold
  381. Converted["_title2"].Text = "bloxium - server"
  382. Converted["_title2"].TextColor3 = Color3.fromRGB(255, 255, 255)
  383. Converted["_title2"].TextSize = 14
  384. Converted["_title2"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  385. Converted["_title2"].BackgroundTransparency = 1
  386. Converted["_title2"].Position = UDim2.new(-0.082500264, 0, 0.319999993, 0)
  387. Converted["_title2"].Size = UDim2.new(0, 233, 0, 25)
  388. Converted["_title2"].Name = "title"
  389. Converted["_title2"].Parent = Converted["_topbar1"]
  390.  
  391. Converted["_playerstext"].Font = Enum.Font.SourceSansBold
  392. Converted["_playerstext"].Text = "Players: "
  393. Converted["_playerstext"].TextColor3 = Color3.fromRGB(255, 255, 255)
  394. Converted["_playerstext"].TextSize = 15
  395. Converted["_playerstext"].TextWrapped = true
  396. Converted["_playerstext"].AnchorPoint = Vector2.new(0.5, 0.5)
  397. Converted["_playerstext"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  398. Converted["_playerstext"].BackgroundTransparency = 1
  399. Converted["_playerstext"].BorderSizePixel = 0
  400. Converted["_playerstext"].Position = UDim2.new(0.218821615, 0, 0.301442981, 0)
  401. Converted["_playerstext"].Size = UDim2.new(0, 90, 0, 19)
  402. Converted["_playerstext"].Name = "playerstext"
  403. Converted["_playerstext"].Parent = Converted["_server"]
  404.  
  405. Converted["_players"].Font = Enum.Font.SourceSansBold
  406. Converted["_players"].Text = ""
  407. Converted["_players"].TextColor3 = Color3.fromRGB(255, 255, 255)
  408. Converted["_players"].TextSize = 15
  409. Converted["_players"].TextTransparency = 0.5
  410. Converted["_players"].AnchorPoint = Vector2.new(0.5, 0.5)
  411. Converted["_players"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  412. Converted["_players"].BackgroundTransparency = 1
  413. Converted["_players"].BorderSizePixel = 0
  414. Converted["_players"].Position = UDim2.new(0.548483193, 0, 0.301442981, 0)
  415. Converted["_players"].Size = UDim2.new(0, 64, 0, 19)
  416. Converted["_players"].Name = "players"
  417. Converted["_players"].Parent = Converted["_server"]
  418.  
  419. Converted["_uptimetext"].Font = Enum.Font.SourceSansBold
  420. Converted["_uptimetext"].Text = "Time:"
  421. Converted["_uptimetext"].TextColor3 = Color3.fromRGB(255, 255, 255)
  422. Converted["_uptimetext"].TextSize = 15
  423. Converted["_uptimetext"].AnchorPoint = Vector2.new(0.5, 0.5)
  424. Converted["_uptimetext"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  425. Converted["_uptimetext"].BackgroundTransparency = 1
  426. Converted["_uptimetext"].BorderSizePixel = 0
  427. Converted["_uptimetext"].Position = UDim2.new(0.218821615, 0, 0.494425416, 0)
  428. Converted["_uptimetext"].Size = UDim2.new(0, 90, 0, 19)
  429. Converted["_uptimetext"].Name = "uptimetext"
  430. Converted["_uptimetext"].Parent = Converted["_server"]
  431.  
  432. Converted["_uptime"].Font = Enum.Font.SourceSansBold
  433. Converted["_uptime"].Text = ""
  434. Converted["_uptime"].TextColor3 = Color3.fromRGB(255, 255, 255)
  435. Converted["_uptime"].TextSize = 15
  436. Converted["_uptime"].TextTransparency = 0.5
  437. Converted["_uptime"].AnchorPoint = Vector2.new(0.5, 0.5)
  438. Converted["_uptime"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  439. Converted["_uptime"].BackgroundTransparency = 1
  440. Converted["_uptime"].BorderSizePixel = 0
  441. Converted["_uptime"].Position = UDim2.new(0.548548639, 0, 0.494425386, 0)
  442. Converted["_uptime"].Size = UDim2.new(0, 64, 0, 19)
  443. Converted["_uptime"].Name = "uptime"
  444. Converted["_uptime"].Parent = Converted["_server"]
  445.  
  446. Converted["_rejoin"].Image = "rbxassetid://3926307971"
  447. Converted["_rejoin"].ImageRectOffset = Vector2.new(244, 324)
  448. Converted["_rejoin"].ImageRectSize = Vector2.new(36, 36)
  449. Converted["_rejoin"].BackgroundTransparency = 1
  450. Converted["_rejoin"].LayoutOrder = 4
  451. Converted["_rejoin"].Position = UDim2.new(0.714653492, 0, 0.377479374, 0)
  452. Converted["_rejoin"].Size = UDim2.new(0, 25, 0, 25)
  453. Converted["_rejoin"].ZIndex = 2
  454. Converted["_rejoin"].Name = "rejoin"
  455. Converted["_rejoin"].Parent = Converted["_server"]
  456.  
  457. Converted["_serverhop"].Image = "rbxassetid://3926307971"
  458. Converted["_serverhop"].ImageRectOffset = Vector2.new(164, 44)
  459. Converted["_serverhop"].ImageRectSize = Vector2.new(36, 36)
  460. Converted["_serverhop"].BackgroundTransparency = 1
  461. Converted["_serverhop"].LayoutOrder = 5
  462. Converted["_serverhop"].Position = UDim2.new(0.8489362, 0, 0.377192974, 0)
  463. Converted["_serverhop"].Size = UDim2.new(0, 25, 0, 25)
  464. Converted["_serverhop"].ZIndex = 2
  465. Converted["_serverhop"].Name = "serverhop"
  466. Converted["_serverhop"].Parent = Converted["_server"]
  467.  
  468. Converted["_pingtext"].Font = Enum.Font.SourceSansBold
  469. Converted["_pingtext"].Text = "Ping:"
  470. Converted["_pingtext"].TextColor3 = Color3.fromRGB(255, 255, 255)
  471. Converted["_pingtext"].TextSize = 15
  472. Converted["_pingtext"].AnchorPoint = Vector2.new(0.5, 0.5)
  473. Converted["_pingtext"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  474. Converted["_pingtext"].BackgroundTransparency = 1
  475. Converted["_pingtext"].BorderSizePixel = 0
  476. Converted["_pingtext"].Position = UDim2.new(0.22307694, 0, 0.678635955, 0)
  477. Converted["_pingtext"].Size = UDim2.new(0, 90, 0, 19)
  478. Converted["_pingtext"].Name = "pingtext"
  479. Converted["_pingtext"].Parent = Converted["_server"]
  480.  
  481. Converted["_ping"].Font = Enum.Font.SourceSansBold
  482. Converted["_ping"].Text = ""
  483. Converted["_ping"].TextColor3 = Color3.fromRGB(255, 255, 255)
  484. Converted["_ping"].TextSize = 15
  485. Converted["_ping"].TextTransparency = 0.5
  486. Converted["_ping"].AnchorPoint = Vector2.new(0.5, 0.5)
  487. Converted["_ping"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  488. Converted["_ping"].BackgroundTransparency = 1
  489. Converted["_ping"].BorderSizePixel = 0
  490. Converted["_ping"].Position = UDim2.new(0.552803934, 0, 0.678635895, 0)
  491. Converted["_ping"].Size = UDim2.new(0, 64, 0, 19)
  492. Converted["_ping"].Name = "ping"
  493. Converted["_ping"].Parent = Converted["_server"]
  494.  
  495. Converted["_time"].AnchorPoint = Vector2.new(0.5, 0.5)
  496. Converted["_time"].BackgroundColor3 = Color3.fromRGB(3.0000002961605787, 2.000000118277967, 12.000001184642315)
  497. Converted["_time"].BorderSizePixel = 0
  498. Converted["_time"].Position = UDim2.new(0.94363457, 0, 0.961275458, 0)
  499. Converted["_time"].Size = UDim2.new(0, 78, 0, 24)
  500. Converted["_time"].Name = "time"
  501. Converted["_time"].Parent = Converted["_main"]
  502.  
  503. Converted["_UICorner6"].Parent = Converted["_time"]
  504.  
  505. Converted["_timetext"].Font = Enum.Font.SourceSansBold
  506. Converted["_timetext"].Text = "..."
  507. Converted["_timetext"].TextColor3 = Color3.fromRGB(255, 255, 255)
  508. Converted["_timetext"].TextSize = 14
  509. Converted["_timetext"].AnchorPoint = Vector2.new(0.5, 0.5)
  510. Converted["_timetext"].BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  511. Converted["_timetext"].BackgroundTransparency = 1
  512. Converted["_timetext"].Position = UDim2.new(0.647617459, 0, 0.517141998, 0)
  513. Converted["_timetext"].Size = UDim2.new(0, 50, 0, 23)
  514. Converted["_timetext"].Name = "timetext"
  515. Converted["_timetext"].Parent = Converted["_time"]
  516.  
  517. Converted["_timer"].Image = "rbxassetid://3926305904"
  518. Converted["_timer"].ImageRectOffset = Vector2.new(704, 4)
  519. Converted["_timer"].ImageRectSize = Vector2.new(36, 36)
  520. Converted["_timer"].BackgroundTransparency = 1
  521. Converted["_timer"].LayoutOrder = 1
  522. Converted["_timer"].Position = UDim2.new(0.13846159, 0, 0.170289844, 0)
  523. Converted["_timer"].Size = UDim2.new(0, 15, 0, 15)
  524. Converted["_timer"].ZIndex = 2
  525. Converted["_timer"].Name = "timer"
  526. Converted["_timer"].Parent = Converted["_time"]
  527.  
  528. -- Fake Module Scripts:
  529.  
  530. local fake_module_scripts = {}
  531.  
  532. do -- Fake Module: StarterGui.Bloxium.main.dragmod
  533.     local script = Instance.new("ModuleScript")
  534.     script.Name = "dragmod"
  535.     script.Parent = Converted["_main"]
  536.     local function module_script()
  537.         --[[
  538.             @Author: Spynaz
  539.             @Description: Enables dragging on GuiObjects. Supports both mouse and touch.
  540.            
  541.             For instructions on how to use this module, go to this link:
  542.             https://devforum.roblox.com/t/simple-module-for-creating-draggable-gui-elements/230678
  543.         --]]
  544.        
  545.         local UDim2_new = UDim2.new
  546.        
  547.         local UserInputService = game:GetService("UserInputService")
  548.        
  549.         local DraggableObject       = {}
  550.         DraggableObject.__index     = DraggableObject
  551.        
  552.         -- Sets up a new draggable object
  553.         function DraggableObject.new(Object)
  554.             local self          = {}
  555.             self.Object         = Object
  556.             self.DragStarted    = nil
  557.             self.DragEnded      = nil
  558.             self.Dragged        = nil
  559.             self.Dragging       = false
  560.        
  561.             setmetatable(self, DraggableObject)
  562.        
  563.             return self
  564.         end
  565.        
  566.         -- Enables dragging
  567.         function DraggableObject:Enable()
  568.             local object            = self.Object
  569.             local dragInput         = nil
  570.             local dragStart         = nil
  571.             local startPos          = nil
  572.             local preparingToDrag   = false
  573.        
  574.             -- Updates the element
  575.             local function update(input)
  576.                 local delta         = input.Position - dragStart
  577.                 local newPosition   = UDim2_new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  578.                 object.Position     = newPosition
  579.        
  580.                 return newPosition
  581.             end
  582.        
  583.             self.InputBegan = object.InputBegan:Connect(function(input)
  584.                 if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  585.                     preparingToDrag = true
  586.                     --[[if self.DragStarted then
  587.                         self.DragStarted()
  588.                     end
  589.                    
  590.                     dragging        = true
  591.                     dragStart       = input.Position
  592.                     startPos        = Element.Position
  593.                     --]]
  594.        
  595.                     local connection
  596.                     connection = input.Changed:Connect(function()
  597.                         if input.UserInputState == Enum.UserInputState.End and (self.Dragging or preparingToDrag) then
  598.                             self.Dragging = false
  599.                             connection:Disconnect()
  600.        
  601.                             if self.DragEnded and not preparingToDrag then
  602.                                 self.DragEnded()
  603.                             end
  604.        
  605.                             preparingToDrag = false
  606.                         end
  607.                     end)
  608.                 end
  609.             end)
  610.        
  611.             self.InputChanged = object.InputChanged:Connect(function(input)
  612.                 if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  613.                     dragInput = input
  614.                 end
  615.             end)
  616.        
  617.             self.InputChanged2 = UserInputService.InputChanged:Connect(function(input)
  618.                 if object.Parent == nil then
  619.                     self:Disable()
  620.                     return
  621.                 end
  622.        
  623.                 if preparingToDrag then
  624.                     preparingToDrag = false
  625.        
  626.                     if self.DragStarted then
  627.                         self.DragStarted()
  628.                     end
  629.        
  630.                     self.Dragging   = true
  631.                     dragStart       = input.Position
  632.                     startPos        = object.Position
  633.                 end
  634.        
  635.                 if input == dragInput and self.Dragging then
  636.                     local newPosition = update(input)
  637.        
  638.                     if self.Dragged then
  639.                         self.Dragged(newPosition)
  640.                     end
  641.                 end
  642.             end)
  643.         end
  644.        
  645.         -- Disables dragging
  646.         function DraggableObject:Disable()
  647.             self.InputBegan:Disconnect()
  648.             self.InputChanged:Disconnect()
  649.             self.InputChanged2:Disconnect()
  650.        
  651.             if self.Dragging then
  652.                 self.Dragging = false
  653.        
  654.                 if self.DragEnded then
  655.                     self.DragEnded()
  656.                 end
  657.             end
  658.         end
  659.        
  660.         return DraggableObject
  661.     end
  662.     fake_module_scripts[script] = module_script
  663. end
  664.  
  665. -- Fake Local Scripts:
  666.  
  667. local function GUNFHTF_fake_script() -- Fake Script: StarterGui.Bloxium.main.taskbar.buttons
  668.     local script = Instance.new("LocalScript")
  669.     script.Name = "buttons"
  670.     script.Parent = Converted["_taskbar"]
  671.     local req = require
  672.     local require = function(obj)
  673.         local fake = fake_module_scripts[obj]
  674.         if fake then
  675.             return fake()
  676.         end
  677.         return req(obj)
  678.     end
  679.  
  680.     for i,v in pairs(script.Parent:GetChildren()) do
  681.         if v:IsA("ImageButton") then
  682.             v.Activated:Connect(function()
  683.                 script.Parent.Parent:FindFirstChild(v.Name).Visible = true
  684.             end)
  685.         end
  686.     end
  687. end
  688. local function PSZUY_fake_script() -- Fake Script: StarterGui.Bloxium.main.localplayer.dragify
  689.     local script = Instance.new("LocalScript")
  690.     script.Name = "dragify"
  691.     script.Parent = Converted["_localplayer1"]
  692.     local req = require
  693.     local require = function(obj)
  694.         local fake = fake_module_scripts[obj]
  695.         if fake then
  696.             return fake()
  697.         end
  698.         return req(obj)
  699.     end
  700.  
  701.     local drag = require(script.Parent.Parent.dragmod)
  702.     local d = drag.new(script.Parent)
  703.    
  704.     d:Enable()
  705. end
  706. local function UMKTCA_fake_script() -- Fake Script: StarterGui.Bloxium.main.localplayer.topbar.closebutton.close
  707.     local script = Instance.new("LocalScript")
  708.     script.Name = "close"
  709.     script.Parent = Converted["_closebutton"]
  710.     local req = require
  711.     local require = function(obj)
  712.         local fake = fake_module_scripts[obj]
  713.         if fake then
  714.             return fake()
  715.         end
  716.         return req(obj)
  717.     end
  718.  
  719.     script.Parent.Activated:Connect(function()
  720.         script.Parent.Parent.Parent.Visible = false
  721.     end)
  722. end
  723. local function COPNZG_fake_script() -- Fake Script: StarterGui.Bloxium.main.localplayer.changer
  724.     local script = Instance.new("LocalScript")
  725.     script.Name = "changer"
  726.     script.Parent = Converted["_localplayer1"]
  727.     local req = require
  728.     local require = function(obj)
  729.         local fake = fake_module_scripts[obj]
  730.         if fake then
  731.             return fake()
  732.         end
  733.         return req(obj)
  734.     end
  735.  
  736.     local plr = game:GetService("Players").LocalPlayer
  737.     local id = plr.UserId
  738.    
  739.     local p_img = script.Parent.player_img
  740.    
  741.     local content, ready = game:GetService("Players"):GetUserThumbnailAsync(id, Enum.ThumbnailType.HeadShot, Enum.ThumbnailSize.Size60x60)
  742.    
  743.     p_img.Image = content
  744.     script.Parent.display.Text = plr.DisplayName
  745.     script.Parent.user.Text = "@"..plr.Name
  746. end
  747. local function XYTSBXY_fake_script() -- Fake Script: StarterGui.Bloxium.main.localplayer.properties.prop_updater
  748.     local script = Instance.new("LocalScript")
  749.     script.Name = "prop_updater"
  750.     script.Parent = Converted["_properties"]
  751.     local req = require
  752.     local require = function(obj)
  753.         local fake = fake_module_scripts[obj]
  754.         if fake then
  755.             return fake()
  756.         end
  757.         return req(obj)
  758.     end
  759.  
  760.     local ws = script.Parent:WaitForChild("ws_tb")
  761.     local jp = script.Parent:WaitForChild("jp_tb")
  762.    
  763.     ws.Changed:Connect(function(prop)
  764.         if prop == "Text" then
  765.             if tonumber(ws.Text) then
  766.                 pcall(function()
  767.                     game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid").WalkSpeed = tonumber(ws.Text)
  768.                 end)
  769.             else
  770.                 game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid").WalkSpeed = 16  
  771.             end
  772.         end
  773.     end)
  774.    
  775.     jp.Changed:Connect(function(prop)
  776.         if prop == "Text" then
  777.             if tonumber(jp.Text) then
  778.                 pcall(function()
  779.                     if not game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid").UseJumpPower then
  780.                         game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid").UseJumpPower = true
  781.                     end
  782.                     game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid").JumpPower = tonumber(jp.Text)
  783.                 end)
  784.             else
  785.                 if not game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid").UseJumpPower then
  786.                     game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid").UseJumpPower = true
  787.                 end
  788.                 game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid").JumpPower = 50  
  789.             end
  790.         end
  791.     end)
  792. end
  793. local function IXETWY_fake_script() -- Fake Script: StarterGui.Bloxium.main.localplayer.otherstuff.Freecam.fc
  794.     local script = Instance.new("LocalScript")
  795.     script.Name = "fc"
  796.     script.Parent = Converted["_Freecam"]
  797.     local req = require
  798.     local require = function(obj)
  799.         local fake = fake_module_scripts[obj]
  800.         if fake then
  801.             return fake()
  802.         end
  803.         return req(obj)
  804.     end
  805.  
  806.     -- yoinked from roblox studio default freecam script
  807.     -- (yes, it's built in you just have to press left shift + p to activate)
  808.     -- only works in studio though, but this one works universally
  809.    
  810.     --!nonstrict
  811.     ------------------------------------------------------------------------
  812.     -- Freecam
  813.     -- Cinematic free camera for spectating and video production.
  814.     ------------------------------------------------------------------------
  815.    
  816.     local firstFC = true
  817.    
  818.     local pi    = math.pi
  819.     local abs   = math.abs
  820.     local clamp = math.clamp
  821.     local exp   = math.exp
  822.     local rad   = math.rad
  823.     local sign  = math.sign
  824.     local sqrt  = math.sqrt
  825.     local tan   = math.tan
  826.    
  827.     local ContextActionService = game:GetService("ContextActionService")
  828.     local Players = game:GetService("Players")
  829.     local RunService = game:GetService("RunService")
  830.     local StarterGui = game:GetService("StarterGui")
  831.     local UserInputService = game:GetService("UserInputService")
  832.     local Workspace = game:GetService("Workspace")
  833.     local Settings = UserSettings()
  834.     local GameSettings = Settings.GameSettings
  835.    
  836.     local LocalPlayer = Players.LocalPlayer
  837.     if not LocalPlayer then
  838.         Players:GetPropertyChangedSignal("LocalPlayer"):Wait()
  839.         LocalPlayer = Players.LocalPlayer
  840.     end
  841.    
  842.     local Camera = Workspace.CurrentCamera
  843.     Workspace:GetPropertyChangedSignal("CurrentCamera"):Connect(function()
  844.         local newCamera = Workspace.CurrentCamera
  845.         if newCamera then
  846.             Camera = newCamera
  847.         end
  848.     end)
  849.    
  850.     local FFlagUserExitFreecamBreaksWithShiftlock
  851.     do
  852.         local success, result = pcall(function()
  853.             return UserSettings():IsUserFeatureEnabled("UserExitFreecamBreaksWithShiftlock")
  854.         end)
  855.         FFlagUserExitFreecamBreaksWithShiftlock = success and result
  856.     end
  857.    
  858.     ------------------------------------------------------------------------
  859.    
  860.     local TOGGLE_INPUT_PRIORITY = Enum.ContextActionPriority.Low.Value
  861.     local INPUT_PRIORITY = Enum.ContextActionPriority.High.Value
  862.     local FREECAM_MACRO_KB = {Enum.KeyCode.LeftShift, Enum.KeyCode.P}
  863.    
  864.     local NAV_GAIN = Vector3.new(1, 1, 1)*64
  865.     local PAN_GAIN = Vector2.new(0.75, 1)*8
  866.     local FOV_GAIN = 300
  867.    
  868.     local PITCH_LIMIT = rad(90)
  869.    
  870.     local VEL_STIFFNESS = 1.5
  871.     local PAN_STIFFNESS = 1.0
  872.     local FOV_STIFFNESS = 4.0
  873.    
  874.     ------------------------------------------------------------------------
  875.    
  876.     local Spring = {} do
  877.         Spring.__index = Spring
  878.    
  879.         function Spring.new(freq, pos)
  880.             local self = setmetatable({}, Spring)
  881.             self.f = freq
  882.             self.p = pos
  883.             self.v = pos*0
  884.             return self
  885.         end
  886.    
  887.         function Spring:Update(dt, goal)
  888.             local f = self.f*2*pi
  889.             local p0 = self.p
  890.             local v0 = self.v
  891.    
  892.             local offset = goal - p0
  893.             local decay = exp(-f*dt)
  894.    
  895.             local p1 = goal + (v0*dt - offset*(f*dt + 1))*decay
  896.             local v1 = (f*dt*(offset*f - v0) + v0)*decay
  897.    
  898.             self.p = p1
  899.             self.v = v1
  900.    
  901.             return p1
  902.         end
  903.    
  904.         function Spring:Reset(pos)
  905.             self.p = pos
  906.             self.v = pos*0
  907.         end
  908.     end
  909.    
  910.     ------------------------------------------------------------------------
  911.    
  912.     local cameraPos = Vector3.new()
  913.     local cameraRot = Vector2.new()
  914.     local cameraFov = 0
  915.    
  916.     local velSpring = Spring.new(VEL_STIFFNESS, Vector3.new())
  917.     local panSpring = Spring.new(PAN_STIFFNESS, Vector2.new())
  918.     local fovSpring = Spring.new(FOV_STIFFNESS, 0)
  919.    
  920.     ------------------------------------------------------------------------
  921.    
  922.     local Input = {} do
  923.         local thumbstickCurve do
  924.             local K_CURVATURE = 2.0
  925.             local K_DEADZONE = 0.15
  926.    
  927.             local function fCurve(x)
  928.                 return (exp(K_CURVATURE*x) - 1)/(exp(K_CURVATURE) - 1)
  929.             end
  930.    
  931.             local function fDeadzone(x)
  932.                 return fCurve((x - K_DEADZONE)/(1 - K_DEADZONE))
  933.             end
  934.    
  935.             function thumbstickCurve(x)
  936.                 return sign(x)*clamp(fDeadzone(abs(x)), 0, 1)
  937.             end
  938.         end
  939.    
  940.         local gamepad = {
  941.             ButtonX = 0,
  942.             ButtonY = 0,
  943.             DPadDown = 0,
  944.             DPadUp = 0,
  945.             ButtonL2 = 0,
  946.             ButtonR2 = 0,
  947.             Thumbstick1 = Vector2.new(),
  948.             Thumbstick2 = Vector2.new(),
  949.         }
  950.    
  951.         local keyboard = {
  952.             W = 0,
  953.             A = 0,
  954.             S = 0,
  955.             D = 0,
  956.             E = 0,
  957.             Q = 0,
  958.             U = 0,
  959.             H = 0,
  960.             J = 0,
  961.             K = 0,
  962.             I = 0,
  963.             Y = 0,
  964.             Up = 0,
  965.             Down = 0,
  966.             LeftShift = 0,
  967.             RightShift = 0,
  968.         }
  969.    
  970.         local mouse = {
  971.             Delta = Vector2.new(),
  972.             MouseWheel = 0,
  973.         }
  974.    
  975.         local NAV_GAMEPAD_SPEED  = Vector3.new(1, 1, 1)
  976.         local NAV_KEYBOARD_SPEED = Vector3.new(1, 1, 1)
  977.         local PAN_MOUSE_SPEED    = Vector2.new(1, 1)*(pi/64)
  978.         local PAN_GAMEPAD_SPEED  = Vector2.new(1, 1)*(pi/8)
  979.         local FOV_WHEEL_SPEED    = 1.0
  980.         local FOV_GAMEPAD_SPEED  = 0.25
  981.         local NAV_ADJ_SPEED      = 0.75
  982.         local NAV_SHIFT_MUL      = 0.25
  983.    
  984.         local navSpeed = 1
  985.    
  986.         function Input.Vel(dt)
  987.             navSpeed = clamp(navSpeed + dt*(keyboard.Up - keyboard.Down)*NAV_ADJ_SPEED, 0.01, 4)
  988.    
  989.             local kGamepad = Vector3.new(
  990.                 thumbstickCurve(gamepad.Thumbstick1.X),
  991.                 thumbstickCurve(gamepad.ButtonR2) - thumbstickCurve(gamepad.ButtonL2),
  992.                 thumbstickCurve(-gamepad.Thumbstick1.Y)
  993.             )*NAV_GAMEPAD_SPEED
  994.    
  995.             local kKeyboard = Vector3.new(
  996.                 keyboard.D - keyboard.A + keyboard.K - keyboard.H,
  997.                 keyboard.E - keyboard.Q + keyboard.I - keyboard.Y,
  998.                 keyboard.S - keyboard.W + keyboard.J - keyboard.U
  999.             )*NAV_KEYBOARD_SPEED
  1000.    
  1001.             local shift = UserInputService:IsKeyDown(Enum.KeyCode.LeftShift) or UserInputService:IsKeyDown(Enum.KeyCode.RightShift)
  1002.    
  1003.             return (kGamepad + kKeyboard)*(navSpeed*(shift and NAV_SHIFT_MUL or 1))
  1004.         end
  1005.    
  1006.         function Input.Pan(dt)
  1007.             local kGamepad = Vector2.new(
  1008.                 thumbstickCurve(gamepad.Thumbstick2.Y),
  1009.                 thumbstickCurve(-gamepad.Thumbstick2.X)
  1010.             )*PAN_GAMEPAD_SPEED
  1011.             local kMouse = mouse.Delta*PAN_MOUSE_SPEED
  1012.             mouse.Delta = Vector2.new()
  1013.             return kGamepad + kMouse
  1014.         end
  1015.    
  1016.         function Input.Fov(dt)
  1017.             local kGamepad = (gamepad.ButtonX - gamepad.ButtonY)*FOV_GAMEPAD_SPEED
  1018.             local kMouse = mouse.MouseWheel*FOV_WHEEL_SPEED
  1019.             mouse.MouseWheel = 0
  1020.             return kGamepad + kMouse
  1021.         end
  1022.    
  1023.         do
  1024.             local function Keypress(action, state, input)
  1025.                 keyboard[input.KeyCode.Name] = state == Enum.UserInputState.Begin and 1 or 0
  1026.                 return Enum.ContextActionResult.Sink
  1027.             end
  1028.    
  1029.             local function GpButton(action, state, input)
  1030.                 gamepad[input.KeyCode.Name] = state == Enum.UserInputState.Begin and 1 or 0
  1031.                 return Enum.ContextActionResult.Sink
  1032.             end
  1033.    
  1034.             local function MousePan(action, state, input)
  1035.                 local delta = input.Delta
  1036.                 mouse.Delta = Vector2.new(-delta.y, -delta.x)
  1037.                 return Enum.ContextActionResult.Sink
  1038.             end
  1039.    
  1040.             local function Thumb(action, state, input)
  1041.                 gamepad[input.KeyCode.Name] = input.Position
  1042.                 return Enum.ContextActionResult.Sink
  1043.             end
  1044.    
  1045.             local function Trigger(action, state, input)
  1046.                 gamepad[input.KeyCode.Name] = input.Position.z
  1047.                 return Enum.ContextActionResult.Sink
  1048.             end
  1049.    
  1050.             local function MouseWheel(action, state, input)
  1051.                 mouse[input.UserInputType.Name] = -input.Position.z
  1052.                 return Enum.ContextActionResult.Sink
  1053.             end
  1054.    
  1055.             local function Zero(t)
  1056.                 for k, v in pairs(t) do
  1057.                     t[k] = v*0
  1058.                 end
  1059.             end
  1060.    
  1061.             function Input.StartCapture()
  1062.                 ContextActionService:BindActionAtPriority("FreecamKeyboard", Keypress, false, INPUT_PRIORITY,
  1063.                     Enum.KeyCode.W, Enum.KeyCode.U,
  1064.                     Enum.KeyCode.A, Enum.KeyCode.H,
  1065.                     Enum.KeyCode.S, Enum.KeyCode.J,
  1066.                     Enum.KeyCode.D, Enum.KeyCode.K,
  1067.                     Enum.KeyCode.E, Enum.KeyCode.I,
  1068.                     Enum.KeyCode.Q, Enum.KeyCode.Y,
  1069.                     Enum.KeyCode.Up, Enum.KeyCode.Down
  1070.                 )
  1071.                 ContextActionService:BindActionAtPriority("FreecamMousePan",          MousePan,   false, INPUT_PRIORITY, Enum.UserInputType.MouseMovement)
  1072.                 ContextActionService:BindActionAtPriority("FreecamMouseWheel",        MouseWheel, false, INPUT_PRIORITY, Enum.UserInputType.MouseWheel)
  1073.                 ContextActionService:BindActionAtPriority("FreecamGamepadButton",     GpButton,   false, INPUT_PRIORITY, Enum.KeyCode.ButtonX, Enum.KeyCode.ButtonY)
  1074.                 ContextActionService:BindActionAtPriority("FreecamGamepadTrigger",    Trigger,    false, INPUT_PRIORITY, Enum.KeyCode.ButtonR2, Enum.KeyCode.ButtonL2)
  1075.                 ContextActionService:BindActionAtPriority("FreecamGamepadThumbstick", Thumb,      false, INPUT_PRIORITY, Enum.KeyCode.Thumbstick1, Enum.KeyCode.Thumbstick2)
  1076.             end
  1077.    
  1078.             function Input.StopCapture()
  1079.                 navSpeed = 1
  1080.                 Zero(gamepad)
  1081.                 Zero(keyboard)
  1082.                 Zero(mouse)
  1083.                 ContextActionService:UnbindAction("FreecamKeyboard")
  1084.                 ContextActionService:UnbindAction("FreecamMousePan")
  1085.                 ContextActionService:UnbindAction("FreecamMouseWheel")
  1086.                 ContextActionService:UnbindAction("FreecamGamepadButton")
  1087.                 ContextActionService:UnbindAction("FreecamGamepadTrigger")
  1088.                 ContextActionService:UnbindAction("FreecamGamepadThumbstick")
  1089.             end
  1090.         end
  1091.     end
  1092.    
  1093.     local function GetFocusDistance(cameraFrame)
  1094.         local znear = 0.1
  1095.         local viewport = Camera.ViewportSize
  1096.         local projy = 2*tan(cameraFov/2)
  1097.         local projx = viewport.x/viewport.y*projy
  1098.         local fx = cameraFrame.rightVector
  1099.         local fy = cameraFrame.upVector
  1100.         local fz = cameraFrame.lookVector
  1101.    
  1102.         local minVect = Vector3.new()
  1103.         local minDist = 512
  1104.    
  1105.         for x = 0, 1, 0.5 do
  1106.             for y = 0, 1, 0.5 do
  1107.                 local cx = (x - 0.5)*projx
  1108.                 local cy = (y - 0.5)*projy
  1109.                 local offset = fx*cx - fy*cy + fz
  1110.                 local origin = cameraFrame.p + offset*znear
  1111.                 local _, hit = Workspace:FindPartOnRay(Ray.new(origin, offset.unit*minDist))
  1112.                 local dist = (hit - origin).magnitude
  1113.                 if minDist > dist then
  1114.                     minDist = dist
  1115.                     minVect = offset.unit
  1116.                 end
  1117.             end
  1118.         end
  1119.    
  1120.         return fz:Dot(minVect)*minDist
  1121.     end
  1122.    
  1123.     ------------------------------------------------------------------------
  1124.    
  1125.     local function StepFreecam(dt)
  1126.         local vel = velSpring:Update(dt, Input.Vel(dt))
  1127.         local pan = panSpring:Update(dt, Input.Pan(dt))
  1128.         local fov = fovSpring:Update(dt, Input.Fov(dt))
  1129.    
  1130.         local zoomFactor = sqrt(tan(rad(70/2))/tan(rad(cameraFov/2)))
  1131.    
  1132.         cameraFov = clamp(cameraFov + fov*FOV_GAIN*(dt/zoomFactor), 1, 120)
  1133.         cameraRot = cameraRot + pan*PAN_GAIN*(dt/zoomFactor)
  1134.         cameraRot = Vector2.new(clamp(cameraRot.x, -PITCH_LIMIT, PITCH_LIMIT), cameraRot.y%(2*pi))
  1135.    
  1136.         local cameraCFrame = CFrame.new(cameraPos)*CFrame.fromOrientation(cameraRot.x, cameraRot.y, 0)*CFrame.new(vel*NAV_GAIN*dt)
  1137.         cameraPos = cameraCFrame.p
  1138.    
  1139.         Camera.CFrame = cameraCFrame
  1140.         Camera.Focus = cameraCFrame*CFrame.new(0, 0, -GetFocusDistance(cameraCFrame))
  1141.         Camera.FieldOfView = cameraFov
  1142.     end
  1143.    
  1144.     local function CheckMouseLockAvailability()
  1145.         local devAllowsMouseLock = Players.LocalPlayer.DevEnableMouseLock
  1146.         local devMovementModeIsScriptable = Players.LocalPlayer.DevComputerMovementMode == Enum.DevComputerMovementMode.Scriptable
  1147.         local userHasMouseLockModeEnabled = GameSettings.ControlMode == Enum.ControlMode.MouseLockSwitch
  1148.         local userHasClickToMoveEnabled =  GameSettings.ComputerMovementMode == Enum.ComputerMovementMode.ClickToMove
  1149.         local MouseLockAvailable = devAllowsMouseLock and userHasMouseLockModeEnabled and not userHasClickToMoveEnabled and not devMovementModeIsScriptable
  1150.    
  1151.         return MouseLockAvailable
  1152.     end
  1153.    
  1154.     ------------------------------------------------------------------------
  1155.    
  1156.     local PlayerState = {} do
  1157.         local mouseBehavior
  1158.         local mouseIconEnabled
  1159.         local cameraType
  1160.         local cameraFocus
  1161.         local cameraCFrame
  1162.         local cameraFieldOfView
  1163.         local screenGuis = {}
  1164.         local coreGuis = {
  1165.             Backpack = true,
  1166.             Chat = true,
  1167.             Health = true,
  1168.             PlayerList = true,
  1169.         }
  1170.         local setCores = {
  1171.             BadgesNotificationsActive = true,
  1172.             PointsNotificationsActive = true,
  1173.         }
  1174.    
  1175.         -- Save state and set up for freecam
  1176.         function PlayerState.Push()
  1177.             for name in pairs(coreGuis) do
  1178.                 coreGuis[name] = StarterGui:GetCoreGuiEnabled(Enum.CoreGuiType[name])
  1179.                 StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType[name], false)
  1180.             end
  1181.             for name in pairs(setCores) do
  1182.                 setCores[name] = StarterGui:GetCore(name)
  1183.                 StarterGui:SetCore(name, false)
  1184.             end
  1185.             local playergui = LocalPlayer:FindFirstChildOfClass("PlayerGui")
  1186.             if playergui then
  1187.                 for _, gui in pairs(playergui:GetChildren()) do
  1188.                     if gui:IsA("ScreenGui") and gui.Enabled then
  1189.                         screenGuis[#screenGuis + 1] = gui
  1190.                         gui.Enabled = false
  1191.                     end
  1192.                 end
  1193.                 game:GetService("CoreGui"):FindFirstChild("Bloxium").Enabled = false
  1194.             end
  1195.    
  1196.             cameraFieldOfView = Camera.FieldOfView
  1197.             Camera.FieldOfView = 70
  1198.    
  1199.             cameraType = Camera.CameraType
  1200.             Camera.CameraType = Enum.CameraType.Custom
  1201.    
  1202.             cameraCFrame = Camera.CFrame
  1203.             cameraFocus = Camera.Focus
  1204.    
  1205.             mouseIconEnabled = UserInputService.MouseIconEnabled
  1206.             UserInputService.MouseIconEnabled = false
  1207.    
  1208.             if FFlagUserExitFreecamBreaksWithShiftlock and CheckMouseLockAvailability() then
  1209.                 mouseBehavior = Enum.MouseBehavior.Default
  1210.             else
  1211.                 mouseBehavior = UserInputService.MouseBehavior
  1212.             end
  1213.             UserInputService.MouseBehavior = Enum.MouseBehavior.Default
  1214.         end
  1215.    
  1216.         -- Restore state
  1217.         function PlayerState.Pop()
  1218.             for name, isEnabled in pairs(coreGuis) do
  1219.                 StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType[name], isEnabled)
  1220.             end
  1221.             for name, isEnabled in pairs(setCores) do
  1222.                 StarterGui:SetCore(name, isEnabled)
  1223.             end
  1224.             for _, gui in pairs(screenGuis) do
  1225.                 if gui.Parent then
  1226.                     gui.Enabled = true
  1227.                 end
  1228.             end
  1229.            
  1230.             game:GetService("CoreGui"):FindFirstChild("Bloxium").Enabled = true
  1231.    
  1232.             Camera.FieldOfView = cameraFieldOfView
  1233.             cameraFieldOfView = nil
  1234.    
  1235.             Camera.CameraType = cameraType
  1236.             cameraType = nil
  1237.    
  1238.             Camera.CFrame = cameraCFrame
  1239.             cameraCFrame = nil
  1240.    
  1241.             Camera.Focus = cameraFocus
  1242.             cameraFocus = nil
  1243.    
  1244.             UserInputService.MouseIconEnabled = mouseIconEnabled
  1245.             mouseIconEnabled = nil
  1246.    
  1247.             UserInputService.MouseBehavior = mouseBehavior
  1248.             mouseBehavior = nil
  1249.         end
  1250.     end
  1251.    
  1252.     local function StartFreecam()
  1253.         local cameraCFrame = Camera.CFrame
  1254.         cameraRot = Vector2.new(cameraCFrame:toEulerAnglesYXZ())
  1255.         cameraPos = cameraCFrame.p
  1256.         cameraFov = Camera.FieldOfView
  1257.    
  1258.         velSpring:Reset(Vector3.new())
  1259.         panSpring:Reset(Vector2.new())
  1260.         fovSpring:Reset(0)
  1261.    
  1262.         PlayerState.Push()
  1263.         RunService:BindToRenderStep("Freecam", Enum.RenderPriority.Camera.Value, StepFreecam)
  1264.         Input.StartCapture()
  1265.     end
  1266.    
  1267.     local function StopFreecam()
  1268.         Input.StopCapture()
  1269.         RunService:UnbindFromRenderStep("Freecam")
  1270.         PlayerState.Pop()
  1271.     end
  1272.    
  1273.     ------------------------------------------------------------------------
  1274.    
  1275.     do
  1276.         local enabled = false
  1277.    
  1278.         function ToggleFreecam()
  1279.             if enabled then
  1280.                 StopFreecam()
  1281.             else
  1282.                 if firstFC then
  1283.                     game:GetService("StarterGui"):SetCore("SendNotification", {
  1284.                         Title = "Freecam";
  1285.                         Text = "Press [Left Shift + P] to toggle."
  1286.                     })
  1287.                     firstFC = false
  1288.                 end
  1289.                 StartFreecam()
  1290.             end
  1291.             enabled = not enabled
  1292.         end
  1293.    
  1294.         local function CheckMacro(macro)
  1295.             for i = 1, #macro - 1 do
  1296.                 if not UserInputService:IsKeyDown(macro[i]) then
  1297.                     return
  1298.                 end
  1299.             end
  1300.             ToggleFreecam()
  1301.         end
  1302.    
  1303.         local function HandleActivationInput(action, state, input)
  1304.             if state == Enum.UserInputState.Begin then
  1305.                 if input.KeyCode == FREECAM_MACRO_KB[#FREECAM_MACRO_KB] then
  1306.                     CheckMacro(FREECAM_MACRO_KB)
  1307.                 end
  1308.             end
  1309.             return Enum.ContextActionResult.Pass
  1310.         end
  1311.    
  1312.         ContextActionService:BindActionAtPriority("FreecamToggle", HandleActivationInput, false, TOGGLE_INPUT_PRIORITY, FREECAM_MACRO_KB[#FREECAM_MACRO_KB])
  1313.     end
  1314.    
  1315.     script.Parent.Activated:Connect(function()
  1316.         ToggleFreecam()
  1317.     end)
  1318. end
  1319. local function JELCR_fake_script() -- Fake Script: StarterGui.Bloxium.main.localplayer.otherstuff.Refresh.rf
  1320.     local script = Instance.new("LocalScript")
  1321.     script.Name = "rf"
  1322.     script.Parent = Converted["_Refresh"]
  1323.     local req = require
  1324.     local require = function(obj)
  1325.         local fake = fake_module_scripts[obj]
  1326.         if fake then
  1327.             return fake()
  1328.         end
  1329.         return req(obj)
  1330.     end
  1331.  
  1332.     script.Parent.Activated:Connect(function()
  1333.         local plr = game:GetService("Players").LocalPlayer
  1334.         local refreshed = false
  1335.         if plr.Character then
  1336.             local callbackcf = plr.Character.HumanoidRootPart.CFrame
  1337.             plr.Character:FindFirstChildOfClass("Humanoid").Health = 0
  1338.             task.wait(game:GetService("Players").RespawnTime)
  1339.             plr.CharacterAdded:Connect(function(char)
  1340.                 if refreshed then return end
  1341.                
  1342.                 char:WaitForChild("HumanoidRootPart").CFrame = callbackcf
  1343.                 refreshed = true
  1344.             end)
  1345.         end
  1346.     end)
  1347. end
  1348. local function EHCKZ_fake_script() -- Fake Script: StarterGui.Bloxium.main.localplayer.otherstuff.Invisibility.invis
  1349.     local script = Instance.new("LocalScript")
  1350.     script.Name = "invis"
  1351.     script.Parent = Converted["_Invisibility"]
  1352.     local req = require
  1353.     local require = function(obj)
  1354.         local fake = fake_module_scripts[obj]
  1355.         if fake then
  1356.             return fake()
  1357.         end
  1358.         return req(obj)
  1359.     end
  1360.  
  1361.     script.Parent.Activated:Connect(function()
  1362.         local plr = game:GetService("Players").LocalPlayer
  1363.        
  1364.         if plr.Character then
  1365.             local visible = false
  1366.             local oldchar = plr.Character
  1367.             oldchar.Archivable = true
  1368.            
  1369.             local invischar = oldchar:Clone()
  1370.             invischar.Parent = oldchar
  1371.             invischar.Name = "GhostChar"
  1372.             invischar.HumanoidRootPart.CFrame = oldchar.HumanoidRootPart.CFrame
  1373.            
  1374.             local hum = invischar.Humanoid
  1375.            
  1376.             game:GetService("Workspace").Camera.CameraSubject = hum
  1377.            
  1378.             oldchar.HumanoidRootPart.CFrame = CFrame.new(0, 999999, 0)
  1379.             oldchar.HumanoidRootPart.Anchored = true
  1380.            
  1381.             local function GhostLoop()
  1382.                 if invischar == nil or not invischar:FindFirstChildOfClass("Humanoid") or visible then return end
  1383.                
  1384.                 for i,v in pairs(invischar:GetDescendants()) do
  1385.                     if v:IsA("BasePart") or v:IsA("MeshPart") and v.Name ~= "HumanoidRootPart" then
  1386.                         if v.CanCollide == true then
  1387.                             v.CanCollide = false
  1388.                         end
  1389.                        
  1390.                         v.Transparency = 0.75
  1391.                     end
  1392.                 end
  1393.                
  1394.                 hum:Move(oldchar:FindFirstChildOfClass("Humanoid").MoveDirection)
  1395.                 hum.Jump = oldchar:FindFirstChildOfClass("Humanoid").Jump
  1396.             end
  1397.            
  1398.             game:GetService("UserInputService").InputBegan:Connect(function(k, p)
  1399.                 if p or visible then return end
  1400.                
  1401.                 if k.KeyCode == Enum.KeyCode.X then
  1402.                     oldchar.HumanoidRootPart.Anchored = false
  1403.                     oldchar.HumanoidRootPart.CFrame = invischar.HumanoidRootPart.CFrame
  1404.                     game:GetService("Workspace").Camera.CameraSubject = oldchar:FindFirstChildOfClass("Humanoid")
  1405.                     invischar:Destroy()
  1406.                     visible = true
  1407.                 end
  1408.             end)
  1409.            
  1410.             game:GetService("RunService").Stepped:Connect(GhostLoop)
  1411.         end
  1412.     end)
  1413. end
  1414. local function LLFSI_fake_script() -- Fake Script: StarterGui.Bloxium.main.localplayer.otherstuff.Noclip.nc
  1415.     local script = Instance.new("LocalScript")
  1416.     script.Name = "nc"
  1417.     script.Parent = Converted["_Noclip"]
  1418.     local req = require
  1419.     local require = function(obj)
  1420.         local fake = fake_module_scripts[obj]
  1421.         if fake then
  1422.             return fake()
  1423.         end
  1424.         return req(obj)
  1425.     end
  1426.  
  1427.     local ncenabled = false
  1428.    
  1429.     script.Parent.Activated:Connect(function()
  1430.         if ncenabled then
  1431.             ncenabled = false
  1432.         else
  1433.             ncenabled = true
  1434.         end
  1435.        
  1436.         local plr = game:GetService("Players").LocalPlayer
  1437.        
  1438.         if plr.Character then  
  1439.             local function NoclipLoop()
  1440.                 if not ncenabled then return end
  1441.                
  1442.                 for i,v in pairs(plr.Character:GetDescendants()) do
  1443.                     if v:IsA("BasePart") or v:IsA("MeshPart") and v.Name ~= "HumanoidRootPart" then
  1444.                         if v.CanCollide == true then
  1445.                             v.CanCollide = false
  1446.                         end
  1447.                     end
  1448.                 end
  1449.             end
  1450.            
  1451.             game:GetService("RunService").Stepped:Connect(NoclipLoop)
  1452.         end
  1453.     end)
  1454. end
  1455. local function FRGDBWH_fake_script() -- Fake Script: StarterGui.Bloxium.main.localplayer.otherstuff.hovertext
  1456.     local script = Instance.new("LocalScript")
  1457.     script.Name = "hovertext"
  1458.     script.Parent = Converted["_otherstuff"]
  1459.     local req = require
  1460.     local require = function(obj)
  1461.         local fake = fake_module_scripts[obj]
  1462.         if fake then
  1463.             return fake()
  1464.         end
  1465.         return req(obj)
  1466.     end
  1467.  
  1468.     local function setText(txt)
  1469.         script.Parent.hovered.Text = txt
  1470.     end
  1471.    
  1472.     for i,v in pairs(script.Parent:GetChildren()) do
  1473.         if v:IsA("ImageButton") then
  1474.             v.MouseEnter:Connect(function()
  1475.                 setText(v.Name)
  1476.             end)
  1477.             v.MouseLeave:Connect(function()
  1478.                 setText("")
  1479.             end)
  1480.         end
  1481.     end
  1482. end
  1483. local function VVBHKLV_fake_script() -- Fake Script: StarterGui.Bloxium.main.toggle
  1484.     local script = Instance.new("LocalScript")
  1485.     script.Name = "toggle"
  1486.     script.Parent = Converted["_main"]
  1487.     local req = require
  1488.     local require = function(obj)
  1489.         local fake = fake_module_scripts[obj]
  1490.         if fake then
  1491.             return fake()
  1492.         end
  1493.         return req(obj)
  1494.     end
  1495.  
  1496.     local opened = true
  1497.    
  1498.     game:GetService("UserInputService").InputBegan:Connect(function(k, prox)
  1499.         if prox or script.Parent == nil then return end
  1500.        
  1501.         if k.KeyCode == Enum.KeyCode.LeftAlt then
  1502.             opened = not opened
  1503.            
  1504.             if opened == true then
  1505.                 script.Parent.Visible = true
  1506.             else
  1507.                 script.Parent.Visible = false
  1508.             end
  1509.         end
  1510.     end)
  1511. end
  1512. local function KAZOKT_fake_script() -- Fake Script: StarterGui.Bloxium.main.welcome.name
  1513.     local script = Instance.new("LocalScript")
  1514.     script.Name = "name"
  1515.     script.Parent = Converted["_welcome"]
  1516.     local req = require
  1517.     local require = function(obj)
  1518.         local fake = fake_module_scripts[obj]
  1519.         if fake then
  1520.             return fake()
  1521.         end
  1522.         return req(obj)
  1523.     end
  1524.  
  1525.     script.Parent.Text = "welcome, "..game:GetService("Players").LocalPlayer.DisplayName
  1526. end
  1527. local function EYNFWM_fake_script() -- Fake Script: StarterGui.Bloxium.main.server.dragify
  1528.     local script = Instance.new("LocalScript")
  1529.     script.Name = "dragify"
  1530.     script.Parent = Converted["_server"]
  1531.     local req = require
  1532.     local require = function(obj)
  1533.         local fake = fake_module_scripts[obj]
  1534.         if fake then
  1535.             return fake()
  1536.         end
  1537.         return req(obj)
  1538.     end
  1539.  
  1540.     local drag = require(script.Parent.Parent.dragmod)
  1541.     local d = drag.new(script.Parent)
  1542.    
  1543.     d:Enable()
  1544. end
  1545. local function FSLFQS_fake_script() -- Fake Script: StarterGui.Bloxium.main.server.statsupdater
  1546.     local script = Instance.new("LocalScript")
  1547.     script.Name = "statsupdater"
  1548.     script.Parent = Converted["_server"]
  1549.     local req = require
  1550.     local require = function(obj)
  1551.         local fake = fake_module_scripts[obj]
  1552.         if fake then
  1553.             return fake()
  1554.         end
  1555.         return req(obj)
  1556.     end
  1557.  
  1558.     local function updatePing()
  1559.         while task.wait() do
  1560.             local ping = game:GetService("Players").LocalPlayer:GetNetworkPing() * 1000
  1561.             script.Parent.ping.Text = tostring(ping).."ms"
  1562.         end
  1563.     end
  1564.    
  1565.     local function updateUptime()
  1566.         while task.wait() do
  1567.             local serverUptime = math.floor(time())
  1568.             script.Parent.uptime.Text = tostring(serverUptime).."s"
  1569.         end
  1570.     end
  1571.    
  1572.     local function updatePlayerNumber()
  1573.         local maxplayers = game:GetService("Players").MaxPlayers
  1574.        
  1575.         local function updt()
  1576.             script.Parent.players.Text = tostring(#game:GetService("Players"):GetPlayers()).."/"..tostring(maxplayers)
  1577.         end
  1578.        
  1579.         game:GetService("Players").PlayerAdded:Connect(function(plr)
  1580.             updt()
  1581.         end)
  1582.        
  1583.         game:GetService("Players").PlayerRemoving:Connect(function(plr)
  1584.             updt()
  1585.         end)
  1586.        
  1587.     end
  1588.    
  1589.     task.spawn(updateUptime)
  1590.     task.spawn(updatePlayerNumber)
  1591. end
  1592. local function YLHXPC_fake_script() -- Fake Script: StarterGui.Bloxium.main.server.rejoin.rejoinscript
  1593.     local script = Instance.new("LocalScript")
  1594.     script.Name = "rejoinscript"
  1595.     script.Parent = Converted["_rejoin"]
  1596.     local req = require
  1597.     local require = function(obj)
  1598.         local fake = fake_module_scripts[obj]
  1599.         if fake then
  1600.             return fake()
  1601.         end
  1602.         return req(obj)
  1603.     end
  1604.  
  1605.     script.Parent.Activated:Connect(function()
  1606.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1607.             Title = "Rejoining...";
  1608.             Text = "Please wait."
  1609.         })
  1610.        
  1611.         game:GetService("TeleportService"):TeleportToPlaceInstance(game.PlaceId, game.JobId, game:GetService("Players").LocalPlayer)
  1612.     end)
  1613. end
  1614. local function OCBY_fake_script() -- Fake Script: StarterGui.Bloxium.main.server.serverhop.serverhopscript
  1615.     local script = Instance.new("LocalScript")
  1616.     script.Name = "serverhopscript"
  1617.     script.Parent = Converted["_serverhop"]
  1618.     local req = require
  1619.     local require = function(obj)
  1620.         local fake = fake_module_scripts[obj]
  1621.         if fake then
  1622.             return fake()
  1623.         end
  1624.         return req(obj)
  1625.     end
  1626.  
  1627.     local function serverHop()
  1628.         local http = game:GetService("HttpService")
  1629.         local tp = game:GetService("TeleportService")
  1630.        
  1631.         local requesturl = "https://games.roblox.com/v1/games/"..tostring(game.PlaceId).."/servers/Public?sortOrder=Asc&limit=100"
  1632.        
  1633.         local servers = http:JSONDecode(game:HttpGet(requesturl))
  1634.         local chosenserver = math.random(1, #servers.data)
  1635.        
  1636.         tp:TeleportToPlaceInstance(game.PlaceId, servers.data[chosenserver].id, game:GetService("Players").LocalPlayer)
  1637.     end
  1638.    
  1639.     script.Parent.Activated:Connect(function()
  1640.         game:GetService("StarterGui"):SetCore("SendNotification", {
  1641.             Title = "Serverhopping...";
  1642.             Text = "Please wait."
  1643.         })
  1644.        
  1645.         serverHop()
  1646.     end)
  1647. end
  1648. local function HMODJB_fake_script() -- Fake Script: StarterGui.Bloxium.main.time.timetext.updater
  1649.     local script = Instance.new("LocalScript")
  1650.     script.Name = "updater"
  1651.     script.Parent = Converted["_timetext"]
  1652.     local req = require
  1653.     local require = function(obj)
  1654.         local fake = fake_module_scripts[obj]
  1655.         if fake then
  1656.             return fake()
  1657.         end
  1658.         return req(obj)
  1659.     end
  1660.  
  1661.     local timetext = script.Parent
  1662.    
  1663.     task.spawn(function()
  1664.         while task.wait() do
  1665.             local datetime = DateTime.now()
  1666.            
  1667.             timetext.Text = datetime:FormatLocalTime("LT", "en-us")
  1668.         end
  1669.     end)
  1670. end
  1671.  
  1672. coroutine.wrap(GUNFHTF_fake_script)()
  1673. coroutine.wrap(PSZUY_fake_script)()
  1674. coroutine.wrap(UMKTCA_fake_script)()
  1675. coroutine.wrap(COPNZG_fake_script)()
  1676. coroutine.wrap(XYTSBXY_fake_script)()
  1677. coroutine.wrap(IXETWY_fake_script)()
  1678. coroutine.wrap(JELCR_fake_script)()
  1679. coroutine.wrap(EHCKZ_fake_script)()
  1680. coroutine.wrap(LLFSI_fake_script)()
  1681. coroutine.wrap(FRGDBWH_fake_script)()
  1682. coroutine.wrap(VVBHKLV_fake_script)()
  1683. coroutine.wrap(KAZOKT_fake_script)()
  1684. coroutine.wrap(EYNFWM_fake_script)()
  1685. coroutine.wrap(FSLFQS_fake_script)()
  1686. coroutine.wrap(YLHXPC_fake_script)()
  1687. coroutine.wrap(OCBY_fake_script)()
  1688. coroutine.wrap(HMODJB_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement