Advertisement
Guest User

Mobile script (Almost done)

a guest
Oct 12th, 2019
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.05 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local CP = Instance.new("Frame")
  8. local Name = Instance.new("TextLabel")
  9. local Start = Instance.new("TextButton")
  10. local Arsenal = Instance.new("TextLabel")
  11. local Gaame = Instance.new("TextLabel")
  12. local ActuallGui = Instance.new("Frame")
  13. local Close = Instance.new("TextButton")
  14. local ESP = Instance.new("ImageButton")
  15. local Label = Instance.new("TextLabel")
  16. local Aimbot = Instance.new("ImageButton")
  17. local Label_2 = Instance.new("TextLabel")
  18.  
  19. --Properties:
  20.  
  21. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  22. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  23.  
  24. CP.Name = "CP"
  25. CP.Parent = ScreenGui
  26. CP.BackgroundColor3 = Color3.new(0, 0, 0)
  27. CP.Position = UDim2.new(0.754000068, 0, 0.383301735, 0)
  28. CP.Size = UDim2.new(0, 216, 0, 192)
  29.  
  30. Name.Name = "Name"
  31. Name.Parent = CP
  32. Name.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  33. Name.Position = UDim2.new(-0.00524365483, 0, -0.000286618859, 0)
  34. Name.Size = UDim2.new(0, 216, 0, 27)
  35. Name.Font = Enum.Font.SourceSans
  36. Name.Text = "Arsenal Mobile Script"
  37. Name.TextColor3 = Color3.new(1, 1, 1)
  38. Name.TextScaled = true
  39. Name.TextSize = 14
  40. Name.TextWrapped = true
  41.  
  42. Start.Name = "Start"
  43. Start.Parent = CP
  44. Start.BackgroundColor3 = Color3.new(0, 0, 0)
  45. Start.BorderColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  46. Start.BorderSizePixel = 4
  47. Start.Position = UDim2.new(0.0327282734, 0, 0.65625, 0)
  48. Start.Size = UDim2.new(0, 200, 0, 50)
  49. Start.Font = Enum.Font.SourceSans
  50. Start.Text = "Start!"
  51. Start.TextColor3 = Color3.new(1, 1, 1)
  52. Start.TextScaled = true
  53. Start.TextSize = 14
  54. Start.TextWrapped = true
  55.  
  56. Arsenal.Name = "Arsenal"
  57. Arsenal.Parent = CP
  58. Arsenal.BackgroundColor3 = Color3.new(0, 0, 0)
  59. Arsenal.BorderSizePixel = 0
  60. Arsenal.Position = UDim2.new(0.0370370373, 0, 0.333333343, 0)
  61. Arsenal.Size = UDim2.new(0, 200, 0, 50)
  62. Arsenal.Font = Enum.Font.SourceSans
  63. Arsenal.Text = "Arsenal"
  64. Arsenal.TextColor3 = Color3.new(0, 0.666667, 0)
  65. Arsenal.TextScaled = true
  66. Arsenal.TextSize = 14
  67. Arsenal.TextWrapped = true
  68.  
  69. Gaame.Name = "Gaame"
  70. Gaame.Parent = CP
  71. Gaame.BackgroundColor3 = Color3.new(0, 0, 0)
  72. Gaame.BorderSizePixel = 0
  73. Gaame.Position = UDim2.new(0.0370370373, 0, 0.171875, 0)
  74. Gaame.Size = UDim2.new(0, 200, 0, 33)
  75. Gaame.Font = Enum.Font.SourceSans
  76. Gaame.Text = "Game:"
  77. Gaame.TextColor3 = Color3.new(1, 1, 1)
  78. Gaame.TextScaled = true
  79. Gaame.TextSize = 14
  80. Gaame.TextWrapped = true
  81.  
  82. ActuallGui.Name = "ActuallGui"
  83. ActuallGui.Parent = ScreenGui
  84. ActuallGui.BackgroundColor3 = Color3.new(0, 0, 0)
  85. ActuallGui.Position = UDim2.new(0.191, 0, 0.148007601, 0)
  86. ActuallGui.Size = UDim2.new(0, 486, 0, 275)
  87. ActuallGui.Visible = false
  88.  
  89. Close.Name = "Close"
  90. Close.Parent = ActuallGui
  91. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  92. Close.Position = UDim2.new(0.913580239, 0, 0, 0)
  93. Close.Size = UDim2.new(0, 42, 0, 50)
  94. Close.Font = Enum.Font.SourceSans
  95. Close.Text = "X"
  96. Close.TextColor3 = Color3.new(0, 0, 0)
  97. Close.TextScaled = true
  98. Close.TextSize = 14
  99. Close.TextWrapped = true
  100.  
  101. ESP.Name = "ESP"
  102. ESP.Parent = Close
  103. ESP.BackgroundColor3 = Color3.new(1, 1, 1)
  104. ESP.BorderColor3 = Color3.new(1, 1, 1)
  105. ESP.Position = UDim2.new(-10.1904764, 0, 1, 0)
  106. ESP.Size = UDim2.new(0, 171, 0, 164)
  107. ESP.Image = "http://www.roblox.com/asset/?id=4112085385"
  108.  
  109. Label.Name = "Label"
  110. Label.Parent = ESP
  111. Label.BackgroundColor3 = Color3.new(0, 0, 0)
  112. Label.BorderSizePixel = 0
  113. Label.Position = UDim2.new(-0.0350877196, 0, 1.06707323, 0)
  114. Label.Size = UDim2.new(0, 200, 0, 50)
  115. Label.Font = Enum.Font.SourceSans
  116. Label.Text = "ESP"
  117. Label.TextColor3 = Color3.new(1, 1, 1)
  118. Label.TextScaled = true
  119. Label.TextSize = 14
  120. Label.TextWrapped = true
  121.  
  122. Aimbot.Name = "Aimbot"
  123. Aimbot.Parent = Close
  124. Aimbot.BackgroundColor3 = Color3.new(0, 0, 0)
  125. Aimbot.BorderColor3 = Color3.new(1, 1, 1)
  126. Aimbot.Position = UDim2.new(-4.07142878, 0, 1, 0)
  127. Aimbot.Size = UDim2.new(0, 171, 0, 164)
  128. Aimbot.Image = "rbxassetid://3039207585"
  129.  
  130. Label_2.Name = "Label"
  131. Label_2.Parent = Aimbot
  132. Label_2.BackgroundColor3 = Color3.new(0, 0, 0)
  133. Label_2.BorderSizePixel = 0
  134. Label_2.Position = UDim2.new(-0.0350877196, 0, 1.06707323, 0)
  135. Label_2.Size = UDim2.new(0, 200, 0, 50)
  136. Label_2.Font = Enum.Font.SourceSans
  137. Label_2.Text = "Aimbot"
  138. Label_2.TextColor3 = Color3.new(1, 1, 1)
  139. Label_2.TextScaled = true
  140. Label_2.TextSize = 14
  141. Label_2.TextWrapped = true
  142.  
  143. -- Scripts:
  144.  
  145. local function WXZA_fake_script() -- Start.StartFunction
  146. local script = Instance.new('LocalScript', Start)
  147.  
  148. script.Parent.MouseButton1Click:Connect(function()
  149. game.Players.LocalPlayer.PlayerGui.ScreenGui.ActuallGui.Visible = true
  150. game.Players.LocalPlayer.PlayerGui.ScreenGui.CP.Visible = false
  151. end)
  152. end
  153. coroutine.wrap(WXZA_fake_script)()
  154. local function HGXSV_fake_script() -- Close.CloseFunction
  155. local script = Instance.new('LocalScript', Close)
  156.  
  157. script.Parent.MouseButton1Click:Connect(function()
  158. game.Players.LocalPlayer.PlayerGui.ScreenGui.ActuallGui.Visible = false
  159. game.Players.LocalPlayer.PlayerGui.ScreenGui.CP.Visible = true
  160. end)
  161. end
  162. coroutine.wrap(HGXSV_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement