Advertisement
K1ngBlitzy

Untitled

Jan 22nd, 2022 (edited)
625
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 9.02 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local itoangoten = Instance.new("ScreenGui")
  7. local oten = Instance.new("ImageLabel")
  8. local Frame = Instance.new("ImageLabel")
  9. local Stuff = Instance.new("TextLabel")
  10. local Blitzy = Instance.new("TextButton")
  11. local TextLabel = Instance.new("TextLabel")
  12. local Ashley = Instance.new("TextButton")
  13. local seller = Instance.new("TextLabel")
  14. local amount = Instance.new("TextLabel")
  15.  
  16. --Properties:
  17.  
  18. itoangoten.Name = "itoangoten"
  19. itoangoten.Parent = game.CoreGui
  20.  
  21. oten.Name = "oten"
  22. oten.Parent = itoangoten
  23. oten.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  24. oten.BackgroundTransparency = 1.000
  25. oten.Position = UDim2.new(0.336910665, 0, 0.331085891, 0)
  26. oten.Size = UDim2.new(0, 3, 0, 0)
  27. oten.Image = "rbxassetid://3570695787"
  28. oten.ImageColor3 = Color3.fromRGB(44, 48, 55)
  29. oten.ScaleType = Enum.ScaleType.Slice
  30. oten.SliceCenter = Rect.new(100, 100, 100, 100)
  31. oten.SliceScale = 0.120
  32.  
  33. Frame.Name = "Frame"
  34. Frame.Parent = oten
  35. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  36. Frame.BackgroundTransparency = 1.000
  37. Frame.Position = UDim2.new(0.0209999997, 0, 0.181999996, 0)
  38. Frame.Size = UDim2.new(0, 3, 0, 0)
  39. Frame.Image = "rbxassetid://3570695787"
  40. Frame.ImageColor3 = Color3.fromRGB(33, 36, 42)
  41. Frame.ScaleType = Enum.ScaleType.Slice
  42. Frame.SliceCenter = Rect.new(100, 100, 100, 100)
  43. Frame.SliceScale = 0.040
  44.  
  45. Stuff.Name = "Stuff"
  46. Stuff.Parent = Frame
  47. Stuff.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  48. Stuff.BackgroundTransparency = 1.000
  49. Stuff.Position = UDim2.new(0.522673011, 0, -0.171296299, 0)
  50. Stuff.Size = UDim2.new(0, 200, 0, 24)
  51. Stuff.Font = Enum.Font.Nunito
  52. Stuff.Text = ""
  53. Stuff.TextColor3 = Color3.fromRGB(255, 255, 255)
  54. Stuff.TextSize = 23.000
  55.  
  56. Blitzy.Name = "Blitzy"
  57. Blitzy.Parent = oten
  58. Blitzy.BackgroundColor3 = Color3.fromRGB(18, 20, 24)
  59. Blitzy.BackgroundTransparency = 1.000
  60. Blitzy.BorderSizePixel = 0
  61. Blitzy.Position = UDim2.new(0.0434782617, 0, 0.218181819, 0)
  62. Blitzy.Size = UDim2.new(0, 93, 0, 31)
  63. Blitzy.Font = Enum.Font.Ubuntu
  64. Blitzy.Text = "Blitzy"
  65. Blitzy.TextColor3 = Color3.fromRGB(255, 255, 255)
  66. Blitzy.TextSize = 25.000
  67. Blitzy.TextTransparency = 1.000
  68.  
  69. TextLabel.Parent = oten
  70. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  71. TextLabel.BackgroundTransparency = 1.000
  72. TextLabel.Position = UDim2.new(0.0205949657, 0, 0.0290909074, 0)
  73. TextLabel.Size = UDim2.new(0, 174, 0, 32)
  74. TextLabel.Font = Enum.Font.Sarpanch
  75. TextLabel.Text = "ALT CONTROL"
  76. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  77. TextLabel.TextSize = 35.000
  78. TextLabel.TextTransparency = 1.000
  79.  
  80. Ashley.Name = "Ashley"
  81. Ashley.Parent = oten
  82. Ashley.BackgroundColor3 = Color3.fromRGB(18, 20, 24)
  83. Ashley.BackgroundTransparency = 1.000
  84. Ashley.BorderSizePixel = 0
  85. Ashley.Position = UDim2.new(0.274599522, 0, 0.218181819, 0)
  86. Ashley.Size = UDim2.new(0, 93, 0, 31)
  87. Ashley.Font = Enum.Font.Ubuntu
  88. Ashley.Text = "Ashley"
  89. Ashley.TextColor3 = Color3.fromRGB(255, 255, 255)
  90. Ashley.TextSize = 25.000
  91. Ashley.TextTransparency = 1.000
  92.  
  93. seller.Name = "seller"
  94. seller.Parent = itoangoten
  95. seller.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  96. seller.BackgroundTransparency = 1.000
  97. seller.Position = UDim2.new(0, 0, 0.0662576705, 0)
  98. seller.Size = UDim2.new(0, 200, 0, 24)
  99. seller.Font = Enum.Font.SourceSans
  100. seller.Text = "N/A"
  101. seller.TextColor3 = Color3.fromRGB(247, 241, 141)
  102. seller.TextSize = 27.000
  103. seller.TextXAlignment = Enum.TextXAlignment.Left
  104.  
  105. amount.Name = "amount"
  106. amount.Parent = itoangoten
  107. amount.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  108. amount.BackgroundTransparency = 1.000
  109. amount.Position = UDim2.new(0, 0, 0.0957055241, 0)
  110. amount.Size = UDim2.new(0, 200, 0, 24)
  111. amount.Font = Enum.Font.SourceSans
  112. amount.Text = "5000"
  113. amount.TextColor3 = Color3.fromRGB(177, 229, 166)
  114. amount.TextSize = 27.000
  115. amount.TextXAlignment = Enum.TextXAlignment.Left
  116.  
  117. -- Scripts:
  118.  
  119. local function UDRHV_fake_script() -- Stuff.LocalScript
  120.     local script = Instance.new('LocalScript', Stuff)
  121.  
  122.     wait(6)
  123.     while true do
  124.         wait()
  125.         script.Parent.TextTransparency = 1
  126.         for i = 1,10 do
  127.             wait()
  128.             script.Parent.TextTransparency = script.Parent.TextTransparency - 0.1
  129.             script.Parent.Text = "ito ang best script"
  130.         end
  131.         wait(2)
  132.         for i = 1,10 do
  133.             wait()
  134.             script.Parent.TextTransparency = script.Parent.TextTransparency + 0.1
  135.         end
  136.         wait(0.5)
  137.         for i = 1,10 do
  138.             wait()
  139.             script.Parent.TextTransparency = script.Parent.TextTransparency - 0.1
  140.             script.Parent.Text = "blitz is scripter 🤓"
  141.         end
  142.         wait(2)
  143.         for i = 1,10 do
  144.             wait()
  145.             script.Parent.TextTransparency = script.Parent.TextTransparency + 0.1
  146.         end
  147.         for i = 1,10 do
  148.             wait()
  149.             script.Parent.TextTransparency = script.Parent.TextTransparency - 0.1
  150.             script.Parent.Text = "sumbagay"
  151.         end
  152.         wait(0.5)
  153.         for i = 1,10 do
  154.             wait()
  155.             script.Parent.TextTransparency = script.Parent.TextTransparency + 0.1
  156.         end
  157.         wait(2)
  158.     end
  159. end
  160. coroutine.wrap(UDRHV_fake_script)()
  161. local function JOETRR_fake_script() -- Blitzy.Script
  162.     local script = Instance.new('Script', Blitzy)
  163.  
  164.     local button = script.Parent
  165.     button.MouseButton1Click:Connect(function()
  166.         getgenv().Seller = "K1ngBlitzy"
  167.         getgenv().altMsg = "blitzy pushin🅿"
  168.         seller.Text = "KingBlitzy"
  169.         seller.TextColor3 = Color3.fromRGB(229, 173, 200)
  170.         oten:Destroy()
  171.         loadstring(game:HttpGet("https://raw.githubusercontent.com/Blitzylol/oten/main/alt%20control%20old"))()
  172.     end)
  173. end
  174. coroutine.wrap(JOETRR_fake_script)()
  175. local function IKUO_fake_script() -- oten.d=drag
  176.     local script = Instance.new('LocalScript', oten)
  177.  
  178.     local a=game:GetService("UserInputService")function drag(b)dragToggle=nil dragSpeed=0.23 dragInput=nil dragStart=nil dragPos=nil function updateInput(a)Delta=a.Position-dragStart Position=UDim2.new(startPos.X.Scale,startPos.X.Offset+Delta.X,startPos.Y.Scale,startPos.Y.Offset+Delta.Y)game:GetService("TweenService"):Create(b,TweenInfo.new(0.25),{Position=Position}):Play()end b.InputBegan:Connect(function(c)if(c.UserInputType==Enum.UserInputType.MouseButton1 or c.UserInputType==Enum.UserInputType.Touch)and a:GetFocusedTextBox()==nil then dragToggle=true dragStart=c.Position startPos=b.Position c.Changed:Connect(function()if c.UserInputState==Enum.UserInputState.End then dragToggle=false end end)end end)b.InputChanged:Connect(function(a)if a.UserInputType==Enum.UserInputType.MouseMovement or a.UserInputType==Enum.UserInputType.Touch then dragInput=a end end)game:GetService("UserInputService").InputChanged:Connect(function(a)if a==dragInput and dragToggle then updateInput(a)end end)end drag(script.Parent)
  179. end
  180. coroutine.wrap(IKUO_fake_script)()
  181. local function MPZVEG_fake_script() -- oten.tweens
  182.     local script = Instance.new('LocalScript', oten)
  183.  
  184.     wait(3)
  185.    
  186.     local gui = script.Parent
  187.     local gui2 = script.Parent.Frame
  188.     gui:TweenPosition(UDim2.new(0.337, 0,0.331, 0), "Out", "Quint", .9)
  189.     gui:TweenSize(UDim2.new(0, 437,0, 275), "Out", "Quint", .9)
  190.     gui2:TweenPosition(UDim2.new(0.021, 0,0.182, 0), "Out", "Quint", .9)
  191.     gui2:TweenSize(UDim2.new(0, 419,0, 216), "Out", "Quint", .9)
  192.    
  193.     wait(1)
  194.     local TweenService = game:GetService("TweenService")
  195.     local time = 1 --this will tell you how much it would take for the tween to finish
  196.    
  197.     local FadeIn = TweenService:Create(script.Parent.TextLabel, TweenInfo.new(time), {TextTransparency = 0})
  198.     local FadeInb = TweenService:Create(script.Parent.Blitzy, TweenInfo.new(time), {BackgroundTransparency = 0})
  199.     local FadeIna = TweenService:Create(script.Parent.Ashley, TweenInfo.new(time), {BackgroundTransparency = 0})
  200.     local FadeInbt = TweenService:Create(script.Parent.Blitzy, TweenInfo.new(time), {TextTransparency = 0})
  201.     local FadeInat = TweenService:Create(script.Parent.Ashley, TweenInfo.new(time), {TextTransparency = 0})
  202.     FadeIn:Play()
  203.     wait(1.3)
  204.     FadeInb:Play()
  205.     FadeIna:Play()
  206.     FadeInbt:Play()
  207.     FadeInat:Play()
  208.    
  209.    
  210. end
  211. coroutine.wrap(MPZVEG_fake_script)()
  212. local function LTCASSV_fake_script() -- Ashley.Script
  213.     local script = Instance.new('Script', Ashley)
  214.  
  215.     local button = script.Parent
  216.     button.MouseButton1Click:Connect(function()
  217.         getgenv().Seller = "A5HLIIN"
  218.         getgenv().altMsg = "blitzy pushin🅿"
  219.         seller.Text = "A5HLIIN"
  220.         seller.TextColor3 = Color3.fromRGB(207, 226, 247)
  221.         oten:Destroy()
  222.         loadstring(game:HttpGet("https://raw.githubusercontent.com/Blitzylol/oten/main/alt%20control%20old"))()
  223.     end)
  224. end
  225. coroutine.wrap(LTCASSV_fake_script)()
  226. local function SNIB_fake_script() -- amount.Script
  227.     local script = Instance.new('Script', amount)
  228.  
  229.     function comma_value(n) -- credit http://richard.warburton.it
  230.         local left,num,right = string.match(n,'^([^%d]*%d)(%d*)(.-)$')
  231.         return left..(num:reverse():gsub('(%d%d%d)','%1,'):reverse())..right
  232.     end
  233.     repeat wait() until game:GetService("Players").LocalPlayer
  234.     local player = game:GetService("Players").LocalPlayer
  235.     local cr = player.DataFolder.Currency.Value
  236.     local amout = (comma_value(cr))
  237.    
  238.     while wait(0.2) do
  239.         local cr = player.DataFolder.Currency.Value
  240.         local amout = (comma_value(cr))
  241.         script.Parent.Text = amout
  242.     end
  243. end
  244. coroutine.wrap(SNIB_fake_script)()
  245.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement