Results 1 to 4 of 4
  1. #1
    Ooga@41faf1's Avatar
    Join Date
    Dec 2018
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    0

    Is there any Casino exploits?

    I was wondering if anyone knows a glitch, exploit, ect. To win every time in like roulette.

  2. #2
    Fumzou's Avatar
    Join Date
    Nov 2018
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    1
    local succ, err = pcall( net.Start, "casinokit_chipexchange" )
    local ply = LocalPlayer()

    if succ == true then
    concommand.Add( "chipsell", function()
    local moneylog = ply:getDarkRPVar("money")
    --Buy chips
    net.Start("casinokit_chipexchange")

    net.WriteEntity(self)
    net.WriteString("darkrp")
    net.WriteBool(true)
    net.WriteUInt(ply:getDarkRPVar("money"),32)

    net.SendToServer()
    --Sell chips
    timer.Simple(3, function()
    for i=1, 5000 do
    net.Start("casinokit_chipexchange")

    net.WriteEntity(self)
    net.WriteString("darkrp")
    net.WriteBool(false)
    net.WriteUInt(moneylog*0.10,32)

    net.SendToServer()
    end
    end)
    end)
    timer.Simple(1,function() surface.PlaySound("vo/k_lab/kl_excellent.wav") end)
    ply:ChatPrint( "Casinokit HAS been found!")
    else
    timer.Simple(1,function() surface.PlaySound("vo/npc/male01/uhoh.wav") end)
    ply:ChatPrint( "Casinokit HAS NOT been found!")
    end

    - - - Updated - - -

    This doesn't work on all servers with chip exchange. But if you can find the odd few with the old version, then you can get some serious dosh :P

    Timing out is normal. If you get a client overflow just rejoin. It usually means it worked.

    You can only do this once per account on a server since your chips go into -

     To activate the money exploit type chipsell into console after the plugin has been loaded. Upon the plugin loading it will tell you if the server has casino exchange. If not it will not add the console command and will not work.

  3. The Following User Says Thank You to Fumzou For This Useful Post:

    Ohnexa2243 (01-03-2019)

  4. #3
    suchisgood's Avatar
    Join Date
    Feb 2014
    Gender
    female
    Posts
    902
    Reputation
    10
    Thanks
    560
    My Mood
    Angelic
    Quote Originally Posted by Fumzou View Post
    local succ, err = pcall( net.Start, "casinokit_chipexchange" )
    local ply = LocalPlayer()

    if succ == true then
    concommand.Add( "chipsell", function()
    local moneylog = ply:getDarkRPVar("money")
    --Buy chips
    net.Start("casinokit_chipexchange")

    net.WriteEntity(self)
    net.WriteString("darkrp")
    net.WriteBool(true)
    net.WriteUInt(ply:getDarkRPVar("money"),32)

    net.SendToServer()
    --Sell chips
    timer.Simple(3, function()
    for i=1, 5000 do
    net.Start("casinokit_chipexchange")

    net.WriteEntity(self)
    net.WriteString("darkrp")
    net.WriteBool(false)
    net.WriteUInt(moneylog*0.10,32)

    net.SendToServer()
    end
    end)
    end)
    timer.Simple(1,function() surface.PlaySound("vo/k_lab/kl_excellent.wav") end)
    ply:ChatPrint( "Casinokit HAS been found!")
    else
    timer.Simple(1,function() surface.PlaySound("vo/npc/male01/uhoh.wav") end)
    ply:ChatPrint( "Casinokit HAS NOT been found!")
    end

    - - - Updated - - -

    This doesn't work on all servers with chip exchange. But if you can find the odd few with the old version, then you can get some serious dosh :P

    Timing out is normal. If you get a client overflow just rejoin. It usually means it worked.

    You can only do this once per account on a server since your chips go into -

     To activate the money exploit type chipsell into console after the plugin has been loaded. Upon the plugin loading it will tell you if the server has casino exchange. If not it will not add the console command and will not work.
    bad coders write things client sided -.-

  5. #4
    TheBigBoyBank's Avatar
    Join Date
    Dec 2019
    Gender
    female
    Posts
    18
    Reputation
    16
    Thanks
    5
    My Mood
    Mellow
    someone has though into to this a lil too much

Similar Threads

  1. Are there any good & working exploits anymore?
    By pettyman in forum Garry's Mod Server Exploits & Help
    Replies: 0
    Last Post: 08-18-2018, 08:03 PM
  2. Any Gmod Exploits Out There :O
    By AustinHax2014 in forum Garry's Mod Discussions & Help
    Replies: 11
    Last Post: 03-08-2014, 05:39 AM
  3. Replies: 14
    Last Post: 12-09-2013, 01:50 PM
  4. Is there any hacks on this forum that actually work...
    By Nightlord in forum WarRock - International Hacks
    Replies: 14
    Last Post: 06-11-2006, 10:09 PM
  5. Are there any?
    By Mortifix in forum General Game Hacking
    Replies: 6
    Last Post: 01-09-2006, 04:45 PM