Advertisement
unknownexploits

sword_sim_ui

Sep 14th, 2019
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 50.85 KB | None | 0 0
  1. -- By unknown_45273#2851
  2. -- Version 0.1
  3. -- Go have fun with this shit my lil devil ;)
  4. local sword_sim_ui = Instance.new("ScreenGui")
  5. local teleports = Instance.new("Frame")
  6. local title = Instance.new("TextLabel")
  7. local middle_map = Instance.new("TextButton")
  8. local TextLabel = Instance.new("TextLabel")
  9. local outside_map = Instance.new("TextButton")
  10. local TextLabel_2 = Instance.new("TextLabel")
  11. local desc = Instance.new("TextLabel")
  12. local visual = Instance.new("Frame")
  13. local title_2 = Instance.new("TextLabel")
  14. local esp = Instance.new("TextButton")
  15. local TextLabel_3 = Instance.new("TextLabel")
  16. local fullbright = Instance.new("TextButton")
  17. local TextLabel_4 = Instance.new("TextLabel")
  18. local nineeleven = Instance.new("TextButton")
  19. local TextLabel_5 = Instance.new("TextLabel")
  20. local desc_2 = Instance.new("TextLabel")
  21. local rgb = Instance.new("TextButton")
  22. local title_3 = Instance.new("TextLabel")
  23. local char = Instance.new("Frame")
  24. local title_4 = Instance.new("TextLabel")
  25. local speed = Instance.new("TextButton")
  26. local TextLabel_6 = Instance.new("TextLabel")
  27. local jump_power = Instance.new("TextButton")
  28. local TextLabel_7 = Instance.new("TextLabel")
  29. local noclip = Instance.new("TextButton")
  30. local TextLabel_8 = Instance.new("TextLabel")
  31. local desc_3 = Instance.new("TextLabel")
  32. local fly = Instance.new("TextButton")
  33. local TextLabel_9 = Instance.new("TextLabel")
  34. local miscellaneous = Instance.new("Frame")
  35. local title_5 = Instance.new("TextLabel")
  36. local TextLabel_10 = Instance.new("TextLabel")
  37. local gravity = Instance.new("TextButton")
  38. local TextLabel_11 = Instance.new("TextLabel")
  39. local desc_4 = Instance.new("TextLabel")
  40. local autofarm = Instance.new("TextButton")
  41. local loopkill = Instance.new("TextButton")
  42. local user_box = Instance.new("TextBox")
  43. local admin = Instance.new("TextButton")
  44. local TextLabel_12 = Instance.new("TextLabel")
  45. local log = Instance.new("Frame")
  46. local title_6 = Instance.new("TextLabel")
  47. local desc_5 = Instance.new("TextLabel")
  48. local TextLabel_13 = Instance.new("TextLabel")
  49. local change_1 = Instance.new("TextLabel")
  50. local change_2 = Instance.new("TextLabel")
  51. local change_3 = Instance.new("TextLabel")
  52. local change_4 = Instance.new("TextLabel")
  53. local Frame = Instance.new("Frame")
  54. local title_7 = Instance.new("TextLabel")
  55. local desc_6 = Instance.new("TextLabel")
  56. local Changelog_3 = Instance.new("TextLabel")
  57. local Changelog_2 = Instance.new("TextLabel")
  58. local Changelog_4 = Instance.new("TextLabel")
  59. local LogPanel = Instance.new("ScrollingFrame")
  60. local Log = Instance.new("TextButton")
  61. local TextLabel_14 = Instance.new("TextLabel")
  62. --Properties:
  63. sword_sim_ui.Name = "sword_sim_ui"
  64. sword_sim_ui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  65. sword_sim_ui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  66. sword_sim_ui.ResetOnSpawn = false
  67.  
  68. teleports.Name = "teleports"
  69. teleports.Parent = sword_sim_ui
  70. teleports.Active = true
  71. teleports.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  72. teleports.BackgroundTransparency = 0.10999999940395
  73. teleports.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  74. teleports.BorderSizePixel = 2
  75. teleports.Position = UDim2.new(0.0327743925, 0, 0.168469876, 0)
  76. teleports.Size = UDim2.new(0, 220, 0, 54)
  77.  
  78. title.Name = "title"
  79. title.Parent = teleports
  80. title.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  81. title.BackgroundTransparency = 0.10999999940395
  82. title.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  83. title.BorderSizePixel = 2
  84. title.Position = UDim2.new(0, 0, -0.951490045, 0)
  85. title.Size = UDim2.new(0, 220, 0, 45)
  86. title.Font = Enum.Font.SourceSans
  87. title.Text = "Teleports n shit"
  88. title.TextColor3 = Color3.new(1, 1, 1)
  89. title.TextSize = 40
  90. title.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  91. title.TextStrokeTransparency = 0
  92. title.TextWrapped = true
  93.  
  94. middle_map.Name = "middle_map"
  95. middle_map.Parent = teleports
  96. middle_map.Active = false
  97. middle_map.BackgroundColor3 = Color3.new(1, 1, 1)
  98. middle_map.BackgroundTransparency = 1
  99. middle_map.Position = UDim2.new(0.819925427, 0, 0.0370370336, 0)
  100. middle_map.Size = UDim2.new(0, 39, 0, 23)
  101. middle_map.Font = Enum.Font.Code
  102. middle_map.Text = "OFF"
  103. middle_map.TextColor3 = Color3.new(1, 0, 0)
  104. middle_map.TextSize = 20
  105. middle_map.TextWrapped = true
  106.  
  107. TextLabel.Parent = teleports
  108. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  109. TextLabel.BackgroundTransparency = 1
  110. TextLabel.BorderSizePixel = 0
  111. TextLabel.Position = UDim2.new(0.0130659677, 0, 0, 0)
  112. TextLabel.Size = UDim2.new(0, 155, 0, 23)
  113. TextLabel.Font = Enum.Font.Code
  114. TextLabel.Text = "Middle of the map"
  115. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  116. TextLabel.TextSize = 19
  117. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  118.  
  119. outside_map.Name = "outside_map"
  120. outside_map.Parent = teleports
  121. outside_map.Active = false
  122. outside_map.BackgroundColor3 = Color3.new(1, 1, 1)
  123. outside_map.BackgroundTransparency = 1
  124. outside_map.Position = UDim2.new(0.819925427, 0, 0.476407677, 0)
  125. outside_map.Size = UDim2.new(0, 39, 0, 23)
  126. outside_map.Font = Enum.Font.Code
  127. outside_map.Text = "OFF"
  128. outside_map.TextColor3 = Color3.new(1, 0, 0)
  129. outside_map.TextSize = 20
  130. outside_map.TextWrapped = true
  131.  
  132. TextLabel_2.Parent = teleports
  133. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  134. TextLabel_2.BackgroundTransparency = 1
  135. TextLabel_2.BorderSizePixel = 0
  136. TextLabel_2.Position = UDim2.new(0.0139703853, 0, 0.531963229, 0)
  137. TextLabel_2.Size = UDim2.new(0, 155, 0, 23)
  138. TextLabel_2.Font = Enum.Font.Code
  139. TextLabel_2.Text = "Outside map"
  140. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  141. TextLabel_2.TextSize = 20
  142. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  143.  
  144. desc.Name = "desc"
  145. desc.Parent = teleports
  146. desc.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  147. desc.BackgroundTransparency = 0.10999999940395
  148. desc.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  149. desc.BorderSizePixel = 2
  150. desc.Position = UDim2.new(0, 0, 1.11851871, 0)
  151. desc.Size = UDim2.new(0, 220, 0, 32)
  152. desc.Font = Enum.Font.SourceSans
  153. desc.Text = "Press 'Q' to toggle the ui \n Made by unknown_45273#2851"
  154. desc.TextColor3 = Color3.new(1, 1, 1)
  155. desc.TextScaled = true
  156. desc.TextSize = 19
  157. desc.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  158. desc.TextStrokeTransparency = 0
  159. desc.TextWrapped = true
  160.  
  161. visual.Name = "visual"
  162. visual.Parent = sword_sim_ui
  163. visual.Active = true
  164. visual.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  165. visual.BackgroundTransparency = 0.10999999940395
  166. visual.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  167. visual.BorderSizePixel = 2
  168. visual.Position = UDim2.new(0.174940854, 0, 0.168109924, 0)
  169. visual.Size = UDim2.new(0, 222, 0, 99)
  170.  
  171. title_2.Name = "title"
  172. title_2.Parent = visual
  173. title_2.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  174. title_2.BackgroundTransparency = 0.10999999940395
  175. title_2.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  176. title_2.BorderSizePixel = 2
  177. title_2.Position = UDim2.new(0, 0, -0.518282831, 0)
  178. title_2.Size = UDim2.new(0, 222, 0, 45)
  179. title_2.Font = Enum.Font.SourceSans
  180. title_2.Text = "Visual Cheatz"
  181. title_2.TextColor3 = Color3.new(1, 1, 1)
  182. title_2.TextSize = 40
  183. title_2.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  184. title_2.TextStrokeTransparency = 0
  185. title_2.TextWrapped = true
  186.  
  187. esp.Name = "esp"
  188. esp.Parent = visual
  189. esp.Active = false
  190. esp.BackgroundColor3 = Color3.new(1, 1, 1)
  191. esp.BackgroundTransparency = 1
  192. esp.Position = UDim2.new(0.822644591, 0, 0.032429561, 0)
  193. esp.Size = UDim2.new(0, 39, 0, 23)
  194. esp.Font = Enum.Font.Code
  195. esp.Text = "OFF"
  196. esp.TextColor3 = Color3.new(1, 0, 0)
  197. esp.TextSize = 20
  198. esp.TextWrapped = true
  199.  
  200. TextLabel_3.Parent = visual
  201. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  202. TextLabel_3.BackgroundTransparency = 1
  203. TextLabel_3.BorderSizePixel = 0
  204. TextLabel_3.Position = UDim2.new(0.0240550321, 0, 0.0627325773, 0)
  205. TextLabel_3.Size = UDim2.new(0, 121, 0, 23)
  206. TextLabel_3.Font = Enum.Font.Code
  207. TextLabel_3.Text = "Esp"
  208. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  209. TextLabel_3.TextSize = 20
  210. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  211.  
  212. fullbright.Name = "fullbright"
  213. fullbright.Parent = visual
  214. fullbright.Active = false
  215. fullbright.BackgroundColor3 = Color3.new(1, 1, 1)
  216. fullbright.BackgroundTransparency = 1
  217. fullbright.Position = UDim2.new(0.822644591, 0, 0.251119882, 0)
  218. fullbright.Size = UDim2.new(0, 39, 0, 23)
  219. fullbright.Font = Enum.Font.Code
  220. fullbright.Text = "OFF"
  221. fullbright.TextColor3 = Color3.new(1, 0, 0)
  222. fullbright.TextSize = 20
  223. fullbright.TextWrapped = true
  224.  
  225. TextLabel_4.Parent = visual
  226. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  227. TextLabel_4.BackgroundTransparency = 1
  228. TextLabel_4.BorderSizePixel = 0
  229. TextLabel_4.Position = UDim2.new(0.0240550321, 0, 0.281422943, 0)
  230. TextLabel_4.Size = UDim2.new(0, 121, 0, 23)
  231. TextLabel_4.Font = Enum.Font.Code
  232. TextLabel_4.Text = "Fullbright"
  233. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  234. TextLabel_4.TextSize = 20
  235. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  236.  
  237. nineeleven.Name = "nineeleven"
  238. nineeleven.Parent = visual
  239. nineeleven.Active = false
  240. nineeleven.BackgroundColor3 = Color3.new(1, 1, 1)
  241. nineeleven.BackgroundTransparency = 1
  242. nineeleven.Position = UDim2.new(0.822644591, 0, 0.468437552, 0)
  243. nineeleven.Size = UDim2.new(0, 39, 0, 23)
  244. nineeleven.Font = Enum.Font.Code
  245. nineeleven.Text = "OFF"
  246. nineeleven.TextColor3 = Color3.new(1, 0, 0)
  247. nineeleven.TextSize = 20
  248. nineeleven.TextWrapped = true
  249.  
  250. TextLabel_5.Parent = visual
  251. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  252. TextLabel_5.BackgroundTransparency = 1
  253. TextLabel_5.BorderSizePixel = 0
  254. TextLabel_5.Position = UDim2.new(0.0240550321, 0, 0.498740613, 0)
  255. TextLabel_5.Size = UDim2.new(0, 121, 0, 23)
  256. TextLabel_5.Font = Enum.Font.Code
  257. TextLabel_5.Text = "Commit 9/11"
  258. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  259. TextLabel_5.TextSize = 20
  260. TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
  261.  
  262. desc_2.Name = "desc"
  263. desc_2.Parent = visual
  264. desc_2.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  265. desc_2.BackgroundTransparency = 0.10999999940395
  266. desc_2.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  267. desc_2.BorderSizePixel = 2
  268. desc_2.Position = UDim2.new(0, 0, 1.08000016, 0)
  269. desc_2.Size = UDim2.new(0, 222, 0, 31)
  270. desc_2.Font = Enum.Font.SourceSans
  271. desc_2.Text = "Press 'Q' to toggle the ui \n Made by unknown_45273#2851"
  272. desc_2.TextColor3 = Color3.new(1, 1, 1)
  273. desc_2.TextScaled = true
  274. desc_2.TextSize = 19
  275. desc_2.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  276. desc_2.TextStrokeTransparency = 0
  277. desc_2.TextWrapped = true
  278.  
  279. rgb.Name = "rgb"
  280. rgb.Parent = visual
  281. rgb.Active = false
  282. rgb.BackgroundColor3 = Color3.new(1, 1, 1)
  283. rgb.BackgroundTransparency = 1
  284. rgb.Position = UDim2.new(0.822644591, 0, 0.694895744, 0)
  285. rgb.Size = UDim2.new(0, 39, 0, 23)
  286. rgb.Font = Enum.Font.Code
  287. rgb.Text = "OFF"
  288. rgb.TextColor3 = Color3.new(1, 0, 0)
  289. rgb.TextSize = 20
  290. rgb.TextWrapped = true
  291.  
  292. title_3.Name = "title"
  293. title_3.Parent = visual
  294. title_3.BackgroundColor3 = Color3.new(1, 1, 1)
  295. title_3.BackgroundTransparency = 1
  296. title_3.BorderSizePixel = 0
  297. title_3.Position = UDim2.new(0.0240550321, 0, 0.725198746, 0)
  298. title_3.Size = UDim2.new(0, 121, 0, 23)
  299. title_3.Font = Enum.Font.Code
  300. title_3.Text = "Rgb"
  301. title_3.TextColor3 = Color3.new(1, 1, 1)
  302. title_3.TextSize = 20
  303. title_3.TextXAlignment = Enum.TextXAlignment.Left
  304.  
  305. char.Name = "char"
  306. char.Parent = sword_sim_ui
  307. char.Active = true
  308. char.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  309. char.BackgroundTransparency = 0.10999999940395
  310. char.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  311. char.BorderSizePixel = 2
  312. char.Position = UDim2.new(0.323363125, 0, 0.167659938, 0)
  313. char.Size = UDim2.new(0, 248, 0, 99)
  314.  
  315. title_4.Name = "title"
  316. title_4.Parent = char
  317. title_4.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  318. title_4.BackgroundTransparency = 0.10999999940395
  319. title_4.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  320. title_4.BorderSizePixel = 2
  321. title_4.Position = UDim2.new(0, 0, -0.528383791, 0)
  322. title_4.Size = UDim2.new(0, 246, 0, 45)
  323. title_4.Font = Enum.Font.SourceSans
  324. title_4.Text = "Character Cheatz"
  325. title_4.TextColor3 = Color3.new(1, 1, 1)
  326. title_4.TextSize = 40
  327. title_4.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  328. title_4.TextStrokeTransparency = 0
  329. title_4.TextWrapped = true
  330.  
  331. speed.Name = "speed"
  332. speed.Parent = char
  333. speed.Active = false
  334. speed.BackgroundColor3 = Color3.new(1, 1, 1)
  335. speed.BackgroundTransparency = 1
  336. speed.Position = UDim2.new(0.854964018, 0, 0.014539931, 0)
  337. speed.Size = UDim2.new(0, 31, 0, 23)
  338. speed.Font = Enum.Font.Code
  339. speed.Text = "OFF"
  340. speed.TextColor3 = Color3.new(1, 0, 0)
  341. speed.TextSize = 20
  342. speed.TextWrapped = true
  343.  
  344. TextLabel_6.Parent = char
  345. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  346. TextLabel_6.BackgroundTransparency = 1
  347. TextLabel_6.BorderSizePixel = 0
  348. TextLabel_6.Position = UDim2.new(0.0240549836, 0, 0.00443884358, 0)
  349. TextLabel_6.Size = UDim2.new(0, 182, 0, 23)
  350. TextLabel_6.Font = Enum.Font.Code
  351. TextLabel_6.Text = "Super Speed"
  352. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  353. TextLabel_6.TextSize = 20
  354. TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left
  355.  
  356. jump_power.Name = "jump_power"
  357. jump_power.Parent = char
  358. jump_power.Active = false
  359. jump_power.BackgroundColor3 = Color3.new(1, 1, 1)
  360. jump_power.BackgroundTransparency = 1
  361. jump_power.Position = UDim2.new(0.854964018, 0, 0.238435686, 0)
  362. jump_power.Size = UDim2.new(0, 31, 0, 23)
  363. jump_power.Font = Enum.Font.Code
  364. jump_power.Text = "OFF"
  365. jump_power.TextColor3 = Color3.new(1, 0, 0)
  366. jump_power.TextSize = 20
  367. jump_power.TextWrapped = true
  368.  
  369. TextLabel_7.Parent = char
  370. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  371. TextLabel_7.BackgroundTransparency = 1
  372. TextLabel_7.BorderSizePixel = 0
  373. TextLabel_7.Position = UDim2.new(0.0240549836, 0, 0.22833468, 0)
  374. TextLabel_7.Size = UDim2.new(0, 182, 0, 23)
  375. TextLabel_7.Font = Enum.Font.Code
  376. TextLabel_7.Text = "Super Jump"
  377. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  378. TextLabel_7.TextSize = 20
  379. TextLabel_7.TextXAlignment = Enum.TextXAlignment.Left
  380.  
  381. noclip.Name = "noclip"
  382. noclip.Parent = char
  383. noclip.Active = false
  384. noclip.BackgroundColor3 = Color3.new(1, 1, 1)
  385. noclip.BackgroundTransparency = 1
  386. noclip.Position = UDim2.new(0.854964018, 0, 0.494869798, 0)
  387. noclip.Size = UDim2.new(0, 31, 0, 23)
  388. noclip.Font = Enum.Font.Code
  389. noclip.Text = "OFF"
  390. noclip.TextColor3 = Color3.new(1, 0, 0)
  391. noclip.TextSize = 20
  392. noclip.TextWrapped = true
  393.  
  394. TextLabel_8.Parent = char
  395. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  396. TextLabel_8.BackgroundTransparency = 1
  397. TextLabel_8.BorderSizePixel = 0
  398. TextLabel_8.Position = UDim2.new(0.0240549836, 0, 0.484768808, 0)
  399. TextLabel_8.Size = UDim2.new(0, 182, 0, 23)
  400. TextLabel_8.Font = Enum.Font.Code
  401. TextLabel_8.Text = "Noclip"
  402. TextLabel_8.TextColor3 = Color3.new(1, 1, 1)
  403. TextLabel_8.TextSize = 20
  404. TextLabel_8.TextXAlignment = Enum.TextXAlignment.Left
  405.  
  406. desc_3.Name = "desc"
  407. desc_3.Parent = char
  408. desc_3.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  409. desc_3.BackgroundTransparency = 0.10999999940395
  410. desc_3.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  411. desc_3.BorderSizePixel = 2
  412. desc_3.Position = UDim2.new(0, 0, 1.06000006, 0)
  413. desc_3.Size = UDim2.new(0, 246, 0, 32)
  414. desc_3.Font = Enum.Font.SourceSans
  415. desc_3.Text = "Press 'Q' to toggle the ui \n Made by unknown_45273#2851"
  416. desc_3.TextColor3 = Color3.new(1, 1, 1)
  417. desc_3.TextScaled = true
  418. desc_3.TextSize = 19
  419. desc_3.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  420. desc_3.TextStrokeTransparency = 0
  421. desc_3.TextWrapped = true
  422.  
  423. fly.Name = "fly"
  424. fly.Parent = char
  425. fly.Active = false
  426. fly.BackgroundColor3 = Color3.new(1, 1, 1)
  427. fly.BackgroundTransparency = 1
  428. fly.Position = UDim2.new(0.854964018, 0, 0.727193058, 0)
  429. fly.Size = UDim2.new(0, 31, 0, 23)
  430. fly.Font = Enum.Font.Code
  431. fly.Text = "OFF"
  432. fly.TextColor3 = Color3.new(1, 0, 0)
  433. fly.TextSize = 20
  434. fly.TextWrapped = true
  435.  
  436. TextLabel_9.Parent = char
  437. TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  438. TextLabel_9.BackgroundTransparency = 1
  439. TextLabel_9.BorderSizePixel = 0
  440. TextLabel_9.Position = UDim2.new(0.0240549836, 0, 0.717092037, 0)
  441. TextLabel_9.Size = UDim2.new(0, 182, 0, 23)
  442. TextLabel_9.Font = Enum.Font.Code
  443. TextLabel_9.Text = "Fly (Disabled atm)"
  444. TextLabel_9.TextColor3 = Color3.new(1, 1, 1)
  445. TextLabel_9.TextSize = 20
  446. TextLabel_9.TextXAlignment = Enum.TextXAlignment.Left
  447.  
  448. miscellaneous.Name = "miscellaneous"
  449. miscellaneous.Parent = sword_sim_ui
  450. miscellaneous.Active = true
  451. miscellaneous.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  452. miscellaneous.BackgroundTransparency = 0.10999999940395
  453. miscellaneous.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  454. miscellaneous.BorderSizePixel = 2
  455. miscellaneous.Position = UDim2.new(0.48303166, 0, 0.167659938, 0)
  456. miscellaneous.Size = UDim2.new(0, 238, 0, 92)
  457.  
  458. title_5.Name = "title"
  459. title_5.Parent = miscellaneous
  460. title_5.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  461. title_5.BackgroundTransparency = 0.10999999940395
  462. title_5.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  463. title_5.BorderSizePixel = 2
  464. title_5.Position = UDim2.new(0, 0, -0.587787986, 0)
  465. title_5.Size = UDim2.new(0, 239, 0, 45)
  466. title_5.Font = Enum.Font.SourceSans
  467. title_5.Text = "Miscellaneous Cheats"
  468. title_5.TextColor3 = Color3.new(1, 1, 1)
  469. title_5.TextScaled = true
  470. title_5.TextSize = 25
  471. title_5.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  472. title_5.TextStrokeTransparency = 0
  473. title_5.TextWrapped = true
  474.  
  475. TextLabel_10.Parent = miscellaneous
  476. TextLabel_10.BackgroundColor3 = Color3.new(1, 1, 1)
  477. TextLabel_10.BackgroundTransparency = 1
  478. TextLabel_10.BorderSizePixel = 0
  479. TextLabel_10.Position = UDim2.new(0.0240549836, 0, -0.00171624497, 0)
  480. TextLabel_10.Size = UDim2.new(0, 154, 0, 23)
  481. TextLabel_10.Font = Enum.Font.Code
  482. TextLabel_10.Text = "Autofarm"
  483. TextLabel_10.TextColor3 = Color3.new(1, 1, 1)
  484. TextLabel_10.TextSize = 20
  485. TextLabel_10.TextXAlignment = Enum.TextXAlignment.Left
  486.  
  487. gravity.Name = "gravity"
  488. gravity.Parent = miscellaneous
  489. gravity.Active = false
  490. gravity.BackgroundColor3 = Color3.new(1, 1, 1)
  491. gravity.BackgroundTransparency = 1
  492. gravity.Position = UDim2.new(0.829064548, 0, 0.218094423, 0)
  493. gravity.Size = UDim2.new(0, 39, 0, 23)
  494. gravity.Font = Enum.Font.Code
  495. gravity.Text = "OFF"
  496. gravity.TextColor3 = Color3.new(1, 0, 0)
  497. gravity.TextSize = 20
  498. gravity.TextWrapped = true
  499.  
  500. TextLabel_11.Parent = miscellaneous
  501. TextLabel_11.BackgroundColor3 = Color3.new(1, 1, 1)
  502. TextLabel_11.BackgroundTransparency = 1
  503. TextLabel_11.BorderSizePixel = 0
  504. TextLabel_11.Position = UDim2.new(0.0240549836, 0, 0.235638276, 0)
  505. TextLabel_11.Size = UDim2.new(0, 154, 0, 23)
  506. TextLabel_11.Font = Enum.Font.Code
  507. TextLabel_11.Text = "Low Gravity"
  508. TextLabel_11.TextColor3 = Color3.new(1, 1, 1)
  509. TextLabel_11.TextSize = 18
  510. TextLabel_11.TextXAlignment = Enum.TextXAlignment.Left
  511.  
  512. desc_4.Name = "desc"
  513. desc_4.Parent = miscellaneous
  514. desc_4.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  515. desc_4.BackgroundTransparency = 0.10999999940395
  516. desc_4.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  517. desc_4.BorderSizePixel = 2
  518. desc_4.Position = UDim2.new(-0.00420168089, 0, 1.07542324, 0)
  519. desc_4.Size = UDim2.new(0, 238, 0, 32)
  520. desc_4.Font = Enum.Font.SourceSans
  521. desc_4.Text = "Press 'Q' to toggle the ui \n Made by unknown_45273#2851"
  522. desc_4.TextColor3 = Color3.new(1, 1, 1)
  523. desc_4.TextScaled = true
  524. desc_4.TextSize = 19
  525. desc_4.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  526. desc_4.TextStrokeTransparency = 0
  527. desc_4.TextWrapped = true
  528.  
  529. autofarm.Name = "autofarm"
  530. autofarm.Parent = miscellaneous
  531. autofarm.Active = false
  532. autofarm.BackgroundColor3 = Color3.new(1, 1, 1)
  533. autofarm.BackgroundTransparency = 1
  534. autofarm.Position = UDim2.new(0.833266258, 0, -0.00839054212, 0)
  535. autofarm.Size = UDim2.new(0, 39, 0, 23)
  536. autofarm.Font = Enum.Font.Code
  537. autofarm.Text = "OFF"
  538. autofarm.TextColor3 = Color3.new(1, 0, 0)
  539. autofarm.TextSize = 20
  540. autofarm.TextWrapped = true
  541.  
  542. loopkill.Name = "loopkill"
  543. loopkill.Parent = miscellaneous
  544. loopkill.Active = false
  545. loopkill.BackgroundColor3 = Color3.new(1, 1, 1)
  546. loopkill.BackgroundTransparency = 1
  547. loopkill.Position = UDim2.new(0.833266318, 0, 0.707224965, 0)
  548. loopkill.Size = UDim2.new(0, 39, 0, 22)
  549. loopkill.Font = Enum.Font.Code
  550. loopkill.Text = "OFF"
  551. loopkill.TextColor3 = Color3.new(1, 0, 0)
  552. loopkill.TextSize = 20
  553. loopkill.TextWrapped = true
  554.  
  555. user_box.Name = "user_box"
  556. user_box.Parent = miscellaneous
  557. user_box.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  558. user_box.BackgroundTransparency = 0.55000001192093
  559. user_box.Position = UDim2.new(0.0240550321, 0, 0.75, 0)
  560. user_box.Size = UDim2.new(0, 192, 0, 19)
  561. user_box.Font = Enum.Font.SourceSans
  562. user_box.PlaceholderColor3 = Color3.new(1, 1, 1)
  563. user_box.PlaceholderText = "Loop Kill user"
  564. user_box.Text = ""
  565. user_box.TextColor3 = Color3.new(1, 1, 1)
  566. user_box.TextSize = 20
  567. user_box.TextXAlignment = Enum.TextXAlignment.Left
  568.  
  569. admin.Name = "admin"
  570. admin.Parent = miscellaneous
  571. admin.Active = false
  572. admin.BackgroundColor3 = Color3.new(1, 1, 1)
  573. admin.BackgroundTransparency = 1
  574. admin.Position = UDim2.new(0.833266258, 0, 0.478963971, 0)
  575. admin.Size = UDim2.new(0, 39, 0, 23)
  576. admin.Font = Enum.Font.Code
  577. admin.Text = "OFF"
  578. admin.TextColor3 = Color3.new(1, 0, 0)
  579. admin.TextSize = 20
  580. admin.TextWrapped = true
  581.  
  582. TextLabel_12.Parent = miscellaneous
  583. TextLabel_12.BackgroundColor3 = Color3.new(1, 1, 1)
  584. TextLabel_12.BackgroundTransparency = 1
  585. TextLabel_12.BorderSizePixel = 0
  586. TextLabel_12.Position = UDim2.new(0.0240549836, 0, 0.474768698, 0)
  587. TextLabel_12.Size = UDim2.new(0, 154, 0, 23)
  588. TextLabel_12.Font = Enum.Font.Code
  589. TextLabel_12.Text = "Admin"
  590. TextLabel_12.TextColor3 = Color3.new(1, 1, 1)
  591. TextLabel_12.TextSize = 20
  592. TextLabel_12.TextXAlignment = Enum.TextXAlignment.Left
  593.  
  594. log.Name = "log"
  595. log.Parent = sword_sim_ui
  596. log.Active = true
  597. log.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  598. log.BackgroundTransparency = 0.10999999940395
  599. log.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  600. log.BorderSizePixel = 2
  601. log.Position = UDim2.new(0.637257516, 0, 0.161837518, 0)
  602. log.Size = UDim2.new(0, 225, 0, 108)
  603.  
  604. title_6.Name = "title"
  605. title_6.Parent = log
  606. title_6.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  607. title_6.BackgroundTransparency = 0.10999999940395
  608. title_6.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  609. title_6.BorderSizePixel = 2
  610. title_6.Position = UDim2.new(0, 0, -0.470678955, 0)
  611. title_6.Size = UDim2.new(0, 225, 0, 45)
  612. title_6.Font = Enum.Font.SourceSans
  613. title_6.Text = "Changelog"
  614. title_6.TextColor3 = Color3.new(1, 1, 1)
  615. title_6.TextScaled = true
  616. title_6.TextSize = 25
  617. title_6.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  618. title_6.TextStrokeTransparency = 0
  619. title_6.TextWrapped = true
  620.  
  621. desc_5.Name = "desc"
  622. desc_5.Parent = log
  623. desc_5.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  624. desc_5.BackgroundTransparency = 0.10999999940395
  625. desc_5.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  626. desc_5.BorderSizePixel = 2
  627. desc_5.Position = UDim2.new(0, 0, 1.08764064, 0)
  628. desc_5.Size = UDim2.new(0, 225, 0, 32)
  629. desc_5.Font = Enum.Font.SourceSans
  630. desc_5.Text = "Press 'Q' to toggle the ui \n Made by unknown_45273#2851"
  631. desc_5.TextColor3 = Color3.new(1, 1, 1)
  632. desc_5.TextScaled = true
  633. desc_5.TextSize = 19
  634. desc_5.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  635. desc_5.TextStrokeTransparency = 0
  636. desc_5.TextWrapped = true
  637.  
  638. TextLabel_13.Parent = log
  639. TextLabel_13.BackgroundColor3 = Color3.new(1, 1, 1)
  640. TextLabel_13.BackgroundTransparency = 1
  641. TextLabel_13.BorderSizePixel = 0
  642. TextLabel_13.Position = UDim2.new(0.0240549054, 0, 0.00798868295, 0)
  643. TextLabel_13.Size = UDim2.new(0, 191, 0, 18)
  644. TextLabel_13.Font = Enum.Font.Code
  645. TextLabel_13.Text = "Version 0.1"
  646. TextLabel_13.TextColor3 = Color3.new(1, 1, 1)
  647. TextLabel_13.TextSize = 20
  648. TextLabel_13.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  649. TextLabel_13.TextStrokeTransparency = 0
  650. TextLabel_13.TextXAlignment = Enum.TextXAlignment.Left
  651.  
  652. change_1.Name = "change_1"
  653. change_1.Parent = log
  654. change_1.BackgroundColor3 = Color3.new(1, 1, 1)
  655. change_1.BackgroundTransparency = 1
  656. change_1.BorderSizePixel = 0
  657. change_1.Position = UDim2.new(0.0240549836, 0, 0.232194975, 0)
  658. change_1.Size = UDim2.new(0, 191, 0, 18)
  659. change_1.Font = Enum.Font.Code
  660. change_1.Text = "[+] Rescripted ui"
  661. change_1.TextColor3 = Color3.new(1, 1, 1)
  662. change_1.TextSize = 20
  663. change_1.TextXAlignment = Enum.TextXAlignment.Left
  664.  
  665. change_2.Name = "change_2"
  666. change_2.Parent = log
  667. change_2.BackgroundColor3 = Color3.new(1, 1, 1)
  668. change_2.BackgroundTransparency = 1
  669. change_2.BorderSizePixel = 0
  670. change_2.Position = UDim2.new(0.0240549836, 0, 0.402168542, 0)
  671. change_2.Size = UDim2.new(0, 245, 0, 18)
  672. change_2.Font = Enum.Font.Code
  673. change_2.Text = ""
  674. change_2.TextColor3 = Color3.new(1, 1, 1)
  675. change_2.TextSize = 20
  676. change_2.TextXAlignment = Enum.TextXAlignment.Left
  677.  
  678. change_3.Name = "change_3"
  679. change_3.Parent = log
  680. change_3.BackgroundColor3 = Color3.new(1, 1, 1)
  681. change_3.BackgroundTransparency = 1
  682. change_3.BorderSizePixel = 0
  683. change_3.Position = UDim2.new(0.0240549836, 0, 0.589668572, 0)
  684. change_3.Size = UDim2.new(0, 245, 0, 18)
  685. change_3.Font = Enum.Font.Code
  686. change_3.Text = ""
  687. change_3.TextColor3 = Color3.new(1, 1, 1)
  688. change_3.TextSize = 20
  689. change_3.TextXAlignment = Enum.TextXAlignment.Left
  690.  
  691. change_4.Name = "change_4"
  692. change_4.Parent = log
  693. change_4.BackgroundColor3 = Color3.new(1, 1, 1)
  694. change_4.BackgroundTransparency = 1
  695. change_4.BorderSizePixel = 0
  696. change_4.Position = UDim2.new(0.0240549836, 0, 0.7503829, 0)
  697. change_4.Size = UDim2.new(0, 245, 0, 18)
  698. change_4.Font = Enum.Font.Code
  699. change_4.Text = ""
  700. change_4.TextColor3 = Color3.new(1, 1, 1)
  701. change_4.TextSize = 20
  702. change_4.TextXAlignment = Enum.TextXAlignment.Left
  703.  
  704. Frame.Parent = sword_sim_ui
  705. Frame.Active = true
  706. Frame.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  707. Frame.BackgroundTransparency = 0.10999999940395
  708. Frame.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  709. Frame.BorderSizePixel = 2
  710. Frame.Position = UDim2.new(0.79271698, 0, 0.167659938, 0)
  711. Frame.Size = UDim2.new(0, 293, 0, 145)
  712.  
  713. title_7.Name = "title"
  714. title_7.Parent = Frame
  715. title_7.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  716. title_7.BackgroundTransparency = 0.10999999940395
  717. title_7.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  718. title_7.BorderSizePixel = 2
  719. title_7.Position = UDim2.new(0, 0, -0.381023735, 0)
  720. title_7.Size = UDim2.new(0, 293, 0, 45)
  721. title_7.Font = Enum.Font.SourceSans
  722. title_7.Text = "Chatlogs"
  723. title_7.TextColor3 = Color3.new(1, 1, 1)
  724. title_7.TextScaled = true
  725. title_7.TextSize = 25
  726. title_7.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  727. title_7.TextStrokeTransparency = 0
  728. title_7.TextWrapped = true
  729.  
  730. desc_6.Name = "desc"
  731. desc_6.Parent = Frame
  732. desc_6.BackgroundColor3 = Color3.new(0.12549, 0.12549, 0.12549)
  733. desc_6.BackgroundTransparency = 0.10999999940395
  734. desc_6.BorderColor3 = Color3.new(0.556863, 0.109804, 1)
  735. desc_6.BorderSizePixel = 2
  736. desc_6.Position = UDim2.new(0, 0, 1.07167649, 0)
  737. desc_6.Size = UDim2.new(0, 293, 0, 32)
  738. desc_6.Font = Enum.Font.SourceSans
  739. desc_6.Text = "Press 'Q' to toggle the ui \n Made by unknown_45273#3481"
  740. desc_6.TextColor3 = Color3.new(1, 1, 1)
  741. desc_6.TextScaled = true
  742. desc_6.TextSize = 19
  743. desc_6.TextStrokeColor3 = Color3.new(0.556863, 0.109804, 1)
  744. desc_6.TextStrokeTransparency = 0
  745. desc_6.TextWrapped = true
  746.  
  747. Changelog_3.Name = "Changelog_3"
  748. Changelog_3.Parent = Frame
  749. Changelog_3.BackgroundColor3 = Color3.new(1, 1, 1)
  750. Changelog_3.BackgroundTransparency = 1
  751. Changelog_3.BorderSizePixel = 0
  752. Changelog_3.Position = UDim2.new(0.0326388776, 0, 0.55966419, 0)
  753. Changelog_3.Size = UDim2.new(0, 217, 0, 21)
  754. Changelog_3.Font = Enum.Font.Code
  755. Changelog_3.Text = ""
  756. Changelog_3.TextColor3 = Color3.new(1, 1, 1)
  757. Changelog_3.TextSize = 20
  758. Changelog_3.TextXAlignment = Enum.TextXAlignment.Left
  759.  
  760. Changelog_2.Name = "Changelog_2"
  761. Changelog_2.Parent = Frame
  762. Changelog_2.BackgroundColor3 = Color3.new(1, 1, 1)
  763. Changelog_2.BackgroundTransparency = 1
  764. Changelog_2.BorderSizePixel = 0
  765. Changelog_2.Position = UDim2.new(0.0326388776, 0, 0.363235623, 0)
  766. Changelog_2.Size = UDim2.new(0, 217, 0, 21)
  767. Changelog_2.Font = Enum.Font.Code
  768. Changelog_2.Text = ""
  769. Changelog_2.TextColor3 = Color3.new(1, 1, 1)
  770. Changelog_2.TextSize = 20
  771. Changelog_2.TextXAlignment = Enum.TextXAlignment.Left
  772.  
  773. Changelog_4.Name = "Changelog_4"
  774. Changelog_4.Parent = Frame
  775. Changelog_4.BackgroundColor3 = Color3.new(1, 1, 1)
  776. Changelog_4.BackgroundTransparency = 1
  777. Changelog_4.BorderSizePixel = 0
  778. Changelog_4.Position = UDim2.new(0.0326388776, 0, 0.765021324, 0)
  779. Changelog_4.Size = UDim2.new(0, 217, 0, 21)
  780. Changelog_4.Font = Enum.Font.Code
  781. Changelog_4.Text = ""
  782. Changelog_4.TextColor3 = Color3.new(1, 1, 1)
  783. Changelog_4.TextSize = 20
  784. Changelog_4.TextXAlignment = Enum.TextXAlignment.Left
  785.  
  786. LogPanel.Name = "LogPanel"
  787. LogPanel.Parent = Frame
  788. LogPanel.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  789. LogPanel.BackgroundTransparency = 0.55000001192093
  790. LogPanel.BorderSizePixel = 0
  791. LogPanel.Position = UDim2.new(0.0238907859, 0, 0.0206896551, 0)
  792. LogPanel.Size = UDim2.new(0, 280, 0, 120)
  793. LogPanel.CanvasSize = UDim2.new(1000, 0, 300, 0)
  794. LogPanel.CanvasPosition = Vector2.new(0, 135)
  795. LogPanel.VerticalScrollBarPosition = Enum.VerticalScrollBarPosition.Left
  796.  
  797. Log.Name = "Log"
  798. Log.Parent = Frame
  799. Log.Active = false
  800. Log.BackgroundColor3 = Color3.new(1, 1, 1)
  801. Log.BackgroundTransparency = 1
  802. Log.Position = UDim2.new(0.866894186, 0, 0.8488276, 0)
  803. Log.Size = UDim2.new(0, 39, 0, 23)
  804. Log.Font = Enum.Font.Code
  805. Log.Text = "OFF"
  806. Log.TextColor3 = Color3.new(1, 0, 0)
  807. Log.TextSize = 20
  808. Log.TextWrapped = true
  809.  
  810. TextLabel_14.Parent = Frame
  811. TextLabel_14.BackgroundColor3 = Color3.new(1, 1, 1)
  812. TextLabel_14.BackgroundTransparency = 1
  813. TextLabel_14.BorderSizePixel = 0
  814. TextLabel_14.Position = UDim2.new(0.0238907859, 0, 0.842792988, 0)
  815. TextLabel_14.Size = UDim2.new(0, 222, 0, 25)
  816. TextLabel_14.Font = Enum.Font.Code
  817. TextLabel_14.Text = "Chatlogs"
  818. TextLabel_14.TextColor3 = Color3.new(1, 1, 1)
  819. TextLabel_14.TextSize = 20
  820. TextLabel_14.TextWrapped = true
  821. TextLabel_14.TextXAlignment = Enum.TextXAlignment.Left
  822. -- Scripts:
  823. function SCRIPT_LSNY73_FAKESCRIPT() -- sword_sim_ui.LocalScript
  824. local script = Instance.new('LocalScript')
  825. script.Parent = sword_sim_ui
  826. print('fag les get this shit started')
  827. -- Variables
  828.  
  829. --other variables
  830. local rgb_thing = 0;
  831. local hk = Enum.KeyCode.Q;
  832. local uis = game:GetService('UserInputService');
  833. local billui = Instance.new("BillboardGui");
  834. local frame = Instance.new("Frame", billui);
  835. local chats = { '[Dddyunknown_45273]: your my lil devil ;)', '[Dddyunknown_45273]: might an might not add fly, have any bugs dm meee', '[Dddyunknown_45273]: i needa find some1 dont u agree?', '[Dddyunknown_45273]: this ui is op like me ;)'}
  836.  
  837. -- toggles
  838. local esp_toggle = false;
  839. local lowgravity_toggle = false;
  840. local rgb_toggle = false;
  841. local fullbright_toggle = false;
  842. local autofarm_toggle = false;
  843. local superspeed_toggle = false;
  844. local jumppower_toggle = false;
  845. local noclip_toggle = false;
  846. local chatlogs_toggle = false;
  847. local open = true;
  848.  
  849. -- buttons
  850. local autofarm_button = script.Parent.miscellaneous.autofarm;
  851. local nineeleven_button = script.Parent.visual.nineeleven;
  852. local speed_button = script.Parent.char.speed
  853. local jumppower_button = script.Parent.char.jump_power;
  854. local loopkill_user = script.Parent.miscellaneous.loopkill;
  855. local outside_map = script.Parent.teleports.outside_map;
  856. local esp_button = script.Parent.visual.esp;
  857. local rgb_button = script.Parent.visual.rgb;
  858. local fullbright_button = script.Parent.visual.fullbright;
  859. local admin_button = script.Parent.miscellaneous.admin;
  860. local noclip_button = script.Parent.char.noclip;
  861. local middle_map = script.Parent.teleports.middle_map;
  862. local plr = game.Players.LocalPlayer.Backpack;
  863. local user_box = script.Parent.miscellaneous.user_box;
  864. local gravity_button = script.Parent.miscellaneous.gravity;
  865. local chatlogs_button = script.Parent.Frame.Log;
  866.  
  867. --toggle
  868. uis.InputBegan:Connect(function(key, gp)
  869. if key.KeyCode == hk then
  870. if uis:GetFocusedTextBox() == nil then
  871. if open == true then
  872. open = false;
  873. for _,v in ipairs(script.Parent:GetDescendants()) do
  874. if v:IsA("Frame") then
  875. v.Visible = open
  876. end
  877. end
  878. elseif open == false then
  879. open = true
  880. for _,v in ipairs(script.Parent:GetDescendants()) do
  881. if v:IsA("Frame") then
  882. v.Visible = open
  883. end
  884. end
  885. end
  886. end
  887. end
  888. end)
  889.  
  890. -- chat logz
  891. chatlogs_button.MouseButton1Down:Connect(function()
  892. chatlogs_toggle = not chatlogs_toggle
  893. if chatlogs_toggle then chatlogs_button.Text = "ON" chatlogs_button.TextColor3 = Color3.fromRGB(142, 28, 255) else chatlogs_button.Text = "OFF" chatlogs_button.TextColor3 = Color3.fromRGB(255, 0, 0) end
  894. end)
  895.  
  896. local prevOutputPos = 0
  897. function output(plr, msg)
  898. if not chatlogs_toggle then return end
  899. local colour = Color3.fromRGB(255,255,255)
  900.  
  901. if string.sub(msg, 1,1) == ":" or string.sub(msg,1,1) == ";" then colour = Color3.fromRGB(255,0,0) elseif string.sub(msg,1,2) == "/w" or string.sub(msg,1,7) == "/whisper" or string.sub(msg,1,5) == "/team" or string.sub(msg,1,2) == "/t" then colour = Color3.fromRGB(255,255,255) else colour = Color3.fromRGB(255,255,255) end
  902.  
  903. local o = Instance.new("TextLabel",LogPanel)
  904. o.Text = plr.Name .. ": " .. msg
  905. o.Size = UDim2.new(0.5,0,.006,0)
  906. o.Position = UDim2.new(0,0,.00020 + prevOutputPos ,0)
  907. o.Font = Enum.Font.SourceSansSemibold
  908. o.TextColor3 = colour
  909. o.TextStrokeTransparency = 0
  910. o.BackgroundTransparency = 1
  911. o.BackgroundColor3 = Color3.fromRGB(142, 28, 255)
  912. o.BorderSizePixel = 0
  913. o.BorderColor3 = Color3.fromRGB(142, 28, 255)
  914. o.FontSize = "Size14"
  915. o.TextXAlignment = Enum.TextXAlignment.Left
  916. o.ClipsDescendants = true
  917. prevOutputPos = prevOutputPos + 0.0003
  918. end
  919.  
  920. for i,v in pairs(game.Players:GetChildren()) do
  921. v.Chatted:Connect(function(msg)
  922. output(v, msg)
  923. end)
  924. end
  925.  
  926. game.Players.ChildAdded:Connect(function(plr)
  927. if plr:IsA("Player") then
  928. plr.Chatted:Connect(function(msg)
  929. output(plr, msg)
  930. end)
  931. end
  932. end)
  933. -- noclip
  934. game:GetService('RunService').Stepped:connect(function()
  935. if noclip_toggle then
  936. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  937. end
  938. end)
  939.  
  940. noclip_button.MouseButton1Down:Connect(function()
  941. noclip_toggle = not noclip_toggle
  942. if noclip.Text == 'OFF' then
  943. noclip_button.Text = 'ON'
  944. noclip_button.TextColor3 = Color3.fromRGB(142, 28, 255)
  945. else
  946. noclip_button.Text = 'OFF'
  947. noclip_button.TextColor3 = Color3.fromRGB(255, 0, 0)
  948. end
  949. end)
  950.  
  951. -- fullbright
  952. fullbright_button.MouseButton1Down:Connect(function()
  953. if fullbright_toggle == false then
  954. fullbright_button.Text = 'ON' fullbright_button.TextColor3 = Color3.fromRGB(142, 28, 255)
  955. game.Lighting.Brightness = 12;
  956. fullbright_toggle = true;
  957. elseif fullbright_toggle == true then
  958. fullbright_button.Text = 'OFF' fullbright_button.TextColor3 = Color3.fromRGB(255, 0, 0)
  959. game.Lighting.Brightness = 2;
  960. fullbright_toggle = false;
  961. end
  962. end)
  963.  
  964. -- admin
  965. admin_button.MouseButton1Down:Connect(function()
  966. admin_button.Text = 'ON' admin_button.TextColor3 = Color3.fromRGB(142, 28, 255)
  967. local isAdmin = {[game.Players.LocalPlayer.Name] = true, ["FRIEND1"] = true, ["FRIEND2"] = true} --Admins
  968. local lplr = game.Players.LocalPlayer.Name
  969. local au = false
  970. Owner = game:GetService("Players").LocalPlayer
  971. game:GetService("StarterGui"):SetCore("SendNotification", {
  972. Title = "Sword Simulator Admin";
  973. Text = "Enjoy the script while it lasts!";})
  974.  
  975. function GetPlayer(String) -- Credits to Timeless/xFunnieuss for the get player by string function
  976. local Found = {}
  977. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  978. if v.Name:lower():sub(1, #String) == String:lower() then
  979. table.insert(Found,v)
  980. end
  981. end
  982. return Found
  983. end
  984.  
  985. local function AF()
  986. au = true
  987. game:GetService('Players').LocalPlayer.Character.Humanoid:EquipTool(game.Players[lplr].Backpack["sword"])
  988. while au do
  989. game.Workspace[lplr].sword.Handle.up.RemoteEvent:FireServer() wait(.1)
  990. if game.Players[lplr].Backpack["sword"] then
  991. game:GetService('Players').LocalPlayer.Character.Humanoid:EquipTool(game.Players[lplr].Backpack["sword"])
  992. end
  993. end
  994. end
  995.  
  996. local function KA()
  997. game:GetService('Players').LocalPlayer.Character.Humanoid:EquipTool(game.Players[lplr].Backpack["sword"])
  998. for i,v in ipairs(game.Players:GetPlayers())do
  999. game.Workspace[lplr].sword.Handle.dmg.RemoteEvent:FireServer(workspace[v.Name].Humanoid, 9999999999999999999999)
  1000. end end
  1001.  
  1002. local function KO()
  1003. game:GetService('Players').LocalPlayer.Character.Humanoid:EquipTool(game.Players[lplr].Backpack["sword"])
  1004. for i,v in ipairs(game.Players:GetPlayers())do
  1005. if v.Name ~= game.Players.LocalPlayer.Name then
  1006. game.Workspace[lplr].sword.Handle.dmg.RemoteEvent:FireServer(workspace[v.Name].Humanoid, 9999999999999999999999)
  1007. end end
  1008. end
  1009.  
  1010. print'Loaded'
  1011. function onChatted(message, player)
  1012. if message:sub(1, 6) == ";kill " and isAdmin[player.Name] then
  1013. if string.sub(message, 7) == "all" then
  1014. KA()
  1015. elseif string.sub(message, 7) == "me" then
  1016. game:GetService('Players').LocalPlayer.Character.Humanoid:EquipTool(game.Players[lplr].Backpack["sword"])
  1017. ggame.Workspace[lplr].sword.Handle.dmg.RemoteEvent:FireServer(workspace[v.Name].Humanoid, 9999999999999999999999)
  1018. elseif string.sub(message, 7) == "others" then
  1019. if player.Name == Owner.Name then
  1020. KO()
  1021. else
  1022. game:GetService('Players').LocalPlayer.Character.Humanoid:EquipTool(game.Players[lplr].Backpack["sword"])
  1023. for i,v in ipairs(game.Players:GetPlayers())do
  1024. if v.Name ~= player.Name then
  1025. game.Workspace[lplr].sword.Handle.dmg.RemoteEvent:FireServer(workspace[v.Name].Humanoid, 9999999999999999999999)
  1026. end end
  1027. end
  1028. else
  1029. game:GetService('Players').LocalPlayer.Character.Humanoid:EquipTool(game.Players[lplr].Backpack["sword"])
  1030. for i,v in pairs(GetPlayer(string.sub(message, 7)))do
  1031. local plr = v.Name
  1032.  
  1033. for i,p in ipairs(game.Players:GetPlayers())do
  1034. if p.Name ~= game.Players.LocalPlayer.Name then
  1035. game.Workspace[lplr].sword.Handle.dmg.RemoteEvent:FireServer(workspace[v.Name].Humanoid, 9999999999999999999999)
  1036. end end end
  1037. end
  1038. end
  1039.  
  1040. if message:sub(1, 7) == "/e kill" and isAdmin[player.Name] then
  1041. KA()
  1042. end
  1043.  
  1044. if message:sub(1, 6) == ";cmds" then
  1045. if player.Name == Owner.Name then
  1046. wait(0.2)
  1047. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[System]CMDS: [1]kill(me/plr/others/all), [2]admin(all/plr), [3]unadmin(all/plr), [4]af(autofarm), [5]saf(stop autofarm), [6]cmds", "All")
  1048. elseif isAdmin[player.Name] and player.Name ~= Owner.Name then
  1049. wait(0.2)
  1050. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[System]CMDS: [1]kill(me/plr/others/all), [2]admin(all/plr), [3]unadmin(all/plr), [4]cmds", "All")
  1051. end
  1052. end
  1053.  
  1054. if message:sub(1, 7) == ";admin " and isAdmin[player.Name] then
  1055. if string.sub(message, 8) == "all" and isAdmin[Owner.Name] then
  1056. if isAdmin[Owner.Name] then
  1057. for i,plrs in ipairs(game:GetService('Players'):GetChildren())do
  1058. isAdmin[plrs.Name] = {true}
  1059. end
  1060. wait(0.2)
  1061. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[System]Everyone is now Admin!", "All")
  1062. end
  1063. else
  1064. for i,v in pairs(GetPlayer(string.sub(message, 8)))do
  1065. local plr = v.Name
  1066. if isAdmin[plr] then
  1067. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[System]"..plr.." is already Admin!", "All")
  1068. else
  1069. isAdmin[plr] = {true}
  1070. wait(0.2)
  1071. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[System]"..plr.." is now Admin!", "All")
  1072. end
  1073. end
  1074. end
  1075. end
  1076.  
  1077. if message:sub(1, 9) == ";unadmin " and isAdmin[player.Name] then
  1078. if string.sub(message, 10) == "all" then
  1079. if isAdmin[Owner.Name] then
  1080. for i,plrs in ipairs(game:GetService('Players'):GetPlayers())do
  1081. isAdmin[plrs.Name] = false
  1082. isAdmin[Owner.Name] = true
  1083. end
  1084. wait(0.2)
  1085. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[System]Everyone is no longer Admin!", "All")
  1086. end
  1087. else
  1088. for i,v in pairs(GetPlayer(string.sub(message, 10)))do
  1089. local plr = v.Name
  1090. if plr == Owner.Name then
  1091. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[System]Error, this player is the Owner!", "All")
  1092. else
  1093. isAdmin[plr] = false
  1094. wait(0.2)
  1095. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[System]"..plr.." is no longer Admin!", "All")
  1096. end
  1097. end
  1098. end
  1099. end
  1100.  
  1101. if message:sub(1, 3) == ";af" and player.Name == Owner.Name then
  1102. AF()
  1103. end
  1104.  
  1105. if message:sub(1, 4) == ";saf" and player.Name == Owner.Name then
  1106. au = false
  1107. end
  1108. end
  1109.  
  1110. Players = game:GetService("Players")
  1111. for i, player in pairs(Players:GetPlayers()) do
  1112. player.Chatted:connect(function(message) onChatted(message, player) end)
  1113. end
  1114.  
  1115. --Check if someone joined
  1116. game.Players.PlayerAdded:connect(function(player)
  1117. player.Chatted:connect(function(message) onChatted(message, player) end)
  1118. end)
  1119. end)
  1120.  
  1121. -- loop kill
  1122. loopkill_user.MouseButton1Down:Connect(function()
  1123. if game.Players:FindFirstChild(user_box.Text) then
  1124. if user_box_toggle == false then
  1125. loopkill_user.Text = 'ON' loopkill_user.TextColor3 = Color3.fromRGB(142, 28, 255);
  1126. user_box_toggle = true;
  1127. while wait(.3) do
  1128. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players:FindFirstChild(user_box.Text).Character:WaitForChild("HumanoidRootPart").CFrame;
  1129. player = game.Players.LocalPlayer;
  1130. if player.Character then
  1131. if player.Character:FindFirstChild("Humanoid") then
  1132. player.Character.Humanoid.Name = "1";
  1133. end;
  1134. local l = player.Character["1"]:Clone();
  1135. l.Parent = player.Character;
  1136. l.Name = "Humanoid"; wait(0.1);
  1137. player.Character["1"]:Destroy();
  1138. workspace.CurrentCamera.CameraSubject = player.Character.Humanoid;
  1139. player.Character.Animate.Disabled = true; wait(0.1);
  1140. player.Character.Animate.Disabled = false;
  1141. end;
  1142. game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool"));
  1143. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-225, -53.841, -421.2);
  1144. print(user_box.Text..' killed');
  1145. if user_box_toggle == false then
  1146. loopkill_user.Text = 'OFF' loopkill_user.TextColor3 = Color3.fromRGB(255, 0, 0);
  1147. break
  1148. end;
  1149. end;
  1150. else
  1151. user_box_toggle = false;
  1152. end;
  1153. end;
  1154. end);
  1155.  
  1156. -- rgb
  1157. rgb_button.MouseButton1Down:Connect(function()
  1158. if rgb_toggle == false then
  1159. rgb_toggle = true
  1160. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  1161. while wait() do
  1162. for _,v in ipairs(script.Parent:GetDescendants()) do
  1163. if v:IsA("Frame") then
  1164. v.BorderColor3 = Color3.fromHSV(zigzag(rgb_thing),1,1);
  1165. rgb_thing = rgb_thing + 0.0006;
  1166. end;
  1167. end;
  1168. for _,v in ipairs(script.Parent:GetDescendants()) do
  1169. if v:IsA("TextLabel") then
  1170. v.BorderColor3 = Color3.fromHSV(zigzag(rgb_thing),1,1);
  1171. v.TextStrokeColor3 = Color3.fromHSV(zigzag(rgb_thing),1,1);
  1172. rgb_thing = rgb_thing + 0.0006;
  1173. end;
  1174. end;
  1175. for _,v in ipairs(script.Parent:GetDescendants()) do
  1176. if v:IsA("TextButton") then
  1177. v.TextColor3 = Color3.fromHSV(zigzag(rgb_thing),1,1);
  1178. rgb_thing = rgb_thing + 0.0006;
  1179. end;
  1180. end;
  1181. rgb_button.Text = 'ON';
  1182. if rgb_toggle == false then
  1183. for _,v in ipairs(script.Parent:GetDescendants()) do
  1184. if v:IsA("TextLabel") then
  1185. v.BorderColor3 = Color3.fromRGB(142, 28, 255);
  1186. v.TextStrokeColor3 = Color3.fromRGB(142, 28, 255);
  1187. end;
  1188. end;
  1189. for _,v in ipairs(script.Parent:GetDescendants()) do
  1190. if v:IsA("TextButton") then
  1191. v.TextColor3 = Color3.fromRGB(255,0,0);
  1192. end;
  1193. end;
  1194. for _,v in ipairs(script.Parent:GetDescendants()) do
  1195. if v:IsA("Frame") then
  1196. v.BorderColor3 = Color3.fromRGB(142, 28, 255);
  1197. end;
  1198. end;
  1199. rgb_button.Text = 'OFF';
  1200. rgb_button.TextColor3 = Color3.fromRGB(255,0,0);
  1201. break
  1202. end;
  1203. end;
  1204. else
  1205. rgb_toggle = false;
  1206. end;
  1207. end);
  1208.  
  1209. -- gravity
  1210. gravity_button.MouseButton1Down:Connect(function()
  1211. if lowgravity_toggle == false then
  1212. workspace.Gravity = 50;
  1213. gravity_button.Text = 'ON' gravity_button.TextColor3 = Color3.fromRGB(142, 28, 255)
  1214. lowgravity_toggle = true;
  1215. elseif lowgravity_toggle == true then
  1216. workspace.Gravity = 196;
  1217. gravity_button.Text = 'OFF' gravity_button.TextColor3 = Color3.fromRGB(255, 0, 0)
  1218. lowgravity_toggle = false;
  1219. end;
  1220. end);
  1221.  
  1222. -- autofarm
  1223. autofarm_button.MouseButton1Down:Connect(function()
  1224. if autofarm_toggle == false then
  1225. autofarm_toggle = true;
  1226. autofarm_button.Text = 'ON';
  1227. autofarm_button.TextColor3 = Color3.fromRGB(142, 28, 255);
  1228. while wait() do
  1229. plr:WaitForChild("sword").Handle.up.RemoteEvent:FireServer();
  1230. if autofarm_toggle == false then
  1231. autofarm_button.Text = 'OFF';
  1232. autofarm_button.TextColor3 = Color3.fromRGB(255, 0, 0);
  1233. break
  1234. end;
  1235. end;
  1236. else
  1237. autofarm_toggle = false;
  1238. end;
  1239. end)
  1240.  
  1241. -- jump power
  1242. jumppower_button.MouseButton1Down:Connect(function()
  1243. if jumppower_toggle == false then
  1244. jumppower_button.Text = "ON";
  1245. jumppower_button.TextColor3 = Color3.fromRGB(142, 28, 255);
  1246. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 190;
  1247. jumppower_toggle = true;
  1248. elseif jumppower_toggle == true then
  1249. jumppower_button.Text = "OFF";
  1250. jumppower_button.TextColor3 = Color3.fromRGB(255, 0, 0);
  1251. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50;
  1252. jumppower_toggle = false;
  1253. end;
  1254. end);
  1255.  
  1256. -- speed
  1257. speed_button.MouseButton1Down:Connect(function()
  1258. if game.Players.LocalPlayer.Character:FindFirstChild("Head") then
  1259. if superspeed_toggle == false then
  1260. speed_button.Text = "ON";
  1261. speed_button.TextColor3 = Color3.fromRGB(142, 28, 255);
  1262. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100;
  1263. superspeed_toggle = true;
  1264. elseif superspeed_toggle == true then
  1265. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16;
  1266. superspeed_toggle = false;
  1267. speed_button.Text = "OFF";
  1268. speed_button.TextColor3 = Color3.fromRGB(255, 0, 0);
  1269. end;
  1270. end;
  1271. end);
  1272.  
  1273. -- tp middle of the map
  1274. middle_map.MouseButton1Down:Connect(function()
  1275. middle_map.Text = "ON";
  1276. middle_map.TextColor3 = Color3.fromRGB(142, 28, 255);
  1277. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0.899, 10.287, 7.282);
  1278. wait(.3);
  1279. middle_map.Text = "OFF";
  1280. middle_map.TextColor3 = Color3.fromRGB(255, 0, 0);
  1281. end)
  1282.  
  1283. -- tp outside map
  1284. outside_map.MouseButton1Down:Connect(function()
  1285. outside_map.Text = "ON";
  1286. outside_map.TextColor3 = Color3.fromRGB(142, 28, 255);
  1287. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-225, 110.559, -421.2);
  1288. wait(.3);
  1289. outside_map.Text = "OFF";
  1290. outside_map.TextColor3 = Color3.fromRGB(255, 0, 0);
  1291. end)
  1292.  
  1293. -- esp
  1294. billui.AlwaysOnTop = true;
  1295. billui.LightInfluence = 0;
  1296. billui.Size = UDim2.new(1.75, 0, 1.75, 0);
  1297. frame.BackgroundColor3 = Color3.fromRGB(142, 28, 255);
  1298. frame.Size = UDim2.new(1, 0, 1, 0);
  1299. frame.BorderSizePixel = 2
  1300. frame.BorderColor3 = Color3.fromRGB(255, 255, 255);
  1301. plrs = game.Players
  1302.  
  1303. function removeEsp(plr)
  1304. for i,v in pairs(plr.Character['HumanoidRootPart']:GetChildren()) do
  1305. if v:IsA("BillboardGui") then
  1306. v:Destroy();
  1307. end
  1308. end
  1309. end
  1310.  
  1311. function doEsp(plr)
  1312. billui:Clone().Parent=plr.Character:FindFirstChild("HumanoidRootPart");
  1313. end
  1314.  
  1315. esp_button.MouseButton1Down:Connect(function()
  1316. if not esp_toggle then
  1317. esp_toggle = true;
  1318. esp_button.Text = 'ON'
  1319. esp_button.TextColor3 = Color3.fromRGB(142, 28, 255)
  1320. for i,v in pairs(plrs:GetChildren()) do
  1321. doEsp(v);
  1322. end
  1323. else
  1324. esp_toggle = false;
  1325. esp_button.Text = 'OFF'
  1326. esp_button.TextColor3 = Color3.fromRGB(255,0,0)
  1327. for i,v in pairs(plrs:GetChildren()) do
  1328. removeEsp(v);
  1329. end
  1330. end
  1331. end)
  1332.  
  1333. plrs.ChildAdded:Connect(function(h)
  1334. repeat wait(); until h.Character['HumanoidRootPart'];
  1335. if esp_toggle then
  1336. doEsp(h);
  1337. end
  1338. end)
  1339.  
  1340. -- Changelog shit
  1341. local change_1 = script.Parent.log.change_1;
  1342. local change_2 = script.Parent.log.change_2;
  1343. local change_3 = script.Parent.log.change_3;
  1344. local change_4 = script.Parent.log.change_4;
  1345.  
  1346. change_1.Text = "[+] Made the ui";
  1347. change_2.Text = "[+] Auto runs admin infinite";
  1348. change_2.TextSize = 14
  1349. change_2.TextWrapped = true;
  1350. change_3.Text = "";
  1351. change_3.TextSize = 20
  1352. change_3.TextWrapped = true;
  1353. change_4.Text = ""
  1354. change_4.TextSize = 15
  1355. change_4.TextWrapped = true;
  1356.  
  1357. while wait(120) do
  1358. bc = Color3.fromRGB(142, 28, 255)
  1359. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  1360. Text = chats[ math.random( 0, #chats - 1 ) ];
  1361. Font = Enum.Font.Cartoon;
  1362. Color = bc;
  1363. FontSize = Enum.FontSize.Size96
  1364. })
  1365. end;
  1366.  
  1367. -- 9/11
  1368. nineeleven_button.MouseButton1Down:Connect(function()
  1369. nineeleven_button.Text = "ON";
  1370. nineeleven_button.TextColor3 = Color3.fromRGB(142, 28, 255);
  1371. loadstring(game:HttpGet(('https://pastebin.com/raw/dmrKAe05'),true))();
  1372. wait(2.3);
  1373. nineeleven_button.Text = "OFF";
  1374. nineeleven_button.TextColor3 = Color3.fromRGB(255, 0, 0);
  1375. end);
  1376.  
  1377. end;
  1378. coroutine.resume(coroutine.create(SCRIPT_LSNY73_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement