Jenga Cash Spin

Jan 25th, 2020

Jenga Cash Spin And Win

Cash

On any wagered spin, BONUS may appear on reels 1, 3, or 5. 3 scattered BONUS trigger the Temple Tower Jackpot Feature. A ladder with 16 steps appears onscreen. The ladder contains cash prizes and the three jackpots. 20 COIN are displayed in 4 sets of 5, and 3 picks are awarded. Each pick awards 1-6 steps up the ladder. Integrate Tiki Jenga demo game from AllWaySpin on your site or blog for free! Tiki Jenga gallery. Tiki Jenga details. Provider: AllWaySpin Release: RTP: 95.18% Variance: MED Max Win: N/A Min bet (Max bet) $, €, £ 0.1( 10 ). Jenga: Gift Ideas For Kids There’s nothing more fun than buying gifts for all the kids during the holidays, so Target curated fun lists of kid-friendly ideas for all ages all in one place. Parents are always looking for screen-free toys that are so fun kids of all ages won’t even realize they’re learning something.

Jenga cash spin offsSpin

Jenga Cash Spin Game

Spin Casino is dedicated to bringing you slot machines that feature out-of-this-world graphics and dynamic audio, and the one you’ve just seen in our video above is a prime example. It’s stacking up more fans than you’ll know, captivating slots lovers with its inventive theme and delightful payout potential. Learn the rules to the board game Jenga quickly and concisely - This visually rich video has no distractions, just the rules.Don't own the game?Buy it here.

Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. local RedXGUI = Instance.new('Frame')
  2. local TextLabel_2 = Instance.new('TextLabel')
  3. local gravity = Instance.new('TextButton')
  4. local btools = Instance.new('TextButton')
  5. local fling = Instance.new('TextButton')
  6. local speed_2 = Instance.new('TextButton')
  7. local close = Instance.new('TextButton')
  8. local open = Instance.new('TextButton')
  9. --Properties:
  10. ScreenGui.Parent = game.CoreGui
  11. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  12. RedXGUI.Name = 'RedXGUI'
  13. RedXGUI.BackgroundColor3 = Color3.new(0.666667, 1, 1)
  14. RedXGUI.Position = UDim2.new(0.465026885, 0, 0.275590599, 0)
  15. RedXGUI.Visible = false
  16. RedXGUI.Draggable = true
  17. TextLabel.Parent = RedXGUI
  18. TextLabel.BackgroundColor3 = Color3.new(0.435294, 0.168627, 0.52549)
  19. TextLabel.BorderSizePixel = 3
  20. TextLabel.Position = UDim2.new(0.0200752541, 0, -0.0384615362, 0)
  21. TextLabel.Font = Enum.Font.SourceSans
  22. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  23. TextLabel_2.BackgroundColor3 = Color3.new(0.262745, 0.0666667, 0.435294)
  24. TextLabel_2.BorderSizePixel = 3
  25. TextLabel_2.Position = UDim2.new(-0.287850469, 0, 0.514792919, 0)
  26. TextLabel_2.Size = UDim2.new(0, 289, 0, 11)
  27. TextLabel_2.Text = '
  28. TextLabel_2.TextSize = 14
  29. speed.Name = 'speed'
  30. speed.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  31. speed.BorderColor3 = Color3.new(0.258824, 0.0901961, 0.4)
  32. speed.Position = UDim2.new(0.0186915882, 0, 0.189349115, 0)
  33. speed.Font = Enum.Font.Gotham
  34. speed.TextColor3 = Color3.new(0, 0, 0)
  35. speed.TextSize = 14
  36. speed.MouseButton1Down:connect(function()
  37. local walkspeedplayer = game:GetService('Players').LocalPlayer
  38. local walkspeedmouse = walkspeedplayer:GetMouse()
  39. local walkspeedenabled = false
  40. function x_walkspeed(key)
  41. if walkspeedenabled false then
  42. local Humanoid = game:GetService('Players').LocalPlayer.Character.Humanoid;
  43. Humanoid:GetPropertyChangedSignal('WalkSpeed'):Connect(function()
  44. end)
  45. elseif walkspeedenabled true then
  46. local Humanoid = game:GetService('Players').LocalPlayer.Character.Humanoid;
  47. Humanoid:GetPropertyChangedSignal('WalkSpeed'):Connect(function()
  48. end)
  49. end
  50. end
  51. walkspeedmouse.KeyDown:connect(x_walkspeed)
  52. end)
  53. gravity.Name = 'gravity'
  54. gravity.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  55. gravity.BorderColor3 = Color3.new(0.258824, 0.0901961, 0.4)
  56. gravity.Position = UDim2.new(0.355140209, 0, 0.189349115, 0)
  57. gravity.Font = Enum.Font.Gotham
  58. gravity.TextColor3 = Color3.new(0, 0, 0)
  59. gravity.TextSize = 14
  60. gravity.MouseButton1Down:connect(function()
  61. Gravity = false
  62. else
  63. game.workspace.Gravity = 45
  64. end)
  65. clickTP.Name = 'clickTP'
  66. clickTP.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  67. clickTP.BorderColor3 = Color3.new(0.258824, 0.0901961, 0.4)
  68. clickTP.Position = UDim2.new(0.693457961, 0, 0.189349115, 0)
  69. clickTP.Font = Enum.Font.Gotham
  70. clickTP.TextColor3 = Color3.new(0, 0, 0)
  71. clickTP.TextSize = 14
  72. clickTP.MouseButton1Click:Connect(function()
  73. togglekey = 'n' --Key that you will use to toggle the on and off
  74. killkey = 'k' --Key that you will use to kill a player
  75. local b = Instance.new('Hint', workspace)
  76. wait(2)
  77. end
  78. Mouse = Local:GetMouse()
  79. pcall(function()
  80. Local.Character.HumanoidRootPart.CFrame = Local:GetMouse().Hit
  81. end)
  82. Mouse.KeyDown:connect(function(key)
  83. if toggle then
  84. Hint('Turned Off!')
  85. else
  86. Hint('Turned On!')
  87. end
  88. if toggle then
  89. Mouse.Target.Parent:FindFirstChild('Humanoid').Health = 0
  90. end)
  91. end
  92. end)
  93. btools.Name = 'btools'
  94. btools.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  95. btools.BorderColor3 = Color3.new(0.258824, 0.0901961, 0.4)
  96. btools.Position = UDim2.new(0.0186915882, 0, 0.423076928, 0)
  97. btools.Font = Enum.Font.Gotham
  98. btools.TextColor3 = Color3.new(0, 0, 0)
  99. btools.TextSize = 14
  100. btools.MouseButton1Down:connect(function()
  101. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  102. for index, child in pairs(game:GetService('Workspace'):GetChildren()) do
  103. child.Locked = false
  104. if child.ClassName 'MeshPart' then
  105. end
  106. child.Locked = false
  107. if child.ClassName 'Model' then
  108. for index, chil in pairs(child:GetChildren()) do
  109. chil.Locked = false
  110. if chil.ClassName 'MeshPart' then
  111. end
  112. chil.Locked = false
  113. if chil.ClassName 'Model' then
  114. for index, childe in pairs(chil:GetChildren()) do
  115. childe.Locked = false
  116. if childe.ClassName 'MeshPart' then
  117. end
  118. childe.Locked = false
  119. if childe.ClassName 'Model' then
  120. for index, childeo in pairs(childe:GetChildren()) do
  121. childeo.Locked = false
  122. if childeo.ClassName 'MeshPart' then
  123. end
  124. childeo.Locked = false
  125. if childeo.ClassName 'Model' then
  126. end
  127. end
  128. end
  129. end
  130. c = Instance.new('HopperBin', game:GetService('Players').LocalPlayer.Backpack)
  131. c = Instance.new('HopperBin', game:GetService('Players').LocalPlayer.Backpack)
  132. c = Instance.new('HopperBin', game:GetService('Players').LocalPlayer.Backpack)
  133. end)
  134. autocash.Name = 'autocash'
  135. autocash.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  136. autocash.BorderColor3 = Color3.new(0.258824, 0.0901961, 0.4)
  137. autocash.Position = UDim2.new(0.355140209, 0, 0.423076928, 0)
  138. autocash.Font = Enum.Font.Gotham
  139. autocash.TextColor3 = Color3.new(0, 0, 0)
  140. autocash.TextSize = 14
  141. fling.Parent = RedXGUI
  142. fling.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  143. fling.BorderColor3 = Color3.new(0.258824, 0.0901961, 0.4)
  144. fling.Position = UDim2.new(0.693457961, 0, 0.423076928, 0)
  145. fling.Font = Enum.Font.Gotham
  146. fling.TextColor3 = Color3.new(0, 0, 0)
  147. fling.TextSize = 14
  148. fling.MouseButton1Click:Connect(function()
  149. local FlingKill = Instance.new('ScreenGui')
  150. local Label = Instance.new('Frame')
  151. local StartKill = Instance.new('TextButton')
  152. local Instructions = Instance.new('TextLabel')
  153. local Recomendation = Instance.new('TextLabel')
  154. local Exit = Instance.new('TextButton')
  155. local DownArrow = Instance.new('TextButton')
  156. -- Properties
  157. FlingKill.Name = 'Fling/Kill'
  158. Main.Parent = FlingKill
  159. Main.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  160. Main.Position = UDim2.new(0.702554762, 0, 0.446640313, 0)
  161. Main.Selectable = true
  162. Main.Draggable = true
  163. Label.Name = 'Label'
  164. Label.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  165. Label.Size = UDim2.new(0, 217, 0, 27)
  166. Shadow.Name = 'Shadow'
  167. Shadow.BackgroundColor3 = Color3.new(0.67451, 0.694118, 0.705882)
  168. Shadow.Position = UDim2.new(0, 0, 0.115879826, 0)
  169. StartKill.Parent = Main
  170. StartKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  171. StartKill.Position = UDim2.new(0.195852548, 0, 0.227467805, 0)
  172. StartKill.Font = Enum.Font.Cartoon
  173. StartKill.TextColor3 = Color3.new(0, 0, 0)
  174. StopKill.Parent = Main
  175. StopKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  176. StopKill.Position = UDim2.new(0.207373276, 0, 0.38197428, 0)
  177. StopKill.Font = Enum.Font.Cartoon
  178. StopKill.TextColor3 = Color3.new(0, 0, 0)
  179. Instructions.Parent = Main
  180. Instructions.BackgroundColor3 = Color3.new(1, 1, 1)
  181. Instructions.Position = UDim2.new(0.0391705073, 0, 0.549356222, 0)
  182. Instructions.Font = Enum.Font.Cartoon
  183. Instructions.Text = 'Just touch someone to watch the fly to their death!'
  184. Instructions.TextSize = 14
  185. CurrentPower.Parent = Main
  186. CurrentPower.BackgroundColor3 = Color3.new(1, 1, 1)
  187. CurrentPower.Position = UDim2.new(0.276497692, 0, 0.686695278, 0)
  188. CurrentPower.Font = Enum.Font.Cartoon
  189. CurrentPower.TextColor3 = Color3.new(0, 0, 0)
  190. Recomendation.Parent = Main
  191. Recomendation.BackgroundColor3 = Color3.new(1, 1, 1)
  192. Recomendation.Position = UDim2.new(0.0414746553, 0, 0.884120166, 0)
  193. Recomendation.Font = Enum.Font.Cartoon
  194. Recomendation.TextColor3 = Color3.new(0, 0, 0)
  195. NameOfGui.Parent = Main
  196. NameOfGui.BackgroundTransparency = 1
  197. NameOfGui.Position = UDim2.new(0.0806451589, 0, 0, 0)
  198. NameOfGui.Font = Enum.Font.Cartoon
  199. NameOfGui.Text = 'FE Kill/Fling By JackMcJagger15'
  200. NameOfGui.TextSize = 14
  201. Exit.Name = 'Exit'
  202. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  203. Exit.Position = UDim2.new(0.907834113, 0, 0, 0)
  204. Exit.Font = Enum.Font.Cartoon
  205. Exit.TextColor3 = Color3.new(0, 0, 0)
  206. UPArrow.Parent = Main
  207. UPArrow.BackgroundTransparency = 1
  208. UPArrow.Position = UDim2.new(0.0783410147, 0, 0.716738224, 0)
  209. UPArrow.Font = Enum.Font.Cartoon
  210. UPArrow.TextColor3 = Color3.new(0, 0, 0)
  211. UPArrow.TextWrapped = true
  212. DownArrow.Name = 'DownArrow'
  213. DownArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  214. DownArrow.Position = UDim2.new(0.792626739, 0, 0.714592278, 0)
  215. DownArrow.Font = Enum.Font.Cartoon
  216. DownArrow.TextColor3 = Color3.new(0, 0, 0)
  217. DownArrow.TextWrapped = true
  218. power = 500
  219. local val = Instance.new('IntValue')
  220. val.Parent = game.Players.LocalPlayer
  221. FlingKill.Enabled = false
  222. game:GetService('RunService').Stepped:connect(function()
  223. if game.Players.LocalPlayer.Character.Humanoid.RigType Enum.HumanoidRigType.R6 then
  224. game.Players.LocalPlayer.Character.Head.CanCollide = false
  225. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  226. game.Players.LocalPlayer.Character['Left Leg'].CanCollide = false
  227. game.Players.LocalPlayer.Character['Right Leg'].CanCollide = false
  228. if game.Players.LocalPlayer.Character.Humanoid.RigType Enum.HumanoidRigType.R15 then
  229. game.Players.LocalPlayer.Character.Head.CanCollide = false
  230. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  231. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  232. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  233. end
  234. wait(.1)
  235. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  236. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  237. active = false
  238. game.Players.LocalPlayer.Character.HumanoidRootPart.BodyThrust:Remove()
  239. power = power + 100
  240. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value + 1
  241. CurrentPower.Text = 'Current Power = ' .. game.Players.LocalPlayer.Number.Value
  242. power = power - 100
  243. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value - 1
  244. CurrentPower.Text = 'Current Power = ' .. game.Players.LocalPlayer.Number.Value
  245. end)
  246. fps.Name = 'fps'
  247. fps.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  248. fps.BorderColor3 = Color3.new(0.258824, 0.0901961, 0.4)
  249. fps.Position = UDim2.new(0.0186915882, 0, 0.636094689, 0)
  250. fps.Font = Enum.Font.SourceSans
  251. fps.TextColor3 = Color3.new(0, 0, 0)
  252. fps.TextSize = 14
  253. fps.MouseButton1Click:Connect(function()
  254. if v.ClassName 'Part'
  255. or v.ClassName 'WedgePart'
  256. or v.ClassName 'MeshPart' then
  257. end
  258. if v.ClassName 'Decal'
  259. v:Destroy()
  260. end
  261. speed_2.Parent = RedXGUI
  262. speed_2.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  263. speed_2.BorderColor3 = Color3.new(0.258824, 0.0901961, 0.4)
  264. speed_2.Position = UDim2.new(0.355140179, 0, 0.636094689, 0)
  265. speed_2.Font = Enum.Font.Gotham
  266. speed_2.TextColor3 = Color3.new(0, 0, 0)
  267. speed_2.TextSize = 14
  268. speed_2.MouseButton1Down:connect(function()
  269. local Camera = game.Workspace.CurrentCamera
  270. local Player = game:GetService('Players').LocalPlayer
  271. local Input = game:GetService('UserInputService')
  272. local Back = false
  273. local Right = false
  274. local Down = false
  275. local function SetPlayer()
  276. for i,v in pairs(Player.Character:GetChildren()) do
  277. v.Anchored = not v.Anchored
  278. end
  279. if IsChat then return end
  280. Enabled = not Enabled
  281. end
  282. Forward = true
  283. if Key.KeyCode Enum.KeyCode.S then
  284. end
  285. Left = true
  286. if Key.KeyCode Enum.KeyCode.D then
  287. end
  288. Up = true
  289. if Key.KeyCode Enum.KeyCode.LeftControl then
  290. end
  291. if IsChat then return end
  292. Forward = false
  293. if Key.KeyCode Enum.KeyCode.S then
  294. end
  295. Left = false
  296. if Key.KeyCode Enum.KeyCode.D then
  297. end
  298. Up = false
  299. if Key.KeyCode Enum.KeyCode.LeftControl then
  300. end
  301. while game:GetService('RunService').RenderStepped:Wait() do
  302. pcall(function()
  303. Player.Character:TranslateBy(Camera.CFrame.lookVector*2)
  304. if Back then
  305. Player.Character:TranslateBy(-Camera.CFrame.lookVector*2)
  306. if Left then
  307. Player.Character:TranslateBy(-Camera.CFrame:vectorToWorldSpace(Vector3.new(1,0,0))*2)
  308. if Right then
  309. Player.Character:TranslateBy(Camera.CFrame:vectorToWorldSpace(Vector3.new(1,0,0))*2)
  310. if Up then
  311. Player.Character:TranslateBy(Camera.CFrame:vectorToWorldSpace(Vector3.new(0,1,0))*2)
  312. if Down then
  313. Player.Character:TranslateBy(-Camera.CFrame:vectorToWorldSpace(Vector3.new(0,1,0))*2)
  314. end)
  315. end
  316. TextLabel_3.BackgroundColor3 = Color3.new(0.317647, 0.156863, 0.458824)
  317. TextLabel_3.Position = UDim2.new(0.0672897175, 0, 0.547337294, 0)
  318. TextLabel_3.Size = UDim2.new(0, 261, 0, 6)
  319. TextLabel_3.Text = '
  320. TextLabel_3.TextSize = 14
  321. close.Name = 'close'
  322. close.BackgroundColor3 = Color3.new(0.34902, 0, 0.52549)
  323. close.Position = UDim2.new(0.893457949, 0, 0.0384615399, 0)
  324. close.Font = Enum.Font.SourceSans
  325. close.TextColor3 = Color3.new(0, 0, 0)
  326. close.TextSize = 14
  327. close.MouseButton1Down:connect(function()
  328. open.Visible = true
  329. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  330. TextLabel_4.Position = UDim2.new(0.428359777, 0, 0.794960082, 0)
  331. TextLabel_4.Font = Enum.Font.Gotham
  332. TextLabel_4.Text = 'SUBSCRIBE TO TURNINGLOBERB ON YOUTUBE'
  333. TextLabel_4.TextScaled = true
  334. TextLabel_4.TextWrapped = true
  335. open.Name = 'open'
  336. open.BackgroundColor3 = Color3.new(0.666667, 1, 1)
  337. open.Position = UDim2.new(0.00538047682, 0, 0.412598431, 0)
  338. open.Font = Enum.Font.Gotham
  339. open.TextColor3 = Color3.new(0, 0, 0)
  340. open.TextSize = 14
  341. open.MouseButton1Down:connect(function()
  342. open.Visible = false
RAW Paste Data

Jenga Cash Spin Offs

Jenga cash spin offs

Jenga Cash Spin Games