Results 1 to 3 of 3
  1. #1
    TheAutistic's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Question Would this work? (Exploit to give money on Dark RP)

    Heres the source code for the thing im trying to exploit:

    Code:
    local Submit = vgui.Create("DButton", Panel)
    			Submit:SetPos(5,Panel:GetTall() - 35)
    			Submit:SetSize(290,30)
    			Submit:SetFont("OpenSans")
    			Submit:SetTextColor(Color(208,206,212))
    			Submit:SetText("Submit")
    			Submit.Paint = function(pnl,w,h) OG.Skin.TabButtons(pnl,w,h) end
    			Submit.DoClick = function()
    					net.Start("OrgManagement")
    						net.WriteInt(1, 8)
    						net.WriteTable({OrgName:GetText()})
    					net.SendToServer()
    				chat.AddText(Color(5,255,5), "[ORGS] ", Color(255,255,255), "Sent request for Organisation creation with the name ".. OrgName:GetText() .."!")
    				Panel:Remove()
    				Frame:Remove()


    Here is what I'm 'trying' to do, to make the thing give me money instead of taking it.:

    Code:
    net.Start("OrgManagement")
    net.WriteInt(-999999, 8)
    net.WriteTable({OrgName:GetText()})
    net.SendToServer()


    No hate, new to lua, friend told me lua would be alot easier than c++.

    No memes either

  2. #2
    Cyaegha's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    536
    Reputation
    17
    Thanks
    526
    Depends if they verify it serverside.

  3. #3
    SuicidalCupcake's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by Cyaegha View Post
    Depends if they verify it serverside.
    my mum told me I needed serverside before bed and I would be happy

    - - - Updated - - -

    or was that cyanide

Similar Threads

  1. [SOLVED]would this work?
    By thepinhead in forum Call of Duty Modern Warfare 2 Help
    Replies: 4
    Last Post: 08-08-2010, 07:52 PM
  2. would this work?
    By fatpiehomo in forum Showroom
    Replies: 8
    Last Post: 02-24-2010, 10:21 PM
  3. Would this work
    By SheGotIt in forum Combat Arms Hacks & Cheats
    Replies: 3
    Last Post: 09-15-2008, 10:51 PM
  4. Would this work?
    By Ryguy in forum Combat Arms Hacks & Cheats
    Replies: 17
    Last Post: 09-15-2008, 05:28 PM
  5. Would this work...?
    By Frolite in forum WarRock - International Hacks
    Replies: 6
    Last Post: 01-16-2006, 01:39 PM