Subdukt
|
  |
| Joined: 29 Apr 2012 |
| Total Posts: 175 |
|
|
| 26 Jun 2016 03:25 PM |
i found this in your SMO server in robloxstudio.net
local Exploits, Successes, AddressList, NoRun, Interface = {}, {}, {}, {}, {}; local GlobalOffset = "28";
function GetExploit(index) local tab, scan, result = Exploits[index], createMemScan(true); memscan_returnOnlyOneResult(scan, true); memscan_firstScan(scan, soExactValue, vtByteArray, rtTruncated, table.concat(tab[2], " "), nil, 0, 0x00FFFFFF, "", fsmNotAligned, nil, false, false, false, false); memscan_waitTillDone(scan); result = memscan_getOnlyResult(scan); if result == nil then return nil; end result = string.format("%X", result + tab[3]); result = string.rep("0", 8 - string.len(result)) .. result; return result; end function AddExploit(name, hex, offset) table.insert(Exploits, {name, hex, offset}) end function toAddr(num) local num = tonumber(num); local addr = string.format("%X", num):upper(); addr = string.rep("0", 8 - string.len(addr)) .. addr; return addr; end
debugger_onBreakpoint = function() local function GetAddress(ESPaddr, Offset) local ESPaddr, Offset = tostring(ESPaddr) or string.rep("0", 8), tostring(Offset == nil and GlobalOffset or Offset); local SCaddr_base = tonumber("0x" .. ESPaddr) + tonumber("0x" .. Offset); local SCaddr_cont1, SCaddr_cont2, SCaddr_cont3, SCaddr_cont4 = tostring(string.format("%X", SCaddr_base)), tostring(string.format("%X", SCaddr_base + 1)), tostring(string.format("%X", SCaddr_base + 2)), tostring(string.format("%X", SCaddr_base + 3)); local SCaddr = (readBytes(SCaddr_cont1) + (readBytes(SCaddr_cont2) * 256) + (readBytes(SCaddr_cont3) * 65536) + (readBytes(SCaddr_cont4) * 16777216)); return toAddr(SCaddr); end --if readBytes(GetAddress(toAddr(ESP), GlobalOffset), 1) == 0x0D then local JOIN_addr = GetAddress(toAddr(ESP), GlobalOffset); local JOIN_len = tonumber("0x"..GetAddress(toAddr(ESP), string.format("%X", tonumber("0x"..GlobalOffset) + 4))); local JOIN_script_tbl = readBytes(JOIN_addr, JOIN_len,
|
|
|
| Report Abuse |
|
|
| |
|
Blamingo
|
  |
| Joined: 02 Oct 2013 |
| Total Posts: 23926 |
|
|
| 26 Jun 2016 03:26 PM |
I was expecting something similair to astral's loyalty pledge
RIP |
|
|
| Report Abuse |
|
|
| |
|
| |
|
Flatflow
|
  |
| Joined: 09 Oct 2010 |
| Total Posts: 11264 |
|
|
| 26 Jun 2016 03:27 PM |
Translate?
Ecks Dee Salty Meme. |
|
|
| Report Abuse |
|
|
Tilius
|
  |
| Joined: 27 Mar 2011 |
| Total Posts: 3376 |
|
| |
|
Seetho
|
  |
| Joined: 27 Nov 2010 |
| Total Posts: 1786 |
|
| |
|
innovativ
|
  |
| Joined: 18 Jul 2013 |
| Total Posts: 2248 |
|
| |
|
| |
|
lox
|
  |
| Joined: 24 Sep 2006 |
| Total Posts: 1060 |
|
|
| 26 Jun 2016 03:30 PM |
It's an exploit insertion script thingy, it's probably just copied off of somewhere lol
|
|
|
| Report Abuse |
|
|
Kiritsugu
|
  |
| Joined: 16 Aug 2013 |
| Total Posts: 7366 |
|
| |
|
|
| 26 Jun 2016 03:31 PM |
The script is cool and all, but the source of this would help because by the looks of things it appears all you've done is made / copied a piece of code from my point of view.
{FROSTUS}: Join an uprising power clan. https://www.roblox.com/My/Groups.aspx?gid=2662813 |
|
|
| Report Abuse |
|
|
fakepvt
|
  |
| Joined: 27 Mar 2012 |
| Total Posts: 751 |
|
|
| 26 Jun 2016 03:31 PM |
| everyone here is not asian and indian sir |
|
|
| Report Abuse |
|
|
fakepvt
|
  |
| Joined: 27 Mar 2012 |
| Total Posts: 751 |
|
| |
|
| |
|