Kiffolisk

Non FE server scripts

Sep 1st, 2020 (edited)
6,755
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 25.46 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local NonFEServerScripts = Instance.new("ScreenGui")
  7. local MainFrame = Instance.new("Frame")
  8. local BCBASWTrigger = Instance.new("TextButton")
  9. local TextLabel = Instance.new("TextLabel")
  10. local SCTrigger = Instance.new("TextButton")
  11. local X = Instance.new("TextButton")
  12. local PTrigger = Instance.new("TextButton")
  13. local BCBASW = Instance.new("Frame")
  14. local FTTW = Instance.new("TextButton")
  15. local TextLabel_2 = Instance.new("TextLabel")
  16. local X_2 = Instance.new("TextButton")
  17. local HJP = Instance.new("TextButton")
  18. local _6X = Instance.new("TextButton")
  19. local NS = Instance.new("TextButton")
  20. local NJP = Instance.new("TextButton")
  21. local SC = Instance.new("Frame")
  22. local TD = Instance.new("TextButton")
  23. local TextLabel_3 = Instance.new("TextLabel")
  24. local X_3 = Instance.new("TextButton")
  25. local CTT = Instance.new("TextButton")
  26. local CTO = Instance.new("TextButton")
  27. local CTF = Instance.new("TextButton")
  28. local Open = Instance.new("TextButton")
  29. local P = Instance.new("Frame")
  30. local TTAP = Instance.new("TextButton")
  31. local TextLabel_4 = Instance.new("TextLabel")
  32. local X_4 = Instance.new("TextButton")
  33. local TU = Instance.new("TextButton")
  34. local HSFTS = Instance.new("TextButton")
  35.  
  36. --Properties:
  37.  
  38. NonFEServerScripts.Name = "NonFEServerScripts"
  39. NonFEServerScripts.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  40. NonFEServerScripts.ResetOnSpawn = false
  41.  
  42. MainFrame.Name = "MainFrame"
  43. MainFrame.Parent = NonFEServerScripts
  44. MainFrame.BackgroundColor3 = Color3.fromRGB(255, 137, 137)
  45. MainFrame.BorderColor3 = Color3.fromRGB(190, 102, 102)
  46. MainFrame.BorderSizePixel = 7
  47. MainFrame.Position = UDim2.new(0.327827185, 0, 0.0837563425, 0)
  48. MainFrame.Size = UDim2.new(0, 271, 0, 328)
  49.  
  50. BCBASWTrigger.Name = "BCBASWTrigger"
  51. BCBASWTrigger.Parent = MainFrame
  52. BCBASWTrigger.BackgroundColor3 = Color3.fromRGB(255, 137, 137)
  53. BCBASWTrigger.BorderColor3 = Color3.fromRGB(190, 102, 102)
  54. BCBASWTrigger.BorderSizePixel = 4
  55. BCBASWTrigger.Position = UDim2.new(0.195571944, 0, 0.0853658542, 0)
  56. BCBASWTrigger.Size = UDim2.new(0, 164, 0, 16)
  57. BCBASWTrigger.Font = Enum.Font.SourceSans
  58. BCBASWTrigger.Text = "Be Crushed By A Speeding Wall!"
  59. BCBASWTrigger.TextColor3 = Color3.fromRGB(0, 0, 0)
  60. BCBASWTrigger.TextScaled = true
  61. BCBASWTrigger.TextSize = 14.000
  62. BCBASWTrigger.TextWrapped = true
  63.  
  64. TextLabel.Parent = MainFrame
  65. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  66. TextLabel.BackgroundTransparency = 1.000
  67. TextLabel.BorderSizePixel = 0
  68. TextLabel.Position = UDim2.new(0.129151285, 0, 0, 0)
  69. TextLabel.Size = UDim2.new(0, 200, 0, 19)
  70. TextLabel.Font = Enum.Font.SourceSans
  71. TextLabel.Text = "Non FE server scripts"
  72. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  73. TextLabel.TextScaled = true
  74. TextLabel.TextSize = 14.000
  75. TextLabel.TextWrapped = true
  76.  
  77. SCTrigger.Name = "SCTrigger"
  78. SCTrigger.Parent = MainFrame
  79. SCTrigger.BackgroundColor3 = Color3.fromRGB(255, 137, 137)
  80. SCTrigger.BorderColor3 = Color3.fromRGB(190, 102, 102)
  81. SCTrigger.BorderSizePixel = 4
  82. SCTrigger.Position = UDim2.new(0.195571944, 0, 0.167682931, 0)
  83. SCTrigger.Size = UDim2.new(0, 164, 0, 16)
  84. SCTrigger.Font = Enum.Font.SourceSans
  85. SCTrigger.Text = "Super Checkpoint: Revamped"
  86. SCTrigger.TextColor3 = Color3.fromRGB(0, 0, 0)
  87. SCTrigger.TextScaled = true
  88. SCTrigger.TextSize = 14.000
  89. SCTrigger.TextWrapped = true
  90.  
  91. X.Name = "X"
  92. X.Parent = MainFrame
  93. X.BackgroundColor3 = Color3.fromRGB(255, 137, 137)
  94. X.BorderColor3 = Color3.fromRGB(190, 102, 102)
  95. X.BorderSizePixel = 4
  96. X.Position = UDim2.new(0.944649458, 0, 0.00304877758, 0)
  97. X.Size = UDim2.new(0, 15, 0, 16)
  98. X.Font = Enum.Font.SourceSans
  99. X.Text = "X"
  100. X.TextColor3 = Color3.fromRGB(0, 0, 0)
  101. X.TextScaled = true
  102. X.TextSize = 14.000
  103. X.TextWrapped = true
  104.  
  105. PTrigger.Name = "PTrigger"
  106. PTrigger.Parent = MainFrame
  107. PTrigger.BackgroundColor3 = Color3.fromRGB(255, 137, 137)
  108. PTrigger.BorderColor3 = Color3.fromRGB(190, 102, 102)
  109. PTrigger.BorderSizePixel = 4
  110. PTrigger.Position = UDim2.new(0.195571944, 0, 0.253048778, 0)
  111. PTrigger.Size = UDim2.new(0, 164, 0, 16)
  112. PTrigger.Font = Enum.Font.SourceSans
  113. PTrigger.Text = "Piggy"
  114. PTrigger.TextColor3 = Color3.fromRGB(0, 0, 0)
  115. PTrigger.TextScaled = true
  116. PTrigger.TextSize = 14.000
  117. PTrigger.TextWrapped = true
  118.  
  119. BCBASW.Name = "BCBASW"
  120. BCBASW.Parent = NonFEServerScripts
  121. BCBASW.BackgroundColor3 = Color3.fromRGB(255, 137, 137)
  122. BCBASW.BorderColor3 = Color3.fromRGB(190, 102, 102)
  123. BCBASW.BorderSizePixel = 7
  124. BCBASW.Position = UDim2.new(0.0279542506, 0, 0.0837563425, 0)
  125. BCBASW.Size = UDim2.new(0, 271, 0, 328)
  126. BCBASW.Visible = false
  127.  
  128. FTTW.Name = "FTTW"
  129. FTTW.Parent = BCBASW
  130. FTTW.BackgroundColor3 = Color3.fromRGB(255, 137, 137)
  131. FTTW.BorderColor3 = Color3.fromRGB(190, 102, 102)
  132. FTTW.BorderSizePixel = 4
  133. FTTW.Position = UDim2.new(0.195571944, 0, 0.0853658542, 0)
  134. FTTW.Size = UDim2.new(0, 164, 0, 16)
  135. FTTW.Font = Enum.Font.SourceSans
  136. FTTW.Text = "Faster than the wall"
  137. FTTW.TextColor3 = Color3.fromRGB(0, 0, 0)
  138. FTTW.TextScaled = true
  139. FTTW.TextSize = 14.000
  140. FTTW.TextWrapped = true
  141.  
  142. TextLabel_2.Parent = BCBASW
  143. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  144. TextLabel_2.BackgroundTransparency = 1.000
  145. TextLabel_2.BorderSizePixel = 0
  146. TextLabel_2.Position = UDim2.new(0.129151285, 0, 0, 0)
  147. TextLabel_2.Size = UDim2.new(0, 200, 0, 19)
  148. TextLabel_2.Font = Enum.Font.SourceSans
  149. TextLabel_2.Text = "Be Crushed By A Speeding Wall"
  150. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  151. TextLabel_2.TextScaled = true
  152. TextLabel_2.TextSize = 14.000
  153. TextLabel_2.TextWrapped = true
  154.  
  155. X_2.Name = "X"
  156. X_2.Parent = BCBASW
  157. X_2.BackgroundColor3 = Color3.fromRGB(255, 137, 137)
  158. X_2.BorderColor3 = Color3.fromRGB(190, 102, 102)
  159. X_2.BorderSizePixel = 4
  160. X_2.Position = UDim2.new(0.944649458, 0, 0.00304877758, 0)
  161. X_2.Size = UDim2.new(0, 15, 0, 16)
  162. X_2.Font = Enum.Font.SourceSans
  163. X_2.Text = "X"
  164. X_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  165. X_2.TextScaled = true
  166. X_2.TextSize = 14.000
  167. X_2.TextWrapped = true
  168.  
  169. HJP.Name = "HJP"
  170. HJP.Parent = BCBASW
  171. HJP.BackgroundColor3 = Color3.fromRGB(255, 137, 137)
  172. HJP.BorderColor3 = Color3.fromRGB(190, 102, 102)
  173. HJP.BorderSizePixel = 4
  174. HJP.Position = UDim2.new(0.195571944, 0, 0.173780486, 0)
  175. HJP.Size = UDim2.new(0, 164, 0, 16)
  176. HJP.Font = Enum.Font.SourceSans
  177. HJP.Text = "High jump power"
  178. HJP.TextColor3 = Color3.fromRGB(0, 0, 0)
  179. HJP.TextScaled = true
  180. HJP.TextSize = 14.000
  181. HJP.TextWrapped = true
  182.  
  183. _6X.Name = "6X"
  184. _6X.Parent = BCBASW
  185. _6X.BackgroundColor3 = Color3.fromRGB(255, 137, 137)
  186. _6X.BorderColor3 = Color3.fromRGB(190, 102, 102)
  187. _6X.BorderSizePixel = 4
  188. _6X.Position = UDim2.new(0.195571944, 0, 0.26219511, 0)
  189. _6X.Size = UDim2.new(0, 164, 0, 16)
  190. _6X.Font = Enum.Font.SourceSans
  191. _6X.Text = "6x"
  192. _6X.TextColor3 = Color3.fromRGB(0, 0, 0)
  193. _6X.TextScaled = true
  194. _6X.TextSize = 14.000
  195. _6X.TextWrapped = true
  196.  
  197. NS.Name = "NS"
  198. NS.Parent = BCBASW
  199. NS.BackgroundColor3 = Color3.fromRGB(255, 137, 137)
  200. NS.BorderColor3 = Color3.fromRGB(190, 102, 102)
  201. NS.BorderSizePixel = 4
  202. NS.Position = UDim2.new(0.195571944, 0, 0.356707305, 0)
  203. NS.Size = UDim2.new(0, 164, 0, 16)
  204. NS.Font = Enum.Font.SourceSans
  205. NS.Text = "Normal speed"
  206. NS.TextColor3 = Color3.fromRGB(0, 0, 0)
  207. NS.TextScaled = true
  208. NS.TextSize = 14.000
  209. NS.TextWrapped = true
  210.  
  211. NJP.Name = "NJP"
  212. NJP.Parent = BCBASW
  213. NJP.BackgroundColor3 = Color3.fromRGB(255, 137, 137)
  214. NJP.BorderColor3 = Color3.fromRGB(190, 102, 102)
  215. NJP.BorderSizePixel = 4
  216. NJP.Position = UDim2.new(0.195571944, 0, 0.448170722, 0)
  217. NJP.Size = UDim2.new(0, 164, 0, 16)
  218. NJP.Font = Enum.Font.SourceSans
  219. NJP.Text = "Normal jump power"
  220. NJP.TextColor3 = Color3.fromRGB(0, 0, 0)
  221. NJP.TextScaled = true
  222. NJP.TextSize = 14.000
  223. NJP.TextWrapped = true
  224.  
  225. SC.Name = "SC"
  226. SC.Parent = NonFEServerScripts
  227. SC.BackgroundColor3 = Color3.fromRGB(255, 137, 137)
  228. SC.BorderColor3 = Color3.fromRGB(190, 102, 102)
  229. SC.BorderSizePixel = 7
  230. SC.Position = UDim2.new(0.672172785, 0, 0.0837563425, 0)
  231. SC.Size = UDim2.new(0, 271, 0, 328)
  232. SC.Visible = false
  233.  
  234. TD.Name = "TD"
  235. TD.Parent = SC
  236. TD.BackgroundColor3 = Color3.fromRGB(255, 137, 137)
  237. TD.BorderColor3 = Color3.fromRGB(190, 102, 102)
  238. TD.BorderSizePixel = 4
  239. TD.Position = UDim2.new(0.195571944, 0, 0.0853658542, 0)
  240. TD.Size = UDim2.new(0, 164, 0, 16)
  241. TD.Font = Enum.Font.SourceSans
  242. TD.Text = "Take Damage"
  243. TD.TextColor3 = Color3.fromRGB(0, 0, 0)
  244. TD.TextScaled = true
  245. TD.TextSize = 14.000
  246. TD.TextWrapped = true
  247.  
  248. TextLabel_3.Parent = SC
  249. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  250. TextLabel_3.BackgroundTransparency = 1.000
  251. TextLabel_3.BorderSizePixel = 0
  252. TextLabel_3.Position = UDim2.new(0.129151285, 0, 0, 0)
  253. TextLabel_3.Size = UDim2.new(0, 200, 0, 19)
  254. TextLabel_3.Font = Enum.Font.SourceSans
  255. TextLabel_3.Text = "Super Checkpoint"
  256. TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  257. TextLabel_3.TextScaled = true
  258. TextLabel_3.TextSize = 14.000
  259. TextLabel_3.TextWrapped = true
  260.  
  261. X_3.Name = "X"
  262. X_3.Parent = SC
  263. X_3.BackgroundColor3 = Color3.fromRGB(255, 137, 137)
  264. X_3.BorderColor3 = Color3.fromRGB(190, 102, 102)
  265. X_3.BorderSizePixel = 4
  266. X_3.Position = UDim2.new(0.944649458, 0, 0.00304877758, 0)
  267. X_3.Size = UDim2.new(0, 15, 0, 16)
  268. X_3.Font = Enum.Font.SourceSans
  269. X_3.Text = "X"
  270. X_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  271. X_3.TextScaled = true
  272. X_3.TextSize = 14.000
  273. X_3.TextWrapped = true
  274.  
  275. CTT.Name = "CTT"
  276. CTT.Parent = SC
  277. CTT.BackgroundColor3 = Color3.fromRGB(255, 137, 137)
  278. CTT.BorderColor3 = Color3.fromRGB(190, 102, 102)
  279. CTT.BorderSizePixel = 4
  280. CTT.Position = UDim2.new(0.195571944, 0, 0.167682931, 0)
  281. CTT.Size = UDim2.new(0, 164, 0, 16)
  282. CTT.Font = Enum.Font.SourceSans
  283. CTT.Text = "Change to Tavo"
  284. CTT.TextColor3 = Color3.fromRGB(0, 0, 0)
  285. CTT.TextScaled = true
  286. CTT.TextSize = 14.000
  287. CTT.TextWrapped = true
  288.  
  289. CTO.Name = "CTO"
  290. CTO.Parent = SC
  291. CTO.BackgroundColor3 = Color3.fromRGB(255, 137, 137)
  292. CTO.BorderColor3 = Color3.fromRGB(190, 102, 102)
  293. CTO.BorderSizePixel = 4
  294. CTO.Position = UDim2.new(0.195571944, 0, 0.253048748, 0)
  295. CTO.Size = UDim2.new(0, 164, 0, 16)
  296. CTO.Font = Enum.Font.SourceSans
  297. CTO.Text = "Change to Octavia"
  298. CTO.TextColor3 = Color3.fromRGB(0, 0, 0)
  299. CTO.TextScaled = true
  300. CTO.TextSize = 14.000
  301. CTO.TextWrapped = true
  302.  
  303. CTF.Name = "CTF"
  304. CTF.Parent = SC
  305. CTF.BackgroundColor3 = Color3.fromRGB(255, 137, 137)
  306. CTF.BorderColor3 = Color3.fromRGB(190, 102, 102)
  307. CTF.BorderSizePixel = 4
  308. CTF.Position = UDim2.new(0.195571944, 0, 0.335365832, 0)
  309. CTF.Size = UDim2.new(0, 164, 0, 16)
  310. CTF.Font = Enum.Font.SourceSans
  311. CTF.Text = "Change to Fiona"
  312. CTF.TextColor3 = Color3.fromRGB(0, 0, 0)
  313. CTF.TextScaled = true
  314. CTF.TextSize = 14.000
  315. CTF.TextWrapped = true
  316.  
  317. Open.Name = "Open"
  318. Open.Parent = NonFEServerScripts
  319. Open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  320. Open.BorderSizePixel = 0
  321. Open.Position = UDim2.new(0, 0, 0.474619299, 0)
  322. Open.Size = UDim2.new(0, 39, 0, 19)
  323. Open.Visible = false
  324. Open.Font = Enum.Font.SourceSans
  325. Open.Text = "Open"
  326. Open.TextColor3 = Color3.fromRGB(0, 0, 0)
  327. Open.TextSize = 14.000
  328.  
  329. P.Name = "P"
  330. P.Parent = NonFEServerScripts
  331. P.BackgroundColor3 = Color3.fromRGB(255, 137, 137)
  332. P.BorderColor3 = Color3.fromRGB(190, 102, 102)
  333. P.BorderSizePixel = 7
  334. P.Position = UDim2.new(0.672172785, 0, 0.0837563425, 0)
  335. P.Size = UDim2.new(0, 271, 0, 328)
  336. P.Visible = false
  337.  
  338. TTAP.Name = "TTAP"
  339. TTAP.Parent = P
  340. TTAP.BackgroundColor3 = Color3.fromRGB(255, 137, 137)
  341. TTAP.BorderColor3 = Color3.fromRGB(190, 102, 102)
  342. TTAP.BorderSizePixel = 4
  343. TTAP.Position = UDim2.new(0.195571944, 0, 0.0853658542, 0)
  344. TTAP.Size = UDim2.new(0, 164, 0, 16)
  345. TTAP.Font = Enum.Font.SourceSans
  346. TTAP.Text = "Teleport to all players (takes 4 secs)"
  347. TTAP.TextColor3 = Color3.fromRGB(0, 0, 0)
  348. TTAP.TextScaled = true
  349. TTAP.TextSize = 14.000
  350. TTAP.TextWrapped = true
  351.  
  352. TextLabel_4.Parent = P
  353. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  354. TextLabel_4.BackgroundTransparency = 1.000
  355. TextLabel_4.BorderSizePixel = 0
  356. TextLabel_4.Position = UDim2.new(0.129151285, 0, 0, 0)
  357. TextLabel_4.Size = UDim2.new(0, 200, 0, 19)
  358. TextLabel_4.Font = Enum.Font.SourceSans
  359. TextLabel_4.Text = "Piggy"
  360. TextLabel_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  361. TextLabel_4.TextScaled = true
  362. TextLabel_4.TextSize = 14.000
  363. TextLabel_4.TextWrapped = true
  364.  
  365. X_4.Name = "X"
  366. X_4.Parent = P
  367. X_4.BackgroundColor3 = Color3.fromRGB(255, 137, 137)
  368. X_4.BorderColor3 = Color3.fromRGB(190, 102, 102)
  369. X_4.BorderSizePixel = 4
  370. X_4.Position = UDim2.new(0.944649458, 0, 0.00304877758, 0)
  371. X_4.Size = UDim2.new(0, 15, 0, 16)
  372. X_4.Font = Enum.Font.SourceSans
  373. X_4.Text = "X"
  374. X_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  375. X_4.TextScaled = true
  376. X_4.TextSize = 14.000
  377. X_4.TextWrapped = true
  378.  
  379. TU.Name = "TU"
  380. TU.Parent = P
  381. TU.BackgroundColor3 = Color3.fromRGB(255, 137, 137)
  382. TU.BorderColor3 = Color3.fromRGB(190, 102, 102)
  383. TU.BorderSizePixel = 4
  384. TU.Position = UDim2.new(0.195571944, 0, 0.167682931, 0)
  385. TU.Size = UDim2.new(0, 164, 0, 16)
  386. TU.Font = Enum.Font.SourceSans
  387. TU.Text = "Teleport Up (helps you dodge Piggy)"
  388. TU.TextColor3 = Color3.fromRGB(0, 0, 0)
  389. TU.TextScaled = true
  390. TU.TextSize = 14.000
  391. TU.TextWrapped = true
  392.  
  393. HSFTS.Name = "HSFTS"
  394. HSFTS.Parent = P
  395. HSFTS.BackgroundColor3 = Color3.fromRGB(255, 137, 137)
  396. HSFTS.BorderColor3 = Color3.fromRGB(190, 102, 102)
  397. HSFTS.BorderSizePixel = 4
  398. HSFTS.Position = UDim2.new(0.195571944, 0, 0.253048778, 0)
  399. HSFTS.Size = UDim2.new(0, 164, 0, 16)
  400. HSFTS.Font = Enum.Font.SourceSans
  401. HSFTS.Text = "High speed for 9 seconds"
  402. HSFTS.TextColor3 = Color3.fromRGB(0, 0, 0)
  403. HSFTS.TextScaled = true
  404. HSFTS.TextSize = 14.000
  405. HSFTS.TextWrapped = true
  406.  
  407. -- Scripts:
  408.  
  409. local function AXLZ_fake_script() -- BCBASWTrigger.LocalScript
  410.     local script = Instance.new('LocalScript', BCBASWTrigger)
  411.  
  412.     script.Parent.MouseButton1Click:Connect(function()
  413.         script.Parent.Parent.Parent.BCBASW.Visible = true
  414.     end)
  415. end
  416. coroutine.wrap(AXLZ_fake_script)()
  417. local function ASRUNT_fake_script() -- MainFrame.MainFrameDrag
  418.     local script = Instance.new('LocalScript', MainFrame)
  419.  
  420.     local UIS = game:GetService("UserInputService")
  421.     function dragify(Frame)
  422.         dragToggle = nil
  423.         local dragSpeed = 0.50
  424.         dragInput = nil
  425.         dragStart = nil
  426.         local dragPos = nil
  427.         function updateInput(input)
  428.             local Delta = input.Position - dragStart
  429.             local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  430.             game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.30), {Position = Position}):Play()
  431.         end
  432.         Frame.InputBegan:Connect(function(input)
  433.             if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  434.                 dragToggle = true
  435.                 dragStart = input.Position
  436.                 startPos = Frame.Position
  437.                 input.Changed:Connect(function()
  438.                     if input.UserInputState == Enum.UserInputState.End then
  439.                         dragToggle = false
  440.                     end
  441.                 end)
  442.             end
  443.         end)
  444.         Frame.InputChanged:Connect(function(input)
  445.             if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  446.                 dragInput = input
  447.             end
  448.         end)
  449.         game:GetService("UserInputService").InputChanged:Connect(function(input)
  450.             if input == dragInput and dragToggle then
  451.                 updateInput(input)
  452.             end
  453.         end)
  454.     end
  455.    
  456.     dragify(script.Parent)
  457. end
  458. coroutine.wrap(ASRUNT_fake_script)()
  459. local function ZMIUAY_fake_script() -- SCTrigger.LocalScript
  460.     local script = Instance.new('LocalScript', SCTrigger)
  461.  
  462.     script.Parent.MouseButton1Click:Connect(function()
  463.         script.Parent.Parent.Parent.SC.Visible = true
  464.     end)
  465. end
  466. coroutine.wrap(ZMIUAY_fake_script)()
  467. local function OFVVWQI_fake_script() -- X.LocalScript
  468.     local script = Instance.new('LocalScript', X)
  469.  
  470.     script.Parent.MouseButton1Click:Connect(function()
  471.         script.Parent.Parent.Visible = false
  472.         script.Parent.Parent.Parent.Open.Visible = true
  473.     end)
  474. end
  475. coroutine.wrap(OFVVWQI_fake_script)()
  476. local function BYBM_fake_script() -- PTrigger.LocalScript
  477.     local script = Instance.new('LocalScript', PTrigger)
  478.  
  479.     script.Parent.MouseButton1Click:Connect(function()
  480.         script.Parent.Parent.Parent.P.Visible = true
  481.     end)
  482. end
  483. coroutine.wrap(BYBM_fake_script)()
  484. local function PQZRD_fake_script() -- FTTW.LocalScript
  485.     local script = Instance.new('LocalScript', FTTW)
  486.  
  487.     script.Parent.MouseButton1Click:Connect(function()
  488.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 1500
  489.     end)
  490. end
  491. coroutine.wrap(PQZRD_fake_script)()
  492. local function AYSC_fake_script() -- BCBASW.BCBASWDrag
  493.     local script = Instance.new('LocalScript', BCBASW)
  494.  
  495.     local UIS = game:GetService("UserInputService")
  496.     function dragify(Frame)
  497.         dragToggle = nil
  498.         local dragSpeed = 0.50
  499.         dragInput = nil
  500.         dragStart = nil
  501.         local dragPos = nil
  502.         function updateInput(input)
  503.             local Delta = input.Position - dragStart
  504.             local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  505.             game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.30), {Position = Position}):Play()
  506.         end
  507.         Frame.InputBegan:Connect(function(input)
  508.             if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  509.                 dragToggle = true
  510.                 dragStart = input.Position
  511.                 startPos = Frame.Position
  512.                 input.Changed:Connect(function()
  513.                     if input.UserInputState == Enum.UserInputState.End then
  514.                         dragToggle = false
  515.                     end
  516.                 end)
  517.             end
  518.         end)
  519.         Frame.InputChanged:Connect(function(input)
  520.             if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  521.                 dragInput = input
  522.             end
  523.         end)
  524.         game:GetService("UserInputService").InputChanged:Connect(function(input)
  525.             if input == dragInput and dragToggle then
  526.                 updateInput(input)
  527.             end
  528.         end)
  529.     end
  530.    
  531.     dragify(script.Parent)
  532. end
  533. coroutine.wrap(AYSC_fake_script)()
  534. local function VFZEABX_fake_script() -- X_2.LocalScript
  535.     local script = Instance.new('LocalScript', X_2)
  536.  
  537.     script.Parent.MouseButton1Click:Connect(function()
  538.         script.Parent.Parent.Visible = false
  539.     end)
  540. end
  541. coroutine.wrap(VFZEABX_fake_script)()
  542. local function GZCQW_fake_script() -- HJP.LocalScript
  543.     local script = Instance.new('LocalScript', HJP)
  544.  
  545.     script.Parent.MouseButton1Click:Connect(function()
  546.         game.Players.LocalPlayer.Character.Humanoid.JumpPower = 190
  547.     end)
  548. end
  549. coroutine.wrap(GZCQW_fake_script)()
  550. local function SKESM_fake_script() -- _6X.LocalScript
  551.     local script = Instance.new('LocalScript', _6X)
  552.  
  553.     script.Parent.MouseButton1Click:Connect(function()
  554.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 96
  555.     end)
  556. end
  557. coroutine.wrap(SKESM_fake_script)()
  558. local function MZETOZ_fake_script() -- NS.LocalScript
  559.     local script = Instance.new('LocalScript', NS)
  560.  
  561.     script.Parent.MouseButton1Click:Connect(function()
  562.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  563.     end)
  564. end
  565. coroutine.wrap(MZETOZ_fake_script)()
  566. local function WOFOCCQ_fake_script() -- NJP.LocalScript
  567.     local script = Instance.new('LocalScript', NJP)
  568.  
  569.     script.Parent.MouseButton1Click:Connect(function()
  570.         game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  571.     end)
  572. end
  573. coroutine.wrap(WOFOCCQ_fake_script)()
  574. local function QTNDC_fake_script() -- TD.LocalScript
  575.     local script = Instance.new('LocalScript', TD)
  576.  
  577.     script.Parent.MouseButton1Click:Connect(function()
  578.         game.Workspace.FunctionScript.TakeDamage:FireServer()
  579.     end)
  580. end
  581. coroutine.wrap(QTNDC_fake_script)()
  582. local function BDSKLRY_fake_script() -- SC.SCDrag
  583.     local script = Instance.new('LocalScript', SC)
  584.  
  585.     local UIS = game:GetService("UserInputService")
  586.     function dragify(Frame)
  587.         dragToggle = nil
  588.         local dragSpeed = 0.50
  589.         dragInput = nil
  590.         dragStart = nil
  591.         local dragPos = nil
  592.         function updateInput(input)
  593.             local Delta = input.Position - dragStart
  594.             local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  595.             game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.30), {Position = Position}):Play()
  596.         end
  597.         Frame.InputBegan:Connect(function(input)
  598.             if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  599.                 dragToggle = true
  600.                 dragStart = input.Position
  601.                 startPos = Frame.Position
  602.                 input.Changed:Connect(function()
  603.                     if input.UserInputState == Enum.UserInputState.End then
  604.                         dragToggle = false
  605.                     end
  606.                 end)
  607.             end
  608.         end)
  609.         Frame.InputChanged:Connect(function(input)
  610.             if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  611.                 dragInput = input
  612.             end
  613.         end)
  614.         game:GetService("UserInputService").InputChanged:Connect(function(input)
  615.             if input == dragInput and dragToggle then
  616.                 updateInput(input)
  617.             end
  618.         end)
  619.     end
  620.    
  621.     dragify(script.Parent)
  622. end
  623. coroutine.wrap(BDSKLRY_fake_script)()
  624. local function ZBAGRN_fake_script() -- X_3.LocalScript
  625.     local script = Instance.new('LocalScript', X_3)
  626.  
  627.     script.Parent.MouseButton1Click:Connect(function()
  628.         script.Parent.Parent.Visible = false
  629.     end)
  630. end
  631. coroutine.wrap(ZBAGRN_fake_script)()
  632. local function ZOCK_fake_script() -- CTT.LocalScript
  633.     local script = Instance.new('LocalScript', CTT)
  634.  
  635.     script.Parent.MouseButton1Click:Connect(function()
  636.         game.Workspace.FunctionScript.ChangeCharacter:FireServer("Tavo")
  637.     end)
  638. end
  639. coroutine.wrap(ZOCK_fake_script)()
  640. local function LKLL_fake_script() -- CTO.LocalScript
  641.     local script = Instance.new('LocalScript', CTO)
  642.  
  643.     script.Parent.MouseButton1Click:Connect(function()
  644.         game.Workspace.FunctionScript.ChangeCharacter:FireServer("Octavia")
  645.     end)
  646. end
  647. coroutine.wrap(LKLL_fake_script)()
  648. local function AWVHBY_fake_script() -- CTF.LocalScript
  649.     local script = Instance.new('LocalScript', CTF)
  650.  
  651.     script.Parent.MouseButton1Click:Connect(function()
  652.         game.Workspace.FunctionScript.ChangeCharacter:FireServer("Fiona")
  653.     end)
  654. end
  655. coroutine.wrap(AWVHBY_fake_script)()
  656. local function ARZOF_fake_script() -- Open.LocalScript
  657.     local script = Instance.new('LocalScript', Open)
  658.  
  659.     script.Parent.MouseButton1Click:Connect(function()
  660.         script.Parent.Visible = false
  661.         script.Parent.Parent.MainFrame.Visible = true
  662.     end)
  663. end
  664. coroutine.wrap(ARZOF_fake_script)()
  665. local function LAQFAI_fake_script() -- TTAP.LocalScript
  666.     local script = Instance.new('LocalScript', TTAP)
  667.  
  668.     script.Parent.MouseButton1Click:Connect(function()
  669.         for _,v in ipairs(game.Players:GetPlayers()) do
  670.             game.Players.LocalPlayer.Character:MoveTo(v.Character.HumanoidRootPart.Position)
  671.             wait(4)
  672.         end
  673.     end)
  674. end
  675. coroutine.wrap(LAQFAI_fake_script)()
  676. local function YFJKXI_fake_script() -- P.SCDrag
  677.     local script = Instance.new('LocalScript', P)
  678.  
  679.     local UIS = game:GetService("UserInputService")
  680.     function dragify(Frame)
  681.         dragToggle = nil
  682.         local dragSpeed = 0.50
  683.         dragInput = nil
  684.         dragStart = nil
  685.         local dragPos = nil
  686.         function updateInput(input)
  687.             local Delta = input.Position - dragStart
  688.             local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  689.             game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.30), {Position = Position}):Play()
  690.         end
  691.         Frame.InputBegan:Connect(function(input)
  692.             if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then
  693.                 dragToggle = true
  694.                 dragStart = input.Position
  695.                 startPos = Frame.Position
  696.                 input.Changed:Connect(function()
  697.                     if input.UserInputState == Enum.UserInputState.End then
  698.                         dragToggle = false
  699.                     end
  700.                 end)
  701.             end
  702.         end)
  703.         Frame.InputChanged:Connect(function(input)
  704.             if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  705.                 dragInput = input
  706.             end
  707.         end)
  708.         game:GetService("UserInputService").InputChanged:Connect(function(input)
  709.             if input == dragInput and dragToggle then
  710.                 updateInput(input)
  711.             end
  712.         end)
  713.     end
  714.    
  715.     dragify(script.Parent)
  716. end
  717. coroutine.wrap(YFJKXI_fake_script)()
  718. local function QXYHGI_fake_script() -- X_4.LocalScript
  719.     local script = Instance.new('LocalScript', X_4)
  720.  
  721.     script.Parent.MouseButton1Click:Connect(function()
  722.         script.Parent.Parent.Visible = false
  723.     end)
  724. end
  725. coroutine.wrap(QXYHGI_fake_script)()
  726. local function GCTTTD_fake_script() -- TU.LocalScript
  727.     local script = Instance.new('LocalScript', TU)
  728.  
  729.     script.Parent.MouseButton1Click:Connect(function()
  730.         game.Players.LocalPlayer.Character:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,150,0))
  731.     end)
  732. end
  733. coroutine.wrap(GCTTTD_fake_script)()
  734. local function FYRTMZ_fake_script() -- HSFTS.LocalScript
  735.     local script = Instance.new('LocalScript', HSFTS)
  736.  
  737.     script.Parent.MouseButton1Click:Connect(function()
  738.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed =150
  739.         wait(9)
  740.         game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  741.     end)
  742. end
  743. coroutine.wrap(FYRTMZ_fake_script)()
  744.  
Advertisement
Add Comment
Please, Sign In to add comment