Advertisement
XsanityV

main

Aug 22nd, 2019
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.11 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local Yourmomgui = Instance.new("TextButton")
  7. local Revizadmin = Instance.new("TextButton")
  8. local InfiniteYield = Instance.new("TextButton")
  9. local Bakiez = Instance.new("TextButton")
  10. --Properties:
  11. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  12. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  13.  
  14. Frame.Parent = ScreenGui
  15. Frame.BackgroundColor3 = Color3.new(0, 0, 0.498039)
  16. Frame.Position = UDim2.new(0.106365837, 0, 0.188911706, 0)
  17. Frame.Size = UDim2.new(0, 478, 0, 181)
  18.  
  19. Yourmomgui.Name = "Yourmomgui"
  20. Yourmomgui.Parent = Frame
  21. Yourmomgui.BackgroundColor3 = Color3.new(0, 0, 0)
  22. Yourmomgui.Position = UDim2.new(0.0490196086, 0, 0.121546961, 0)
  23. Yourmomgui.Size = UDim2.new(0, 200, 0, 50)
  24. Yourmomgui.Font = Enum.Font.SourceSans
  25. Yourmomgui.Text = "YourmomGui"
  26. Yourmomgui.TextColor3 = Color3.new(0, 0, 0)
  27. Yourmomgui.TextSize = 14
  28.  
  29. Revizadmin.Name = "Revizadmin"
  30. Revizadmin.Parent = Frame
  31. Revizadmin.BackgroundColor3 = Color3.new(0, 0, 0)
  32. Revizadmin.Position = UDim2.new(0.511362731, 0, 0.121546961, 0)
  33. Revizadmin.Size = UDim2.new(0, 200, 0, 50)
  34. Revizadmin.Font = Enum.Font.SourceSans
  35. Revizadmin.Text = "RevizAdmin"
  36. Revizadmin.TextColor3 = Color3.new(0, 0, 0)
  37. Revizadmin.TextSize = 14
  38.  
  39. InfiniteYield.Name = "InfiniteYield"
  40. InfiniteYield.Parent = Frame
  41. InfiniteYield.BackgroundColor3 = Color3.new(0, 0, 0)
  42. InfiniteYield.Position = UDim2.new(0.490442187, 0, 0.513812184, 0)
  43. InfiniteYield.Size = UDim2.new(0, 200, 0, 50)
  44. InfiniteYield.Font = Enum.Font.SourceSans
  45. InfiniteYield.Text = "InfiniteYield"
  46. InfiniteYield.TextColor3 = Color3.new(0, 0, 0)
  47. InfiniteYield.TextSize = 14
  48.  
  49. Bakiez.Name = "Bakiez"
  50. Bakiez.Parent = Frame
  51. Bakiez.BackgroundColor3 = Color3.new(0, 0, 0)
  52. Bakiez.Position = UDim2.new(0.0490196086, 0, 0.513812184, 0)
  53. Bakiez.Size = UDim2.new(0, 200, 0, 50)
  54. Bakiez.Font = Enum.Font.SourceSans
  55. Bakiez.Text = "Bakiez"
  56. Bakiez.TextColor3 = Color3.new(0, 0, 0)
  57. Bakiez.TextSize = 14
  58. -- Scripts:
  59. function SCRIPT_JJKM89_FAKESCRIPT() -- Yourmomgui.RainbowText
  60. local script = Instance.new('LocalScript')
  61. script.Parent = Yourmomgui
  62. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  63.  
  64. counter = 0
  65.  
  66. while wait(0.1)do
  67. script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  68.  
  69. counter = counter + 0.01
  70. end
  71.  
  72.  
  73.  
  74. end
  75. coroutine.resume(coroutine.create(SCRIPT_JJKM89_FAKESCRIPT))
  76. function SCRIPT_KIFX69_FAKESCRIPT() -- Yourmomgui.RainbowBoarder
  77. local script = Instance.new('LocalScript')
  78. script.Parent = Yourmomgui
  79. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  80.  
  81. counter = 0
  82.  
  83. while wait(0.1)do
  84. script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  85.  
  86. counter = counter + 0.01
  87. end
  88.  
  89.  
  90.  
  91. end
  92. coroutine.resume(coroutine.create(SCRIPT_KIFX69_FAKESCRIPT))
  93. function SCRIPT_CWDF89_FAKESCRIPT() -- Yourmomgui.Yourmomlocal
  94. local script = Instance.new('LocalScript')
  95. script.Parent = Yourmomgui
  96. script.Parent.MouseButton1Click:Connect(function()
  97. loadstring(game:HttpGet("https://pastebin.com/raw/TjrqQjiJ", true))()
  98. end)
  99.  
  100. end
  101. coroutine.resume(coroutine.create(SCRIPT_CWDF89_FAKESCRIPT))
  102. function SCRIPT_IZBS72_FAKESCRIPT() -- Frame.Drag
  103. local script = Instance.new('LocalScript')
  104. script.Parent = Frame
  105. function dragify(Frame)
  106. dragToggle = nil
  107. dragSpeed = .15 -- You can edit this.
  108. dragInput = nil
  109. dragStart = nil
  110. dragPos = nil
  111.  
  112. function updateInput(input)
  113. Delta = input.Position - dragStart
  114. Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y)
  115. game:GetService("TweenService"):Create(Frame, TweenInfo.new(dragSpeed), {Position = Position}):Play()
  116. end
  117.  
  118. Frame.InputBegan:Connect(function(input)
  119. if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
  120. dragToggle = true
  121. dragStart = input.Position
  122. startPos = Frame.Position
  123. input.Changed:Connect(function()
  124. if (input.UserInputState == Enum.UserInputState.End) then
  125. dragToggle = false
  126. end
  127. end)
  128. end
  129. end)
  130.  
  131. Frame.InputChanged:Connect(function(input)
  132. if (input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch) then
  133. dragInput = input
  134. end
  135. end)
  136.  
  137. game:GetService("UserInputService").InputChanged:Connect(function(input)
  138. if (input == dragInput and dragToggle) then
  139. updateInput(input)
  140. end
  141. end)
  142. end
  143.  
  144. dragify(script.Parent)
  145.  
  146. end
  147. coroutine.resume(coroutine.create(SCRIPT_IZBS72_FAKESCRIPT))
  148. function SCRIPT_KGPE90_FAKESCRIPT() -- Revizadmin.RainbowText
  149. local script = Instance.new('LocalScript')
  150. script.Parent = Revizadmin
  151. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  152.  
  153. counter = 0
  154.  
  155. while wait(0.1)do
  156. script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  157.  
  158. counter = counter + 0.01
  159. end
  160.  
  161.  
  162.  
  163. end
  164. coroutine.resume(coroutine.create(SCRIPT_KGPE90_FAKESCRIPT))
  165. function SCRIPT_PROQ76_FAKESCRIPT() -- Revizadmin.RainbowBoarder
  166. local script = Instance.new('LocalScript')
  167. script.Parent = Revizadmin
  168. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  169.  
  170. counter = 0
  171.  
  172. while wait(0.1)do
  173. script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  174.  
  175. counter = counter + 0.01
  176. end
  177.  
  178.  
  179.  
  180. end
  181. coroutine.resume(coroutine.create(SCRIPT_PROQ76_FAKESCRIPT))
  182. function SCRIPT_ISSA78_FAKESCRIPT() -- Revizadmin.RevizLocal
  183. local script = Instance.new('LocalScript')
  184. script.Parent = Revizadmin
  185. script.Parent.MouseButton1Click:Connect(function()
  186. loadstring(game:HttpGet("https://pastebin.com/raw/ibFPdiF7", true))()
  187. end)
  188.  
  189. end
  190. coroutine.resume(coroutine.create(SCRIPT_ISSA78_FAKESCRIPT))
  191. function SCRIPT_LBYA90_FAKESCRIPT() -- InfiniteYield.RainbowText
  192. local script = Instance.new('LocalScript')
  193. script.Parent = InfiniteYield
  194. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  195.  
  196. counter = 0
  197.  
  198. while wait(0.1)do
  199. script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  200.  
  201. counter = counter + 0.01
  202. end
  203.  
  204.  
  205.  
  206. end
  207. coroutine.resume(coroutine.create(SCRIPT_LBYA90_FAKESCRIPT))
  208. function SCRIPT_FIMU67_FAKESCRIPT() -- InfiniteYield.RainbowBoarder
  209. local script = Instance.new('LocalScript')
  210. script.Parent = InfiniteYield
  211. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  212.  
  213. counter = 0
  214.  
  215. while wait(0.1)do
  216. script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  217.  
  218. counter = counter + 0.01
  219. end
  220.  
  221.  
  222.  
  223. end
  224. coroutine.resume(coroutine.create(SCRIPT_FIMU67_FAKESCRIPT))
  225. function SCRIPT_KKRP83_FAKESCRIPT() -- InfiniteYield.IyLocal
  226. local script = Instance.new('LocalScript')
  227. script.Parent = InfiniteYield
  228. script.Parent.MouseButton1Click:Connect(function()
  229. loadstring(game:HttpGet(('https://pastebin.com/raw/tzTXmYf2'),true))()
  230. end)
  231.  
  232. end
  233. coroutine.resume(coroutine.create(SCRIPT_KKRP83_FAKESCRIPT))
  234. function SCRIPT_EGGX71_FAKESCRIPT() -- Bakiez.RainbowText
  235. local script = Instance.new('LocalScript')
  236. script.Parent = Bakiez
  237. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  238.  
  239. counter = 0
  240.  
  241. while wait(0.1)do
  242. script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  243.  
  244. counter = counter + 0.01
  245. end
  246.  
  247.  
  248.  
  249. end
  250. coroutine.resume(coroutine.create(SCRIPT_EGGX71_FAKESCRIPT))
  251. function SCRIPT_DUED84_FAKESCRIPT() -- Bakiez.RainbowBoarder
  252. local script = Instance.new('LocalScript')
  253. script.Parent = Bakiez
  254. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  255.  
  256. counter = 0
  257.  
  258. while wait(0.1)do
  259. script.Parent.BorderColor3 = Color3.fromHSV(zigzag(counter),1,1)
  260.  
  261. counter = counter + 0.01
  262. end
  263.  
  264.  
  265.  
  266. end
  267. coroutine.resume(coroutine.create(SCRIPT_DUED84_FAKESCRIPT))
  268. function SCRIPT_JISW75_FAKESCRIPT() -- Bakiez.LocalScript
  269. local script = Instance.new('LocalScript')
  270. script.Parent = Bakiez
  271. script.Parent.MouseButton1Click:Connect(function()
  272. loadstring(game:HttpGet("https://pastebin.com/raw/krEkNc2B", true))()
  273. end)
  274.  
  275. end
  276. coroutine.resume(coroutine.create(SCRIPT_JISW75_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement