Results 1 to 8 of 8

Thread: RO-Loader

  1. #1
    kd5eej350
    kd5eej350 is offline
    New member
    Join Date
    2013 Jan
    Posts
    6
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0

    RO-Loader

    Just downloaded RO2 and before I could even start throwing it into Olly I noticed this game uses like a billion loader apps which makes me furious

    So I made myself a loader and decided to share it, by the time I was done making it, RO2 went into maintenance mode fml.

    Here it is. You will have to edit the script to reflect your RO2 directory.

    Code:
    #include <IE.au3>
    #include <string.au3>
    $i = 1
    
    While $i = 1
      $oIE = _IECreate()
    _IEPropertySet ($oIE, "left",0)
    _IEPropertySet ($oIE, "top",0)
    _IEPropertySet ($oIE, "height",200)
    _IEPropertySet ($oIE, "width",520)
    $oIE.AddressBar = 0
    $oIE.MenuBar = 0
    $oIE.StatusBar = 0
    $oIE.ToolBar = 0
    $oIE.visible=1
    $sHTML = ""
    $sHTML &= '<html><body><center>' & @CR
    $sHTML &= '<form name="Form2" method="post" action="http://loginro2sg.playpark.net/ro2_main.aspx" id="Form2"><div>' & @CR
    $sHTML &= '<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKMTg5MDE1NTc2NGQYAQUeX19Db250cm9sc1JlcXVpcmVQb3N0QmFja0tleV9fFgIFCmlidG5TdWJtaXQFDGlidG5GYWNlYm9va7PqCVBhE1OViM+2yfpNrWmULMvH">' & @CR
    $sHTML &= '<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWBQKN8MnEDQLE4sXRBgKE8/26DAK1qbSRCwLF3pjlAf6JWLLpCZIJTmUN2MpkJyvBmK9q"></div>' & @CR
    $sHTML &= '<table border="1" bordercolor="#000000" cellspacing="0">' & @CR
    $sHTML &= '<td class="submit">' & @CR
    $sHTML &= 'Email<br>'
    $sHTML &= '<input name="txtEmail" type="text" id="txtEmail" class="textbox" autocomplete="off" value=""><br>' & @CR
    $sHTML &= 'Password<br>'
    $sHTML &= '<input name="txtPassword" type="text" id="txtPassword" class="textbox" autocomplete="off" value="">' & @CR
    $sHTML &= '<td><input type="image" name="ibtnSubmit" id="ibtnSubmit" class="submit" src="http://loginro2sg.playpark.net/images/btnSubmit.png" alt="submit">' & @CR
    $sHTML &= '</td></td></table></form></center></body></html>'
    _IEBodyWriteHTML($oIE, $sHTML)
       _Launch()
    WEnd
    
    Func _Launch()
    Local $LoginString = InputBox("ROLaunch", "Enter Login String", "", " M", "250", "130")
    Local $LoginStringSpaced = StringReplace($LoginString, "|", " ")
    Run("C:\Games\PlayPark\RO2\SHIPPING\Rag2.exe" & " " & $LoginStringSpaced & " " & "login.playro2.com", "C:\Games\PlayPark\RO2\")
    _IEQuit($oIE)
    Exit
    EndFunc
    It loads a skimpy version of their login, minus the CSS/JS/etc. and a string box, just login and copy the string in the IE box to the au3 box and it will destroy the IE box and launch RO2 with the new token you just entered. Much faster than using copypasta'ing to batch files



    EDIT 1: You can also edit the value="" fields to already have your email and password so all you have to do is press submit without typing it in every time, its what I do and its much faster.
    Last edited by kd5eej350; 2013-01-31 at 04:37 AM. Reason: update

  2. The Following User Says Thank You to kd5eej350 For This Useful Post:


  3. #2
    keile
    keile is offline
    New member
    Join Date
    2012 Dec
    Posts
    18
    Thanks Thanks Given 
    4
    Thanks Thanks Received 
    2
    Thanked in
    1 Post
    Rep Power
    0
    Lol, I just noticed, we use the same folder for the game, C:\Games\PlayPark\RO2\

  4. #3
    kd5eej350
    kd5eej350 is offline
    New member
    Join Date
    2013 Jan
    Posts
    6
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Rep Power
    0
    haha, I try to install every game into c:\games. Just makes hacking them a bit easier when I have to find the folder.

  5. #4
    osidavi
    osidavi is offline
    Guest
    Join Date
    2013 Feb
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Smile

    how to using that code bro? I'm still newbie and I don't know how to using that code, I had tried copy and paste to IE but nothing happen...
    Thank a lot bro

  6. #5
    irol008
    irol008 is offline
    Guest
    Join Date
    2013 Jan
    Posts
    3
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    how to use the code?

  7. #6
    Jawbane
    Jawbane is offline
    Guest
    Join Date
    2013 Jan
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    sorry im noob at this. how to use this code?thanks.

  8. #7
    keile
    keile is offline
    New member
    Join Date
    2012 Dec
    Posts
    18
    Thanks Thanks Given 
    4
    Thanks Thanks Received 
    2
    Thanked in
    1 Post
    Rep Power
    0
    That is an autoit code, I believe.

    You will need AutoIt to use it.

  9. #8
    Kyorich
    Kyorich is offline
    Guest
    Join Date
    2013 Jun
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Make one for US (www.warpportal.com

    sorry, can u help make one for warpportal.com thanks

Similar Threads

  1. [Release] Another loader for game
    By ADACH in forum Requiem Bots, Hacks, Cheats
    Replies: 62
    Last Post: 2020-03-31, 04:47 PM
  2. [AutoIt] Loader Arguments
    By kd5eej350 in forum AutoIt
    Replies: 1
    Last Post: 2013-05-13, 02:14 AM
  3. BOI Multiclient + Loader
    By Dwar in forum Battle of the Immortals
    Replies: 17
    Last Post: 2011-11-24, 06:02 PM
  4. [Request] BoI multi client loader
    By Riggs4827 in forum Battle of the Immortals
    Replies: 0
    Last Post: 2010-12-23, 10:05 AM
  5. HLoad - easy game hacks loader
    By Dwar in forum Files & Tools
    Replies: 0
    Last Post: 2010-11-29, 04:11 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •