Advertisement
OxianRobloxianYT

OOF

Nov 8th, 2018
459
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.14 KB | None | 0 0
  1. wait(1)
  2. if game.CoreGui:FindFirstChild("JJGUI") then
  3. game.CoreGui.JJMAGUI:Remove()
  4. end
  5.  
  6. -- Objects
  7.  
  8. local JJGUI = Instance.new("ScreenGui")
  9. local DragFrame = Instance.new("Frame")
  10. local guiname = Instance.new("TextLabel")
  11. local openclose = Instance.new("TextButton")
  12. local MainFrame = Instance.new("ImageLabel")
  13. local plrname = Instance.new("TextBox")
  14. local statname = Instance.new("TextBox")
  15. local value = Instance.new("TextBox")
  16. local changestat = Instance.new("TextButton")
  17. local changestand = Instance.new("TextButton")
  18. local printstands = Instance.new("TextButton")
  19. local timestopon = Instance.new("TextButton")
  20. local timestopoff = Instance.new("TextButton")
  21.  
  22. -- Properties
  23.  
  24. JJGUI.Name = "JJMAGUI"
  25. JJGUI.Parent = game.CoreGui
  26.  
  27. DragFrame.Name = "DragFrame"
  28. DragFrame.Parent = JJGUI
  29. DragFrame.Active = true
  30. DragFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  31. DragFrame.BorderColor3 = Color3.new(0, 0, 0)
  32. DragFrame.Position = UDim2.new(0.539173365, 0, 0.453608245, 0)
  33. DragFrame.Size = UDim2.new(0, 267, 0, 33)
  34. DragFrame.Draggable = true
  35.  
  36. guiname.Name = "guiname"
  37. guiname.Parent = DragFrame
  38. guiname.BackgroundColor3 = Color3.new(1, 1, 1)
  39. guiname.BackgroundTransparency = 1
  40. guiname.Size = UDim2.new(0, 181, 0, 33)
  41. guiname.Font = Enum.Font.SourceSansLight
  42. guiname.Text = "JJGUI by wxxaak"
  43. guiname.TextColor3 = Color3.new(1, 1, 1)
  44. guiname.TextScaled = true
  45. guiname.TextSize = 14
  46. guiname.TextStrokeTransparency = 0
  47. guiname.TextWrapped = true
  48.  
  49. openclose.Name = "openclose"
  50. openclose.Parent = DragFrame
  51. openclose.BackgroundColor3 = Color3.new(1, 1, 1)
  52. openclose.BackgroundTransparency = 1
  53. openclose.Position = UDim2.new(0.855263174, 0, 0, 0)
  54. openclose.Size = UDim2.new(0, 33, 0, 33)
  55. openclose.Font = Enum.Font.SourceSansLight
  56. openclose.Text = "+"
  57. openclose.TextColor3 = Color3.new(1, 1, 1)
  58. openclose.TextScaled = true
  59. openclose.TextSize = 14
  60. openclose.TextStrokeTransparency = 0
  61. openclose.TextWrapped = true
  62.  
  63. MainFrame.Name = "MainFrame"
  64. MainFrame.Parent = DragFrame
  65. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  66. MainFrame.BorderColor3 = Color3.new(0, 0, 0)
  67. MainFrame.Position = UDim2.new(0, 0, 1, 0)
  68. MainFrame.Size = UDim2.new(0, 267, 0, 248)
  69. MainFrame.Image = "rbxassetid://2265099087"
  70. MainFrame.Visible = false
  71.  
  72. plrname.Name = "plrname"
  73. plrname.Parent = MainFrame
  74. plrname.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  75. plrname.BorderColor3 = Color3.new(0, 0, 0)
  76. plrname.Position = UDim2.new(0.123595506, 0, 0.0221860372, 0)
  77. plrname.Size = UDim2.new(0, 200, 0, 34)
  78. plrname.Font = Enum.Font.SourceSansLight
  79. plrname.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  80. plrname.Text = "Player Name"
  81. plrname.TextColor3 = Color3.new(1, 1, 1)
  82. plrname.TextScaled = true
  83. plrname.TextSize = 14
  84. plrname.TextStrokeTransparency = 0
  85. plrname.TextWrapped = true
  86.  
  87. statname.Name = "statname"
  88. statname.Parent = MainFrame
  89. statname.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  90. statname.BorderColor3 = Color3.new(0, 0, 0)
  91. statname.Position = UDim2.new(0.123595506, 0, 0.187210381, 0)
  92. statname.Size = UDim2.new(0, 200, 0, 34)
  93. statname.Font = Enum.Font.SourceSansLight
  94. statname.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  95. statname.Text = "Stat - ex. TW or Power"
  96. statname.TextColor3 = Color3.new(1, 1, 1)
  97. statname.TextScaled = true
  98. statname.TextSize = 14
  99. statname.TextStrokeTransparency = 0
  100. statname.TextWrapped = true
  101.  
  102. value.Name = "value"
  103. value.Parent = MainFrame
  104. value.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  105. value.BorderColor3 = Color3.new(0, 0, 0)
  106. value.Position = UDim2.new(0.123999998, 0, 0.351999998, 0)
  107. value.Size = UDim2.new(0, 200, 0, 34)
  108. value.Font = Enum.Font.SourceSansLight
  109. value.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  110. value.Text = "Value - ex. 1000"
  111. value.TextColor3 = Color3.new(1, 1, 1)
  112. value.TextScaled = true
  113. value.TextSize = 14
  114. value.TextStrokeTransparency = 0
  115. value.TextWrapped = true
  116.  
  117. changestat.Name = "changestat"
  118. changestat.Parent = MainFrame
  119. changestat.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  120. changestat.BorderColor3 = Color3.new(0, 0, 0)
  121. changestat.Position = UDim2.new(0.123999998, 0, 0.51700002, 0)
  122. changestat.Size = UDim2.new(0, 95, 0, 34)
  123. changestat.Font = Enum.Font.SourceSansLight
  124. changestat.Text = "Change Stat"
  125. changestat.TextColor3 = Color3.new(1, 1, 1)
  126. changestat.TextScaled = true
  127. changestat.TextSize = 14
  128. changestat.TextStrokeTransparency = 0
  129. changestat.TextWrapped = true
  130.  
  131. changestand.Name = "changestand"
  132. changestand.Parent = MainFrame
  133. changestand.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  134. changestand.BorderColor3 = Color3.new(0, 0, 0)
  135. changestand.Position = UDim2.new(0.51700002, 0, 0.51700002, 0)
  136. changestand.Size = UDim2.new(0, 95, 0, 34)
  137. changestand.Font = Enum.Font.SourceSansLight
  138. changestand.Text = "Change Stand"
  139. changestand.TextColor3 = Color3.new(1, 1, 1)
  140. changestand.TextScaled = true
  141. changestand.TextSize = 14
  142. changestand.TextStrokeTransparency = 0
  143. changestand.TextWrapped = true
  144.  
  145. printstands.Name = "printstands"
  146. printstands.Parent = MainFrame
  147. printstands.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  148. printstands.BorderColor3 = Color3.new(0, 0, 0)
  149. printstands.Position = UDim2.new(0.323000014, 0, 0.681999981, 0)
  150. printstands.Size = UDim2.new(0, 95, 0, 34)
  151. printstands.Font = Enum.Font.SourceSansLight
  152. printstands.Text = "Print Stands"
  153. printstands.TextColor3 = Color3.new(1, 1, 1)
  154. printstands.TextScaled = true
  155. printstands.TextSize = 14
  156. printstands.TextStrokeTransparency = 0
  157. printstands.TextWrapped = true
  158.  
  159. timestopon.Name = "timestopon"
  160. timestopon.Parent = MainFrame
  161. timestopon.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  162. timestopon.BorderColor3 = Color3.new(0, 0, 0)
  163. timestopon.Position = UDim2.new(0.123999998, 0, 0.847000003, 0)
  164. timestopon.Size = UDim2.new(0, 95, 0, 34)
  165. timestopon.Font = Enum.Font.SourceSansLight
  166. timestopon.Text = "TimeStop ON"
  167. timestopon.TextColor3 = Color3.new(1, 1, 1)
  168. timestopon.TextScaled = true
  169. timestopon.TextSize = 14
  170. timestopon.TextStrokeTransparency = 0
  171. timestopon.TextWrapped = true
  172.  
  173. timestopoff.Name = "timestopoff"
  174. timestopoff.Parent = MainFrame
  175. timestopoff.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  176. timestopoff.BorderColor3 = Color3.new(0, 0, 0)
  177. timestopoff.Position = UDim2.new(0.517258406, 0, 0.847000003, 0)
  178. timestopoff.Size = UDim2.new(0, 95, 0, 34)
  179. timestopoff.Font = Enum.Font.SourceSansLight
  180. timestopoff.Text = "TimeStop OFF"
  181. timestopoff.TextColor3 = Color3.new(1, 1, 1)
  182. timestopoff.TextScaled = true
  183. timestopoff.TextSize = 14
  184. timestopoff.TextStrokeTransparency = 0
  185. timestopoff.TextWrapped = true
  186.  
  187. --openclose
  188. local uitoggle = 0
  189. openclose.MouseButton1Down:Connect(function()
  190. if uitoggle == 0 then
  191. openclose.Text = "-"
  192. MainFrame.Visible = true
  193. uitoggle = 1
  194. else
  195. openclose.Text = "+"
  196. MainFrame.Visible = false
  197. uitoggle = 0
  198. end
  199. end)
  200.  
  201. --scripts
  202. --stand changer
  203. changestand.MouseButton1Down:Connect(function()
  204. local number = 10
  205. local plr = game:GetService("Players")[plrname.Text].Stand
  206. local stand = statname.Text
  207. game.ReplicatedStorage.Logic.misc:FireServer(number, plr, stand)
  208. end)
  209.  
  210. --stat changer
  211. changestat.MouseButton1Down:Connect(function()
  212. local number = 10
  213. local plr = game:GetService("Players")[plrname.Text][statname.Text]
  214. local stat = value.Text
  215. game.ReplicatedStorage.Logic.misc:FireServer(number, plr, stat)
  216. end)
  217.  
  218. --print stands
  219. printstands.MouseButton1Down:Connect(function()
  220. for _,v in pairs(game.ReplicatedStorage.Stands:GetChildren()) do
  221. print(v.Name)
  222. end
  223. end)
  224.  
  225. --timestop on
  226. local n1 = 60
  227. local enabled = 0
  228. local disabled = 1
  229. local player = game.Players.LocalPlayer
  230. local sound1 = game.Players.LocalPlayer.Character.Torso:FindFirstChild("specialsound")
  231. local sound2 = game.Players.LocalPlayer.Character.Torso:FindFirstChild("specialsound2")
  232. local letters = "asdj92udu92hu9uasud9u2df"
  233. timestopon.MouseButton1Down:Connect(function()
  234. game.ReplicatedStorage.Specials.timestop:FireServer(n1, player, sound1, sound2, enabled, letters)
  235. end)
  236.  
  237. --timestop off
  238. timestopoff.MouseButton1Down:Connect(function()
  239. game.ReplicatedStorage.Specials.timestop:FireServer(n1, player, sound1, sound2, disabled, letters)
  240. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement